@import url('https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap');
@import "/themes/custom/kerataif/css/global-defaults.css";
/* Global mixins*/
.fitimg {
  width: 100%;
  height: auto;
  display: block;
}
.fit {
  float: left;
  width: 100%;
}
/* Variables */
:root {
  --kerataif-blue: #2375d3;
  --kerataif-blue-dark: #154377;
  --kerataif-red: #E32C3E;
  --kerataif-green: #00B287;
  --kerataif-orange: #FF8C21;
  --kerataif-white: #D6D6DD;
  --kerataif-black: #222222;
  --kerataif-gray: #CCCCCC;
  --kerataif-gray-dark: #333333;
  --kerataif-gray-light: #F4F4F4;
  --kerataif-font-size: 16px;
  --kerataif-round: 20px;
}
.roundit {
  -webkit-border-radius: var(--kerataif-round);
  -moz-border-radius: var(--kerataif-round);
  border-radius: var(--kerataif-round);
}
/* Form objects */
.button {
  padding: 5px 40px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: var(--kerataif-red);
  height: 50px;
  font-size: var(--kerataif-font-size);
  font-weight: 500;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background-position: left 20px center;
  background-repeat: no-repeat;
}
.button:hover {
  background-color: var(--kerataif-gray-dark);
}
.buttonSmall {
  padding: 5px 40px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: var(--kerataif-red);
  height: 50px;
  font-size: var(--kerataif-font-size);
  font-weight: 500;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background-position: left 20px center;
  background-repeat: no-repeat;
  height: 30px;
  font-size: .7rem;
  padding: 5px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.buttonSmall:hover {
  background-color: var(--kerataif-gray-dark);
}
.js-form-type-textfield,
.js-form-type-textarea,
.js-form-type-email,
.js-form-type-number,
.js-form-type-tel,
.js-form-type-url,
.js-form-type-select,
.js-form-type-search,
.js-form-type-password .js-form-type-date,
.js-form-type-password,
.js-form-type-managed-file {
  margin-bottom: 30px;
  position: relative;
}
.js-form-type-textfield label,
.js-form-type-textarea label,
.js-form-type-email label,
.js-form-type-number label,
.js-form-type-tel label,
.js-form-type-url label,
.js-form-type-select label,
.js-form-type-search label,
.js-form-type-password .js-form-type-date label,
.js-form-type-password label,
.js-form-type-managed-file label {
  position: absolute;
  left: 20px;
  top: -8px;
  background-color: #FFF;
  padding: 2px 15px;
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 8;
  -webkit-border-radius: var(--kerataif-round);
  -moz-border-radius: var(--kerataif-round);
  border-radius: var(--kerataif-round);
}
.js-form-type-managed-file {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  padding: 10px 5px;
}
.js-form-type-managed-file label {
  display: none;
}
.js-form-type-managed-file .image-widget {
  display: flex;
  align-items: center;
}
.js-form-type-managed-file .image-widget .form-file {
  border: 2px solid var(--kerataif-gray-light);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 20px;
  padding: 10px 15px;
}
.js-form-type-managed-file .description {
  display: flex;
  position: relative;
  padding-top: 5px;
}
.js-form-type-managed-file .description br {
  display: contents;
}
.form-text,
.form-textarea,
.form-search,
.form-email,
.form-number,
.form-tel,
.form-url,
.form-date,
.form-select {
  padding: 5px 15px;
  border: none;
  width: 100%;
  box-sizing: border-box;
  font-family: 'DM Sans', sans-serif;
  border: 2px solid var(--kerataif-black);
  background-color: #FFF;
  font-size: 1.2rem;
  font-weight: 500;
  height: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
.form-text:focus,
.form-textarea:focus,
.form-search:focus,
.form-email:focus,
.form-number:focus,
.form-tel:focus,
.form-url:focus,
.form-date:focus,
.form-select:focus {
  border: 2px solid var(--kerataif-black);
}
.form-date {
  padding-right: 5px;
  min-width: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3e%3cpath fill='%23D6D6DD' d='M5.833 1.667h.834A.833.833 0 0 1 7.5 2.5v.833h4.167V2.5a.834.834 0 0 1 .833-.833h.833a.833.833 0 0 1 .834.833v.833a2.5 2.5 0 0 1 2.5 2.5V15a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 15V5.833a2.5 2.5 0 0 1 2.5-2.5V2.5a.833.833 0 0 1 .833-.833ZM12.5 3.333h.833V2.5H12.5v.833Zm-5.833 0V2.5h-.834v.833h.834ZM5 4.167a1.667 1.667 0 0 0-1.667 1.666v.834h12.5v-.834a1.667 1.667 0 0 0-1.666-1.666H5ZM3.333 15A1.667 1.667 0 0 0 5 16.667h9.167A1.667 1.667 0 0 0 15.833 15V7.5h-12.5V15ZM10 10.833h4.167V15H10v-4.167Zm.833.834v2.5h2.5v-2.5h-2.5Z'/%3e%3c/svg%3e");
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: 16px auto;
}
.form-date::-webkit-calendar-picker-indicator {
  background: none;
}
.form-time {
  border-left: none;
  padding-right: 10px;
  min-width: auto;
  -webkit-border-radius: var(--kerataif-round);
  -moz-border-radius: var(--kerataif-round);
  border-radius: var(--kerataif-round);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23D6D6DD' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0Zm0 1.395a8.605 8.605 0 1 0 0 17.21 8.605 8.605 0 0 0 0-17.21Zm-.93 4.186c.385 0 .697.313.697.698v4.884h4.884a.698.698 0 0 1 0 1.395H9.07a.698.698 0 0 1-.698-.698V6.28c0-.386.312-.699.698-.699Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h20v20H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-position: right 11px center;
  background-repeat: no-repeat;
  background-size: 13px auto;
}
.form-time::-webkit-calendar-picker-indicator {
  background: none;
}
.field--type-datetime > .js-form-item {
  border: none;
}
.field--type-datetime > .js-form-item .fieldset-wrapper > div {
  display: flex;
  align-items: center;
}
.form-textarea {
  min-height: 80px;
  font-family: 'DM Sans', sans-serif;
}
.form-select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' fill='none' viewBox='0 0 24 12'%3e%3cpath stroke='%23CCC' stroke-linecap='round' stroke-width='3' d='m2 2 10 8 10-8'/%3e%3c/svg%3e");
  background-size: auto 8px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.form-select:focus {
  border: 2px solid var(--kerataif-black);
}
.form-select option {
  font-size: .8rem;
}
.form-radio {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 2px solid var(--kerataif-gray);
  width: 18px;
  height: 18px;
  outline: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translate(5px, 2px);
  -moz-transform: translate(5px, 2px);
  -o-transform: translate(5px, 2px);
  -ms-transform: translate(5px, 2px);
  transform: translate(5px, 2px);
}
.form-radio + label {
  padding-left: 7px;
  cursor: pointer;
}
.form-radio:hover,
.form-radio:focus {
  border-color: var(--kerataif-gray);
  cursor: pointer;
}
.form-radio:checked {
  background: var(--kerataif-red);
  border: 3px solid var(--kerataif-gray);
}
.form-checkbox {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 2px solid var(--kerataif-gray);
  width: 18px;
  height: 18px;
  outline: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: translate(5px, 2px);
  -moz-transform: translate(5px, 2px);
  -o-transform: translate(5px, 2px);
  -ms-transform: translate(5px, 2px);
  transform: translate(5px, 2px);
}
.form-checkbox + label {
  padding-left: 7px;
  cursor: pointer;
}
.form-checkbox:hover,
.form-checkbox:focus {
  border-color: var(--kerataif-gray);
  cursor: pointer;
}
.form-checkbox:checked {
  background: var(--kerataif-red);
  border: 3px solid var(--kerataif-red);
  /*box-shadow: inset 0 0 0 3px #fff;*/
}
.form-submit {
  padding: 5px 40px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: var(--kerataif-red);
  height: 50px;
  font-size: var(--kerataif-font-size);
  font-weight: 500;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background-position: left 20px center;
  background-repeat: no-repeat;
}
.form-submit:hover {
  background-color: var(--kerataif-gray-dark);
}
.black-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(16, 18, 22, 0.5);
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
.black-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.ipless-ui {
  display: none;
}
svg.ext {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  transform: translateY(2px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='m8.667 7.333 5.466-5.466m.534 2.666v-3.2h-3.2m-4.134 0H6C2.667 1.333 1.333 2.667 1.333 6v4c0 3.333 1.334 4.667 4.667 4.667h4c3.333 0 4.667-1.334 4.667-4.667V8.667'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
svg.ext path {
  display: none;
}
.view-commerce-cart-form {
  border: 2px solid var(--kerataif-gray);
  padding: 20px;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.view-commerce-cart-form .field--name-total-price {
  border-top: 2px solid var(--kerataif-gray-light);
  padding-top: 10px;
  font-size: 1.25rem;
  margin-top: 20px;
}
.view-commerce-cart-form thead {
  display: none;
}
.view-commerce-cart-form .delete-order-item {
  padding: 5px 40px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: var(--kerataif-red);
  height: 50px;
  font-size: var(--kerataif-font-size);
  font-weight: 500;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background-position: left 20px center;
  background-repeat: no-repeat;
  height: 30px;
  font-size: .7rem;
  padding: 5px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.view-commerce-cart-form .delete-order-item:hover {
  background-color: var(--kerataif-gray-dark);
}
.view-commerce-cart-form .views-field {
  padding: 20px 0;
}
.view-commerce-cart-form .form-actions {
  justify-content: flex-end;
  padding-top: 20px;
}
.view-commerce-cart-form .views-field-total-price__number {
  text-align: right;
}
.view-commerce-cart-form .views-field-field-icon {
  display: flex;
  justify-content: center;
}
.password-strength__meter {
  -webkit-border-radius: var(--kerataif-round);
  -moz-border-radius: var(--kerataif-round);
  border-radius: var(--kerataif-round);
  overflow: hidden;
}
.password-strength__title {
  font-size: .8rem;
}
.password-confirm-message {
  font-size: .8rem;
}
.password-confirm-message .error {
  color: var(--kerataif-red);
}
.password-confirm-message .ok {
  color: var(--kerataif-green);
}
.service-info .es-title {
  font-weight: 600;
  margin-right: 10px;
}
.service-info .es-price {
  font-size: .7rem;
  font-weight: 600;
  color: var(--kerataif-red);
}
.service-info .es-description {
  font-size: .7rem;
}
.js-comment {
  background-color: var(--kerataif-gray-light);
  position: relative;
  padding: 15px 100px 15px 30px;
  box-sizing: border-box;
  width: 60%;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .js-comment {
    width: 80%;
  }
}
.js-comment mark {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: .8rem;
  background-color: var(--kerataif-black);
  color: #FFF;
}
.js-comment .field--name-comment-body {
  margin-bottom: 0 !important;
}
.js-comment .field--name-comment-body p {
  margin: 0;
}
.js-comment .links.inline {
  display: none;
}
.js-comment.by-viewer {
  background-color: var(--kerataif-green);
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  align-self: flex-end;
  color: #FFF;
}
.comment-message-form .js-text-format-wrapper .js-filter-wrapper {
  display: none;
}
.view-header-texts p {
  font-size: 1.25rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .view-header-texts p {
    font-size: 1rem;
  }
}
.view-header-texts strong {
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .view-header-texts strong {
    font-size: 2rem;
    font-weight: 600;
  }
}
.view-header-texts i {
  font-size: 2.25rem;
  font-weight: 500;
  font-style: normal;
  display: block;
}
@media screen and (max-width: 1100px) {
  .view-header-texts i {
    font-size: 1.4rem;
  }
}
.block-header-content p {
  font-size: 1.25rem;
  line-height: 150%;
}
@media screen and (max-width: 1100px) {
  .block-header-content p {
    font-size: 1rem;
  }
}
.block-header-content strong {
  font-size: 4rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .block-header-content strong {
    font-size: 2rem;
    font-weight: 600;
  }
}
.block-header-content em {
  font-size: 2.25rem;
  font-style: normal;
  line-height: 120%;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .block-header-content em {
    font-size: 1.4rem;
  }
}
.block-header-content a {
  padding: 5px 40px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: var(--kerataif-red);
  height: 50px;
  font-size: var(--kerataif-font-size);
  font-weight: 500;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background-position: left 20px center;
  background-repeat: no-repeat;
  display: inline-flex;
  margin-top: 30px;
}
.block-header-content a:hover {
  background-color: var(--kerataif-gray-dark);
}
@media screen and (max-width: 1100px) {
  .block-header-content a {
    margin-top: 20px;
  }
}
body:not(.role-administrator) #block-kerataif-primary-local-tasks {
  display: none;
}
/* Default objects */
.description {
  font-size: .8rem;
}
#block-kerataif-page-title h1 {
  font-weight: 600;
}
.block > h2 {
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--kerataif-black);
}
.swiper-container {
  margin: 0;
}
.integrator-DPD {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='148' height='64' fill='none' viewBox='0 0 148 64'%3e%3cg fill-rule='evenodd' clip-rule='evenodd'%3e%3cpath fill='%233F3F42' d='M95 49.9c-2.6.7-5.9 1-8.8 1-7.5 0-12.4-3.9-12.4-11 0-6.8 4.6-11.2 11.3-11.2 1.5 0 3.1.2 4.1.7v-9.8H95v30.3Zm-5.8-15.5c-.9-.4-2.2-.7-3.6-.7-3.5 0-5.9 2.2-5.9 5.9 0 4 2.5 6.3 6.7 6.3.7 0 1.9 0 2.8-.2V34.4Zm53.6 15.5c-2.6.7-5.9 1-8.9 1-7.4 0-12.4-3.9-12.4-11 0-6.8 4.6-11.2 11.3-11.2 1.6 0 3.1.2 4.1.7v-9.8h5.9v30.3ZM137 34.4c-.9-.4-2.1-.7-3.5-.7-3.6 0-5.9 2.2-5.9 5.9 0 4 2.6 6.3 6.7 6.3.7 0 1.8 0 2.8-.2V34.4h-.1Zm-32.8 0c1-.4 2.3-.5 3.5-.5 3.6 0 6.1 2 6.1 5.7 0 4.3-2.8 6.3-6.4 6.4v5h.3c7.6 0 12.1-4.1 12.1-11.5 0-6.7-4.8-10.7-11.9-10.7-3.6 0-7.1.8-9.5 1.8V59h5.9l-.1-24.6Z'/%3e%3cpath fill='%23DC0032' d='m52.3 14.9 1 1.1.5-.3-1.5-.8Z'/%3e%3cpath fill='%23DC0032' d='m50.9 14.1 1.9 2.2.7-.4-.7-.8c-.1 0-1.9-1-1.9-1Z'/%3e%3cpath fill='%23DC0032' d='m49.4 13.3 2.8 3.2.7-.4-1.6-1.9c-.1.1-1.9-.9-1.9-.9Z'/%3e%3cpath fill='%23DC0032' d='m47.9 12.5 3.7 4.3.7-.4-2.6-3-1.8-.9Zm7.2 7.7-.4.2.4.5v-.7Z'/%3e%3cpath fill='%23DC0032' d='m46.5 11.8 4.6 5.4.7-.4-3.5-4.1-1.8-.9Zm8.3 8.5-.7.4.9 1.1v-1.1l-.2-.4Z'/%3e%3cpath fill='%23DC0032' d='m45 11 5.6 6.5.7-.4-4.4-5.2c-.1 0-1.9-.9-1.9-.9Zm9.3 9.6-.7.4 1.4 1.7v-1.1c.1-.1-.7-1-.7-1Z'/%3e%3cpath fill='%23DC0032' d='m43.5 10.2 6.5 7.6.7-.4-5.4-6.2-1.8-1Zm10.2 10.7-.7.4 2 2.3v-1.1c.1 0-1.3-1.6-1.3-1.6Z'/%3e%3cpath fill='%23DC0032' d='m42.1 9.4 7.4 8.6.7-.4-6.3-7.3c0 .1-1.8-.9-1.8-.9Zm11.1 11.8-.7.4 2.5 2.9v-1.1c.1 0-1.8-2.2-1.8-2.2Z'/%3e%3cpath fill='%23DC0032' d='m40.6 8.6 8.4 9.7.7-.4-7.2-8.4c0 .1-1.9-.9-1.9-.9Zm12.1 12.9-.7.4 3.1 3.5v-1.1l-2.4-2.8Z'/%3e%3cpath fill='%23DC0032' d='m39.2 7.9 9.3 10.9.7-.4L41 8.8l-1.8-.9Zm12.9 13.9-.7.4 3.6 4.2v-1.1c.1 0-2.9-3.5-2.9-3.5Z'/%3e%3cpath fill='%23DC0032' d='M37.7 7.1 47.9 19l.7-.4L39.5 8l-1.8-.9Zm13.9 15-.7.4 4.1 4.8v-1.1l-3.4-4.1Z'/%3e%3cpath fill='%23DC0032' d='m36.2 6.3 11.2 13 .7-.4-10-11.6-1.9-1Zm14.9 16.1-.7.4 4.6 5.5v-1.2c.1 0-3.9-4.7-3.9-4.7Z'/%3e%3cpath fill='%23DC0032' d='m34.8 5.5 12.1 14.1.7-.4-11-12.7-1.8-1Zm15.8 17.2-.7.4 5.2 6.1V28l-4.5-5.3Z'/%3e%3cpath fill='%23DC0032' d='m33.3 4.7 13.1 15.2.7-.4-12-13.8-1.8-1ZM50 23l-.7.4 5.7 6.7V29c.1-.1-5-6-5-6Z'/%3e%3cpath fill='%23DC0032' d='m31.8 3.9 14 16.3.7-.4L33.7 4.9l-1.9-1Zm17.7 19.4-.7.4L55 31v-1.2c.1 0-5.5-6.5-5.5-6.5Z'/%3e%3cpath fill='%23DC0032' d='m30.4 3.2 14.9 17.3.7-.4-13.7-16-1.9-.9Zm18.5 20.4-.6.4 6.8 7.9v-1.1l-6.2-7.2Z'/%3e%3cpath fill='%23DC0032' d='m29.4 2.9 15.3 17.9.7-.4-14.6-17-.4-.2c-.3-.2-.6-.3-1-.3Zm19 21-.7.4 7.3 8.5v-1.1c.1 0-6.6-7.8-6.6-7.8Z'/%3e%3cpath fill='%23DC0032' d='M29.4 2.9c-.2 0-.5.1-.7.1l15.5 18.1.7-.4L29.6 2.9h-.2Zm18.5 21.3-.7.4 7.8 9.2v-1.2c.1 0-7.1-8.4-7.1-8.4Z'/%3e%3cpath fill='%23DC0032' d='M28.9 3c-.1.1-.3.1-.4.2l-.4.2 15.5 18.1.7-.4C44.4 21.1 28.9 3 28.9 3Zm18.5 21.5-.7.5 8.3 9.7v-1.1l-7.6-9.1Z'/%3e%3cpath fill='%23DC0032' d='m28.3 3.2-.7.4 15.5 18.1.7-.4c0 .1-15.5-18.1-15.5-18.1Zm18.5 21.6-.7.4L55 35.5v-1.1c.1 0-8.2-9.6-8.2-9.6Z'/%3e%3cpath fill='%23DC0032' d='m27.8 3.5-.7.4L42.6 22l.7-.4c0 .1-15.5-18.1-15.5-18.1Zm18.5 21.6-.7.4 9.4 11v-1.1c.1 0-8.7-10.3-8.7-10.3Z'/%3e%3cpath fill='%23DC0032' d='m27.2 3.8-.7.4L42 22.3l.7-.4c.1.1-15.5-18.1-15.5-18.1Zm18.6 21.6-.7.4 10 11.6v-1.1l-9.3-10.9Z'/%3e%3cpath fill='%23DC0032' d='m26.7 4.1-.7.4 15.5 18.1.7-.4c0 .1-15.5-18.1-15.5-18.1Zm18.5 21.6-.7.4L55 38.3v-1.1c.1 0-9.8-11.5-9.8-11.5Z'/%3e%3cpath fill='%23DC0032' d='m26.1 4.4-.7.4L41 22.9l.7-.4c0 .1-15.6-18.1-15.6-18.1ZM44.7 26l-.7.4 11 12.8v-1.1c.1.1-10.3-12.1-10.3-12.1Z'/%3e%3cpath fill='%23DC0032' d='m25.6 4.7-.7.4 15.6 18.1.7-.4c0 .1-15.6-18.1-15.6-18.1Zm18.6 21.7-.7.4L55 40.2v-1.1L44.2 26.4Z'/%3e%3cpath fill='%23DC0032' d='m25.1 5-.7.4L40 23.5l.7-.4C40.7 23.2 25.1 5 25.1 5Zm18.6 21.7-.7.4 12.1 14.1V40L43.7 26.7Z'/%3e%3cpath fill='%23DC0032' d='m24.5 5.3-.7.4 15.6 18.2.7-.4L24.5 5.3ZM43.1 27l-.7.4L55 42.1V41L43.1 27Z'/%3e%3cpath fill='%23DC0032' d='m24 5.6-.7.4 15.6 18.2.7-.4L24 5.6Zm18.6 21.7-.7.4L55.1 43v-1.1c0-.1-12.5-14.6-12.5-14.6Z'/%3e%3cpath fill='%23DC0032' d='m23.4 5.9-.7.4 15.6 18.2.7-.4L23.4 5.9ZM42 27.6l-.6.4 13.7 16v-1.2c0-.1-13.1-15.2-13.1-15.2Z'/%3e%3cpath fill='%23DC0032' d='m22.9 6.2-.7.4 15.6 18.2.7-.4L22.9 6.2Zm18.7 21.7-.7.4 14.2 16.6v-1.1c0-.1-13.5-15.9-13.5-15.9Z'/%3e%3cpath fill='%23DC0032' d='m22.4 6.4-.7.4 15.7 18.3.7-.4c-.1 0-15.7-18.3-15.7-18.3ZM41 28.2l-.7.4L55 45.8v-1.1L41 28.2Z'/%3e%3cpath fill='%23DC0032' d='m21.8 6.7-.7.4 15.8 18.4c.1-.1.1-.2.2-.2l.4-.2c0-.1-15.7-18.4-15.7-18.4Zm18.7 21.8-.7.4 15.1 17.6c.1-.2.1-.4.1-.5v-.5l-14.5-17Z'/%3e%3cpath fill='%23DC0032' d='m21.3 7-.7.4 16.1 18.8V26c0-.2.1-.4.2-.6L21.3 7Zm18.6 21.8-.5.3c-.1 0-.1.1-.2.1l15.4 17.9c.2-.2.3-.5.4-.7L39.9 28.8Z'/%3e%3cpath fill='%23DC0032' d='m20.7 7.3-.7.4 16.7 19.4v-1.2l-16-18.6Zm17.6 21.6 16 18.7c.2-.1.4-.4.5-.5l-15.4-18c-.2.1-.6.1-.8 0l-.3-.2Z'/%3e%3cpath fill='%23DC0032' d='m20.2 7.6-.7.4 34.2 39.8.5-.2.2-.2-15.8-18.3h-.1l-1.4-.8-.3-.3c-.1-.2-.1-.3-.2-.4v-.7c.1 0-16.4-19.3-16.4-19.3Z'/%3e%3cpath fill='%23DC0032' d='m19.7 7.9-.7.4 34.2 39.8.7-.4L19.7 7.9Z'/%3e%3cpath fill='%23DC0032' d='m19.1 8.2-.7.4 34.3 39.9.7-.4L19.1 8.2Z'/%3e%3cpath fill='%23DC0032' d='m18.6 8.5-.7.4 34.3 39.9.7-.4L18.6 8.5Z'/%3e%3cpath fill='%23DC0032' d='m18 8.8-.7.4L51.6 49l.7-.4L18 8.8Z'/%3e%3cpath fill='%23DC0032' d='m17.4 9.1-.7.4 34.3 40 .7-.4-34.3-40Z'/%3e%3cpath fill='%23DC0032' d='m16.9 9.4-.7.4 34.3 40 .7-.4-34.3-40Z'/%3e%3cpath fill='%23DC0032' d='m16.4 9.7-.7.3L50 50l.7-.4L16.4 9.7Z'/%3e%3cpath fill='%23DC0032' d='m15.8 9.9-.7.4 34.3 40 .7-.4-34.3-40Z'/%3e%3cpath fill='%23DC0032' d='m15.3 10.2-.7.4 34.3 40 .7-.4-34.3-40Z'/%3e%3cpath fill='%23DC0032' d='m14.7 10.5-.7.4 16.7 19.4.5.4c.2.1.5.4.5.7v.1l16.6 19.4.7-.4-34.3-40Z'/%3e%3cpath fill='%23DC0032' d='m14.2 10.8-.7.4 15.7 18.3 2 1.1-17-19.8Zm17.5 20.4c0 .1.1.1.1.2v1l16.1 18.8.7-.4c-.1 0-16.9-19.6-16.9-19.6Z'/%3e%3cpath fill='%23DC0032' d='m13.7 11.1-.7.4 14.6 17.1 2 1.1c0-.1-15.9-18.6-15.9-18.6Zm18.1 21.1v1.1l15.6 18.2.7-.4-16.3-18.9Z'/%3e%3cpath fill='%23DC0032' d='m13.1 11.4-.7.4 13.7 15.9 1.9 1.1-14.9-17.4Zm18.7 21.7v1.2l15.1 17.5.7-.4-15.8-18.3Z'/%3e%3cpath fill='%23DC0032' d='m12.6 11.6-.7.4 12.7 14.8 1.9 1.1-13.9-16.3ZM31.8 34v1.1L46.3 52l.7-.4L31.8 34Z'/%3e%3cpath fill='%23DC0032' d='m12 11.9-.7.4L23 25.9l1.9 1.1L12 11.9Zm19.8 23V36l14 16.3.7-.4-14.7-17Z'/%3e%3cpath fill='%23DC0032' d='m11.5 12.2-.7.4L21.5 25l1.9 1.1-11.9-13.9Zm20.3 23.6V37l13.4 15.7.7-.4-14.1-16.5Z'/%3e%3cpath fill='%23DC0032' d='m11 12.5-.7.4 9.6 11.2 1.9 1.1L11 12.5Zm20.8 24.3v1.1l13 15.1.7-.4c-.1 0-13.7-15.8-13.7-15.8Z'/%3e%3cpath fill='%23DC0032' d='m10.4 12.8-.7.4 8.6 10 2 1.1-9.9-11.5Zm21.4 24.9v1.1l12.4 14.5.7-.4-13.1-15.2Z'/%3e%3cpath fill='%23DB0032' d='m9.9 13.1-.7.4 7.6 8.8 2 1.1c0 .1-8.9-10.3-8.9-10.3Zm15.7 19.5 1.6 1.8v-.7c0-.1-.1-.3-.2-.4l-1.4-.7Zm6.2 6v1.2l11.9 13.9.7-.4-12.6-14.7Z'/%3e%3cpath fill='%23DC0032' d='m9.3 13.4-.7.4 6.5 7.7 2 1.1c.1 0-7.8-9.2-7.8-9.2ZM24 31.7l3.1 3.6v-1.1L26 32.8l-2-1.1Zm7.8 7.8v1.1l11.3 13.3.7-.4c0 .1-12-14-12-14Z'/%3e%3cpath fill='%23DC0032' d='m8.8 13.7-.7.3 5.6 6.5 1.9 1.1c0 .1-6.8-7.9-6.8-7.9Zm13.7 17.1 4.7 5.4v-1.1l-2.7-3.2-2-1.1Zm9.3 9.6v1.1l10.8 12.7.7-.4c-.1.1-11.5-13.4-11.5-13.4Z'/%3e%3cpath fill='%23DC0032' d='m8.3 14-.7.4 4.6 5.3 1.9 1.1L8.3 14ZM21 29.9l6.2 7.2V36l-4.3-5-1.9-1.1Zm10.8 11.5v1.1l10.3 12 .7-.4-11-12.7Z'/%3e%3cpath fill='%23DC0032' d='m7.7 14.3-.7.4 3.5 4.1 1.9 1.1c.1 0-4.7-5.6-4.7-5.6ZM19.4 29l7.7 9v-1.1l-5.8-6.7-1.9-1.2Zm12.4 13.3v1.1l9.8 11.4.7-.4c-.1.1-10.5-12.1-10.5-12.1Z'/%3e%3cpath fill='%23DC0032' d='m7.2 14.6-.7.4L9 17.9l2 1.1-3.8-4.4Zm10.7 13.5L27.2 39v-1.1l-7.4-8.6-1.9-1.2Zm13.9 15.1v1.1L41 55.1l.7-.4-9.9-11.5Z'/%3e%3cpath fill='%23DC0032' d='m6.6 14.9-.6.3 1.5 1.7 2 1.1c0 .1-2.9-3.1-2.9-3.1Zm9.7 12.4 10.9 12.6v-1.1l-8.9-10.4-2-1.1Zm15.5 16.9v1.1l8.7 10.1.7-.4c-.1.1-9.4-10.8-9.4-10.8Z'/%3e%3cpath fill='%23DC0032' d='m6.1 15.1-.7.4.5.7 2 1.1c0-.1-1.8-2.2-1.8-2.2Zm8.6 11.3 12.4 14.5v-1.2L16.7 27.5l-2-1.1Zm17.1 18.7v1.1l8.2 9.6.7-.4c-.1 0-8.9-10.3-8.9-10.3Z'/%3e%3cpath fill='%23DC0032' d='m5.6 15.4-.4.2 1.2.7c-.1 0-.8-.9-.8-.9Zm7.6 10.1 14 16.3v-1.1l-12-14c0-.1-2-1.2-2-1.2ZM31.8 46v1.2l7.7 8.9.7-.4-8.4-9.7Z'/%3e%3cpath fill='%23DC0032' d='m11.7 24.6 15.5 18.1v-1.1L13.6 25.7l-1.9-1.1Zm20.1 22.3V48l7.1 8.3.7-.4-7.8-9Z'/%3e%3cpath fill='%23DC0032' d='m10.1 23.8 17 19.9v-1.2L12 24.8l-1.9-1Zm21.7 24V49l6.6 7.7.7-.4-7.3-8.5Z'/%3e%3cpath fill='%23DC0032' d='m8.6 22.9 18.6 21.7v-1.1L10.5 23.9l-1.9-1Zm23.2 25.8v1.2l6.1 7.1.7-.4c-.1 0-6.8-7.9-6.8-7.9Z'/%3e%3cpath fill='%23DB0032' d='m7 22 20.2 23.5v-1.1L8.9 23.1 7 22Zm24.8 27.7v1.1l5.5 6.5.7-.4-6.2-7.2Z'/%3e%3cpath fill='%23DA0032' d='m5.4 21.1 21.7 25.3v-1.1l-19.8-23-1.9-1.2Zm26.4 29.5v1.1l5 5.9.7-.4-5.7-6.6Z'/%3e%3cpath fill='%23D90032' d='m3.9 20.2 23.3 27.1v-1.1L5.9 21.3l-2-1.1Zm27.9 31.3v1.2l4.5 5.2.7-.4c-.1 0-5.2-6-5.2-6Z'/%3e%3cpath fill='%23D80032' d='M3.8 20.2v.8l23.3 27.2V47L4.3 20.4l-.5-.2Zm28 32.2v.7c0 .1-.1.2-.1.3l4.1 4.7.7-.4c-.1.1-4.7-5.3-4.7-5.3Z'/%3e%3cpath fill='%23D70032' d='M3.8 20.8V22l23.3 27.2V48L3.8 20.8Zm27.9 32.5c-.1.2-.2.5-.4.5l-.1.1 4 4.6.7-.4-4.2-4.8Z'/%3e%3cpath fill='%23D60032' d='M3.8 21.7v1.1L27.2 50v-1.1L3.8 21.7Zm27.6 32.1c0 .1 0 .1 0 0l-.7.4 4 4.6.7-.4-4-4.6Z'/%3e%3cpath fill='%23D50032' d='M3.8 22.6v1.1l23.3 27.2v-1.1L3.8 22.6Zm27.1 31.5-.7.4 4 4.6.7-.4-4-4.6Z'/%3e%3cpath fill='%23D40032' d='M3.8 23.6v1.1l23.3 27.2v-1.1L3.8 23.6Zm26.5 30.8-.4.2c-.1.1-.2.1-.4.1l4.1 4.7.7-.4-4-4.6Z'/%3e%3cpath fill='%23D30032' d='M3.8 24.5v1.1l23.3 27.2v-1.1L3.8 24.5Zm24.7 29.9 4.6 5.3.7-.4-4-4.6c-.1 0-.2.1-.2.1h-.1c-.2 0-.3-.1-.4-.1l-.6-.3Z'/%3e%3cpath fill='%23D20032' d='M3.8 25.4v1.2l28.7 33.5.7-.4-4.3-5-1.3-.7c-.2-.1-.4-.4-.4-.7v-.6L3.8 25.4Z'/%3e%3cpath fill='%23D10032' d='M3.8 26.3v1.1l28.2 33 .7-.4L3.8 26.3Z'/%3e%3cpath fill='%23D00032' d='M3.8 27.2v1.1l27.7 32.3.7-.4-28.4-33Z'/%3e%3cpath fill='%23CF0032' d='M3.8 28.1v1.2L31 61l.7-.4L3.8 28.1Z'/%3e%3cpath fill='%23CE0032' d='M3.8 29.1v1.1l26.6 31 .7-.4L3.8 29.1Z'/%3e%3cpath fill='%23CD0032' d='M3.8 30v1.1l26 30.4c.2-.1.4-.1.5-.2l.2-.1L3.8 30Z'/%3e%3cpath fill='%23CC0032' d='M3.8 30.9v1.2l25.3 29.4h.4c.2 0 .4 0 .5-.1L3.8 30.9Z'/%3e%3cpath fill='%23CB0032' d='M3.8 31.9V33l23.9 27.8.8.5c.2.1.5.2.7.2L3.8 31.9Z'/%3e%3cpath fill='%23CA0032' d='M3.8 32.8v1.1l22.3 26 2 1.1L3.8 32.8Z'/%3e%3cpath fill='%23C90032' d='M3.8 33.7v1.1L24.6 59l2 1.1L3.8 33.7Z'/%3e%3cpath fill='%23C80033' d='M3.8 34.6v1.1L23 58.1l1.9 1.1L3.8 34.6Z'/%3e%3cpath fill='%23C70033' d='M3.8 35.5v1.1l17.6 20.6 1.9 1.1L3.8 35.5Z'/%3e%3cpath fill='%23C60033' d='M3.8 36.5v1.1l16 18.7 2 1.1-18-20.9Z'/%3e%3cpath fill='%23C50033' d='M3.8 37.4v1.1l14.5 16.9 2 1.1L3.8 37.4Z'/%3e%3cpath fill='%23C40033' d='M3.8 38.3v1.1l12.9 15.1 2 1.1L3.8 38.3Z'/%3e%3cpath fill='%23C30033' d='M3.8 39.2v1.1l11.3 13.2 2 1.1L3.8 39.2Z'/%3e%3cpath fill='%23C20033' d='M3.8 40.1v1.1l9.8 11.4 2 1.1L3.8 40.1Z'/%3e%3cpath fill='%23C10033' d='M3.8 41v1.2l8.2 9.5 1.9 1.1L3.8 41Z'/%3e%3cpath fill='%23C00033' d='M3.8 42v1.1l6.6 7.7 2 1.1L3.8 42Z'/%3e%3cpath fill='%23BF0033' d='M3.8 42.9V44l5 5.9 2 1.1-7-8.1Z'/%3e%3cpath fill='%23BE0033' d='M3.8 43.8V45l3.5 4 2 1.1-5.5-6.3Z'/%3e%3cpath fill='%23BD0033' d='M3.8 44.8v1.1l1.9 2.2 2 1.1-3.9-4.4Z'/%3e%3cpath fill='%23BC0033' d='M3.8 45.7v.3c0 .6.4 1.3.9 1.6l1.4.8c.1 0-2.3-2.7-2.3-2.7Z'/%3e%3cpath fill='%23B03' d='m4.2 47 .3.3-.3-.3Z'/%3e%3c/g%3e%3c/svg%3e");
  background-size: 55% auto;
  background-position: top 60px center;
  position: relative;
}
.integrator-DPD::after {
  content: "3-6 days";
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translate(-50%);
  color: var(--kerataif-gray);
}
.integrator-GLS {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='175' height='59' fill='none' viewBox='0 0 175 59'%3e%3cpath fill='%23FFD100' d='M165.395 58.536a9.596 9.596 0 0 0 5.339-1.645 9.667 9.667 0 0 0 3.531-4.346c.723-1.767.91-3.71.535-5.584a9.686 9.686 0 0 0-2.642-4.942 9.585 9.585 0 0 0-10.485-2.082 9.632 9.632 0 0 0-4.314 3.561 9.694 9.694 0 0 0-1.62 5.369 9.705 9.705 0 0 0 2.835 6.843 9.622 9.622 0 0 0 6.821 2.826Z'/%3e%3cpath fill='%23061AB1' d='M27.775 27.386v12.651h10.512c-1.536 2.413-5 3.7-7.347 3.7-7.912 0-11.869-4.517-11.869-13.631 0-10.063 5.222-15.212 15.588-15.212 4.116 0 9.496 1.03 15.272 2.853V2.615c-1.663-.712-4.193-1.267-7.438-1.823A53.721 53.721 0 0 0 33.708 0C23.421 0 15.272 2.774 9.18 8.319 3.09 13.864 0 21.314 0 30.745c0 8.635 2.374 15.45 7.122 20.442 4.747 5.07 11.156 7.606 19.227 7.607 8.104 0 15.55-4.212 17.951-9.56l-.051 8.607H55.97V27.386H27.775ZM61.822 57.84V.95h18.2v42.073h19.86v14.818l-38.06-.001Zm44.702-1.426V40.885a72.524 72.524 0 0 0 9.417 2.221c3.053.583 6.151.901 9.259.95 4.43 0 6.726-1.11 6.726-3.09 0-1.267-.712-1.903-3.956-2.616l-6.331-1.426C110.798 34.467 105.734 29 105.734 19.73c0-6.101 2.138-10.934 6.331-14.5C116.253 1.743 122.111 0 129.47 0c5.064 0 12.82 1.03 17.567 2.22v14.818c-2.453-.634-5.379-1.267-8.94-1.823a56.628 56.628 0 0 0-8.387-.792c-3.877 0-6.094 1.11-6.094 3.09 0 1.187 1.029 1.982 3.165 2.536l7.359 1.743c10.762 2.536 15.746 8.08 15.746 17.51 0 6.023-2.216 10.776-6.568 14.262-4.352 3.487-10.366 5.229-18.041 5.229-7.28-.003-14.639-1.032-18.753-2.379Z'/%3e%3c/svg%3e");
  background-size: 52% auto;
  background-position: top 70px center;
  position: relative;
}
.integrator-GLS::after {
  content: "3-6 days";
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translate(-50%);
  color: var(--kerataif-gray);
}
.integrator-TNT {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='160' height='58' fill='none' viewBox='0 0 160 58'%3e%3cpath fill='%23F60' d='M91.078 15.962a.796.796 0 0 1 .807.808v24.525a.733.733 0 0 1-.742.743h-5.064a1.575 1.575 0 0 1-.87-.42s-9.095-12.505-9.386-12.828a5.887 5.887 0 0 1-.612-1.163v13.668a.74.74 0 0 1-.774.743H68.76a.737.737 0 0 1-.774-.743V16.77a.74.74 0 0 1 .774-.743h5.064c.32.039.616.187.838.42 0 0 8.998 12.278 9.386 12.828.252.366.468.755.645 1.163V16.77a.733.733 0 0 1 .741-.743c0-.065 5.29-.065 5.644-.065Zm39.992 35.511c-12.32 0-22.35-10.081-22.35-22.457 0-12.408 10.03-22.489 22.35-22.489 12.288 0 22.318 10.081 22.318 22.49 0 12.375-10.03 22.456-22.318 22.456Zm-51.118 0c-12.32 0-22.35-10.081-22.35-22.457 0-12.408 10.03-22.489 22.35-22.489 12.288 0 22.318 10.081 22.318 22.49 0 12.375-10.03 22.456-22.318 22.456Zm-51.12 0c-12.32 0-22.35-10.081-22.35-22.457 0-12.408 10.03-22.489 22.35-22.489 12.289 0 22.319 10.081 22.319 22.49-.032 12.375-10.063 22.456-22.318 22.456ZM131.07 0c-11.094 0-20.737 6.365-25.607 15.639a28.794 28.794 0 0 0-10.594-11.42 28.716 28.716 0 0 0-29.963 0 28.79 28.79 0 0 0-10.594 11.42A28.873 28.873 0 0 0 43.696 4.222 28.8 28.8 0 0 0 28.704 0C12.933 0 0 13.022 0 29.016 0 44.978 12.933 58 28.833 58c11.062 0 20.738-6.365 25.575-15.639a28.86 28.86 0 0 0 10.6 11.41A28.788 28.788 0 0 0 79.985 58c11.094 0 20.738-6.365 25.608-15.639a28.814 28.814 0 0 0 10.597 11.416A28.749 28.749 0 0 0 131.167 58C147.067 58 160 44.978 160 29.016 159.903 13.022 146.938 0 131.07 0ZM17.996 16.447a.728.728 0 0 0-.741.743v4.88a.733.733 0 0 0 .741.742h5.87a7.363 7.363 0 0 0 1.129-.097v19.226a.73.73 0 0 0 .742.743h6.03a.73.73 0 0 0 .743-.743V22.715c.47.059.944.091 1.419.097h5.611a.728.728 0 0 0 .742-.743V17.19a.733.733 0 0 0-.742-.743H17.996Zm123.879 0a.725.725 0 0 1 .688.457.72.72 0 0 1 .053.286v4.88a.72.72 0 0 1-.213.528.729.729 0 0 1-.528.214h-5.58c-.485-.005-.97-.037-1.451-.097v19.226a.742.742 0 0 1-.456.69.73.73 0 0 1-.286.053h-6.031a.73.73 0 0 1-.742-.743V22.715a7.23 7.23 0 0 1-1.129.097h-5.869a.73.73 0 0 1-.742-.743V17.19a.72.72 0 0 1 .213-.53.736.736 0 0 1 .529-.213h21.544Z'/%3e%3c/svg%3e");
  background-size: 54% auto;
  background-position: top 65px center;
  position: relative;
}
.integrator-TNT::after {
  content: "2-4 days";
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translate(-50%);
  color: var(--kerataif-gray);
}
.integrator-ROYAL {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='320' height='215' fill='none' viewBox='0 0 320 215'%3e%3cpath fill='url(%23a)' d='M0 0h320v215H0z'/%3e%3cdefs%3e%3cpattern id='a' width='1' height='1' patternContentUnits='objectBoundingBox'%3e%3cuse xlink:href='%23b' transform='scale(.00313 .00465)'/%3e%3c/pattern%3e%3cimage xlink:href='data:image/png%3bbase64%2ciVBORw0KGgoAAAANSUhEUgAAAUAAAADXCAYAAABrhIjlAAAgAElEQVR4AeydB3dbVdaw5398pEECKcRxT2%2bkkgRIIAFCDwwt9BoIEAg9kJDem1Mdx3bce%2b%2b2ZHXJsi25995tVT/fnCsbAgPvO5kh67WHa6%2bzJF1JV%2bfupfNo7312%2bdvf5D9ZArIEZAnIEpAlIEtAloAsAVkCsgTGmAS6p931Uuc9d%2bbKY3zJoOOeO8%2bMsa%2bSPB1ZAuNPAh3T7/yi8547kcc4k8H0O/PG37dNnrEsgTEmgZsB2OXnRVeAjzzGsAw6Z0z1/FjJABxjK0mezriUwM0AdJmMyH9jWwLdS%2bbLAByXK02e9JiUgAzAsQ28385OBuCYXEbypMarBGQA/hYxY/uxDMDxutLkeY9JCcgAHNvA%2b%2b3sZACOyWUkT2q8SkAG4G8RM7YfywAcrytNnveYlIAMwLENvN/OTgbgmFxG8qTGqwRkAP4WMWP7sQzA8brS5HmPSQnIABzbwPvt7GQAjsllJE9qvEpABuBvETO2H8sAHK8rTZ73mJSADMCxDbzfzk4G4JhcRvKkxqsExgsAhwH38DDuYTcMu4BhxLHh4WFwuxmWjonnnCMDXMNiuHCPHvMcQLxFvHc8/skAHK8rTZ73mJTAeAGga3gYp9uN0%2b1k2GXH7XYhjrlcbtxOBy63g2EBOreNYdcQbtcwDtcwdpcDh2sIl2uQYYcDt8OFwyXOMz4RKANwTC4jeVLjVQLjBYBC0xsedjMstD2XC5fLiVNA0O2SYGh3DeN2D%2bNy2LAN9tDf24m9tx1bXzuDve0M9ncx7LZhc7kZcrpwuIUWOf7%2bZACO15Umz3tMSmC8AFDYrcPuYYZdAoDC5B2WzFvXsND%2bXPTb3TjsDno7G6gtz6c8J5TG4qs0Kq7QoIyirVyF0zlEv92JwzUIw7bxRz9ABuCYXEbypMarBMYPAAX0RuAnNEC38Ad6/Htut1syax29DfTU6LCknibj27nofryH4r2zKTqzlZK089haW7H1deJy2IXzUAbgeP3SyvOWJfBnSWC8ANDlsuN02iW/n/D1Cf%2bf2BQRmqDb5WKgv4uqokvUFF%2bmxRRDY/r3tMXOojVlKa3avTSWZ2DN3E%2bLpZDB3k7JXB6PBJQ1wD/rmy%2bfR5bA3/72t3EDQLfw%2bQnwuXEN23C43bikXV2PT9Bh76U6Zx/VMY/Rkv40zcXfU6/5jtrCj2hRfkBb4euUX99EizmLob5uz%2b7xOCSgDEB52coS%2bBMlMF4AKLQ%2b97ADYe663Q5pR1jcFxsiQgN0ugZpyNtDc8wi2lMCMed8QnzSNbJivqIi5WG60nypurKAppJUhnq6REzNOMSf7AP8E7/68qlkCYwfDZBhO8MuG8NOz06wUzKBnR4YutzY7Dbqs/fSHLuKlpTlaFN2EHbpE9KvvUZ5wmM0p96H5ZI/9YYE%2brrbcLnkXWD5%2by9L4C8vgX9HA/SEpPwvGpQINhYbFUJjE7CSgpU9u7fSMZdLMkOloGTxWmmX1/P86PmFkiaG9BqXHZwCgCLsZVjaBHG5RTygXdIGbUOD1OSdoT7jE1qLPseSuRN1%2bEIs0ffTmPMh9YU/Ygp/mlpjCj3drVIIjeQ/lObl8SV6PldomGJuIqj6puMj8//52K/e59mgudkvKebsuW7P7rW4EOnzRq7n31U/ZRP4L79kZQH8mRK4VQBKi1iYnW73P61hD0BGoCHgJ5mmIubOjUMEK4%2bYqy6HQ9qJ9QDBs5khwULATQKc2N0VYS5ijEBQCn/xxPw5XW5cwgfo9gRAS0C19dNcnkeLJY%2bO8mTqUt6kOf5OWmPn0J7zMa3GdGp0SbTWmhgc6JEgKt4n5uSZtwd8LpcDl9POsAi4HokxlHacxesEGEePiWuRACmOiWsTAdeeeY3OXQRbO10idMcTviOCtsUx8Xn/7p8MwD/z2y%2bf6y8vgVsFoAQNpzA9PQD8FfQkIIxoeSOwE5qUAILT6ZRg44GfyNoY1Qo96W0ClmLYhwZxOcXznvf9fH5J63NLAcwiw8PldON2CZ/gqF9QAHeI3qZyqtPPoDm0FuV%2bX4r2zkZ9%2bhEqM8/hsovXCmB54OY5t0d7G70up8MupduJEBunS8QMOkdCbkbmOewJvnaMhOJImzISAO24nU5JQxVxiuJ8DvewNITGKq7N5RTnlAH4l190sgDGjgRuFYA3ay4/w0nE5/1sLo7cF5rOz8ONY2hQgsAvrxMQG9GyRHiLfUjK5xU5vW6nHbcweRnJ%2bxXQcbqwO93YR8DiCYp2SNBzuuzSc0ID6%2bpoobwoibQj73HwpaVceGMJWUfepLowgYG%2bfknDFFqfCJ6WskpumrsA9aj2JgDnSb1zSyD8%2bbkRk370OkRustD%2bnI4R/6TwUY5oglLWidD6xOcJwAuzeeT/Zjneyn1ZAxw7a0eeyX%2bBBP5zAN4MvxHzV8rR9UDLLUxXAcIRU1OYrnanUxoCKsMux0hur9C0HFJwswCK0O5uBqAwPYUJOapVec7pyfsVMBJmam93Ey0lYVQmvYb6/BoSP55L6heBKE4uozzmSepzDjDUXYfd6fEbjkJMaJsCxqPmsJiX0FidI2a7%2bCwBLwnATgG8kWsSoHY6sDuc2BxCWxRa6Uiw9oipK87lsNk8Jr%2bALh4I3gr0bn6tDMD/gkUnX8LYkcCtAlDA4mZw/HJ/ZMNDAp3wdQkz8NdaYE93FzXVFRiNOkxGHZ1dnTgcdgYH%2bmhsrMFoUGMyamlta8Yh/HDDwj8nNCehKTok01XAZ8ju0ajEMdxOSWMc6qympTSMjpLDdBl%2bwBr/Cflf3Ydi7zKqbqyhK2cV9RELaczbz0CLxWOSitjCEW1Q0s6k%2bbpx222Spihpck4n/X09GHValEolarWayspKhux2yVyvsJShKCokr7AQTYmJ1s5O7MLUlvyZTo%2bsJGB6dq89GyyyD3DsrAB5Jn9pCdw6AH/R8n6BoWcDYXRxCyja3cPYhM9L%2bAsFtAYHsJSb0erUKIqLSEtNRKkooLWlmbqaKoqLC1EbNGTlZlBQkENVlRW7wyEBSvK3OQWUhGnsxin8fwJ8IjZQaIa2frrKk2jK30Gb%2bhNaDAcpSdpFwd7lKA%2btpDrmAboUK6iNmkjJlY00lSQyONQ3kkrn2VgR5xHnFr46h80umdwCgH29PZSVm0jLTCdfqye7WEV2YQGmUhMVleXkF%2baRrVCSqzcRk50pQbCzu1vKSx4cGGRwUFSi8fg3JT/nyA/IzVrdrdyXNcC/9HKVL/7PlsC/B0ChBXoc/QJ2EjyEf0vS%2btySVtfc0U5dYwMtzU30dHXS2dFOYUEuBcWFFBt1JCTHERkVRqm5BL1OQ3pmGvqqClJys4iMjqBIWURHTw/19fVYK6xUVlhobqqjv79vxLcoTGZhtjpx9rdTl3eU%2bviN1CQ8REXK81hjH6Pi2lys1xdQG7eI5hQfasLuQH/Un9rso/S1VXkgKsxtYQK73XR3d2O1lGPQaTEZjdTW11NTV4tCkUt0YjyZWgMJ%2bYVEJMSTlZOBRqMgOSOV5IIi0rQmrsbFklVYiKWikqqqKgwGAxqdnuraGnp6ez0/BiPhM7cCvZtfKwPwz14B8vn%2b0hL4TwA4av56ND8PEEU8XkdLM4ZSExq9Bp2mGKNKQVNjPVlZ6cSnJhKXnsK1GyFExkZSZilHq9MSkxBHfF4OV6IjCL4RSlZeDpbKClTFCnQGHXmF%2bRQq8qmpqfBognYbdpsNu30Ie18DFSlf0By9jJb4BTSlr6cz90EG1PfTo3qIzvz76UxbQGuMF%2bZjAdQk7aG31iCVzrIP9EkQHbLbqKisIDU1mZz8HLLyhWanQKnTYNApCYu8QWhCEhcjogiJjESlKaaq2kJmdibhCUlcS0jh8o0bFKg0KJQq8goKySosIlOpJCM3l4qaGgZtNs9GiBwG85dec/LFjyEJ/HsAvMkMHomNExqhCBsRfj6TVkWhWolSpyI3N4vYG6GUW8ok8zcpJZ7gkCCuXjlBUV48DdV6yk2FJMaHEXT5LBeCL5CSlYZSU0yRspCUtGS0lnISszOJiotEU5xHf087bY11kunc0FhLV1s5FWnf0B53H0M5S3GYnsJpfQ9n/YfY677AYX0fu%2bYJetOXYTq9jIrUozRZ9TQ11FJTbZU01YbmJtRataR9KkoMZGnVRCQnkZadRWtzPVmZ6dwIu0bI1VOkxgVRV5ZKV10uurxQEiJOEx56jtS0eCoqq8nOKyAhM4tsvYG8snKuxkSj0uvo7RPa6y%2bastA6pY0gYRYLOUo76f9zoRpZAxxDi0eeyviXwC0DcGRH1LNYxe6p7ecAYQHArp4ucrPTyC4qJF%2brJjUng%2bCQYEmTa2soo96ciT7jDIbkfTQWHaWp6CANhUew5BynMPYQ%2buwQmqs11FWbyMtL40pYMKFpKVwIDyE0/CqK/HSspSaKFblk5aSTk5%2bFRpODNfcyNaEP0h63AJvqcezlnzNU8SVD1u%2bwlXxAf/4WGq4vpOjUJkqyr6FTK0nPTCe9qIC4jHQKVWoKCgqJjAgjKi2ekLgILocEk5mayGBHJZ01Ciy5ZyhP201t9vs05b1GY/ar1Ge%2bhTX5PcpSdlNvuE5HhYqcnHRC4xMIS0nlekoaJ0LDKNKq6O5qZ2hgEJekuYrQHbEJIzZ4PBs5YiNGAFHsaP/RnwzA8b/m5CsYQxK4ZQCObBSMLlZPVWYndscQAwN9dHS0U242EnrjBqcunefM5bOEXb9ElTqL%2bvwjNGW%2bQXvGk/RmP0Nz7nN05D9OV95mOnO30lXwIo0Zr9NS9B0Nmoto80O5dOEIh04f4szZk6QkxVNSZiI6Jha1wYjRYiU9P58r169RV6bFcuN9qoKW0BziS0fCEnry1tKZto622OVUX5lL/r7FmCJ3Y8hNoSBbSWaWAn1dJ9GZ%2bSSl51CYX0BRTgZXzh/nzNE9RF45gTrpGI3Z71Kb%2bgQNwrRWbGTAtI3%2b0vcZqvgKW%2bXX9Bh30JD3d6yJmzGHP40i6kdiwi5z9sJlTl8MJiY1B02ZCWtdDRUVLXS3t2EbGkIKur4p60Typ0oAFD7W30egDMAxtHjkqYx/CdwqAJFSwoTJ5tFUROxbZ3cXpSUGCR6F2RkSAEtNeSiU6eRkRKGMP4Qp%2bmEacjbSU/YOjo5zDNtycPZm4%2byPZajrGgOtF3H3nsfV%2bBm2kifpKXiAxtTHMEe9hTX1OG0VBgYGbDS1t3H%2bWhBRKUkkpmdzPSKKs5eDaOvpo9ViRHvtCzK%2bXkDxd36ofvBHsceP9K/9iPt2FZmXdtHVWkd5WRlxyakE3YgmKruI4xcuEBEVQWlpCb19PZQb8tGlfo81fistacvoVt7HUMXr2FuO4uiKwtmdgas7F1dHMbZ2LfZ%2bC44hK31NGfQZv6cy6u8Ywj%2bgtCCK1uZOGuvryFUWEJueQlpONmnZGVirKunr65N2nUXMo5SCJ8U6ivhJ5%2b/TT64IPf4XnHwFY0sCtwxAkQInBTa7cdodDA7a0Gs1FKs8mxUqnYqIiOvUVlrorDbSWHCcmsgH6DM8xWDzaWyt4QxUnKCp8F1qMp6jOv4R6hMeoDV9PV356xjSP4SjbAtOy1bs5scZ0m2hu/ABOpUv0WX6iZbSKLLTYwm%2bdoWgoEuEXQ%2bjsCCd3hYT5fHfUHDoAXJ2%2b1D0%2bUySPg0g9vO5xO7yJ/mrBeSf2oop5RDNlVo0WjXnr13myPkgTp49S1byderUl%2bhQfUF95mN0KB5gwCjm8ggO08P0Fz1Ie%2bom6mO2UhX5PNaolymLegFL9HM0JP%2bdbuWHDDWcxdmSzmD5aapT30Ab9gpdxnyUhXkkFhaQZTSitVg5HxNJlrKI%2buYmKUda5Afb3Z6caedInvQfEVDWAMfW%2bpFnM84lcKsAFCEjUhaG8AU6XdgGbeTnZJGemUqeqohsVSEnL5xClRFDVephmlJfZsCwlaGmb7BV7KY94zWsV5/AeGUb5vCdmOO/xZq2h5qML6hJfJ2qyEepjVgt1fXrTg5kKHcudsU8hpRLGSq%2bn37FFhrTt2OO%2bxhj6nEs2nSamqoYaNRRF/8C1nMzMR%2b/h6Lja0kJP0TImY%2bJP/gg%2bqOzqb86nbIbz9FmyaatqYpSbQoF8YdQR%2b%2bgKmkb7Vkb6M5bRF/xPHoL59OaMo%2baiGVUhD5KZdSr1GV8R4MiiAZNFA36RJr1CTQormJN24c5%2bi2qYh%2bmu/h1%2bqv20mrajSXhefTB75IWFcxloanGxBGUkMQPZ06RlpdLU3OzRwOUcoZF8PgvKXoyAMf5wpKnPz4kcKsAFN3UxO6ltJspAp3tDrQqJdHRN7h47QLngoXf7yT5Ud9RHfcMPbkbcdW8xYD5Q%2bpjnqQs5GXKkg5SX5JFZ6WKrvoSuhvN9Dbo6akrpsOaSbPuBnW5B6lOfJvayE00RSynLcqX7oQZDKZPpy/Tl660QDozVtGR8xxN%2bV9Qm/kd9YlraYqbRXWkP3lXnyQ8NoSz574n9tTjVIb5M5g3nYrIDZQl7KQu60vac1%2biKWUN7Um%2bdMffQ1fkNFquz6LhxgKqojZRnfwWDfmH6TDG012ZR1%2bTkYGOWga626Wq0kM97Qx0NtLTZKGlNJPqrD2Uhq%2bnMXcz3aaXaVO8jPb8OvKDvyE24grnw8M5ei2EG3HxlFsr6e/tZ9jh9LTrFD8oIwUipKyUPyCgrAGOj3Ulz3KcSOBWAShS3CQAjuS8iuyGpuYmlOoiEpKjiYsPIz8/EUPkdlpS12LXbWCw5DmqIh%2biPPwdqvKu0VpfwaBUmWVQqucnfGBSTvDIuW2DQ/S2NdBeWUyrIZrmghM0pO%2biMf7vtMc8QGfcEtqjZ9AZMZGusEk0B89Cf2oR9XGBdGTPpzlzOSWx95MS/SFJIS%2bivL6BhuQFDBh9MF9bjOroYkpO%2bdF4/R5ab0yjJXw6bRELaI3aTFPsu7TlHqdZc4OOykIGOmpw2vullprDwyKOT%2bQpewob2O12aRdX5DDbbT10NJZRmvQNZeEP0px%2bPz3FW6mMWIrizLPos8LQm0wUKtUYTSW0tXViH3J4qsfYRbFXlxT/IuAn0vP%2bYA9E7go3TtaVPM1xIoFbBaAUuyZpgMM4HSLur5uGpgasFWYqyrU0VmhoNudTG/MoXVnLGNSsoTl1OcVnH6JGeYPe9iapeIBUOsplwy3KTUnlowQARPUXT0C1CAWR6vC5Xdj6uuhustJemku7IpSu/BN05O6mM%2b1VOuO20BS6mqLDS6mMXkRb3kra89dSn7YMVdITGJI2U5m4juaM5fSUBKK9fB%2bKo%2bswBm2iLu4p2tLfpjXnO1oVZ2kzxNNVpcfe24so2yXS7QTcnFLdQU%2bR1NEMGJGFImocenKJxa0Nm91OR00JZTE7qQhdTVfmMtpSl5FzeBWW7Mu01tdSYa3CUFKKqdxCdUMjXeKznC5PsQgpk8ZjBv/RNrCsAY6ThSVPc3xI4JYBKMHKLQGiq6MDnU5DsUaBQpGDXpVLtS6PqvQLNMespj9vLt25Cyi9NA9t9Ne0N1mwC2iIBS8gOlI2SsTCiV1QxBhpfmQXKW5SuSyPliTKYzmdNinH1tZvw9bdTH%2bNhnZ1LFVpp1Fd3kVpwhM0KB6iSbEFU8I2sjP2kx73McWRz1KbtoFey3KM4U%2bjDv6KsrhztBZG0mUqYKiphv7ODvr7B7A5RXl9UWjVk%2b4ngDcKY1FCa3QMD4viDCIGUmivLo8m53TgdtipVYRgiXiSlmhfupJXkHNgMQXBn5OXEUtCbi75OiPxOXkk5eZiKC%2bXqsyIz3A4PUUeEBtNfxAHIwNwfKwreZbjRAK3CkDJBHa5GejuwWI2Eh4dhtZiptisJzEtlfCrQehv7KA5YgkD2b60pc5Fe3YdlcZ0%2bns7sbsc2EVhA8kE9pSPkoqk2gZx9fXjGhjANtCPfbAf91A/Lkc3joE%2b7J3tDDU30ltbS2tpOe0FeXQmJdASFUZV2AWag47Qmvw6bbptVKlfJfv6pyRm5hMccoGES%2b9gTXqYoZqN1F57lqrDu6jdu5f6vT9Sc2gvTRdP0hwTRqeikKGaWmzNTdh6e3AM9uIc6MHR3Y29vYXBljp6mxvpa2vH3t2Na0BoioMSvN1SgVY3w45BWioUVKR%2bRO21OXTFLkB1cB4xh54nLOQUSYXFaKvaiM1XcT06kfy8Qhx2J0MuN4NOFw4BfZdTBuA4WT/yNMe5BG4VgA5h%2bjkc9HV3YzbpOH76CDFJMcSmxBISdo0rZw%2bTc347TWGL6E/1pylhGYYr2xhqrcI95CkaKqoi9zucOG39DA300NNSS4dZTXteBh1FabQq0um2lkgQ6mytp6Ywm4qz%2byh77%2b8YNj2EYdF9GLwWYr5rLiUT/NFM9EE/xZ%2bOrxfSV/gszSUfY4p/g5zoH0i/sYuimA%2bpKXwPR/12qt9egsnXH/1EX/STvDFMmIN2gi%2b6uwPRBy5C9%2bD9GD96jfrwC7QVpdGSm0L1pbOUf/8xpV99QPlXO6n66XsaQ87TYShioKWeoYE%2bbKJ2oJTJ4Wawv41m5VGqL3jTdWM2xfvmkHHiZaKvnuT8tTB%2buhLMdydPcubKZQqLihgaso1sLHlK5w87PP7A39sHkTXAcb7g5OmPLQncKgA9jYg8fTNamhuIigrh3NljnDi2n5DgIArTo1BcepPm8Pn0xHhRF7oM7dW3sHV1MGwX5bHc2Pr7GLLoaDi5F%2bsbr1C%2b8RHKFq/B5H8fBr9l6BeswLh6A%2baNm6l4YBPqwFVoZi9AP90fw52%2bmO/0RT95DrqJ3hgn%2bFAywQfNJF8avl1EV%2b6T9Jhep1f9BE1lH9BY8hrVyleoKX6H/rqPqHpjtQRAwwQfjBN80U/wwTDBH%2bNEPwyTvdHd5YX%2b7gD0M5eg91mBxu8%2blF6LMd4zF%2b3omDEftddCVPOXU/rk49Sc3E%2bbRSdpcSKmr7%2b3l7r8c5hP%2bNF2dSr5384g/8xb6LIT0ZjKuBgZSnhkKKYSHUNDIj/YUwBWuAVEqX9RXFXsCP/enwzAsbV%2b5NmMcwncKgDFLuio38thG6KtowWrtQyTSUNlZQmtNUaKL7xL%2bWV/6oOnUX11EcawD%2bjvbJec/baeTprTEtA%2b9QTGefdhmrlQgothqj%2bGSb6YBIim%2bGGY6odpmh/mab4YJ/lSOgq6ib7oJvlgnOSNcaIHYqYJfhgmBND63TI6c7dQq3wJffzbFGqiSU07TXb0TsoyX8Fe%2byaVby1H7%2b%2bPdpIvuol%2bqCf7oZsYgGaiPyrxeOS4eE4/0U/6LNWkOWgnekuANEz2QjtlNsopXuimeKGf7od%2bxf1UfPctjv4%2baePE0ddHff55tEf9aLgwhazds1EG76bKVExTawtGs4Hauir6ersZFqlwDrEbLvKBxfDUJfwD/sm7wON8vcnTH2MSuHUAigKnnoXqtNvp6e/CYimTqjmXleqoNCnIv7CT0hOBNJyZTM05H4xXtjPY0ykVBu3QFFD2%2bYeop3ujn%2bItaW%2bGib5oJ3tAVzLRX4KgbqIP2olzKJngjUkaQlPzRTPRD60A3yQf9JN80E7ykcBpnORH654ltGU%2bRGXus6gi3yEu%2bTrXrx0h%2beq7WFOewWnZRu1bSyjx85M%2bT32nr/R%2b7SQP7PQT/NFO9Ec/2V8CnwCtZrIvqikCkD7oJ3qjneSNarI3ysnektapmeiL5i5/TA8%2bSlNiNM6%2bLlz9XTQXncVwwo/K01NI/SKAnKvfUVyQibK4CEVBAQqlAovFQndHJ24pnMYT/uKW4gKFD/D39D%2b5MfoYWz7ydMa7BG4dgGKhesZAfx/mcgM6kxF9qQm1XkV2WhwJZ79E/dMyqo9Nper0LPTnn2agq1VqjNQYcgXTunVYJsyUtDjTZG9Mkibn47md6INpqi%2blS5dS%2bsg6NDMCME4ehZ1HWzPd4TsCTh8EKA2SRuhD296FdKatpTlzI1VJW8iOfYfMiOdRhT1MTcIGBvQbqX5/MYa5/mgkcHrMZwFUvaRFCrj6opsswOiNIXAh5kfXUf78RlQzPdqgbqIv6ol%2bHhAL/%2bMkz7m0PosxvPk6Q3VV9LdVU5/9EyVHvTAdmkLiV/eRevUn0jNSSM7OQqkzE5maQXpOHtUVVbgdogHTMENOj39VChH6AxVQNoHH%2b4qT5z%2bmJHDrABzG7nJhc7no6uogMyuBHGUhxWYj2cWFhIZdJfriQbK%2b30DJ/plYj03HeOJB%2blqsdFdbqPz6W/SzAqm8YzZGAZ0RDc4w0U8yaYVvr2xxIA07N9Ny5S1Ktj%2bK3mcRuin%2b6Cb6Y5gQiPkOf0ru8PW8f4Ifxsm%2bmKb40LFvPt1JS2lKXEFV/HpUKW%2biSd6G8cYGKsOX0qtYTOXHc9EtEAATGqUPJZKm6YtugtACPea10Or0vouwvvMUzSGv0xb6OPqNgahn%2bkgmsoCe0BrVE30ovtMH1Z3eqKb6olhwH51pibSVZFCd9BElB6dS/O1dJO19lKyIc6RnZBCemEyiQsvJ8CjC4pMwm8twjQDQNtKISWjYojLM7/3JABxTy0eezHiXwK0CUDT5FgHAIpylq6ud7JxYImJvEJkUQ3h8FCHhISjzUkj/6SnU38/Gsu8uzAeW0FqWRU1iOKYXXkY72ZuSiXMkv52AoPC1aSeLnVkf9Hf7UP3CErpDN2Mzv0Zn1seYXtiKTmhYYuPiDn9Md/hL8BNam16Yr1N8KbnHl44D8%2biI88cSPh/Fla3kpl8kMWYf6UHbMJ5fQE/GbCo%2b9cWw0FfS9ITmJ%2bYiTF/hAxRaoX6ygNlcqrY/T3vcp/RZ3qA3bwmV3yxCtcQP5Z0eCBZPEbdeKO6cg3KKMIt9UNzjR%2bU3X1ATf5iq6OcwHbiDrE%2bmk3P2A0wFqRQriwkOv8GJqyEcv3iZpMwsausbpDAYTxMpERspgqJFNRgZgON9bcnzHwcSuHUAitg9TxFP21AfNdV64uMjuHw1iGuhV8nKzaKvv5uCoB0UfBNAyTeTsZS16foAACAASURBVOz1ozTxAKYfPkO/7iF0k%2bagEzuuE4Qm50fJBF%2bMYkd38hz0/j7Uf7mQvsRAHKpAHHWvUhe2k5LHNqK/yxvDRO%2bREBYRxuLR2MS5Sr38aDscSEvEbEov%2bJB36lHiI88TdG4PN/Y/ieZwAPUhMyjdFYB2sT9ayeQV0PNGf0cAxZMCJJBpp3mjXryK7tj9OKw7GTCspD3xLuquL0K3JQDNDA88lWITZoK3BFLJJJ7kg3KqD5qHN1N64AUsV1ehP3QH8e/945piT9NYUYrVYiUlNZWw8HDyc3JobmqSwl9E0yeppaaUCTLSWvP31D%2b5HNY4WFHyFMeVBG4VgK6RisWeUu6efr/2gQEaqisp1WsoLzHQ2NyIKuos6T9uJH/XNKr2zEZ35GEUz26i2H%2bJBED9ZI/Pzyy0uok%2b6MQO8GRfLA8E0HhgNt2xMxhI82JIt5Ah86dUf/oset8FGCaLHdkAtFOEr04A0QfTFH/KF86jcV8gVUH%2bGI/6Yzy%2bgJSDD5J08H7y9y3D9OM8Sg76Y9o9D93yQLTSZoovGmkXWPgSxQaLN2qvuZS99ioDxqM4q15nMHsubdenUnHNC%2b32QNRzAyRNUWh8qknekj9QNckf5RRfyRxWewdQ%2bu4cLEfuRrVvBqGfrMWUk4BGUUxOTgF5imIqa6vpGxwcif0b6SMsNL%2bR5vIiH1jWAMfVMpInO14lcMsAFMn6UhNx4acSebsuOtrbMBm05OVmSo7%2biKhw0mKDSTn4EnmfzKR6zx2YvrkLzZo56Gd4Y7zTC/XEORgnBGKSACjMYW/MU7yxPjuXmoOzaA%2bbhS0%2bAEemH46q7dQfex7jmlUYJs7B%2bv/8pU0Q8x1%2bmCYEoL4nAMOGJZgubMOQ%2bBolUS9TnfA8DYnbsSS/TGnMq5RHiMKqH6C99iKGR9dimDZXgp5xshfGiV5SSIzYYTb4Lqbmh0%2bxVexnqPJFujIDaAyZhuHcvZS87o9RmM%2bTvFBP8UU1aXRDxAfV5DkUTp2DZvG9VH42AfOB/0f2V/6kHn6T9KQkFAYreaYKIrNyCL4cRGVVJUM2kUo3YvaONlIf0QL/QAGUw2DG60KT5z02JXCrABRaipS6JlK2hoelHeFSs4nCojyUeg1aaxlXI0KJiQ4j9exX5H9zP/pdkyn7YQqGZ7zRLQhAf48fpklzKJX8eQEYJwZgmuRL2WQvLA8HUL77XmqCZtIZ44NdEUBf2XPUHnoK4/0rUN81W9rAGA2AFre6SZ64Qcs7K2hLf4qhllfor38Ce81T2Cqfxlb/HPbG5xjSbKbug6Xo5vtKwNJN8kY7eRb6iV5o7vRBMXUOyoBA6j9/i0H9bgbLn6AtwwvrlTupCA7A8LQfKu85FE%2beLb1faIHChykCqnX3%2bGFcvhTzG3Ox/HQXyr13kvrtekqSrhKXnEGiUkeizkBwRgaH9v2A2WRA9A3%2bGYCjpbBG%2bwb/vgtQBuDYXEbyrMarBG4VgCJRXxQxkBbu8LDkuyovN5OSmkh4VDghUeHsP3GEhNRk8pPDyD7zPsmf%2bEhBwZXntlD61iNoAhejnzRb0v6knVcRcCwFHfuhXepLyUdelJ%2bcQW3wdBw5Xtj0m6n95mGMD9xPyab1mF/Zhm7ZGgz3BGKa5o/BfyFlXgvRzw2gYvsSuiIfwNn8GK7GjbhbHsZe/yjtGRspeS0AwwJfjPevR3vf/RRP9Uc32QvzohVUv/sKlbu2o9/2IJrXn6On8COGDJtpSZqJ%2bewUSn%2bYj2HNP4o6%2bM5DM2ce6jv9JJ%2bh8CFKITPe86nc9ij1V56j9NL9ZOxfQcKxN2issZCSk8/ZG9HsvRjMvvNXCA%2b5Ql19nZRSKBWXFfKUXAsuqUexuC8XQxivK0qe97iSwK0CUALfSGc40ZRc%2bAQ7u7tRa4qJjY0g5PpVQiNEG0wLlaZiCoL3EP3RPEqP%2b1B9ZQvm1zei9pqPbvocTy6uCHb2nY/lsY007Hqbku2bMX%2b%2bDPMBHyrPzMCR7MNg3mZqj22jct9rdCbtpEe5l8rDH6Ff9yBG7wXUPbGRjgOfUbp1M4blC6jZvgSbaivOpqdxd79Cr/JZKr9eiyLAn7KnNlN//HPKd7xG4d0BqGcE0LTnTfrzdtOn/YDGmGcw/LCNnrw3GSxaR3P0DAzHvVB9s5qq3Vup%2b2kb1m%2bfQL9xFep7/FCLMJi7/VD7zMe0ejU1Zx9He3IZSXtWkHL%2bMwb6e6iva0RRXExSWjJpmWlYKyz0Dw54egQL0/dm83fEDygDcFwtI3my41UCtwpAqRucKAjqEqWbRBkrT4Vo0Q2u0lpOiclAVU0VgwMD9LQ3oE%2b5SOTOFRh/mon1u/sxb1qF3mc%2bhs0rUM%2bZj3qaL%2bUPL6L9xCMM5r1BU%2bizNFx5mMqzS7CcupeemDn05WygI/kJunO34ax7CXf7m3TrvqXsrWfQz11I48vrcZj30hm1m/ovX6LuqydoyX2DGuMuaix7qM36lOpjL1HxwTa64nfRpfuRih9eofCeuegXLqEv/XOc9W/jbHyMIeujtGa8zID%2bRfryVtB8417KL8yj6up6upM20569iYqIDeg%2bWot6lh%2baWXPRr1mGYdNyNDP8MX2wmqzdgST%2buAlF1DnsDjsOm52%2b7k46WhvobG9mSPT9EKCT%2bqt4OsAJpU%2bqCD16XDaBx%2buSkuc9niRwqwAUcWpSKpzbUxXZKWrgiR1MqZqzKHbg/FmzEa0ya0z5pB7cTuqX3qhfWUHJ8sWUrVlCxaHn0K5fQ7FXIGXPzKPj2jL6s%2bbTkXUfnSmraQ5dSM35WbRE3kt/9lL685fQlz%2bfQeU8XJbFDFV9SOUXz6BdsJDKZ5dgr34dZ8sXDJp30lKwA5PiABpVAnl5kahyj1NT9Dn9uh24OnbQa30Xy9ePUTR9PuVrV9AvKsVUbsFmWsCQcQWO0qcZKttCd%2b5iGsJnUxHsQ1vifHrTvGmKm0ZJ0AyUu5aimuWHbtEyyj%2b4n6pvV2LwnUPh40uJeWcp6ac/pEanwe5y45AKqorir3bPD8fIRodHmx7psSJMYMkM9hSElTdBxtMqkuc6biVwqwCUfIDCDzgyBPwkCLpHwjikjnGehH6Xa5i%2b9ibKM0IJ%2bWwN6U8tRbcukOrtS%2blI307ZG1swBMzHuNFPihWsDZpK7ZWpNFyeTvPF6bRfvofWqFkMJPnRFuFF3aVZtFyeg6NgHr36V7DsfAz1vMWUPXkfA6bHsTdvwta%2bheaat8jLv4DGXCn1%2b01LP0G56V3c3U/gbt1An/kZLF9vpmjGPMrvW0pX9sv0Fq2jI9KH1pBAbPkrGdAupT3Ln4prM9EcvQfTsXuoPX8XFefvRLN/BgWvLkA13Q/Tw6upOrya%2bmtzsTznRfpT84j5%2bGHUsWew9XRLKW5CU3a7RTl926/aX7olX6pHExR%2bP4fYYZd3gcftWpInPg4lcMsAFKaZMNfEQh2JXROmm6dU/mjZeLGYh6VS96LHbWdrHZGH3iT5ndXo3/On%2beg8%2bnI2U7HvGQxL7kO9zJ/i931QHJmB%2bafpmL%2bbRdmPM6k7NZ3OqNn0J/vRELSAsk8WYH01gJ6TS%2biI24blpQdQ3zsP8%2bMCgA/jql2Iq3Yp7aYnyU/6kuj4MK5cOU5K5E5qVdtw1m7A3bSGnrLHKP/2IYqmBaL3CqQp/EWqjz9I6Qv%2bWJ8JoCdyLTb1SjrS51F2xo/Cz%2bai2BaA%2bYMA1Hv8yd3lT%2bHaABTT/Cjdvpaas8uou34v5Ue8Sf18DVmnP6FKm8awuw/xIyByfUddBQJ0njES6if2O0buesrri2rQf6T/ycUQxuESk6c8liVwywD847X5q2eE6SfaPLqHnVJmSE5WErEn3yN//2JqTouGRiuwhL2Jfv39aOb4o380gJID8zC/4It%2bpQ%2bmZxdScWo9dVGPM2D6jNaQdzE/swnFNH%2bMi/wxPrsG7fIlqLzmYXpyFfaSh3CVzcWWGkjXjbVU5DxLdtx75KdspzRhK83Ba2k9uRC7bgndpo1Yv1uH8i4/FFO8KX12Jcali9DMmItx4wbaEn7Abt1Dl3EH1XEvUPL9RjQ%2bc1EGzKHo6fkonl%2bC%2bi4fVNOXYPp8A5VX5lF5fiqK0ytIiThFTlYqVZUVUvkvUeRAFI8Q2R5O0fxJlNL/gzzfXwnwDx7IucBjeTXJcxt3ErhdAPSYxsI8dtHb3UPYjXBSY4JRBW3HemgG7dem0ZH1MqXPP0Dx7Lmo/H0xPe1Pznw/lGuWUPrFI9SkvUJjztv0qN%2bgR/UZ9UdexzBvkRSzZ7jbD91d3mi9/Cl9eiX9eY9RtXMR%2bpXemFb50fDVUgZqt2FreoHaYxsonu%2bPeWYglc8E0Hz1IUq/WU/2TJFLLAqsBqATucjzl1Hx8VO06XfRpX6Ottz11KWsxBKyFtUzSynyDUQ5yxftLG8pLU%2b5ajnWg6uoueJLyYmZ5J5/kvBrQcQmJFNSZpHMXwFAh6QBuqV6fy7bkAzAcbdK5An/10rgdgFweFh0VBNaj4verh5iYxI5fvQoIT/%2bHeW%2bedSdnElX8lZKdz1C8fKlqO%2bag%2bleb5R3%2baAOnIfm%2bSWo9i1DfTiQ4mOBaA8vQbd9EaqZonKLP6pJARSLfOKZPpTdt5CqbUvRLZiLaqoPxkB/6nesZKj2GRzVT1G/bzXFPqK%2boB/a2b6UbFmK/sElUvECjTiHSMWb4Id6WiDKFYvQHFqP5mQgimOzyN9/LwWf%2bFMwP4CiaaKAqi%2baKb4oZ/qjeXUllQcWU3VwNqovvQj5djPHftpLXGIaVXUNkgY8aBuQzF9RO9EpMj9G3AZ/oOD9r4dlDfC/dinKF/Z/IYHbBUDwNPcRFY5F/9yamgZiboQQsm87iTsWo37Bh4qXl6B5fiXFyxZJRU61k%2bZIlWE0030xPOpL6T4f1EdmoDkwg/JzvlTsWYRp/RKpgotqkh/FAkZTfTDM8KXk3jkUT/NBOcUP04rltJzdhr1%2bO67ml2m9/ijGzcs9dfxEEdUZ/lL8n1IEM9/lhVIcm%2biL0WcBpc/fT3X4JtSn/Sg6eDfqQ9Mx7vFDMXcBiqmewqiiCKti%2blz0Dy9Fv9EfzSYfsp5dwKVPN5IZH0VVVTX9A33Srq9olyntkDtFVzv7SOvP/8HJ978gUAbg/8UqkT/zv1YCtwuA7mFPrOCwW1SOGZJKaNVVWckO2UvMB2so2rqUYr95qAICUd8raut5UywKHUz1xbzSj/L3fCg9Phv9kZmYT8%2bi7IIPFefvo%2bqHhzE8sBT1jLlSbT6pnJWo6DJplhSUrFu6kqpPn6Wv6ENalE/QqnmMlsxt1B1%2bAfOqteimeirAqCf5oBbFTad4o5nqS9myldS9u5WGK89TGbGW0hBf9OdmoD8xg9JjPlh3rMOwbinq2QEo7/Sm6G5fdN6B6BcuIG/DUqJfWEPIV09SX2bANiSCnEWzcxvDw3apZaZLaprkAP640MH/wj7paRmA/7VLUb6w/wsJ3C4AjoZ0iH6/LucAAoSi0rEh6waRXz1J%2bhtrKN7yIPrVK9EvWYxu6WJ0a5ZR8vhSynfMo%2bQnb/QnZ1J94V4aoryoCPbCfGE%2bpZcfpPTgE1S8toXyTespWbYS87wVlK64j/InH6X2%2bxdpjdpOe9bfqUx5FGvyJqpSnqQu5lUajm6n6pXHMG96ANOq%2bzHftw7zQxupfPUJmn58ieawl6hN20xVeABNKXNoiJtJ%2beXpqI7OpuTsaqxfb6DsjfUYnlmHdus6Sh9bi%2br5tcS%2btJzLb60l9thHdDTVSWFBoqG6SwLgkNQC1CmCn0Wdv/%2bh568MwP%2bLFSB/5l9aArcLgNLu50izb5tw/IsAarebcm0%2b0cc%2b5Np7iyn45hF0ux/GvOshLF88RPmeh7AcW4vucADaozOwXphOX6IXfdmz6EiZSXXYvRgvBVIa8ygtcS/SGvwSjUf/TuMPr9B28nU6EnbSkfcmLRmPUhuxjtbi7TQpXqIq5TEssZtpLnyb3uwPaQt/n6az79B8%2bi2awt%2blPedDmnNfpSb1IaoT/enO9aa/eA4DhdNpjb8L3dl7yD/iS/ml1TSEbKTuyhasZ5%2bk/MQjpHy9kktvBXD5g/spiLlAV1cnNpcb0djd4RKxf4O47KIZvAeAoqCsvAv8l15y8sWPJQncLgCKWDZRNEFkhtgcwhwUfUScNFSYyLn6PRe3zyJihzf5hxdRGryS6hursIQtQXNhEaqTc7FcCqArfi796QvoSvenJ28ufYXz6cxaQFn4MmpS19Bt2oyj8UXsLR/ibPkYW9ULtBVtoSFrM13mF7DX78RZv5Oe0rdpyP87NclPMlj2Is6Gt3C2voezXdw%2bS5dpA3U5a6jPXkO3djXdhpX0a5bTnz%2bf3gw/WpN9sF5eiOnsfCznZlN7YToVF3wp2jebmJ2zufa2F9Ffb8KYE01fnwh%2bdktxkU63E6drRAMU5e4ld4Cn8MG/ou393mtkE3gsrR55LuNeArcLgELLEfBz2IdwOfsRAdEOpx2rLpvEU%2b9wbccsYj6eTd7uGeh%2bnIz5yETMp30oC9tCZdIr1GW%2bSVPWGzRnv0m78kPaVZ/Spd9Jf%2blHdJd8TWfBk/TkL6ZHFUinbim9qoX0ah6gx/geXZb9tFXtpcOyny7rAXqrTjFQEcSgfi/96ifoUa6kV7GEAcUiBlS%2bdBc9QJfhPbpKf6TLtJcO44fUaz6ipfhT2pW7aFZ%2bQnPeJ1TEvooxaBnaQ5NR77%2bTnF3TSN01k7Ads7n00QpiT39BT2sNw64hT69fAbxhl%2bQDlGQh%2bv8O/3G/j98D3m%2bPyQAc90tOvoCxJIHbBUCxCeBy23C6Rf8QT9kskfqlyozi2MeP890zvlx%2b3YeID2YRv3MGKZ/OJPnje8n%2b3pf0n5aRfngNuUdXozxwH4pzi9EHLaEkaBmGC8vRX1yOMWghhvP/KIt/3gvd%2bX90jTu/AIMYl//RQP3aEnRXV2MIWYPp%2bhpKrq2n7OoDWIPvo%2bTKPypJB3mjPROI9sxCNOcD0Zz3Q3s2EO3pBahPLUJ9ZgHFJwLRnQxEe2I%2bBYcXk7Pfl/xvvcn6fCaJn0wjeufdxL5/N1e338OxbbM5%2bsZ64oKO0N7aKAU9u0cq5jjcTobEDrDwgQrNUDaBx9LXX57LX10CtwuAwyLrYWTRi6rRIgPCNeyku7MBdVoIp7ev5frT95L42r1k7JxN9tezyNszg4K901EevBfdsXs9u78XfVBc9CHvqi/Fob5Yo7xpSJxKa/psWjP9ac4KoDHbl4bshZSlbEIb%2bwTq6GcxxL%2bBIeFdNPFvo056B23aexjS3qIi4yk6FBsY1K2gX7eUTsVCeooX0KucT3P%2bfEwZi8hPW0Ze8nyKYrwoiZpOS8zd1IXeQdWFO6g6OZHyA1NRfzUH7Y7FZD2/gLiXV5F1bCc97XUM2gekjnki%2bNltGwkFkprJi4IRw0j5v3ImyF992cnXP1YkcLsA%2bIsfzC1tCgggut0OHB1NtCbHUPzKc5i3b6X0va3o3ltH8Y4ATIfvpfz0NOou3oP%2bghc3zi3ieMgWzse/xY3ML4jI/JQr8S9wNWYh%2brx5dOoWYitdyFD5fAZKV5Mc9hYnzpzg4PlYjl9O4vjFFI5eSuLglST2XUpkz4lwLl84QGnBiwxWrMVZuRRHxX006leRnf0gwekvcrHwW0JNQVxQ7OGnhFf4Mfh%2bLl3wQxk8jYrrd2INugvDnlloXl9K5dsvUvn%2bu5S/%2bzYV3%2b6mU5WDY6AHofWJAPBhp%2bjw5sDlFmXDPKXDRmv//da0/VcfyybwWFk58jz%2bKyRwuwAoet26nCMls6Siny6pNl6zVoH50F60z23D%2bM7blL7wNCWPrcLwgh/6g16UnJmJ7uxsLh6ez0t7H%2bKJC2%2bzO/MIx9QhHCy8zPvRX/HkiU2curEKs2Il9oqVuGpX0Fe5hstBu3nvy%2bv8fVcqr3%2bdxZtfZvPGlxm88nUm23Zn8syOFL7//gL67Fdw1KzGVbucocpVZGWt4evgLbwavINPMi8TVJrF4aJLvB39OVuOP8lTXy4i7OBsjBdmUnZ%2bOtovZ6B6yBvzqvWUPPEM%2biefRvPCixjOHWewpR6n0yZlwQyLXGinHYfLA0RhAv9c%2beBfJd5vXicD8L9i2ckXMVYkcNsAKOoCilqBQhsaKaNvsztoVBei27Ob3NVrydvwEMrFy9As9kO7dTbF%2b2dhOjUTxbHZHPt2Ho99vI713z/H02c/5MWrX/HCpc954vh2tny3gfMha7AUr8JevRpnzToGKu/n0rkvefX9i2x6KYzNr4by2EuhbH0plEdfCuORl27w6N9D%2bfbzExgzn8dRswp7zQpslasoylrJd%2bfX8ezhp3n23Md8EPod71z4gKcObmPjFxt46aMFRP3ohfHUDKxn7sG4exqK9Xeh9PIiL3AeWcuWUvTCc9QkxTPU2YZDAqBD6u/r6Z/i%2bSHwVIGRw2DGyndfnocsgb/dNgAOi0rRQvNxYBMNlJwuhFbY31RPZeQ1Uh59gNhl/iQv9SFrgzd5L3tRsN8Lw0lv9Cd8idk3j%2b8%2bX8Y7n65m26cP8NQXm3jh6428/%2bN6DpxcgzpzE23mTfRWPUxXxVYGrFtJDv%2bMn348xEefHuODTw%2bzY%2bdRdn50nI93nOCjj4/x2WeHuXjsW8rzXqGvYiu91sfptzxKo/YR0uIf5GjQA3x6eBPv/riJD79/kA%2b/WsvX36zk6v4VFJxbiDFoLuYzgej2BpD1eiBJm%2bYTsWo%2bEY%2bspeCHL7C3tWO3O7BLJq%2bDYYdjxAx2i3LPPxeNleMA5YUnS2CMSOB2AVCqESgafjsFAIUm6GKgp4%2bWphb0qkLCT3zNqZ3PcPGzrYR9/Tixex8j4fjjpJx7mqxLz5J28TkizzxH0NFtHD3wIkeOvMyZM68Seu0NUtPewaj%2bnDLDlxgNX6PTf49F/zXq/MPkpBwlLe4QyXFHSIk/TXLMGRKjThAffZiExIPkZe3HXPwTVYafsBr2Uar5Hqv%2be8zqLynO%2bYzMhJ3EXPuImKs7iA/%2bgPTwDyiI3UFu3DvkRrxP9rX3SLn0DtHn3%2bfykXc59sNbHD%2bwi4jwK1RW1NHS2cOA3RP0LDRgp6gHOAo/qQG6HAYzRr768jRkCfzttmmAQstxi/Qvu02K/3M4HBh0RsJjEjgefI0T10M4Fnqd/WFhHIuMJCgmlqDoBM7GJXIuNp7zsdGcj4vgQlISlxJTuZaYTEhqKsG5uYQU5RGeXciNLAURuSoic7XEZmlIKNKRotaSplaTqNKQoNaRpNGTrNaSrC4mWVNEolJJcpGBxEIdsQVK4go0JBYaSCzSk6TUkawykFRsILZAQ0y%2bhqg8DWHZKq5nFhCapeZKupKg1HwupxVyPrGQY8m5HIpL52hoPGevhpFeoKSprQOX2PEdHmbQNeypCi0CoUV/ELEjLO8Cy0tPlsDYkMBt0wBFIVCpKrQLUQOvs7ODoKhIvjp7nh%2bvhHImIokzEelcis3gUkImQUm5XMpQEZKRRXhmLhF5hUQXKYgvVBFVrCJerSFdYyBPW0aB1kq%2broJCYynF5lLUZZVoLC0oyipRlZejs1agsdSjtjRQbKlGba1CX1GN0VqLtrQKdWkVRWVV5Fsq0VotlFjLMZdXoi%2brQ1FaT35ZDTlGMwUGI3l6A4kaLQlqLdEKI9GFWqLzFYRmFXImWcmJhByORyZz8HoMXwZHsvf8ZVQGM4ODdinsRYBQSn9zuj3B4DIAx8YXX56FLAEhgdsFQNewaO7jaZZkt9kpKy3j7OXL/HDqLD8Fh3E4PIGjN5I4G5vKxcQMLiVncTUtl5AMod0VEJmnIKZIRYJKS5LWQIbeTK6hnHyTlUJzBYrSKpTl1agsNagttWgsdWitdeisteitNeittRgq6jBUiNta9BU1GMRzlhp05dVoy6vRlFf9ahSXVlJUYqXAUEqOzkSmWk%2b6Sk%2bK2khisZ7YQqERKiXtMzg9n3OJWRyPTuZQeBw/Xovkq0uhfHXkJFlFarp7%2bj3tLqWAaE%2b/X0/XNzkVTl55sgTGjARuFwBFOSyRBsawyAd20djaRlDwNb44cIgvjp/h%2b8th/HAlnH3XY9gfnsChiCSORqdwPDadUwkZnEvO5kJaHpcz87maXURobjE38tREFGiIEuarwkB8sYlEtZkkTak0UjRlpGpLSdOafxkaM6maEmmkqEwkFxtIUgpz10Ci0kiiwkiCOFeRAJyO6HwNEbnFhGcrCM0oJCSjgGuZBVxNz%2bNSSg7nE7M4HZfOsehUad57rkXxzaVwvjh7hU8PneBI0GV0pRaGbGITxInLYUcqDfZzLxB5F3jMfPnlicgSuH0AHOl2JvoGOxz0D9nIVRZz6soVvjp4iC8PH%2beHk%2bfZc/4qey5e58fLYfwUHMHB69EcCY/leEQ8p6KTOBObzLl4oSVmciU5h6spuQSn5nE9vYCwzCLChR8wW0lEjorIHBVROcVE53pGTJ4KMaLFyFdJx6NylIgRmVVERGahNMIyCghNz%2bd6Wh7XUnIITs7mSlImlxOEeZ7O5cQ0LiWkciEuhaDYZM5GJ3EqMoFj4TEcuh7J/uAbHLgSyumQUDIKlTS3d0gNoYZFKJAIABc/BuL/Jgj%2bJrzvX34oxwHKa1aWwJ8ogdsFQNcwno0AKSNCZEG4ae/qoqTcQm5hEWlZuWTnFZFdpCJLoSW7WEeuSk%2b%2bxkCB1kCRzohCb0KpL6HYUILaVIa2xIrWbEVXWoGhrApjeTUmSw3milpKK%2booraintLKessp6yqsbsFQ3YqlpxFrbhLVuZNSKx55hqWlAjPLqesqq6iitrMVcWUuJNGowVdRQUlGNuaKKEmsVJRVVmKxVmCyVGC3CZyjmIuZULg2DtZLmji6G7ML/J8x/jxYsmkN5uuaJHwVZA/wTv77yqWQJ/GcSuJ0AFKavqAIj9cGQgqGd0mObzU5/xlBIZgAAIABJREFUTz/93X309/XTPzAgjYGBATyjn8GBm0Z/H4MDAwwODDE0ODKGbNiG7Aj/okPU2xPD4ZDuS48d4rHn80RLSuGP/O2QKrWMgkrcSk3ff3md6Gkixmgj%2bNFeyD/fir6%2b0vC0vbSJjQ7h%2bxRhP06x2/trAErwkwH4n31h5XfLEvgzJXC7ACgc/qIElDB/RTaIZAo6bB44CNAIONpH%2buVKQdOewGkRPC1eL5XSHwGIAIl72AMXAZjRIY4N/2YIyEm5tyIY%2bX8Y0pyGnSPlqTygGgXW6K0wXV3SZ4vn//mzRo8JP6c0pFQ3AUC7NKR5S61BfzF/5VS4P/PbK59LlsB/KIHbBUBJS5J8XqIElNDGRHksYQqL4GAnLgFIaYdUwAGPf0xoiT%2bP0ePiuZHnxfmkoOKbbm/yq/3iYxt9j%2bDSzee8%2bf5vzz86h1/M1J8/d0Rr8zwW5xwJbRGlrcSQ5uSGkZL3HtPXs9sr2oNKTeTFPCSIemD4Lzv9fvNC2Qf4H37h5bfLErhZArcNgML3J9W/c2K3DUotIh0uh6dSils0CncjmYwCHv/0/0vNANE/TRojMB2Fyc%2b3wuT81fjns/3xkV9/jhSm4hbhO54g5tHPlTI5xOf/T//S/DzgFSWvxPwkIEuQdyOBUMBwBNi/4dq//FAG4M3fXvm%2bLIH/UAK3DYAjC90T%2byYW/oiZKfncRn1nI1oRboZ/HgIzvwaTB0SjGtS/cPvzuW4%2b7%2b/d/83nSHMeAZe4L%2bbx87HR94sdXec/D%2bn6RgAosmBGrv9njXXkmNgMEef8d/9kAP6HX3j57bIEbpbA7Qbgr7Smn21Iyab10EKCgQd5v7z2N2CSgOh5ze898%2b8f%2bzWGfjGhbwbUv/65P79yFH4/H/AQ/ffP/%2bs5/G%2bPZADe/O2V78sS%2bA8l8P/bOxMwubKqjndPJpMhmUwm%2b2SWJFV8H%2bl0kplhBsFhcwMVhRHFBVBwQxRFERUZRARFQJYRRQRUXBA3FEYRGcWFVQYRBHFABGTXUZykq7vTa9LJ9fudeufVebdfVb2q6u56L3X6%2b/p79dZ73znn/u%2b5Z3vrBYDdBrKf748CDoADCrzf7hSwFHAA7A%2bIhnWXA6CVXv/tFBiQAg6Aw4Ky/tp1ABxQ4P12p4ClgANgf0A0rLscAK30%2bm%2bnwIAUcAAcFpT1164D4IAC77c7BSwFHAD7A6Jh3eUAaKXXfzsFBqSAA%2bCwoKy/dh0ABxR4v90pYCngANgfEA3rLgdAK73%2b2ykwIAUcAIcFZf216wA4oMD77U4BSwEHwP6AaFh3OQBa6fXfToEBKeAAOCwo669dB8ABBX4Yt08dqb1k6khtzv/LR4PpI/XlqSP1wH/j%2bqOhcd9j/l9iGkxN3LvJq/vUVnw8lW88wZPGkfoHMzh7aqJ%2bmw4y3zbBxungdHAZuEBlYKJ%2blwNgolW5kF%2bgQu78FU3U5TtHvh0Ac4jiA8YHjMvAaMiAA6ADoGsGLgMjKwMOgC78Iyv8ruWNhpbXic8OgA6ADoAuAyMrAw6ALvwjK/ydNAM/NxraoQOgA6ADoMvAyMqAA6AL/8gKv2t5o6HldeKzA6ADoAOgy8DIyoADoAv/yAp/J83Az42GdugA6ADoAOgyMLIysO4AOFEPp594oO//2W%2b5Okx/xcHQuK42GjPSiGoe0w89mMpI4%2bZDYfph16b70w8%2btO68R75UTmcfc7W0x1aPTX/1tevWh%2bmvab3rzNc325n91qvStisv%2b8dqYeG2neHcpy4O5%2b8ZD2f/4V5h5huuaUvPVbw43uLNzCPb39cXiK87AB6thzA7Nvj/qfFw9u/vFRZ%2bfndofNnhtsTriwgjCjplotXCL%2bxOZWTuh/eHxVfvSPfnb9277vw%2b/YQDaXtn/nKbtLf4iivSYyvv37JufVj5wCVpO6efvF/aOfO390qPzX7HVevW9kbIwPKbtqXvolhw/v/Gw8wj8sFs5uuuTa9f%2beAlYfrmQ%2bn%2bmTc3ebNm/a4MABoQPf/fF4WFF%2bxyrfACAu5hA6Btf/G2nWHm0VfLwENj0UE7%2b7i1B6LT33tl%2bvyVuzaHqetqAS1n8VVmAnj2nsoCIOCt9Dv3sc1h%2bc%2b3hTDTVIjO/PXW3Pe6cAHw5HhY/LUrevpf%2bu3Lw5k7tobzX9yUElIJevbOLSKkazYbXECAUjWaWAAahga4/MfbU/mae8r%2bsHz7NlmmLb2udfzMW/MH7CC0PvuOlqY3/4y9Ye6n9oaF5%2b8Ocz%2bxN%2b3P0u9cngsUg7S7UffOP2dP%2bh4ztzRNC2f%2brvnO5z63Kfe9LlgARHOD8DB6/tY9Bf73htNPulJmxKnj9TD7nQeCEk9B8NwnLhZ70UYx1NtZH4fBsAHQLkOxP658dHMAFGcefm0I04kJZ2as7bKtH7mY/earU3A499lNoXF9Laz86yXNdm9pnTv77ktzgaKfNjf6nrkf25e%2bIyYFxvC5TzeVmZUPX5L7Xhc8ALL%2bVwArukVAln5zR5h%2b4KFw%2bvuvDICp3nvu3zeHxv3X31C%2b0cIzSu0NFQAnayGcbMokstm4by2ExlgIU%2bMB5wx2J5W1pd/fnjto%2b%2bHV8l%2b0notJB/sf7az885YwdYI%2bJH26%2b6IwNbE%2bE08//e7lnsZNh8O5/7w4pZ/SkS3aYd6zHACNvc8SjN8IKMsDDKh4lfT82XdeGqYmqykkeUIwaseGCYB4JFM5unOL2P90H2eM1dQAyukHDT7Z4vkVkEWm/%2bei0Ljf4XD2PZc2%2b3FyPExN1sLKv21O%2bwUQV1UmZr/9qnDuk62xig1w6bWXh6mj%2beN1ZADw/Oc2dbYHvmqHLAdWPrAlNZyqYC780i4BwfN3tzRBltZVFZJR7/cwAdAu07D5YYdTORON8P6HAhOsHlv8lSsGlrOl113eet4rrwjWWUA7TPDYIbVNVj1VlpHGDYdl5Tb3tH1dzQgjA4DYXYoylfiojP1vZiyc/qH9Ye7pLRsDGiF2lKLP9OvyZ%2bBh0GWYAGjDXeafszssvqblgQWAmGwBIAUjzC8M6H7pRFhHagbSZfZbt6bPp525H90XFl66Mz228KJdfbfXbz%2bHdZ8DYDtv7NF6sF45NMjGjYeDaIjJsnnux/eNjKAMS0DXo91hAiDhGApuhLoQb6r7bEXObqgFYtL0%2bPzP7e5bzizgLr1%2be5ABr46WRI7RMk//YNMmSJvLf3ZZ3%2b2tB7/W85kOgO0AkOPHaoHwFxVEZmdmS91ffmN/goINBvBc/sPtYoQ%2b/4VN6bKbEBwM00t/sF2u4dr1FIBSPnuiLnYq7F9kRQzyn2fQHyYAWlsyzjQAT%2bVJt/PP2pMJTSH6ADtdr7xq3Pdwy4GXeJWX/6gVaqPtEXIjdsIEEFc%2bVHy11FOf1pKveeP2eC2QycO/JDBMmv2b8seRA2AeIc0xZmkVFMIGRKiSgFUJtWljXM0TDGKTmF3VC6jP7bQlOJZ7Zh6VH8me144eW/qtHTIA6CchFngY%2bS37j27GSem1RbbTDzmY3n/2fVvEBKDPw4he5Bm515B%2b9OT9Yel3LxfNJ12ydXBQdaKZPZcHHMMCQAal9k1MKCbrIA1/mR0LRBrgmbVgycSbSzsjq/F5%2b55n3rItwL9wKomKMFqgAOzRejj/pcTGPTUepo73Drhx%2bzzj9A9cGYgtRKNdU77mjLvZ7zIZNndslTGj9G4X3%2bgA2EGAhKET9YxXCQ/Z2Xe1jNSNB3T30mGHWX7DZamWp0zJbAlDUOHMG/gzY4HZu/Hl3dtTQSSMQtsQu6ZZbmkOql5bZEuetD4PwMM2pfvnPpMfaNrpuWi35G2KBpz3zmtwrEwAOPv47AC1KXEEKaP5Kz3nfmR/sAAm4SrdZNWeP5YFULyjNuUPWWLykvZmxpqe4fe12u%2bUP9uJp5wjHGXhZTvD%2bc%2bv1m71/Qbd5nl1HQBNLjDMhRk66/TiBIkZbGOzILKAWTI4NaE8vkf3Z59wIBCFnmF4Y0w8fQg4WiHxhrpUA%2bBIT8JALo6YqWwcIzGKPFOf32lbZgBEo1lFF2g6PSbBq5geyJPFO9nrPzF1Su8yASC2PO3X4q9ekQE44k7xWup58oFxstmsJAC0E7/tubmfbHmXCW7Gfp1GMSTLYY5rewAkNkLd70fjpH3h62cjeV8PvroGmONVXCcAxFaXCsZT90uQtO5TScMKnv0tKUZJgKlcPz0m4Dn9lQcl6BVbD%2bDK7E7EOuAGUDPw55%2b9R65B68IeqHFc8pzGuGS42LbyfpcSAI/Xmu8TaXdU7YAeMhkcrUv8G5PDzDf18H9L00yQDvTZsVzbmdWsNjIVzvKDcBhrj5v/6b3SVxvDxmQLUKqskaaZx%2bdVxybqkuWh97EMxbOr%2b2f%2bqvkcloV6bP5n9oT55xqAfkWP4TfHahmnoT737NsNXycG5KtqrPDVAXDjADD23NmYKc05jIVQ4r2sneXjm5va3lceDBKXZc6psKzasuy9fZuk37EkscGqBHgCsHG7dt8OuDIsgdFoMuFFs2MBWyJ2VkwJaL3iFTUa3CqaRMBpz5//30TrN/GaZdIAeVftL7F3dslLADS8s1oiVVoo16WrGHjerqqJ5TspndqOFD24vhYwUegxtD1p69mt3Fny4OMlpH1mp9%2bUlDrztpZ3m3bQYNFYcfTM/%2byeJl87mXiK8NUBMAf0rN1jPTRAjMNaHGF6TAaqFVzse7FwYF%2bzyzDsOwiCzMJWI%2bzAdBVW2U6Ny3IJ2wpaQHpuajzMflt7DbRUADhZD2gead9nxsLiL%2b%2bUZR7edTIU0nNF6RJdV2oARI40LZPsixO11n5jLK02BJhYmygT7NLvtTQ1ViOxvMX7dmlLoDW58EpbTAt6PUCYHmeZ/IBWKSgcMHpdx%2b3RuqxY9DlsCb0hxQ95t9q4vaaX3ylfHQA3HgBtUKrYZfDckbuJty7H8I9jAK%2baMhiBw/5i7YacYzCwtCXAGscK2hH//BaP6Ou3twZIMtCx0UydqIczxplBW%2b0CZcsEgIsvawXakneKrYjlvS0MoDTD873ykc1iJ0Vj7Paf3ldiDXDma03duQ9sacbjJXwVLc1M5JTI0nciAoAwIJU5HGWdirZS1FfvJS%2bWkleUhtJjLIcV0Iho0HJRABV2aMwwcm3iGNFr221tADV9xPaIDNt4WW27V76qV9oB0AhHO0bI8bXWACfrmWWK2ElubRmXCZSO%2b7P46y2bDbMosWyEd6gQsF3%2bk8skJCG%2bN95HkCRsxmg6S7%2bxQ2Kczn28JdSU/YrvZb8sAIgWkw7gJDFd8qt1sCXvxzKKCafXqsRK23SglHAJjFdX%2b4ntL7N/e7bwpsQHqrbYGJMYPVvMAA0rj98cI9xF21n4xV2Bclu6L6FKke3s3H%2b0JmvkzU6uulRu19bMLddk%2bEqRBeGrWW7TNkv5fviqweApX10D3FgN0EbR46Ro3NgsIaQCBVOtcGDAT5c5s2Ph9PddGQBNvR4PJ/YQe0%2bR39Rs05maZzHL2vhE2sRWFD%2brLACYJt7PjomhnKWWBXBMDKe/J0vL%2bF067St904FSQgBkua/9pNJ4Zv%2blO1fz7rWtSXPptdkiCVLQ4MbVgb2iZSa2ZbnmpsOZQH6WwzEdLWAizzZUBtmNr7f7NhyMpACAmxhGfc9B%2beoAWFTz0%2bvWSgM8XssIAgxlWWoLRzKAyRSxAmGXLiS0M9CtDWThhf3nWNpnE%2bJDUK11zhBPZ/vC7zIAoI19O/9fzUokZ/6mZQvE60kWQtz3XvbTAVfiJbAFGsKY7D6yFb/v9FcdbJWoumdc4j8zBU2ftzo9TqIFEm2aVYGlvSyHc4KbM0D8ol0yuSo9cYzE/dL9zAR8T3NZbu3Ta8FXB0AFtqLbLgCIyt4prAItZOHFuzLaCcLArIi9yhqn8fKqMMgW%2b4lZTkgIg/nWRLuS3JlndHrPiXogpECFk6W2tfdQVDN%2bVhkA0C7hCT%2bxwb/YeNbiwzNKkzJrgFY20NatBgzYxbxj39IOGyorCn1XcVKYCVhWH1pSnzJaDz6U8cxC%2b7w2MkvxN14m40PbQMPLu0f69sbL0r7EYCt87SNzKW7LAbATIOSd6wKAiy9vLUOUyR23eCpfvUMi262xnnCGOA4J24c%2bC9UfZ0XqPW4UC1%2bIBSDeJx1OU6Yk0Pt4LQO6sSY1bAAUj6bask6OizPo7HtbwbeDaMSWNindS6oBWmcDjjPJoNGlKn1uU4BU%2bJ1800K05xsoxtEqkmCDla3tGb7PfOM1qdlEl8OWZvo745wh1fP6pEArjjqSCXL6JnxVsJ0dC8S12sl5rarJOADmgVynY10AUIobmFgsHTh5W2wZzLh44MgB1mvIXkAbVAHSLUG8eg3lze0SAS%2bmXjfo1oY48BlF8n213TgucNgASEly7RvLI%2bimtkyperJG5cS0jbJqgDbcBIeAhEklS1Xso51kwjoliJO0JdkACAAqL8tj%2bU%2bNhtbBaUJh3/RjTI1meA6rCaUpjpG4f3ZpTeEEbH/q5GKV1KsTK36%2b7jsAdgK7vHPdAPBIXYKK1b0Ok9HSiOsjXIWvSMnS8gkHmvFpL8zGMSEo7T4bSCqTCg2CSmxba7%2bzMVkZXmSLZ0%2bfy9LDFtiMvYPDBkCM/dpXSpLbj9bQtyLvW%2bQabaOsAEhWj/YR%2bbJxee2S9PW9meT0XilacN3hTG469kQ0ab2GLCKZaDSYvEBVacK79H60TutxRgnQvuh2/nktvrJCsjKIHVKvG3TrAJgHcp2OFQBAmDL/zFYoC04K0ehO1KQ8%2bRypbsTgUaLKhJ9IDm7yEes8xson%2bJLrWZpYzawdaOY9p9sx7JTaLzxvVrtA87T3DxsAMaJrX/kko029WmVD7cTXLue0jbICYOa9n74vWLoAjpZneb9t4D10swBE5ox%2b%2bAc6EBhvZY%2bso7xn2mPWeYKGiUNNaZpnpsj0/7m7xW6u168lXx0Auwi%2bZaL8LgiAXGvT2VhWEpl/9p9aM6EylC32jbylgG3fejZZ%2btnA59g2Z%2b/r9TdOA%2b0b9jSZ7RPgZea2z1tXAMRe1KUaDPGO2ldS%2bazXuluMmX2Pbr%2b1jbICoA0Dgn%2b25H0ROlgNa%2bVfoHu2SIK%2bP04LogPSFc70WKGvGFpARUMlOF%2bfyVI6pr/lK30jNlWvX8vJ3gFwHQGQUkw28ZwlKwZhG8eHdpgXohALBPs2BOD0dx/IVNbAIJ13Tz/HrP0I26J1vsQFWvkYjAomwcg2FQ0bZa/tS0Cz2q4I8%2bkGgNQ%2bTK5nEqDgge7jje%2b1/bzrsTfpM7Erco0NPRp6LvBEvZXml9TZS51jZFvkxPOtes/Jeia%2bDvnKc%2biRA0wZKqVHPCGuem4yvjI5wG/bKqCpzwBw4/usdxqwzMhZH3Um4%2bfrvsYUpnz1QOi1DYSWkIzEy0Z6FuCSCVzmWyBRsLMyJ95aozNljbDPqRDl2VHi%2b4vu28h%2bMgoYDNpOvNyx6WcMjngpVrRNvc7GQfK%2b3QDQllfCcG4/CE5/9LmDbK0GjIeUZ5UJACWeL5kEABMpSprsExpT9N2t/ZSJJFMkgeIDUp%2bxlqnBhzwXeb44MbRPn94kEQ6pInBqdXFUy1fMSTZG1abaFWm77TVMHImnGU2Q6/BKq6zHURiczwC5F0QtVg/Qqu/MOIQsUCJcCU1Rx7yCBzHjMgGlL9glpZ30GYuv2lFIEONn5u1b%2bwv2GWtgj8MPyDrRPpCmxJfsdD/WFvPaio9ZulC%2bqRsA2oEBeFpAzgvcjtsrss8Epe%2bEFs49ZQLAzLc23nBZwBaa9vctWZNFp/dF003zdLH1PebqTIol2UEZkHx7b5EH1o5IAH/GMfKI7Aomw8cX7ZLsJn0neN7pPYqekzCeBJRTvjoArq0GKMw4kf0ADXYzipJaYcO%2blxcPZZlpNTOWptgMVSgka2QtviM8ma3yy/LXLmsZXLZP9huz2KF4L/0ANtVqKJNvr%2b/0W56l2jIJ%2bTcf6gqA1naF1kDtRKUJhv1O7RU9Zyul4HXmvjIBoF2SMgnxrzRg0iz6nlxnnyVl0pIiCWnRA5OG1mtqoS1nJdq6rYEZBf3j5NN3wOtszTCqrfXyXnnXZhwxSRC3a4DdbII9OEEs0WFgqvKTa/vU/ZKbqjFrMJvQBXtP/FvARWv8nWoG/WaCVrvU7oufl7dvYw2plpIJSJ1qtpm576ip7kFS/cOuzRStpGJHkZgt7KU2NgwtFO2vmwZoJwGx4xyrZ%2brSEeKR6W83/kbnAeHU4E9AbpJSVyYAtNEBgJJ1jpGF0cv7ZxwcCT8BQnLF7WQjHzXKCWDu1NbiK1smG2oS2hAmirLae8kyUQCE/vL9ElMBCbOMvb7X3xLXaKqop3x1DXAdNMBkUFlPGDMNg9dqFwAkTpJOzLTR8Cw/bZoRs3RewYJOz7Pn5INERiiwM86byjTtUu3skhnjNdVpUiM8Hm48yQ9eXUhB25ZA8A%2bZQPDPNk0CUvOtixOEZ9iySJJqaDQg8WgOEAxtK3Xz/tRLpM0yAaCdOKAz76zg0U2elAd2a%2bNNqTJE3B6AYemMbNh7ivzmK4XaL1ZBNv4Q00f8DLtExhFix8/Khy8pNLHGz9R9%2b45opilfHQDXDwBZ4towDSlmwPdZ72pFxcuyzeRfKsN0a4VIMh0QTBNkquE2en3RLZqWDdGhHxSczHw17Cn52gSDLtVup5tOHclSMdV5mcXRAMgtlrqE19UCS16CXNN7scdQgPVxV4m2IRpoAQC0Zdal3zfUMt735TdtW5VWWIQu1vZJeiA2Izyj3FsWAMyklZEeOVlLvwgIXcnCKPKu9pq8IGebX01kQ1ykw97f7ncmvOrOLWLiUECUAOxI%2bybYX88DeFNUnf5kq7RWv3y1jjbh66Oukco59NuXwBETVjGzzyWwPkeWVEbLYmlBuIat7tzRyMuXuMxSAOeHhNaYmYuMk04al/ZFt%2bRZajwUAsfgpry9tQfl1XnT%2b9nasl5y/yOukRneCpQKc7stIImNEZDUwpbdlsC0zTXksepzWapJipxmKlAv7q1bxflk%2b9z290S9GXir5gaKVbx8Z8DbSvA695UFAG2xCgKWiYVUOjChtX3HLnJuIw74qDk2Z31u3x9RP1ZLv0oo4EwFax0LOeE6gLtdSaQl2szE2jNfWR0kxYZ5H5beGb6aceRe4DwhGRAAEUjrteP7vcS%2bZavejosxv53wYj9UYcSGiFYooSqmFD6AgMcWcGj3nPSTkfqtVjSwxriAkCxPjKB0DbPhA%2b/vaA0SkuMJQ8G2Yssypf1OvG%2b6j2bMtXhcuZfjRTVA3s9%2b54JgZYBAsnHUqUJ17U9cLF9F66QVoX2e/cdWMQX6gRFegtjfc2koWyC0zThafM0OqYKtNB0kZUy0NS2SoMUmkrROgKmdTHU7ju1Q%2bwe/bdxm3qcXbJQBEyRaONEB1naOVsgY6MjXx14VbI678JUPN5GcYPnqANhlybAGAIiQ2Din5kCvZaL38eoSLtNOoBiUKkiSP/z4A/IpS6sJcZ5zzN7MdNhQWC4SPygzutGQ5NovbpI4J3HYGI0qL1I/r19SgsmU62KmxT6I1gvIoyViD6TYg%2bRHv3%2bLRPijxUhVaz6ZaACrFwBE%2bG0VGEq0E2ohJoOTrU9Yynt%2bYZNUzGbSISZz4SU75SNSdnmltCUOkpLvWnG7bABoU9IoRmo1cXidx6eix6zXVunRcXWSpzBEx6xmKQHONr/9WTlOQPhqJiQJI4OvT9uXxvBp39DOySBZxVezYtJrJaUTvr6uGcif8tUBcGMAkFnU2v4EKFhimQ/3AJLthBVvnUaxC1NPjksxVdG4zPc8lOHdtgi7aGBP3p/pA1VqCmUSJIIO2FmBpV1mbgQTgZd0P0qm8/nChxwUbZhzGTtgoh32BIAUoYjqKUIfNEFCY7AhdaOBPQ9Ao32gQWNr0nPpQClJRWirdWNKsdlChJq0k58ix22lHeFjUjS1yL3trrFFFQhDEW0u4TfZHnn3ITP2A%2bgoB2iCxClah4/yqNMWBSHl6%2b05fHUA3BgAhNGx7Y8Id2Zxy8BOYQwAlg0u5T40FTQxqQh8x9ZcYNHni3Z4x1ax1aEtiWfMaGBoRAJY0SyeJ6SZYydqgRLraTxgtNwVe2eklWmf7LZXAKQPDAoAV5/Db0J7WOoQpC2OHvOOep1uAU1i5zAPsBy2Zcq4pmwAmNrI%2bOobToJPtZwEZF9k%2bNIrH4/UM%2bXumaQHfZ4N0iaNLmPDfGf7sl04zFbxlSIPJ2pSYboQX19egK8OgBsHgAgTyy8dfJIR8qBDWY3jC5tkedhO8NB68gYpg5iYPGLwCA3Bo8nyBWM%2b0fzY2tBuAFFmYqt50h%2b8qb04UvL6h3NGYtSMbVLfddW20XRUoCXquX4AkH6IE%2bXz2Uo7hIrg/SPcAVDHUUIFY8wBaCVUKEFbnDpek4rS1NTTfthtmQCQ99C%2bCa1uan2BTao59wF4MR/5qLu0kXw4KT7f675N04MngHamAG%2bHPgsIqtMkmVQxdQhf73dYVhRt%2bXqsJhN9V746AG4sAOJpspU7sM3J8ta4%2bylY2SlLBCESm2KOZsMyG60QuwjaJcJCUQZm8xg4RdBnxiTxvEjwclHhR5uS8l2v3y5hQIArS1KMz8TZoaFhA%2bR5AHI6qD94idBC9/NCJdr1AXCwH9TRZ6B9ik2UmnnP3S39YknExHDmzdtWTQTcZ8ODygSAOKb0vaRs2WNbWTDtYjbb0avtcQLdP7Y59JPW2O6ZaRk4voGN1mqySwDIdvdxXPj6zqyTSmgwNS4fRpdaiHl8NSYLpRlLaV1ap3x1ANxgAFTblSE8Hs1MEQX5zGN3g/Ysnq4788ttKdM7bQGkosntnYR0kHO29iB2SZsCJTGOHTSEVe0erYuNyS4LO71/fI4QHgn5mKynQJMOFDOghlUNBi%2b/9plJzXpMcYasokcvtDPXMkHhxFqr59lgfrQ669ArlF6dOMMxAAAGxUlEQVQ3UZfJvG%2b%2bfukiWfUwyWv4V8pXMw49DMYIQcp8gpn1Q9qERyRlqjhGVkd6Xd69HY5h60ufe8dWsUGxPE6PEceWZCF0awPbFV6uIjF4XIOnE/Ds9ty88yyTCZnhnyUv6Xrp/iOzCe5598fH%2bGCUDmqKSNhCBH1rIcdr4g0WDc%2bEdGg7mW2jqfGRloh2ov2zfOAYoT16LC/8glAnHBL8A%2boY%2b3V/0DQu7RMxpNoH%2bAcA6v5atSFtRd/51fb73aJ5p/184oEmbZIxhQmk8HPh69P2NTX3bnydHpNMFnGAmPJgeIGlL0kmCmCsfctbdREepHxkVUUMoe63KzyL1qrXYBtnRaT7TFyF37cDfqTPmKjfNWb/Tk3Ub0tPFnnAhXTNZF1mboz/BLOyFIbhEhLzzL2SiZE3eHuhF8UpFUCkqKv9JsfdF8m3HIo%2bjxnZzuqUHmKprs9v99Wxos/nOkANgCbFD5uo0OPVOyQvVeyiBSeZXtr0a7usqtZgzKV8TUpnZfj6pCsFdEaCDw6A6y9sGUE6UWvFY02t/nar2KImW5pU5t5I8G3ZMIz6ePhsbB72wU73%2b7kN5n3EP6d/CejvALjxTLAFA/Cqit3OhLkQ7mCXk6sGytG6OCFU02OLNpapTJMUrFx1rw9CnxRcBloy4AC48QAo8YzqgSa17%2bHXSmyWzerA06fhCgpihOFg%2b8QrbMFPvpNMvcTPtEJZerIN%2bYBoDQinxWjRwgFw4wEQQLMfsaFGIfY8ktdtkQcBuekxSYWTYrCm2IACIHZKPvhOYr8ek4/E91h7TkHWt8ORB6f7kOjuADgcwk8/8JAAWwpa727WAJRsio%2b0yn3p%2bXgLIAKYeLptBWrCE1hS%2b4AaDl%2bd7hWjuwPg8BgmHmFTqoiiB2RYkF2RhiuYbyFTUoqQAwlNuOGw2P1sUKxUumlTg9AH5vD47LQvMe0dAIfLHHI94/hDMk6k7mHyfRAcIlqmi1Q%2b4qdsJRe0Q/KUsRn6YBsuP53%2bFaO/A%2bDwGUa4SuzY0CUvVV/IASXMxSa363m2Uu1jDb/96oN4%2bDLhPNggHjgAbhChu3kXj9abHt6Pdrf/KfiRI0phgrXMQ/aBVxJ56CYvfn5tVjsOgCUT%2bMl6oNIvmSjkGpNYT%2bUZtD8%2b2k3uMpWMyX0m8NkBq2T8c2Cqlkw6APoAchB1GRhZGXAAdOEfWeF3ba1a2tp68MsB0AHQAdBlYGRlwAHQhX9khX89NAp/ZrW0SgdAB0AHQJeBkZUBB0AX/pEVftfWqqWtrQe/HAAdAB0AXQZGVgYcAF34R1b410Oj8GdWS6t0AHQAdAB0GRhZGXAAdOEfWeF3ba1a2tp68CsGwJNHas%2bfmqjd7f8lpMGR%2bmkFq%2bmbbwzTD3mA/5eYBlOT9xaAaRypL/t4KuF4mqjd3Ziov8t%2bFM5/l5gCpybqz1MAXPnYR4P/lZsC0w%2b9ualhTdTfW2Kx8q45BapBAQfAcgNe3DsHwGqMK%2b9lRSjgABhDTLn3HQArMrC8m9WggANguQEv7p0DYDXGlfeyIhRwAIwhptz7DoAVGVjezWpQwAGw3IAX984BsBrjyntZEQo4AMYQU%2b59B8CKDCzvZjUo4ABYbsCLe%2bcAWI1x5b2sCAUcAGOIKfe%2bA2BFBpZ3sxoUcAAsN%2bDFvXMArMa48l5WhAIOgDHElHvfAbAiA8u7WQ0KOACWG/Di3jkAVmNceS8rQgEHwBhiyr3vAFiRgeXdrAYFHADLDXhx7xwAqzGuvJcVoYADYAwx5d53AKzIwPJuVoMCDoDlBry4dw6A1RhX3suKUMABMIaYcu87AFZkYHk3q0EBB8ByA17cOwfAaowr72VFKOAAGENMufcdACsysLyb1aCAA2C5AS/unQNgNcaV97IiFHAAjCGm3PsOgBUZWN7NalDAAbDcgBf3zgGwGuPKe1kRCjgAxhBT7n0HwIoMLO9mNSjgAFhuwIt75wBYjXHlvawIBRwAY4gp974DYEUGlnezGhRwACw34MW9cwCsxrjyXlaEAg6AMcSUe98BsCIDy7tZDQo4AJYb8OLeOQBWY1x5LytCAQfAGGLKve8AWJGB5d2sBgUcAMsNeHHvHACrMa68lxWhgANgDDHl3ncArMjA8m5WgwIOgOUGvLh3DoDVGFfey4pQwAEwhphy7zsAVmRgeTerQQELgHO3PiMsvOzF/l9iGjRuPBGmjtTD1ET9vdWQMO%2blU6DEFLAAKAOLweX/5aeBA2CJR5V3rTIUcACsKOA7AFZmjHlHS0yBLx2v7W8cq13v/9WiwT0T9fuUWKy8a2NjY/8PRjDoCPU0yy8AAAAASUVORK5CYII=' id='b' width='320' height='215' data-name='image.png'/%3e%3c/defs%3e%3c/svg%3e");
  background-size: 54% auto;
  background-position: top 55px center;
  position: relative;
}
.integrator-ROYAL::after {
  content: "3-6 days";
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translate(-50%);
  color: var(--kerataif-gray);
}
.integrator-LINEX {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='384' height='73' fill='none' viewBox='0 0 384 73'%3e%3cpath fill='%23006B6E' fill-rule='evenodd' d='M27.959 11.323c-2.92 6.188-5.198 11.381-5.064 11.542.135.161 3.26-1.598 6.944-3.909 4.856-3.044 6.577-4.671 6.253-5.909-.324-1.241 1.23-2.698 5.675-5.322 3.367-1.988 7.472-4.52 9.122-5.627l3-2.012L43.578.08 33.267.073l-5.308 11.25Zm14.43 2.58-21.5 13.67-3.852 7.815c-2.118 4.298-3.631 8.036-3.361 8.305.27.27 6.053-3.065 12.852-7.412 9.756-6.237 12.344-8.358 12.28-10.066-.064-1.732 2.827-3.985 14.5-11.299C71.945 3.24 75.095-.006 67.639.153c-3.032.064-7.864 2.695-25.25 13.75Zm47.243 21.441c-8.941 19.376-16.253 35.581-16.25 36.012.004.43 5.006.655 11.116.5l11.109-.283 16.391-35.397C121.013 16.707 128.389.62 128.389.426c0-.194-5.062-.344-11.25-.332l-11.25.02-16.257 35.23Zm34.783-6.558a41353.807 41353.807 0 0 0-16.64 36.037l-3.336 7.25h22.479l9.398-20.5c5.169-11.275 9.662-20.499 9.985-20.499.324.001 3.794 9.114 7.712 20.25l7.124 20.249 10.876.271 10.876.271 16.656-36.021L216.201.073h-21.45l-10.785 23.75c-5.932 13.063-11.076 24.064-11.431 24.447-.355.383-4.524-10.192-9.263-23.5L154.655.573l-8.467-.287L137.72 0l-13.305 28.786ZM226.053.823c-.843 1.391-32.664 70.383-32.664 70.818 0 .238 15.188.432 33.75.431l33.75-.001 3.5-7.678c1.925-4.223 3.65-8.048 3.833-8.499.184-.452-9.604-.821-21.75-.821-12.145 0-22.083-.212-22.083-.471 0-.26 1.1-2.96 2.445-6l2.445-5.529h32.812l3.149-7.129c1.732-3.921 3.149-7.521 3.149-8 0-.479-7.023-.871-15.607-.871-12.084 0-15.495-.282-15.11-1.25.274-.687 1.271-3.162 2.216-5.5l1.718-4.25h39.561l3.611-7.604c1.986-4.182 3.611-7.782 3.611-8 0-.748-61.882-.396-62.336.354Zm64.635.5c.282.688 3.919 9.275 8.082 19.083 4.163 9.809 7.693 18.432 7.844 19.163.153.738-8.63 7.882-19.725 16.046-11 8.094-20.428 15.108-20.95 15.587-.543.498 5.462.871 14.025.871h14.975l9.471-6.911c5.209-3.8 9.721-6.507 10.026-6.013.759 1.228 15.953-9.853 15.953-11.635 0-.785 3.402-3.943 7.561-7.018 6.845-5.062 7.505-5.848 6.967-8.297-.56-2.548.544-3.546 18.995-17.165L383.501.573l-12.01-.28-12.01-.281-10.247 7.53c-5.635 4.141-10.536 7.193-10.889 6.78-.354-.412-1.907-3.786-3.45-7.499l-2.806-6.75h-20.957c-16.373 0-20.845.273-20.444 1.25ZM37.361 32.948C11.033 49.622 10.872 49.746 7.675 55.643c-1.768 3.262-3.674 7.215-4.235 8.785-.996 2.786-.967 2.82 1.214 1.42 1.229-.789 10.223-6.492 19.985-12.673 12.965-8.209 17.75-11.758 17.75-13.164 0-1.32 2.664-3.645 8.458-7.383 7.109-4.585 8.874-6.277 11.067-10.605 1.435-2.832 2.454-5.304 2.264-5.495-.19-.19-12.258 7.199-26.817 16.42Zm-10.917 22.22L0 72.073h66.364l3.512-6.975c1.932-3.836 3.513-7.424 3.513-7.972 0-.599-5.365-1.108-13.449-1.275l-13.45-.278 3.897-8.75c2.144-4.812 3.584-8.707 3.2-8.655-.384.052-12.598 7.702-27.143 17ZM332.389 53.2c-7.975 6.047-14.658 11.44-14.85 11.984-.373 1.055 1.783 6.889 2.546 6.889 1.664 0 20.304-14.718 20.304-16.032 0-.896 2.137-3.133 4.75-4.972a659.22 659.22 0 0 0 5.12-3.623c.875-.662-1.021-5.367-2.139-5.307-.677.037-7.756 5.014-15.731 11.061Zm8.562 9.953-11.938 8.92h7.274c6.575 0 7.7-.305 11.689-3.17 2.427-1.743 4.413-3.977 4.413-4.964 0-.988.876-2.264 1.946-2.837 1.668-.893 1.797-1.469.902-4.035-.574-1.647-1.337-2.958-1.696-2.914-.359.043-6.024 4.093-12.59 9Zm13.823 5.091c-1.587 1.194-3.313 2.544-3.835 3-.522.456 1.592.829 4.698.829h5.648l-1.046-3c-1.248-3.579-1.716-3.65-5.465-.829Z' clip-rule='evenodd'/%3e%3c/svg%3e");
  background-size: 55% auto;
  background-position: top 70px center;
  position: relative;
}
.integrator-LINEX::after {
  content: "3-6 days";
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translate(-50%);
  color: var(--kerataif-gray);
}
.integrator-FEDEX {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='10' fill='none' viewBox='0 0 30 10'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23FF5900' d='m24.13 3.436 1.198 1.452 1.154-1.452h2.464l-2.408 2.975 2.44 3h-2.563l-1.187-1.463-1.176 1.462h-2.476l2.42-2.986-2.42-2.988h2.553Zm-2.554 0v2.019h-2.74v1.852h2.74V9.41h-4.754V0h4.754v2.098h-2.74v1.338h2.74Z'/%3e%3cpath fill='%232A007C' d='M14.816 0v3.851h-.022c-.444-.56-1-.756-1.643-.756-1.318 0-2.312.986-2.66 2.287-.398-1.434-1.424-2.313-2.944-2.313-1.235 0-2.21.608-2.72 1.6V3.437H2.276V2.098h2.786V0H0v9.41h2.275V5.455h2.268a4.1 4.1 0 0 0-.104.93c0 1.963 1.366 3.34 3.108 3.34 1.465 0 2.43-.755 2.94-2.132h-1.95c-.263.414-.463.536-.99.536-.612 0-1.139-.585-1.139-1.28h3.97c.173 1.559 1.278 2.904 2.796 2.904.654 0 1.253-.354 1.62-.951h.022v.61h2.005V0h-2.005ZM6.472 5.483c.126-.598.548-.989 1.075-.989.58 0 .98.379 1.086.989H6.472Zm7.126 2.495c-.739 0-1.199-.757-1.199-1.547 0-.845.4-1.657 1.2-1.657.828 0 1.158.812 1.158 1.657 0 .8-.35 1.547-1.159 1.547Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h30v10H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-size: 55% auto;
  background-position: top 60px center;
  position: relative;
}
.integrator-FEDEX::after {
  content: "1-3 days";
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translate(-50%);
  color: var(--kerataif-gray);
}
.integrator-UPS {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='19' fill='none' viewBox='0 0 16 19'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23301506' fill-rule='evenodd' d='m.546 5.743.067 7.715L2.345 15.6l5.196 2.753 6.383-3.127 1.325-3.161-.136-10.23-4.822-.137-5.025.816L.682 5.165l-.136.578Z' clip-rule='evenodd'/%3e%3cpath fill='%23FAB80A' d='M7.984.168C4.958.168 2.318.754.138 1.91v9.245c0 1.946.73 3.573 2.111 4.706 1.283 1.053 5.25 2.788 5.735 3 .461-.202 4.475-1.964 5.737-3 1.38-1.133 2.11-2.76 2.11-4.706V1.911C13.652.754 11.012.168 7.985.168Zm4.481 1.79a33.28 33.28 0 0 1 2.645.147v9.051c0 1.74-.63 3.145-1.847 4.148-1.087.896-4.364 2.365-5.279 2.769-.927-.41-4.212-1.897-5.28-2.769C1.495 14.318.858 12.88.858 11.157V5.868c3.476-3.19 7.696-3.961 11.607-3.91ZM8.19 6.172c-.745 0-1.346.167-1.84.487v8.905h1.365v-2.877c.137.04.334.078.615.078 1.515 0 2.385-1.367 2.385-3.363 0-1.992-.896-3.23-2.525-3.23Zm4.666 0c-.898.027-1.837.678-1.832 1.782.003.727.204 1.27 1.33 1.931.6.353.842.586.853 1.014.01.477-.318.765-.819.763-.436-.004-.956-.246-1.305-.557v1.258c.427.256.961.424 1.5.424 1.35 0 1.952-.954 1.978-1.828.025-.796-.195-1.4-1.335-2.07-.51-.299-.912-.495-.898-.993.013-.485.416-.656.803-.652.476.004.938.268 1.223.56V6.618c-.24-.185-.748-.468-1.498-.445Zm-11.3.139v4.295c0 1.448.685 2.181 2.036 2.181.836 0 1.536-.193 2.057-.548V6.311H4.285v5.15c-.148.102-.369.167-.646.167-.625 0-.719-.574-.719-.961V6.31H1.556Zm6.643.962c.792 0 1.12.633 1.12 2.164 0 1.494-.375 2.215-1.16 2.215a1.31 1.31 0 0 1-.444-.082V7.371c.11-.055.299-.099.484-.099Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h16v19H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-size: 25% auto;
  background-position: top 35px center;
  position: relative;
}
.integrator-UPS::after {
  content: "2-4 days";
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translate(-50%);
  color: var(--kerataif-gray);
}
.integrator-DHL {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='144' height='21' fill='none' viewBox='0 0 144 21'%3e%3cg fill='%23D40511'%3e%3cpath d='M0 18.6h17.4l-1 1.4H0v-1.4ZM143.5 20h-21.3l1.1-1.4h20.3V20h-.1ZM0 16h19.4l-1.1 1.4H0V16Zm0-2.6h21.4l-1.1 1.4H0v-1.4Zm143.5 4h-19.3l1.1-1.4h18.3v1.4h-.1Zm-16.3-4h16.3v1.4h-17.4l1.1-1.4ZM18.8 20 28 7.7h11.4c1.3 0 1.3.5.6 1.3-.6.8-1.7 2.3-2.3 3.1-.3.5-.9 1.2 1 1.2H54c-1.2 1.8-5.4 6.8-12.8 6.8-6-.1-22.4-.1-22.4-.1Zm52.7-6.6-5 6.7H53.4l5-6.7h13.1Zm19.1 0-5 6.7H72.4l5-6.7h13.2Zm4.3 0s-1 1.3-1.4 1.9c-1.7 2.2-.2 4.8 5.2 4.8h21.2l5-6.7h-30Z'/%3e%3cpath d='m25.3.1-4.6 6.1h25c1.3 0 1.3.5.6 1.3-.6.8-1.7 2.3-2.3 3.1-.3.4-.9 1.2 1 1.2h10.2s1.7-2.2 3-4.1c1.9-2.5.2-7.7-6.5-7.7-6 .1-26.4.1-26.4.1Zm66.4 11.7H59.5L68.3.1h13.2l-5 6.7h5.9l5-6.7h13.2l-8.9 11.7ZM118.8.1 110 11.8H96L104.8.1h14Z'/%3e%3c/g%3e%3c/svg%3e");
  background-size: 60% auto;
  background-position: top 80px center;
  position: relative;
}
.integrator-DHL::after {
  content: "1-3 days";
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%);
  color: var(--kerataif-gray);
}
/* Site global styles */
html {
  font-size: var(--kerataif-font-size);
}
body {
  margin: 0;
  font-family: 'DM Sans', sans-serif, sans-serif;
  font-size: var(--kerataif-font-size);
  color: var(--kerataif-black);
  font-weight: 400;
}
.dialog-off-canvas-main-canvas {
  display: flex;
  width: calc(100% - 80px);
  margin: auto;
  box-sizing: border-box;
  padding-bottom: 40px;
  height: 100vh;
}
@media screen and (max-width: 600px) {
  .dialog-off-canvas-main-canvas {
    width: calc(100% - 40px);
  }
}
.dialog-off-canvas-main-canvas a:link,
.dialog-off-canvas-main-canvas a:visited {
  text-decoration: none;
  color: var(--kerataif-black);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
.dialog-off-canvas-main-canvas a:hover,
.dialog-off-canvas-main-canvas a:active,
.dialog-off-canvas-main-canvas a.active,
.dialog-off-canvas-main-canvas a.is-active {
  color: var(--kerataif-blue);
}
#leftHolder {
  width: 300px;
  height: 100%;
  background-color: var(--kerataif-red);
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 0;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
#leftHolder.mini {
  width: 84px;
  padding: 0 10px 10px 10px;
}
@media screen and (max-width: 600px) {
  #leftHolder.mini {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 850px) {
  #leftHolder {
    width: 84px;
    padding: 0 10px 10px 10px;
  }
}
@media screen and (max-width: 600px) {
  #leftHolder {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: auto;
    width: 100%;
    height: auto;
    padding: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
  }
  #leftHolder .region-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--kerataif-red);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 10px 0 10px 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
}
#leftHolder::before {
  content: "";
  position: absolute;
  top: 84px;
  left: -40px;
  width: 40px;
  height: calc(100% - 84px);
  margin-bottom: -84px;
  background-color: #FFF;
}
@media screen and (max-width: 600px) {
  #leftHolder::before {
    display: none;
  }
}
#contentHolder {
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 600px) {
  #contentHolder {
    padding: 0;
  }
}
#contentHolder .header-wrapper .region-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  position: relative;
}
#contentHolder .header-wrapper .region-header::before {
  content: "";
  position: absolute;
  height: 100%;
  right: -40px;
  top: 0;
  width: 100vw;
  background-color: var(--kerataif-gray-light);
  z-index: -1;
}
@media screen and (max-width: 600px) {
  #contentHolder .header-wrapper .region-header::before {
    right: -20px;
  }
}
#contentHolder .content-wrapper {
  display: flex;
  margin-top: 40px;
  position: relative;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  #contentHolder .content-wrapper {
    padding-bottom: 200px;
  }
}
#contentHolder .content-wrapper .region-content {
  width: 100%;
  box-sizing: border-box;
  padding-right: 40px;
}
@media screen and (max-width: 1300px) {
  #contentHolder .content-wrapper .region-content {
    padding-right: 0;
  }
}
#contentHolder .content-wrapper .region-right {
  min-width: 300px;
  width: 300px;
  padding: 20px;
  box-sizing: border-box;
  background-color: var(--kerataif-gray-light);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
@media screen and (max-width: 1300px) {
  #contentHolder .content-wrapper .region-right {
    position: fixed;
    right: -300px;
    z-index: 9;
  }
}
#contentHolder .content-wrapper .region-right.active {
  right: 20px;
}
#block-kerataif-platoggler {
  position: absolute;
  background-color: var(--kerataif-gray-light);
  width: 50px;
  height: 50px;
  cursor: pointer;
  left: -49px;
  top: 40px;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: var(--kerataif-round);
  -webkit-border-top-left-radius: var(--kerataif-round);
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: var(--kerataif-round);
  -moz-border-radius-topleft: var(--kerataif-round);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: var(--kerataif-round);
  border-top-left-radius: var(--kerataif-round);
  opacity: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cg stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3e%3cpath d='M10.49 2.23 5.5 4.11c-1.15.43-2.09 1.79-2.09 3.01v7.43c0 1.18.78 2.73 1.73 3.44l4.3 3.21c1.41 1.06 3.73 1.06 5.14 0l4.3-3.21c.95-.71 1.73-2.26 1.73-3.44V7.12c0-1.23-.94-2.59-2.09-3.02l-4.99-1.87c-.85-.31-2.21-.31-3.04 0Z'/%3e%3cpath stroke-miterlimit='10' d='M12 12.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0 0v3'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-position: left 16px center;
}
#block-kerataif-platoggler * {
  cursor: pointer;
}
#block-kerataif-platoggler .contextual {
  display: none;
}
#block-kerataif-platoggler::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 20px;
  width: 9px;
  height: 9px;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none' viewBox='0 0 9 9'%3e%3cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.2' d='M5.625 7.47 3.18 5.025a.745.745 0 0 1 0-1.05L5.625 1.53'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1300px) {
  #block-kerataif-platoggler {
    opacity: 1;
    pointer-events: all;
  }
}
#block-kerataif-platoggler.active::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#block-kerataif-gtranslate,
#block-kerataif-gtranslate-2 {
  margin-left: 20px;
}
#block-kerataif-gtranslate .contextual,
#block-kerataif-gtranslate-2 .contextual {
  display: none;
}
#block-kerataif-gtranslate .gglobe,
#block-kerataif-gtranslate-2 .gglobe {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='999' height='999' fill='none' viewBox='0 0 999 999'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23DBDBDB' d='M931.7 998.3c36.5 0 66.4-29.4 66.4-65.4V265.8c0-36-29.9-65.4-66.4-65.4H283.6l260.1 797.9h388Z'/%3e%3cpath fill='%23DCDCDC' d='M931.7 230.4c9.7 0 18.9 3.8 25.8 10.6 6.8 6.7 10.6 15.5 10.6 24.8v667.1c0 9.3-3.7 18.1-10.6 24.8-6.9 6.8-16.1 10.6-25.8 10.6H565.5L324.9 230.4h606.8Zm0-30H283.6l260.1 797.9h388c36.5 0 66.4-29.4 66.4-65.4V265.8c0-36-29.9-65.4-66.4-65.4Z'/%3e%3cpath fill='%234352B8' d='m482.3 809.8 61.4 188.5 170.7-188.5H482.3Z'/%3e%3cpath fill='%23607988' d='M936.1 476.1V437H747.6v-63.2h-61.2V437H566.1v39.1h239.4c-12.8 45.1-41.1 87.7-68.7 120.8-48.9-57.9-49.1-76.7-49.1-76.7h-50.8s2.1 28.2 70.7 108.6c-22.3 22.8-39.2 36.3-39.2 36.3l15.6 48.8s23.6-20.3 53.1-51.6c29.6 32.1 67.8 70.7 117.2 116.7l32.1-32.1c-52.9-48-91.7-86.1-120.2-116.7 38.2-45.2 77-102.1 85.2-154.2H936v.1h.1Z'/%3e%3cpath fill='%234285F4' d='M66.4 0C29.9 0 0 29.9 0 66.5v677c0 36.5 29.9 66.4 66.4 66.4h648.1L454.4 0h-388Z'/%3e%3cpath fill='url(%23b)' d='M534.3 200.4h397.4c36.5 0 66.4 29.4 66.4 65.4V666L534.3 200.4Z'/%3e%3cpath fill='%23EEE' d='M371.4 430.6c-2.5 30.3-28.4 75.2-91.1 75.2-54.3 0-98.3-44.9-98.3-100.2 0-55.3 44-100.2 98.3-100.2 30.9 0 51.5 13.4 63.3 24.3l41.2-39.6c-27.1-25-62.4-40.6-104.5-40.6-86.1 0-156 69.9-156 156s69.9 156 156 156c90.2 0 149.8-63.3 149.8-152.6 0-12.8-1.6-22.2-3.7-31.8h-146v53.4l91 .1Z'/%3e%3cpath fill='url(%23c)' d='M931.7 200.4H518.8L454.4 0h-388C29.9 0 0 29.9 0 66.5v677c0 36.5 29.9 66.4 66.4 66.4h415.9l61.4 188.4h388c36.5 0 66.4-29.4 66.4-65.4V265.8c0-36-29.9-65.4-66.4-65.4Z'/%3e%3c/g%3e%3cdefs%3e%3cradialGradient id='c' cx='0' cy='0' r='1' gradientTransform='translate(65.208 19.366) scale(1398.27)' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='white' stop-opacity='.1'/%3e%3cstop offset='1' stop-color='white' stop-opacity='0'/%3e%3c/radialGradient%3e%3clinearGradient id='b' x1='534.3' x2='998.1' y1='433.2' y2='433.2' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='white' stop-opacity='.2'/%3e%3cstop offset='1' stop-color='white' stop-opacity='.02'/%3e%3c/linearGradient%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h998.1v998.3H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
#block-kerataif-infomenutoggler,
#block-kerataif-infomenutoggler-2 {
  margin-left: -20px;
  cursor: pointer;
  margin-right: auto;
}
#block-kerataif-infomenutoggler .contextual,
#block-kerataif-infomenutoggler-2 .contextual {
  display: none;
}
#block-kerataif-infomenutoggler .content .line-1,
#block-kerataif-infomenutoggler-2 .content .line-1,
#block-kerataif-infomenutoggler .content .line-3,
#block-kerataif-infomenutoggler-2 .content .line-3 {
  width: 36px;
  height: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: var(--kerataif-red);
  text-indent: -555px;
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
#block-kerataif-infomenutoggler .content .line-2,
#block-kerataif-infomenutoggler-2 .content .line-2 {
  font-size: .45rem;
  font-weight: 600;
  letter-spacing: .045rem;
  color: var(--kerataif-red);
  padding: 6px 0;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
#block-kerataif-infomenutoggler:hover .content .line-2,
#block-kerataif-infomenutoggler-2:hover .content .line-2 {
  letter-spacing: .1rem;
  padding: 4px 0;
}
#block-kerataif-infomenutoggler.active .content .line-1,
#block-kerataif-infomenutoggler-2.active .content .line-1 {
  transform: rotate(45deg) translate(10px, 10px);
}
#block-kerataif-infomenutoggler.active .content .line-2,
#block-kerataif-infomenutoggler-2.active .content .line-2 {
  opacity: 0;
  padding: 0 !important;
  letter-spacing: 0;
}
#block-kerataif-infomenutoggler.active .content .line-3,
#block-kerataif-infomenutoggler-2.active .content .line-3 {
  transform: rotate(-45deg) translate(-1px, 1px);
}
@media screen and (max-width: 600px) {
  #block-kerataif-infomenutoggler {
    margin-left: 0;
  }
}
#block-kerataif-infomenutoggler-2 {
  display: none;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-infomenutoggler-2 {
    display: block;
  }
}
#block-logo {
  width: 100%;
  background-color: #FFF;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
@media screen and (max-width: 600px) {
  #block-logo {
    width: auto;
    position: absolute;
    left: 30px;
    top: -11px;
    z-index: 99;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}
#block-logo .block-image {
  display: flex;
  padding: 20px;
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
@media screen and (max-width: 850px) {
  #block-logo .block-image {
    padding: 20px 12px;
  }
}
@media screen and (max-width: 600px) {
  #block-logo .block-image {
    padding: 3px 10px 0 10px;
  }
}
#block-logo .block-image img,
#block-logo .block-image a {
  width: 200px;
}
@media screen and (max-width: 600px) {
  #block-logo .block-image img,
  #block-logo .block-image a {
    width: 110px;
  }
}
.mini #block-logo .block-image {
  padding: 20px 12px;
}
@media screen and (max-width: 600px) {
  .mini #block-logo .block-image {
    width: auto;
    position: absolute;
    left: 30px;
    top: -11px;
    z-index: 99;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 600px) {
  #block-kerataif-mainnavigation {
    width: 100%;
    box-sizing: border-box;
  }
}
#block-kerataif-mainnavigation .menu {
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #block-kerataif-mainnavigation .menu {
    flex-direction: row;
    justify-content: space-around;
  }
}
#block-kerataif-mainnavigation .menu .menu-item {
  position: relative;
}
#block-kerataif-mainnavigation .menu .menu-item .menu_link_content {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #block-kerataif-mainnavigation .menu .menu-item .menu_link_content {
    top: 0px;
    right: -3px;
    transform: none;
  }
}
#block-kerataif-mainnavigation .menu .link-sidebar-toggle {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 30px 0 40px 0;
  text-indent: -555px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  #block-kerataif-mainnavigation .menu .link-sidebar-toggle {
    opacity: 0;
    pointer-events: none;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  #block-kerataif-mainnavigation .menu .link-sidebar-toggle {
    display: none;
  }
}
#block-kerataif-mainnavigation .menu .link-sidebar-toggle::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  right: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.2' d='M15 19.92 8.48 13.4c-.77-.77-.77-2.03 0-2.8L15 4.08'/%3e%3c/svg%3e");
}
#block-kerataif-mainnavigation .menu .link-sidebar-toggle.mini::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#block-kerataif-mainnavigation .menu a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  color: #FFF;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 15px 10px 15px 50px;
  background-position: left 10px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 850px) {
  #block-kerataif-mainnavigation .menu a {
    padding-left: 80px;
    background-position: left 20px center;
  }
}
@media screen and (max-width: 600px) {
  #block-kerataif-mainnavigation .menu a {
    width: 50px;
    height: 50px;
    text-indent: -555px;
    overflow: hidden;
    background-position: center;
    padding: 0 !important;
  }
}
#block-kerataif-mainnavigation .menu a.linkk-dashboard {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M22 10.9V4.1c0-1.5-.64-2.1-2.23-2.1h-4.04c-1.59 0-2.23.6-2.23 2.1v6.8c0 1.5.64 2.1 2.23 2.1h4.04c1.59 0 2.23-.6 2.23-2.1Zm0 9v-1.8c0-1.5-.64-2.1-2.23-2.1h-4.04c-1.59 0-2.23.6-2.23 2.1v1.8c0 1.5.64 2.1 2.23 2.1h4.04c1.59 0 2.23-.6 2.23-2.1Zm-11.5-6.8v6.8c0 1.5-.64 2.1-2.23 2.1H4.23C2.64 22 2 21.4 2 19.9v-6.8c0-1.5.64-2.1 2.23-2.1h4.04c1.59 0 2.23.6 2.23 2.1Zm0-9v1.8c0 1.5-.64 2.1-2.23 2.1H4.23C2.64 8 2 7.4 2 5.9V4.1C2 2.6 2.64 2 4.23 2h4.04c1.59 0 2.23.6 2.23 2.1Z'/%3e%3c/svg%3e");
}
#block-kerataif-mainnavigation .menu a.linkk-orders {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cg stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2'%3e%3cpath d='M12 14h1c1.1 0 2-.9 2-2V2H6c-1.5 0-2.81.83-3.49 2.05'/%3e%3cpath d='M2 17c0 1.66 1.34 3 3 3h1c0-1.1.9-2 2-2s2 .9 2 2h4c0-1.1.9-2 2-2s2 .9 2 2h1c1.66 0 3-1.34 3-3v-3h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29l-1.71-2.99A2.016 2.016 0 0 0 16.84 5H15v7c0 1.1-.9 2-2 2h-1'/%3e%3cpath d='M8 22a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm8 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm6-10v2h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29L22 12ZM2 8h6m-6 3h4m-4 3h2'/%3e%3c/g%3e%3c/svg%3e");
}
#block-kerataif-mainnavigation .menu a.linkk-addresses {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cg stroke='white' stroke-width='1.2'%3e%3cpath d='M12 13.43a3.12 3.12 0 1 0 0-6.24 3.12 3.12 0 0 0 0 6.24Z'/%3e%3cpath d='M3.62 8.49c1.97-8.66 14.8-8.65 16.76.01 1.15 5.08-2.01 9.38-4.78 12.04a5.193 5.193 0 0 1-7.21 0c-2.76-2.66-5.92-6.97-4.77-12.05Z'/%3e%3c/g%3e%3c/svg%3e");
}
#block-kerataif-mainnavigation .menu a.linkk-my-locker {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cg stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2'%3e%3cpath stroke-miterlimit='10' d='M19.79 14.93a7.575 7.575 0 0 1-7.6 1.87l-4.71 4.7c-.34.35-1.01.56-1.49.49l-2.18-.3c-.72-.1-1.39-.78-1.5-1.5l-.3-2.18c-.07-.48.16-1.15.49-1.49l4.7-4.7c-.8-2.6-.18-5.55 1.88-7.6 2.95-2.95 7.74-2.95 10.7 0 2.96 2.95 2.96 7.76.01 10.71Zm-12.9 2.56 2.3 2.3'/%3e%3cpath d='M14.5 11a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z'/%3e%3c/g%3e%3c/svg%3e");
}
#block-kerataif-mainnavigation .menu a.linkk-invoices {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M6.73 19.7c.82-.88 2.07-.81 2.79.15l1.01 1.35c.81 1.07 2.12 1.07 2.93 0l1.01-1.35c.72-.96 1.97-1.03 2.79-.15 1.78 1.9 3.23 1.27 3.23-1.39V7.04C20.5 3.01 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3c0 2.67 1.46 3.29 3.23 1.4ZM8 7h8m-7 4h6'/%3e%3c/svg%3e");
}
#block-kerataif-mainnavigation .menu a.linkk-price-calculator {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cg stroke='white' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath stroke-width='1.2' d='M10 22h4c5 0 7-2 7-7V9c0-5-2-7-7-7h-4C5 2 3 4 3 9v6c0 5 2 7 7 7Z'/%3e%3cpath stroke-width='1.2' d='M16.5 7.58v1c0 .82-.67 1.5-1.5 1.5H9c-.82 0-1.5-.67-1.5-1.5v-1c0-.82.67-1.5 1.5-1.5h6c.83 0 1.5.67 1.5 1.5Z'/%3e%3cpath stroke-width='1.8' d='M8.136 14h.012m3.847 0h.012m3.847 0h.012m-7.73 3.5h.012m3.847 0h.012m3.847 0h.012'/%3e%3c/g%3e%3c/svg%3e");
}
#block-kerataif-mainnavigation .menu a.linkk-new-order {
  color: var(--kerataif-black);
  background-color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 40px;
  font-weight: 600;
  background-position: left 15px center;
  padding-left: 55px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.2' d='M23 18c0 .75-.21 1.46-.58 2.06-.21.36-.48.68-.79.94-.7.63-1.62 1-2.63 1-1.22 0-2.31-.55-3.03-1.41-.02-.03-.05-.05-.07-.08-.12-.14-.23-.29-.32-.45A3.92 3.92 0 0 1 15 18c0-1.26.58-2.39 1.5-3.12.69-.55 1.56-.88 2.5-.88 1 0 1.9.36 2.6.97.12.09.23.2.33.31C22.59 16 23 16.95 23 18Zm-2.51-.02h-2.98M19 16.52v2.99'/%3e%3cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M3.17 7.44 12 12.55l8.77-5.08M12 21.61v-9.07'/%3e%3cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M21.61 9.17v5.66c0 .05 0 .09-.01.14-.7-.61-1.6-.97-2.6-.97-.94 0-1.81.33-2.5.88A3.97 3.97 0 0 0 15 18c0 .75.21 1.46.58 2.06.09.16.2.31.32.45l-1.83 1.01c-1.14.64-3 .64-4.14 0l-5.34-2.96c-1.21-.67-2.2-2.35-2.2-3.73V9.17c0-1.38.99-3.06 2.2-3.73l5.34-2.96c1.14-.64 3-.64 4.14 0l5.34 2.96c1.21.67 2.2 2.35 2.2 3.73Z'/%3e%3c/svg%3e");
}
@media screen and (max-width: 850px) {
  #block-kerataif-mainnavigation .menu a.linkk-new-order {
    max-width: 64px;
    overflow: hidden;
    padding-left: 0;
    text-indent: 80px;
    margin-top: 0;
  }
}
.mini #block-kerataif-mainnavigation .menu a {
  padding-left: 80px;
  background-position: left 20px center;
}
.mini #block-kerataif-mainnavigation .menu a.linkk-new-order {
  max-width: 64px;
  overflow: hidden;
  padding-left: 0;
  text-indent: 80px;
}
#block-kerataif-views-block-custom-user-menu-block-1 {
  position: relative;
}
#block-kerataif-views-block-custom-user-menu-block-1 .view-content .views-row {
  display: flex;
  align-items: center;
}
#block-kerataif-views-block-custom-user-menu-block-1 .view-content .views-row .views-field-user-picture {
  width: 50px;
  overflow: hidden;
  border: 2px solid #FFF;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-left: 10px;
}
#block-kerataif-views-block-custom-user-menu-block-1 .view-content .views-row .views-field-user-picture img {
  width: 100%;
  height: auto;
  display: block;
}
#block-kerataif-views-block-custom-user-menu-block-1 .view-content .views-row .views-field-field-name-lastname {
  text-align: right;
}
#block-kerataif-views-block-custom-user-menu-block-1 .view-content .views-row .views-field-field-name-lastname .user-name-lastname {
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}
#block-kerataif-views-block-custom-user-menu-block-1 .view-content .views-row .views-field-field-name-lastname .user-mail {
  font-size: 0.75rem;
  font-weight: 500;
}
#block-kerataif-views-block-custom-user-menu-block-1 .view-content .views-row .views-field-field-name-lastname .user-role {
  font-size: .7rem;
  display: none;
}
#block-kerataif-views-block-custom-user-menu-block-1 .view-content .views-row .views-field-edit-user {
  margin-right: 20px;
}
#block-kerataif-views-block-custom-user-menu-block-1 .view-content .views-row .views-field-edit-user a {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -555px;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cg stroke='%23292D32' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.2'%3e%3cpath d='M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3e%3cpath d='M2 12.88v-1.76c0-1.04.85-1.9 1.9-1.9 1.81 0 2.55-1.28 1.64-2.85-.52-.9-.21-2.07.7-2.59l1.73-.99c.79-.47 1.81-.19 2.28.6l.11.19c.9 1.57 2.38 1.57 3.29 0l.11-.19c.47-.79 1.49-1.07 2.28-.6l1.73.99c.91.52 1.22 1.69.7 2.59-.91 1.57-.17 2.85 1.64 2.85 1.04 0 1.9.85 1.9 1.9v1.76c0 1.04-.85 1.9-1.9 1.9-1.81 0-2.55 1.28-1.64 2.85.52.91.21 2.07-.7 2.59l-1.73.99c-.79.47-1.81.19-2.28-.6l-.11-.19c-.9-1.57-2.38-1.57-3.29 0l-.11.19c-.47.79-1.49 1.07-2.28.6l-1.73-.99a1.899 1.899 0 0 1-.7-2.59c.91-1.57.17-2.85-1.64-2.85-1.05 0-1.9-.86-1.9-1.9Z'/%3e%3c/g%3e%3c/svg%3e");
  background-position: center left;
  background-repeat: no-repeat;
}
#block-kerataif-views-block-custom-user-menu-block-1 .view-content .views-row .views-field-edit-user a:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#block-kerataif-views-block-custom-user-menu-block-1 .view-content .views-row .views-field-view-user a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  overflow: hidden;
  text-indent: -555px;
}
#block-kerataif-views-block-custom-user-menu-block-1 .view-content .views-row .views-field-nothing .linkk-logout {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  text-indent: -555px;
  display: block;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%23292D32' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.3' d='M15.928 2.804A9.991 9.991 0 0 1 20.66 7c2.76 4.78 1.12 10.9-3.66 13.66S6.1 21.78 3.34 17 2.22 6.1 7 3.34a9.912 9.912 0 0 1 4.978-1.338L12 12'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
}
#block-kerataif-views-block-custom-user-menu-block-1 .view-content .views-row .views-field-nothing .linkk-logout:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%23E32C3E' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.3' d='M15.928 2.804A9.991 9.991 0 0 1 20.66 7c2.76 4.78 1.12 10.9-3.66 13.66S6.1 21.78 3.34 17 2.22 6.1 7 3.34a9.912 9.912 0 0 1 4.978-1.338L12 12'/%3e%3c/svg%3e");
}
#block-kerataif-views-block-custom-user-menu-block-1 .view-content .views-row .views-field-uid {
  display: none;
}
#block-kerataif-views-block-custom-user-menu-block-1 .view-content .views-row.role-Deluxe .views-field-field-name-lastname .user-name-lastname::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3e%3cpath fill='url(%23a)' d='m21.734 12.284-.422-.567a1.326 1.326 0 0 1-.013-1.578l.412-.571a1.338 1.338 0 0 0-.477-1.974l-.63-.332a1.338 1.338 0 0 1-.707-1.417l.12-.692c.139-.8-.472-1.542-1.305-1.574l-.713-.031a1.376 1.376 0 0 1-1.268-.976l-.199-.674c-.231-.782-1.11-1.187-1.87-.863l-.656.278c-.546.23-1.18.095-1.574-.341L11.956.45a1.399 1.399 0 0 0-2.069.014l-.467.53a1.406 1.406 0 0 1-1.569.364l-.662-.265c-.768-.31-1.638.108-1.86.895l-.19.674a1.38 1.38 0 0 1-1.254.998l-.712.04c-.829.046-1.43.797-1.277 1.592l.13.688a1.34 1.34 0 0 1-.69 1.425l-.625.342a1.334 1.334 0 0 0-.444 1.978l.42.567c.352.467.357 1.101.015 1.578l-.421.575a1.338 1.338 0 0 0 .476 1.974l.63.333c.522.274.81.845.708 1.416l-.116.684c-.139.8.472 1.542 1.305 1.573l.712.032a1.376 1.376 0 0 1 1.268.975l.2.675c.23.782 1.11 1.187 1.869.863l.657-.279a1.4 1.4 0 0 1 1.573.337l.477.522a1.399 1.399 0 0 0 2.068-.014l.468-.53a1.406 1.406 0 0 1 1.569-.364l.661.265c.768.31 1.638-.108 1.86-.895l.19-.674a1.384 1.384 0 0 1 1.254-.994l.713-.04c.828-.045 1.43-.796 1.277-1.596l-.13-.688a1.341 1.341 0 0 1 .69-1.425l.625-.342a1.32 1.32 0 0 0 .449-1.97Z'/%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='.9' d='M13.35 14.49h-4.7a.59.59 0 0 1-.515-.365l-2.07-5.79c-.295-.83.05-1.085.76-.575l1.95 1.395c.325.225.695.11.835-.255l.88-2.345c.28-.75.745-.75 1.025 0l.88 2.345c.14.365.51.48.83.255l1.83-1.305c.78-.56 1.155-.275.835.63l-2.02 5.655a.61.61 0 0 1-.52.355ZM8.25 16h5.5m-4-4h2.5'/%3e%3cdefs%3e%3clinearGradient id='a' x1='6.176' x2='16.011' y1='20.5' y2='1.266' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23D97601'/%3e%3cstop offset='1' stop-color='%23FFD701'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
}
#block-kerataif-views-block-custom-user-menu-block-1 .view-content .views-row.role-Platinium .views-field-field-name-lastname .user-name-lastname::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3e%3cpath fill='url(%23a)' d='m21.734 12.284-.422-.567a1.326 1.326 0 0 1-.013-1.578l.412-.571a1.338 1.338 0 0 0-.477-1.974l-.63-.332a1.338 1.338 0 0 1-.707-1.417l.12-.692c.139-.8-.472-1.542-1.305-1.574l-.713-.031a1.376 1.376 0 0 1-1.268-.976l-.199-.674c-.231-.782-1.11-1.187-1.87-.863l-.656.278c-.546.23-1.18.095-1.574-.341L11.956.45a1.399 1.399 0 0 0-2.069.014l-.467.53a1.406 1.406 0 0 1-1.569.364l-.662-.265c-.768-.31-1.638.108-1.86.895l-.19.674a1.38 1.38 0 0 1-1.254.998l-.712.04c-.829.046-1.43.797-1.277 1.592l.13.688a1.34 1.34 0 0 1-.69 1.425l-.625.342a1.334 1.334 0 0 0-.444 1.978l.42.567c.352.467.357 1.101.015 1.578l-.421.575a1.338 1.338 0 0 0 .476 1.974l.63.333c.522.274.81.845.708 1.416l-.116.684c-.139.8.472 1.542 1.305 1.573l.712.032a1.376 1.376 0 0 1 1.268.975l.2.675c.23.782 1.11 1.187 1.869.863l.657-.279a1.4 1.4 0 0 1 1.573.337l.477.522a1.399 1.399 0 0 0 2.068-.014l.468-.53a1.406 1.406 0 0 1 1.569-.364l.661.265c.768.31 1.638-.108 1.86-.895l.19-.674a1.384 1.384 0 0 1 1.254-.994l.713-.04c.828-.045 1.43-.796 1.277-1.596l-.13-.688a1.341 1.341 0 0 1 .69-1.425l.625-.342a1.32 1.32 0 0 0 .449-1.97Z'/%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='.9' d='m11.865 6.755.88 1.76c.12.245.44.48.71.525l1.595.265c1.02.17 1.26.91.525 1.64l-1.24 1.24c-.21.21-.325.615-.26.905l.355 1.535c.28 1.215-.365 1.685-1.44 1.05l-1.495-.885c-.27-.16-.715-.16-.99 0l-1.495.885c-1.07.635-1.72.16-1.44-1.05l.355-1.535c.065-.29-.05-.695-.26-.905l-1.24-1.24c-.73-.73-.495-1.47.525-1.64l1.595-.265c.265-.045.585-.28.705-.525l.88-1.76c.48-.955 1.26-.955 1.735 0Z'/%3e%3cdefs%3e%3clinearGradient id='a' x1='6.176' x2='16.011' y1='20.5' y2='1.266' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23606060'/%3e%3cstop offset='1' stop-color='%23D8D8D8'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
}
#block-kerataif-views-block-personal-locker-block-1 {
  position: relative;
}
#block-kerataif-views-block-personal-locker-block-1 h2 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
#block-kerataif-views-block-personal-locker-block-1 .view-header {
  font-size: .75rem;
  line-height: 170%;
}
#block-kerataif-views-block-personal-locker-block-1 .view-content {
  padding: 40px 0;
}
@media screen and (max-width: 600px) {
  #block-kerataif-views-block-personal-locker-block-1 .view-content {
    padding: 20px 0;
  }
}
#block-kerataif-views-block-personal-locker-block-1 .view-content .views-field {
  padding: 10px 10px 10px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #block-kerataif-views-block-personal-locker-block-1 .view-content .views-field {
    padding: 8px 10px 8px 40px;
  }
}
#block-kerataif-views-block-personal-locker-block-1 .view-content .views-field::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 23px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3e%3cg stroke='%23E32C3E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2'%3e%3cpath d='M14.167 11.167v2.5c0 3.333-1.334 4.666-4.667 4.666H6.333C3 18.333 1.667 17 1.667 13.667V10.5c0-3.333 1.333-4.667 4.666-4.667h2.5'/%3e%3cpath d='M14.167 11.167H11.5c-2 0-2.667-.667-2.667-2.667V5.833l5.334 5.334Zm-4.5-9.5H13m-7.167 2.5c0-1.384 1.117-2.5 2.5-2.5h2.184m7.816 5v5.158a2.344 2.344 0 0 1-2.341 2.342m2.341-7.5h-2.5c-1.875 0-2.5-.625-2.5-2.5v-2.5l5 5Z'/%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
}
#block-kerataif-views-block-personal-locker-block-1 .view-content .views-field .views-label {
  color: var(--kerataif-gray);
  font-size: .63rem;
  font-weight: 500;
}
#block-kerataif-views-block-personal-locker-block-1 .view-content .views-field .field-content {
  font-size: 1.125rem;
  font-weight: 600;
}
#block-kerataif-views-block-personal-locker-block-1 .view-content .views-field-address__address-line2 .field-content {
  display: flex;
}
#block-kerataif-views-block-personal-locker-block-1 .view-content .views-field-address__address-line2 .field-content .addr-user-id {
  margin-left: 10px;
}
#block-kerataif-views-block-personal-locker-block-1 .view-content .views-field-field-phone .field-content {
  display: flex;
  align-content: center;
}
#block-kerataif-views-block-personal-locker-block-1 .view-content .views-field-field-phone .field-content .phone-info-toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 10px;
  padding-top: 2px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3e%3cg stroke='%23222' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M8 14.667c3.667 0 6.667-3 6.667-6.667s-3-6.667-6.667-6.667-6.667 3-6.667 6.667 3 6.667 6.667 6.667Z'/%3e%3cpath stroke-width='1.2' d='M8 5.333v3.334'/%3e%3cpath stroke-width='1.5' d='M7.996 10.667h.006'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
}
#block-kerataif-views-block-personal-locker-block-1 .view-content .views-field-nothing-1 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
#block-kerataif-views-block-personal-locker-block-1 .view-content .views-field-nothing-1.active {
  opacity: 1;
  pointer-events: all;
}
#block-kerataif-views-block-personal-locker-block-1 .view-content .views-field-nothing-1::before {
  display: none;
}
#block-kerataif-views-block-personal-locker-block-1 .view-content .views-field-nothing-1 .phone-tooltip {
  font-weight: 400;
  font-size: .8rem;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 30px 20px 10px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
#block-kerataif-views-block-personal-locker-block-1 .view-content .views-field-nothing-1 .phone-tooltip .tooltip-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  padding: 5px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m2 2 20 20M2 22 22 2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: center;
}
#block-kerataif-information {
  position: absolute;
  left: -320px;
  top: -41px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  background-color: var(--kerataif-gray-light);
  width: 300px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 40px 20px 60px 20px;
  z-index: 9;
}
#block-kerataif-information.active {
  left: -41px;
}
@media screen and (max-width: 600px) {
  #block-kerataif-information.active {
    left: -20px;
  }
}
#block-kerataif-information .menu {
  display: block;
}
#block-kerataif-information .menu .linkk-nolink {
  font-size: .9rem;
  font-weight: 600;
  color: var(--kerataif-gray);
  padding: 10px 0px;
  display: block;
}
#block-kerataif-information .menu a {
  font-size: .9rem;
  font-weight: 500;
  color: var(--kerataif-black);
  padding: 10px 0px;
  display: block;
}
#block-kerataif-information .menu .menu-item--expanded {
  margin-bottom: 40px;
}
#block-kerataif-information .menu .menu-item--expanded:first-child a {
  font-size: 1.25rem;
}
#block-kerataif-views-block-extra-services-block-1,
#block-kerataif-kerataifshipperform {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  z-index: 101;
  padding: 40px;
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  box-sizing: border-box;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 50px 0 #000000;
  -moz-box-shadow: 0 0 50px 0 #000000;
  box-shadow: 0 0 50px 0 #000000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
@media screen and (max-width: 850px) {
  #block-kerataif-views-block-extra-services-block-1,
  #block-kerataif-kerataifshipperform {
    padding: 20px;
    left: 20px;
    transform: none;
    top: 70px;
    width: 90%;
  }
}
#block-kerataif-views-block-extra-services-block-1.active,
#block-kerataif-kerataifshipperform.active {
  opacity: 1;
  pointer-events: all;
  top: 50%;
}
@media screen and (max-width: 850px) {
  #block-kerataif-views-block-extra-services-block-1.active,
  #block-kerataif-kerataifshipperform.active {
    top: 40px;
  }
}
#block-kerataif-views-block-extra-services-block-1 .view-extra-services,
#block-kerataif-kerataifshipperform .view-extra-services {
  position: relative;
}
#block-kerataif-views-block-extra-services-block-1 .view-extra-services .popup-close,
#block-kerataif-kerataifshipperform .view-extra-services .popup-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -10px;
  top: -80px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m2 2 20 20M2 22 22 2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#block-kerataif-views-block-extra-services-block-1 .view-extra-services .form-wrapper:not(.form-actions),
#block-kerataif-kerataifshipperform .view-extra-services .form-wrapper:not(.form-actions) {
  display: none;
}
#block-kerataif-views-block-extra-services-block-1 .view-extra-services .views-row,
#block-kerataif-kerataifshipperform .view-extra-services .views-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  #block-kerataif-views-block-extra-services-block-1 .view-extra-services .views-row,
  #block-kerataif-kerataifshipperform .view-extra-services .views-row {
    margin-bottom: 15px;
  }
}
#block-kerataif-views-block-extra-services-block-1 .view-extra-services .views-row .views-field-product-id,
#block-kerataif-kerataifshipperform .view-extra-services .views-row .views-field-product-id {
  display: none;
}
#block-kerataif-views-block-extra-services-block-1 .view-extra-services .views-row .views-field-views-bulk-operations-bulk-form .form-checkbox,
#block-kerataif-kerataifshipperform .view-extra-services .views-row .views-field-views-bulk-operations-bulk-form .form-checkbox {
  transform: translate(0, 0);
  border: 2px solid var(--kerataif-gray);
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#block-kerataif-views-block-extra-services-block-1 .view-extra-services .views-row .views-field-views-bulk-operations-bulk-form .form-checkbox + label,
#block-kerataif-kerataifshipperform .view-extra-services .views-row .views-field-views-bulk-operations-bulk-form .form-checkbox + label {
  padding-left: 7px;
  cursor: pointer;
}
#block-kerataif-views-block-extra-services-block-1 .view-extra-services .views-row .views-field-views-bulk-operations-bulk-form .form-checkbox:hover,
#block-kerataif-kerataifshipperform .view-extra-services .views-row .views-field-views-bulk-operations-bulk-form .form-checkbox:hover,
#block-kerataif-views-block-extra-services-block-1 .view-extra-services .views-row .views-field-views-bulk-operations-bulk-form .form-checkbox:focus,
#block-kerataif-kerataifshipperform .view-extra-services .views-row .views-field-views-bulk-operations-bulk-form .form-checkbox:focus {
  border-color: var(--kerataif-gray);
  cursor: pointer;
}
#block-kerataif-views-block-extra-services-block-1 .view-extra-services .views-row .views-field-views-bulk-operations-bulk-form .form-checkbox:checked,
#block-kerataif-kerataifshipperform .view-extra-services .views-row .views-field-views-bulk-operations-bulk-form .form-checkbox:checked {
  background: var(--kerataif-red);
  border: 2px solid var(--kerataif-red);
  -webkit-box-shadow: #ffffff 0 0 0 2px inset;
  -moz-box-shadow: #ffffff 0 0 0 2px inset;
  box-shadow: #ffffff 0 0 0 2px inset;
}
#block-kerataif-views-block-extra-services-block-1 .view-extra-services .views-row .views-field-field-icon,
#block-kerataif-kerataifshipperform .view-extra-services .views-row .views-field-field-icon {
  margin: 0 20px;
}
@media screen and (max-width: 600px) {
  #block-kerataif-views-block-extra-services-block-1 .view-extra-services .views-row .views-field-field-icon,
  #block-kerataif-kerataifshipperform .view-extra-services .views-row .views-field-field-icon {
    margin: 0 10px;
  }
}
#block-kerataif-views-block-extra-services-block-1 .view-extra-services .form-actions,
#block-kerataif-kerataifshipperform .view-extra-services .form-actions {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
#block-kerataif-views-block-extra-services-block-1 .view-extra-services .form-actions .button,
#block-kerataif-kerataifshipperform .view-extra-services .form-actions .button {
  padding-left: 55px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.2' d='M2 2h1.74c1.08 0 1.93.93 1.84 2l-.83 9.96a2.796 2.796 0 0 0 2.79 3.03h10.65c1.44 0 2.7-1.18 2.81-2.61l.54-7.5c.12-1.66-1.14-3.01-2.81-3.01H5.82M16.25 22a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm-8 0a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM9 8h12'/%3e%3c/svg%3e");
}
#block-kerataif-kerataifshipperform fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
#block-kerataif-kerataifshipperform .fieldgroup.form-composite {
  margin: 20px 0;
}
#block-kerataif-kerataifshipperform .fieldgroup.form-composite > legend .fieldset-legend {
  font-weight: 500;
  font-size: 1.2rem;
}
#block-kerataif-kerataifshipperform .fieldgroup.form-composite .fieldset-wrapper > div .form-item-shippingservice {
  display: flex;
  align-items: center;
}
#block-kerataif-kerataifshipperform .fieldgroup.form-composite .fieldset-wrapper > div .form-item-shippingservice label {
  padding: 10px 0 10px 40px;
}
#block-kerataif-contentform {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  z-index: 101;
  padding: 40px;
  max-width: 600px;
  box-sizing: border-box;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 50px 0 #000000;
  -moz-box-shadow: 0 0 50px 0 #000000;
  box-shadow: 0 0 50px 0 #000000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
@media screen and (max-width: 1024px) {
  #block-kerataif-contentform {
    width: 90%;
  }
}
#block-kerataif-contentform.active {
  opacity: 1;
  pointer-events: all;
  top: 50%;
}
#block-kerataif-contentform h2 {
  font-size: 1.25rem;
  margin: 0 0 40px 0;
}
#block-kerataif-contentform .node-form .js-form-type-vertical-tabs {
  display: none;
}
#block-kerataif-contentform .node-form .field--name-title,
#block-kerataif-contentform .node-form .form-actions {
  display: block;
}
#block-kerataif-contentform .node-form .field--name-field-product-links {
  display: block;
  margin-bottom: 30px;
}
#block-kerataif-contentform .node-form .field--name-field-product-links > div > .js-form-item {
  display: flex;
  flex-direction: column;
}
#block-kerataif-contentform .node-form .field--name-field-product-links > div > .js-form-item .description {
  order: 1;
  font-size: 1rem;
}
#block-kerataif-contentform .node-form .field--name-field-product-links > div > .js-form-item > .clearfix {
  order: 3;
}
#block-kerataif-contentform .node-form .field--name-field-product-links > div > .js-form-item > .clearfix .field-add-more-submit {
  padding: 5px 40px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: var(--kerataif-red);
  height: 50px;
  font-size: var(--kerataif-font-size);
  font-weight: 500;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background-position: left 20px center;
  background-repeat: no-repeat;
  height: 30px;
  font-size: .7rem;
  padding: 5px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#block-kerataif-contentform .node-form .field--name-field-product-links > div > .js-form-item > .clearfix .field-add-more-submit:hover {
  background-color: var(--kerataif-gray-dark);
}
#block-kerataif-contentform .node-form .field--name-field-product-links .tabledrag-toggle-weight-wrapper {
  display: none;
}
#block-kerataif-contentform .node-form .field--name-field-product-links .field-multiple-table {
  order: 2;
  padding: 10px 0;
}
#block-kerataif-contentform .node-form .field--name-field-product-links .field-multiple-table thead,
#block-kerataif-contentform .node-form .field--name-field-product-links .field-multiple-table .field-multiple-drag {
  display: none;
}
#block-kerataif-contentform .node-form .field--name-field-product-links .field-multiple-table td {
  padding: 0;
  position: relative;
  padding-bottom: 10px;
}
#block-kerataif-contentform .node-form .field--name-field-product-links .field-multiple-table td .form-submit {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: var(--kerataif-red);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  right: -15px;
  top: 10px;
  text-indent: -555px;
  overflow: hidden;
  padding: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m2 2 20 20M2 22 22 2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: center;
}
#block-kerataif-contentform .node-form .field--name-field-product-links .field-multiple-table td .form-url {
  padding-right: 10px;
}
#block-kerataif-contentform .node-form .field--name-field-product-links .js-form-type-url {
  margin-bottom: 0;
}
#block-kerataif-contentform .node-form .field--name-field-product-links .js-form-type-url .description,
#block-kerataif-contentform .node-form .field--name-field-product-links .js-form-type-url label {
  display: none;
}
#block-kerataif-contentform .node-form .field--name-field-buy-for-me {
  display: block;
  margin-bottom: 40px;
  border-top: 1px solid var(--kerataif-gray-light);
  padding-top: 30px;
}
#block-kerataif-contentform .node-form .field--name-field-buy-for-me label {
  font-weight: 600;
  padding-left: 9px;
}
#block-kerataif-contentform .node-form .field--name-field-buy-for-me .description {
  margin-top: 5px;
  padding-left: 32px;
}
#block-kerataif-contentform .node-form .form-actions .button {
  padding-left: 55px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.2' d='M2 2h1.74c1.08 0 1.93.93 1.84 2l-.83 9.96a2.796 2.796 0 0 0 2.79 3.03h10.65c1.44 0 2.7-1.18 2.81-2.61l.54-7.5c.12-1.66-1.14-3.01-2.81-3.01H5.82M16.25 22a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm-8 0a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM9 8h12'/%3e%3c/svg%3e");
}
.paragraph--type--content-image .paragraph-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .paragraph--type--content-image .paragraph-wrapper {
    flex-wrap: wrap;
  }
}
.paragraph--type--content-image .paragraph-wrapper .paragraph-image {
  width: 35%;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 600px) {
  .paragraph--type--content-image .paragraph-wrapper .paragraph-image {
    width: 100%;
  }
}
.paragraph--type--content-image .paragraph-wrapper .paragraph-image img {
  max-width: 100%;
  height: auto;
}
.paragraph--type--content-image .paragraph-wrapper .paragraph-content {
  width: 60%;
}
@media screen and (max-width: 600px) {
  .paragraph--type--content-image .paragraph-wrapper .paragraph-content {
    width: 100%;
  }
}
.paragraph--type--content-image .paragraph-wrapper .paragraph-content .field--name-field-title {
  font-size: 2rem;
  margin-bottom: 10px;
}
.paragraph--type--content-image .paragraph-wrapper .paragraph-content .field--name-field-content {
  line-height: normal;
}
.paragraph--type--content-image .paragraph-wrapper.right {
  flex-direction: row-reverse;
}
.view-package-orders .view-filters .bef-links {
  padding: 0;
  border: none;
  font-size: 1rem;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}
.view-package-orders .view-filters .form-item-field-state-target-id label {
  display: none;
}
.view-package-orders .view-filters .form-item-field-state-target-id ul,
.view-package-orders .view-filters .form-item-field-state-target-id li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.view-package-orders .view-filters .form-item-field-state-target-id ul {
  display: flex;
  flex-wrap: wrap;
}
.view-package-orders .view-filters .form-item-field-state-target-id ul a {
  padding: 5px 15px;
  border: 2px solid var(--kerataif-gray-light);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: 500;
  margin: 0 10px 10px 0;
  display: block;
}
.view-package-orders .view-filters .form-item-field-state-target-id ul a:hover {
  color: var(--kerataif-red);
}
.view-package-orders .view-filters .form-item-field-state-target-id ul a.bef-link--selected {
  background-color: var(--kerataif-red);
  border: 2px solid var(--kerataif-red);
  color: #FFF;
}
.view-package-orders .view-content .views-row {
  background-color: var(--kerataif-gray-light);
  box-sizing: border-box;
  padding: 13px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.view-package-orders .view-content .views-row .views-field {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
.view-package-orders .view-content .views-row .views-field .views-label {
  font-size: .7rem;
  color: var(--kerataif-gray);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2px;
}
.view-package-orders .view-content .views-row .views-field .field-content {
  font-weight: 700;
}
.view-package-orders .view-content .views-row .views-field-nid {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.view-package-orders .view-content .views-row .views-field-view-node a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -5555px;
  overflow: hidden;
}
.view-display-id-block_3 .view-content .views-row,
.view-display-id-block_4 .view-content .views-row {
  padding: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 3px 10px;
}
.view-display-id-block_3 .view-content .views-row .views-field,
.view-display-id-block_4 .view-content .views-row .views-field {
  margin-right: 0;
}
.view-display-id-block_3 .view-content .views-row .views-field-nid,
.view-display-id-block_4 .view-content .views-row .views-field-nid {
  width: auto;
  margin-bottom: 0;
  font-size: .7rem;
}
.address-book__container {
  display: flex;
  flex-wrap: wrap;
}
.address-book__container a.address-book__add-link {
  padding: 5px 40px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: var(--kerataif-red);
  height: 50px;
  font-size: var(--kerataif-font-size);
  font-weight: 500;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background-position: left 20px center;
  background-repeat: no-repeat;
  font-weight: 600;
  padding-left: 50px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3e%3cg stroke='white' stroke-width='1.2'%3e%3cpath stroke-linecap='round' d='M7.708 9.167h4.584M10 11.458V6.875'/%3e%3cpath d='M3.017 7.075C4.658-.142 15.35-.133 16.983 7.083c.959 4.234-1.675 7.817-3.983 10.034a4.328 4.328 0 0 1-6.008 0c-2.3-2.217-4.934-5.809-3.975-10.042Z'/%3e%3c/g%3e%3c/svg%3e");
}
.address-book__container a.address-book__add-link:hover {
  background-color: var(--kerataif-gray-dark);
}
.address-book__container .address-book__profiles {
  width: 100%;
}
.address-book__container .address-book__profiles {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.address-book__container .address-book__profiles .address-book__profile {
  box-sizing: border-box;
  padding: 40px;
  border: 2px solid var(--kerataif-gray);
  margin: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.node-type-order #block-kerataif-page-title {
  display: none;
}
.node-type-order #block-kerataif-content section {
  display: flex;
  flex-direction: column;
  max-width: 600px;
}
.node-type-order #block-kerataif-content section > h2 {
  width: 100%;
}
.node-type-order #block-kerataif-content article h1 {
  font-size: 1.5rem;
}
.node-type-order #block-kerataif-content article h1 .order-title-number {
  color: var(--kerataif-red);
}
.node-type-order #block-kerataif-content article .field {
  margin-bottom: 40px;
}
.node-type-order #block-kerataif-content article .field .field__label {
  font-size: .7rem;
  color: var(--kerataif-gray);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .2px;
  margin-bottom: 5px;
}
.node-type-order #block-kerataif-content article .field .field__item {
  font-weight: 700;
}
.node-type-order #block-kerataif-content article .order-infos {
  display: flex;
  flex-wrap: wrap;
}
.node-type-order #block-kerataif-content article .order-infos .field {
  margin-right: 40px;
}
.node-type-order #block-kerataif-content article .no-order-action {
  padding: 5px 40px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: var(--kerataif-red);
  height: 50px;
  font-size: var(--kerataif-font-size);
  font-weight: 500;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background-position: left 20px center;
  background-repeat: no-repeat;
  border: 2px solid var(--kerataif-gray-light);
  color: var(--kerataif-gray);
  pointer-events: none;
  background-color: #FFF;
  display: inline-flex;
}
.node-type-order #block-kerataif-content article .no-order-action:hover {
  background-color: var(--kerataif-gray-dark);
}
.node-type-order #block-kerataif-content article .order-actions {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.node-type-order #block-kerataif-content article .order-actions .order-send {
  padding: 5px 40px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: var(--kerataif-red);
  height: 50px;
  font-size: var(--kerataif-font-size);
  font-weight: 500;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background-position: left 20px center;
  background-repeat: no-repeat;
  margin-right: 20px;
  padding-left: 55px;
  margin-bottom: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.2' d='M23 18c0 .75-.21 1.46-.58 2.06-.21.36-.48.68-.79.94-.7.63-1.62 1-2.63 1-1.22 0-2.31-.55-3.03-1.41-.02-.03-.05-.05-.07-.08-.12-.14-.23-.29-.32-.45A3.92 3.92 0 0 1 15 18c0-1.26.58-2.39 1.5-3.12.69-.55 1.56-.88 2.5-.88 1 0 1.9.36 2.6.97.12.09.23.2.33.31C22.59 16 23 16.95 23 18Zm-2.51-.02h-2.98M19 16.52v2.99'/%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M3.17 7.44 12 12.55l8.77-5.08M12 21.61v-9.07'/%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M21.61 9.17v5.66c0 .05 0 .09-.01.14-.7-.61-1.6-.97-2.6-.97-.94 0-1.81.33-2.5.88A3.97 3.97 0 0 0 15 18c0 .75.21 1.46.58 2.06.09.16.2.31.32.45l-1.83 1.01c-1.14.64-3 .64-4.14 0l-5.34-2.96c-1.21-.67-2.2-2.35-2.2-3.73V9.17c0-1.38.99-3.06 2.2-3.73l5.34-2.96c1.14-.64 3-.64 4.14 0l5.34 2.96c1.21.67 2.2 2.35 2.2 3.73Z'/%3e%3c/svg%3e");
}
.node-type-order #block-kerataif-content article .order-actions .order-send:hover {
  background-color: var(--kerataif-gray-dark);
}
.node-type-order #block-kerataif-content article .order-actions .order-extra-service {
  padding: 5px 40px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: var(--kerataif-red);
  height: 50px;
  font-size: var(--kerataif-font-size);
  font-weight: 500;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  background-position: left 20px center;
  background-repeat: no-repeat;
  padding-left: 55px;
  background-color: #FFF;
  color: var(--kerataif-black);
  border: 2px solid var(--kerataif-red);
  box-sizing: border-box;
  margin-bottom: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.2' d='M23 18c0 .75-.21 1.46-.58 2.06-.21.36-.48.68-.79.94-.7.63-1.62 1-2.63 1-1.22 0-2.31-.55-3.03-1.41-.02-.03-.05-.05-.07-.08-.12-.14-.23-.29-.32-.45A3.92 3.92 0 0 1 15 18c0-1.26.58-2.39 1.5-3.12.69-.55 1.56-.88 2.5-.88 1 0 1.9.36 2.6.97.12.09.23.2.33.31C22.59 16 23 16.95 23 18Zm-2.51-.02h-2.98M19 16.52v2.99'/%3e%3cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M3.17 7.44 12 12.55l8.77-5.08M12 21.61v-9.07'/%3e%3cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M21.61 9.17v5.66c0 .05 0 .09-.01.14-.7-.61-1.6-.97-2.6-.97-.94 0-1.81.33-2.5.88A3.97 3.97 0 0 0 15 18c0 .75.21 1.46.58 2.06.09.16.2.31.32.45l-1.83 1.01c-1.14.64-3 .64-4.14 0l-5.34-2.96c-1.21-.67-2.2-2.35-2.2-3.73V9.17c0-1.38.99-3.06 2.2-3.73l5.34-2.96c1.14-.64 3-.64 4.14 0l5.34 2.96c1.21.67 2.2 2.35 2.2 3.73Z'/%3e%3c/svg%3e");
}
.node-type-order #block-kerataif-content article .order-actions .order-extra-service:hover {
  background-color: var(--kerataif-gray-dark);
}
.node-type-order #block-kerataif-content article .order-actions .order-extra-service:hover {
  border: 2px solid var(--kerataif-black);
  background-color: #FFF;
}
.node-type-order #block-kerataif-content article .field--name-field-order-images .field__items {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
}
.node-type-order #block-kerataif-content article .field--name-field-order-images .field__items .field__item {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.node-type-order #block-kerataif-content article .field--name-field-order-images .field__items .field__item img,
.node-type-order #block-kerataif-content article .field--name-field-order-images .field__items .field__item a {
  width: 100%;
  height: auto;
  display: block;
}
.commerce-checkout-flow .layout-checkout-form {
  display: flex;
  flex-wrap: wrap;
}
.commerce-checkout-flow .layout-checkout-form .layout-region {
  float: none;
}
@media screen and (max-width: 1000px) {
  .commerce-checkout-flow .layout-checkout-form .layout-region {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    order: 3;
  }
  .commerce-checkout-flow .layout-checkout-form .layout-region.layout-region-checkout-secondary {
    order: 1;
  }
  .commerce-checkout-flow .layout-checkout-form .layout-region.layout-region-checkout-main {
    order: 2;
  }
}
.commerce-checkout-flow .layout-region-checkout-secondary {
  position: relative;
  margin-top: 10px;
}
.commerce-checkout-flow .layout-region-checkout-secondary > h3 {
  position: absolute;
  margin: 0;
  padding: 5px 20px;
  background-color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  left: 20px;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .commerce-checkout-flow .layout-region-checkout-secondary > h3 {
    display: none;
  }
}
.commerce-checkout-flow .layout-region-checkout-footer .form-actions {
  display: flex;
  align-items: center;
}
.commerce-checkout-flow .layout-region-checkout-footer .form-actions .link--previous {
  margin: 0 20px;
}
.commerce-checkout-flow .checkout-pane-coupon-redemption .form-submit {
  padding: 5px 40px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: var(--kerataif-red);
  height: 50px;
  font-size: var(--kerataif-font-size);
  font-weight: 500;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background-position: left 20px center;
  background-repeat: no-repeat;
  height: 30px;
  font-size: .7rem;
  padding: 5px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.commerce-checkout-flow .checkout-pane-coupon-redemption .form-submit:hover {
  background-color: var(--kerataif-gray-dark);
}
.commerce-checkout-flow fieldset[data-drupal-selector="edit-payment-information-payment-method"] {
  border-bottom: 1px solid var(--kerataif-gray);
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.commerce-checkout-flow fieldset[data-drupal-selector="edit-payment-information-payment-method"] > legend {
  display: none;
}
.commerce-checkout-flow fieldset[data-drupal-selector="edit-payment-information-payment-method"] .form-item-payment-information-payment-method {
  padding: 5px 0;
  font-size: 1.25rem;
  font-weight: 500;
}
.commerce-checkout-flow fieldset.checkout-pane,
.commerce-checkout-flow #edit-review-contact-information,
.commerce-checkout-flow #edit-review-payment-information {
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid var(--kerataif-gray);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.commerce-checkout-flow fieldset.checkout-pane > legend,
.commerce-checkout-flow #edit-review-contact-information > legend,
.commerce-checkout-flow #edit-review-payment-information > legend {
  transform: translateY(-2px);
}
.commerce-checkout-flow fieldset.checkout-pane > legend .fieldset-legend,
.commerce-checkout-flow #edit-review-contact-information > legend .fieldset-legend,
.commerce-checkout-flow #edit-review-payment-information > legend .fieldset-legend {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 5px 10px;
  background-color: #FFF;
}
.commerce-checkout-flow .checkout-order-summary {
  background-color: var(--kerataif-red);
  padding: 20px;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #FFF;
  margin-bottom: 20px;
}
.commerce-checkout-flow .checkout-order-summary .field--name-product-id {
  display: none;
}
body.anonymous .dialog-off-canvas-main-canvas {
  width: 100%;
  padding-bottom: 0;
}
.anon-visitor-content {
  width: 100%;
}
.anon-visitor-content .anon-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 1100px) {
  .anon-visitor-content .anon-header {
    background-color: #FFF;
    backdrop-filter: none;
  }
}
.anon-visitor-content .anon-header .region-anonheader {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
@media screen and (max-width: 850px) {
  .anon-visitor-content .anon-header .region-anonheader {
    padding: 10px 0;
  }
}
.anon-visitor-content .anon-header.scroll .region-anonheader {
  padding: 10px 0;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-anonmainmenu {
    position: fixed;
    right: -320px;
    top: 0;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    width: 300px;
    box-sizing: border-box;
    padding: 150px 20px 20px 20px;
    z-index: 98;
    -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
    -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
    -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
    -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
    transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
    -webkit-box-shadow: 0 0 40px 0px #000000;
    -moz-box-shadow: 0 0 40px 0px #000000;
    box-shadow: 0 0 40px 0px #000000;
  }
  #block-kerataif-anonmainmenu.active {
    right: 0;
  }
}
#block-kerataif-anonmainmenu .menu {
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-anonmainmenu .menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
#block-kerataif-anonmainmenu .menu a {
  font-weight: 500;
  display: block;
  padding: 5px 15px;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-anonmainmenu .menu a {
    padding: 15px 0;
    font-size: 1.1rem;
  }
}
#block-kerataif-anonmainmenu .menu a.linkk-register {
  padding: 5px 40px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: var(--kerataif-red);
  height: 50px;
  font-size: var(--kerataif-font-size);
  font-weight: 500;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background-position: left 20px center;
  background-repeat: no-repeat;
  margin-left: 20px;
}
#block-kerataif-anonmainmenu .menu a.linkk-register:hover {
  background-color: var(--kerataif-gray-dark);
}
@media screen and (max-width: 1100px) {
  #block-kerataif-anonmainmenu .menu a.linkk-register {
    margin-left: 0;
  }
}
#block-kerataif-wanttobuysomethingfromturkiye {
  padding: 150px 0 150px 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2058' height='1933' fill='none' viewBox='0 0 2058 1933'%3e%3cpath fill='white' fill-rule='evenodd' stroke='url(%23a)' d='M231.484 827.741c62.373-108.448 192.096-162.405 276.762-256.965 103.423-115.508 121.637-304.747 276.261-360.683 153.135-55.398 355.753-12.099 498.493 80.409 138.75 89.917 126.5 280.469 238.35 397.117 107.15 111.747 382.05 115.32 389.32 257.451 8.06 157.73-266.4 181.79-360.41 308.16-58.54 78.69-2.7 206.82-74.17 275.99-72.06 69.74-197.48 62.49-301.59 87.68-114.14 27.62-224.731 104.3-341.355 67.9-116.544-36.37-141.693-184.02-242.77-250.21-141.806-92.86-376.741-70.6-458.668-209.14-75.849-128.25 30.135-276.625 99.777-397.709Z' clip-rule='evenodd'/%3e%3cdefs%3e%3clinearGradient id='a' x1='1148.5' x2='1368.5' y1='1624.78' y2='770.781' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E32C3E'/%3e%3cstop offset='1' stop-color='%23E32C3E' stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-position: bottom -100px right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 850px) {
  #block-kerataif-wanttobuysomethingfromturkiye {
    padding: 100px 0 50px 0;
  }
}
#block-kerataif-wanttobuysomethingfromturkiye .content {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#block-kerataif-wanttobuysomethingfromturkiye .content .block-image {
  width: 50%;
}
@media screen and (max-width: 850px) {
  #block-kerataif-wanttobuysomethingfromturkiye .content .block-image {
    width: 100%;
  }
}
#block-kerataif-wanttobuysomethingfromturkiye .content .block-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
#block-kerataif-wanttobuysomethingfromturkiye .content .block-content {
  width: 50%;
}
@media screen and (max-width: 850px) {
  #block-kerataif-wanttobuysomethingfromturkiye .content .block-content {
    width: 100%;
  }
}
#block-kerataif-wanttobuysomethingfromturkiye .content .block-content p {
  font-size: 1.25rem;
  line-height: 150%;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-wanttobuysomethingfromturkiye .content .block-content p {
    font-size: 1rem;
  }
}
#block-kerataif-wanttobuysomethingfromturkiye .content .block-content strong {
  font-size: 4rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-wanttobuysomethingfromturkiye .content .block-content strong {
    font-size: 2rem;
    font-weight: 600;
  }
}
#block-kerataif-wanttobuysomethingfromturkiye .content .block-content em {
  font-size: 2.25rem;
  font-style: normal;
  line-height: 120%;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-wanttobuysomethingfromturkiye .content .block-content em {
    font-size: 1.4rem;
  }
}
#block-kerataif-wanttobuysomethingfromturkiye .content .block-content a {
  padding: 5px 40px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: var(--kerataif-red);
  height: 50px;
  font-size: var(--kerataif-font-size);
  font-weight: 500;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background-position: left 20px center;
  background-repeat: no-repeat;
  display: inline-flex;
  margin-top: 30px;
}
#block-kerataif-wanttobuysomethingfromturkiye .content .block-content a:hover {
  background-color: var(--kerataif-gray-dark);
}
@media screen and (max-width: 1100px) {
  #block-kerataif-wanttobuysomethingfromturkiye .content .block-content a {
    margin-top: 20px;
  }
}
#block-kerataif-howitworks {
  padding: 220px 0;
  position: relative;
}
@media screen and (max-width: 850px) {
  #block-kerataif-howitworks {
    padding: 50px 0 100px 0;
  }
}
#block-kerataif-howitworks::before {
  content: "";
  position: absolute;
  width: 48%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1790' height='1674' fill='none' viewBox='0 0 1790 1674'%3e%3cpath fill='%23E32C3E' d='M1454.36 338.34 674.456 458.114l.601-324.058c.172-81.422-71.813-144.055-152.463-132.73L339.159 27.153l-.858 478.237v7.292L0 566.477v185.752c2.746 81.165 67.694 143.797 137.619 132.729L337.7 853.127v15.186l-1.888 740.347c-.085 39.21 34.577 69.41 73.443 64.01l207.116-29.09c31.831-4.46 55.512-31.66 55.512-63.83v-237.92l392.177 230.63c15.19 8.92 33.98 9 49.17.17l334.69-193.31 2.32 91.81c.86 33.46 30.63 58.68 63.75 54.05l225.9-31.74c27.54-3.86 48.14-27.46 48.22-55.26l1.89-784.018v-23.337c.34-179.232-158.04-317.194-335.56-292.227l-.08-.258Z'/%3e%3cpath fill='white' d='m1587.34 989.287-79.36-222.902c-.26-.687-.6-1.373-.94-1.974-.17-.343-.34-.772-.6-1.115-.77-1.201-1.63-2.402-2.58-3.432 0 0-.08 0-.17-.171a15.555 15.555 0 0 0-3.26-2.489c-.08 0-.17-.171-.34-.257l-402.74-232.512a17.748 17.748 0 0 0-17.76 0L676.859 756.947s-.172.172-.343.257c-1.202.687-2.231 1.545-3.261 2.489 0 0-.086-.001-.171.171-1.03 1.03-1.888 2.145-2.574 3.432-.258.343-.343.772-.601 1.201-.343.687-.686 1.287-.943 1.974l-79.363 222.902c-2.832 8.065.428 16.987 7.807 21.277l70.526 40.76v186.09c0 6.35 3.346 12.18 8.837 15.36l402.737 232.51c2.74 1.54 5.83 2.4 8.83 2.4 3.01 0 6.1-.77 8.84-2.4l402.74-232.51c5.49-3.18 8.83-9.01 8.83-15.36v-186.09l70.53-40.76c7.38-4.29 10.72-13.212 7.81-21.277l.25-.086Zm-444-36.549-54.82 31.659-18.45-10.639-151.605-87.514 170.135-98.238 170.14 98.238-115.23 66.579-.17-.085Zm312.48-180.433-161.73 93.434-196.74-113.597a17.753 17.753 0 0 0-17.76 0L882.859 865.739 721.13 772.305l367.3-212.092 367.3 212.092h.09ZM703.456 1071.74l296.774 171.34c2.75 1.54 5.75 2.4 8.84 2.4 2.06 0 4.12-.34 6.09-1.12 4.98-1.8 8.84-5.74 10.55-10.63l44.96-126.21v331.78l-367.3-212.1v-155.38l.086-.08Zm770.124 155.38-367.3 212.09v-331.78l44.95 126.3c1.81 4.97 5.67 8.83 10.56 10.63 1.97.78 4.03 1.12 6.09 1.12 3.09 0 6.09-.77 8.84-2.4l296.77-171.34v155.38h.09Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 120%;
}
@media screen and (max-width: 850px) {
  #block-kerataif-howitworks::before {
    width: 10%;
  }
}
#block-kerataif-howitworks .content {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
}
#block-kerataif-howitworks .content .block-content {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#block-kerataif-howitworks .content .block-content .field--name-field-content {
  max-width: 600px;
}
#block-kerataif-howitworks .content .block-content .field--name-field-video {
  width: 500px;
  padding-bottom: 490px;
  background-color: var(--kerataif-black);
}
@media screen and (max-width: 600px) {
  #block-kerataif-howitworks .content .block-content .field--name-field-video {
    width: 100%;
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #block-kerataif-howitworks .content .block-content ol {
    padding-left: 20px;
  }
}
#block-kerataif-howitworks .content .block-content h2 {
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-howitworks .content .block-content h2 {
    font-size: 2rem;
    font-weight: 600;
  }
}
#block-kerataif-howitworks .content .block-content li {
  font-size: 1.25rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-howitworks .content .block-content li {
    font-size: 1rem;
  }
}
#block-kerataif-howitworks .content .block-content strong {
  font-size: 2.25rem;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-howitworks .content .block-content strong {
    font-size: 1.4rem;
  }
}
#block-kerataif-views-block-extra-services-block-2 {
  position: relative;
  padding: 50px 0;
  margin-bottom: 50px;
}
#block-kerataif-views-block-extra-services-block-2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1384' height='1294' fill='none' viewBox='0 0 1384 1294'%3e%3cpath fill='%23222' d='m1124.49 261.599-603.011 92.608.465-250.557c.132-62.955-55.525-111.38-117.882-102.624l-141.83 19.967-.663 369.766v5.638L0 437.991v143.621c2.123 62.755 52.34 111.181 106.405 102.624l154.699-24.611v11.741l-1.459 572.424c-.066 30.32 26.734 53.67 56.785 49.49l160.139-22.49c24.611-3.45 42.92-24.48 42.92-49.35v-183.96l303.229 178.32c11.742 6.9 26.27 6.96 38.011.13l258.781-149.46 1.79 70.98c.67 25.88 23.69 45.38 49.29 41.8l174.67-24.55c21.29-2.98 37.21-21.23 37.28-42.72l1.46-606.192v-18.044c.26-138.579-122.19-245.25-259.45-225.946l-.06-.199Z'/%3e%3cpath fill='white' d='m1227.31 764.902-61.36-172.345a11.5 11.5 0 0 0-.73-1.526c-.13-.266-.27-.597-.47-.863-.59-.928-1.26-1.857-1.99-2.653 0 0-.06 0-.13-.133a12.034 12.034 0 0 0-2.52-1.923c-.07 0-.13-.133-.26-.199L848.457 405.485a13.722 13.722 0 0 0-13.732 0L523.337 585.26s-.133.132-.266.199c-.928.53-1.724 1.194-2.52 1.923 0 0-.067 0-.133.133a11.098 11.098 0 0 0-1.99 2.653c-.199.266-.266.598-.465.929-.265.531-.53.995-.729 1.526l-61.362 172.345c-2.19 6.236.331 13.135 6.036 16.452l54.53 31.51v143.886c0 4.909 2.587 9.42 6.832 11.874l311.389 179.78c2.122 1.19 4.511 1.85 6.832 1.85 2.322 0 4.71-.59 6.833-1.85l311.386-179.78a13.673 13.673 0 0 0 6.84-11.874V812.93l54.52-31.51c5.71-3.317 8.3-10.216 6.04-16.452l.2-.066Zm-343.296-28.26-42.39 24.478-14.262-8.226-117.219-67.664 131.547-75.956 131.548 75.956-89.091 51.478-.133-.066Zm241.606-139.508-125.05 72.241-152.113-87.83a13.722 13.722 0 0 0-13.732 0l-152.112 87.83-125.046-72.241 283.991-163.986 283.992 163.986h.07ZM543.901 828.652l229.462 132.476c2.123 1.194 4.444 1.857 6.833 1.857 1.592 0 3.184-.265 4.709-.862a13.541 13.541 0 0 0 8.16-8.226l34.761-97.582v256.525L543.835 948.855V828.718l.066-.066Zm595.449 120.137L855.356 1112.78V856.248l34.761 97.649a13.709 13.709 0 0 0 8.159 8.226c1.526.597 3.118.862 4.71.862 2.388 0 4.71-.597 6.833-1.857l229.461-132.476v120.137h.07Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-views-block-extra-services-block-2::after {
    height: 70%;
    width: 20%;
  }
}
@media screen and (max-width: 850px) {
  #block-kerataif-views-block-extra-services-block-2::after {
    display: none;
  }
}
#block-kerataif-views-block-extra-services-block-2 .view-id-extra_services {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#block-kerataif-views-block-extra-services-block-2 .view-header {
  margin: auto;
  max-width: 660px;
  text-align: right;
}
#block-kerataif-views-block-extra-services-block-2 .view-header p {
  font-size: 1.25rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-views-block-extra-services-block-2 .view-header p {
    font-size: 1rem;
  }
}
#block-kerataif-views-block-extra-services-block-2 .view-header strong {
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-views-block-extra-services-block-2 .view-header strong {
    font-size: 2rem;
    font-weight: 600;
  }
}
#block-kerataif-views-block-extra-services-block-2 .view-header i {
  font-size: 2.25rem;
  font-weight: 500;
  font-style: normal;
  display: block;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-views-block-extra-services-block-2 .view-header i {
    font-size: 1.4rem;
  }
}
#block-kerataif-views-block-extra-services-block-2 .view-content {
  max-width: 660px;
  padding: 50px 0;
}
@media screen and (max-width: 850px) {
  #block-kerataif-views-block-extra-services-block-2 .view-content {
    padding: 0;
  }
}
#block-kerataif-views-block-extra-services-block-2 .view-content .views-row {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
#block-kerataif-views-block-extra-services-block-2 .view-content .views-row .views-field-field-icon {
  margin-right: 30px;
}
@media screen and (max-width: 850px) {
  #block-kerataif-views-block-extra-services-block-2 .view-content .views-row .views-field-field-icon {
    margin-right: 20px;
  }
}
#block-kerataif-views-block-extra-services-block-2 .view-content .views-row .views-field-field-icon img {
  width: 67px;
  height: auto;
  display: block;
}
@media screen and (max-width: 850px) {
  #block-kerataif-views-block-extra-services-block-2 .view-content .views-row .views-field-field-icon img {
    width: 55px;
  }
}
#block-kerataif-views-block-extra-services-block-2 .view-content .views-row .views-field-title .service-info .es-title {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 850px) {
  #block-kerataif-views-block-extra-services-block-2 .view-content .views-row .views-field-title .service-info .es-title {
    font-size: 1.2rem;
  }
}
#block-kerataif-views-block-extra-services-block-2 .view-content .views-row .views-field-title .service-info .es-description {
  font-size: 1rem;
}
#block-kerataif-pricecalculatorheadercontent .content,
#block-kerataif-pricecalculatorheadercontent-2 .content {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#block-kerataif-pricecalculatorheadercontent .content p,
#block-kerataif-pricecalculatorheadercontent-2 .content p {
  font-size: 1.25rem;
  line-height: 150%;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-pricecalculatorheadercontent .content p,
  #block-kerataif-pricecalculatorheadercontent-2 .content p {
    font-size: 1rem;
  }
}
#block-kerataif-pricecalculatorheadercontent .content strong,
#block-kerataif-pricecalculatorheadercontent-2 .content strong {
  font-size: 4rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-pricecalculatorheadercontent .content strong,
  #block-kerataif-pricecalculatorheadercontent-2 .content strong {
    font-size: 2rem;
    font-weight: 600;
  }
}
#block-kerataif-pricecalculatorheadercontent .content em,
#block-kerataif-pricecalculatorheadercontent-2 .content em {
  font-size: 2.25rem;
  font-style: normal;
  line-height: 120%;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-pricecalculatorheadercontent .content em,
  #block-kerataif-pricecalculatorheadercontent-2 .content em {
    font-size: 1.4rem;
  }
}
#block-kerataif-pricecalculatorheadercontent .content a,
#block-kerataif-pricecalculatorheadercontent-2 .content a {
  padding: 5px 40px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: var(--kerataif-red);
  height: 50px;
  font-size: var(--kerataif-font-size);
  font-weight: 500;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background-position: left 20px center;
  background-repeat: no-repeat;
  display: inline-flex;
  margin-top: 30px;
}
#block-kerataif-pricecalculatorheadercontent .content a:hover,
#block-kerataif-pricecalculatorheadercontent-2 .content a:hover {
  background-color: var(--kerataif-gray-dark);
}
@media screen and (max-width: 1100px) {
  #block-kerataif-pricecalculatorheadercontent .content a,
  #block-kerataif-pricecalculatorheadercontent-2 .content a {
    margin-top: 20px;
  }
}
#block-kerataif-pricecalculatorheadercontent {
  position: relative;
  color: #FFF;
  padding-top: 50px;
  padding-bottom: 30px;
}
#block-kerataif-pricecalculatorheadercontent::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-border-top-right-radius: var(--kerataif-round);
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: var(--kerataif-round);
  -moz-border-radius-topright: var(--kerataif-round);
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: var(--kerataif-round);
  border-top-right-radius: var(--kerataif-round);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: var(--kerataif-round);
  background-color: var(--kerataif-red);
  z-index: -1;
}
.select2-dropdown {
  border: 2px solid var(--kerataif-black);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0;
  box-sizing: border-box;
  border-top: none;
  margin-top: -7px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px;
  font-size: 1.2rem;
  border: none;
  border-bottom: 1px solid var(--kerataif-gray);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--kerataif-red);
}
#block-kerataif-kerataifquickshipperform,
#block-kerataif-kerataifquickshipperform-2 {
  padding: 50px 0 100px 0;
}
#block-kerataif-kerataifquickshipperform form,
#block-kerataif-kerataifquickshipperform-2 form {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
#block-kerataif-kerataifquickshipperform form .form-item,
#block-kerataif-kerataifquickshipperform-2 form .form-item {
  margin: 0;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-kerataifquickshipperform form .form-item,
  #block-kerataif-kerataifquickshipperform-2 form .form-item {
    margin-bottom: 40px;
  }
}
#block-kerataif-kerataifquickshipperform form .form-item label,
#block-kerataif-kerataifquickshipperform-2 form .form-item label {
  position: absolute;
  left: 20px;
  top: -7px;
  background-color: #FFF;
  padding: 2px 10px;
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 8;
}
#block-kerataif-kerataifquickshipperform form .form-item .form-text,
#block-kerataif-kerataifquickshipperform-2 form .form-item .form-text,
#block-kerataif-kerataifquickshipperform form .form-item .form-select,
#block-kerataif-kerataifquickshipperform-2 form .form-item .form-select {
  height: 60px;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#block-kerataif-kerataifquickshipperform form .form-item-quantity,
#block-kerataif-kerataifquickshipperform-2 form .form-item-quantity {
  display: none;
}
#block-kerataif-kerataifquickshipperform form .form-item-country-id,
#block-kerataif-kerataifquickshipperform-2 form .form-item-country-id {
  width: 320px;
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-kerataifquickshipperform form .form-item-country-id,
  #block-kerataif-kerataifquickshipperform-2 form .form-item-country-id {
    width: 100%;
    margin-right: 0;
  }
}
#block-kerataif-kerataifquickshipperform form .form-item-country-id .select2-container--default .select2-selection--single,
#block-kerataif-kerataifquickshipperform-2 form .form-item-country-id .select2-container--default .select2-selection--single {
  border: 2px solid var(--kerataif-black);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 60px;
}
#block-kerataif-kerataifquickshipperform form .form-item-country-id .select2-container--default .select2-selection--single .select2-selection__rendered,
#block-kerataif-kerataifquickshipperform-2 form .form-item-country-id .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 60px;
  font-size: 1.5rem;
  line-height: 60px;
  font-weight: 500;
  padding-left: 20px;
}
#block-kerataif-kerataifquickshipperform form .form-item-country-id .select2-selection__arrow,
#block-kerataif-kerataifquickshipperform-2 form .form-item-country-id .select2-selection__arrow {
  top: 17px;
  right: 20px;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.2' d='m19.92 9-6.52 6.52c-.77.77-2.03.77-2.8 0L4.08 9'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#block-kerataif-kerataifquickshipperform form .form-item-country-id .select2-selection__arrow b,
#block-kerataif-kerataifquickshipperform-2 form .form-item-country-id .select2-selection__arrow b {
  display: none;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-kerataifquickshipperform form .form-item-zip-code,
  #block-kerataif-kerataifquickshipperform-2 form .form-item-zip-code {
    width: 100%;
    margin-right: 0;
  }
}
#block-kerataif-kerataifquickshipperform form .form-item-zip-code .form-text,
#block-kerataif-kerataifquickshipperform-2 form .form-item-zip-code .form-text {
  width: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-kerataifquickshipperform form .form-item-zip-code .form-text,
  #block-kerataif-kerataifquickshipperform-2 form .form-item-zip-code .form-text {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  #block-kerataif-kerataifquickshipperform form .form-item-weight,
  #block-kerataif-kerataifquickshipperform-2 form .form-item-weight,
  #block-kerataif-kerataifquickshipperform form .form-item-width,
  #block-kerataif-kerataifquickshipperform-2 form .form-item-width,
  #block-kerataif-kerataifquickshipperform form .form-item-height,
  #block-kerataif-kerataifquickshipperform-2 form .form-item-height,
  #block-kerataif-kerataifquickshipperform form .form-item-size,
  #block-kerataif-kerataifquickshipperform-2 form .form-item-size {
    width: 25%;
    box-sizing: border-box;
  }
}
#block-kerataif-kerataifquickshipperform form .form-item-weight label,
#block-kerataif-kerataifquickshipperform-2 form .form-item-weight label,
#block-kerataif-kerataifquickshipperform form .form-item-width label,
#block-kerataif-kerataifquickshipperform-2 form .form-item-width label,
#block-kerataif-kerataifquickshipperform form .form-item-height label,
#block-kerataif-kerataifquickshipperform-2 form .form-item-height label,
#block-kerataif-kerataifquickshipperform form .form-item-size label,
#block-kerataif-kerataifquickshipperform-2 form .form-item-size label {
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
}
#block-kerataif-kerataifquickshipperform form .form-item-weight .form-text,
#block-kerataif-kerataifquickshipperform-2 form .form-item-weight .form-text,
#block-kerataif-kerataifquickshipperform form .form-item-width .form-text,
#block-kerataif-kerataifquickshipperform-2 form .form-item-width .form-text,
#block-kerataif-kerataifquickshipperform form .form-item-height .form-text,
#block-kerataif-kerataifquickshipperform-2 form .form-item-height .form-text,
#block-kerataif-kerataifquickshipperform form .form-item-size .form-text,
#block-kerataif-kerataifquickshipperform-2 form .form-item-size .form-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-right: none;
  width: 100px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-kerataifquickshipperform form .form-item-weight .form-text,
  #block-kerataif-kerataifquickshipperform-2 form .form-item-weight .form-text,
  #block-kerataif-kerataifquickshipperform form .form-item-width .form-text,
  #block-kerataif-kerataifquickshipperform-2 form .form-item-width .form-text,
  #block-kerataif-kerataifquickshipperform form .form-item-height .form-text,
  #block-kerataif-kerataifquickshipperform-2 form .form-item-height .form-text,
  #block-kerataif-kerataifquickshipperform form .form-item-size .form-text,
  #block-kerataif-kerataifquickshipperform-2 form .form-item-size .form-text {
    width: 100%;
    margin-right: 0;
  }
}
#block-kerataif-kerataifquickshipperform form .form-item-weight::after,
#block-kerataif-kerataifquickshipperform-2 form .form-item-weight::after,
#block-kerataif-kerataifquickshipperform form .form-item-width::after,
#block-kerataif-kerataifquickshipperform-2 form .form-item-width::after,
#block-kerataif-kerataifquickshipperform form .form-item-height::after,
#block-kerataif-kerataifquickshipperform-2 form .form-item-height::after,
#block-kerataif-kerataifquickshipperform form .form-item-size::after,
#block-kerataif-kerataifquickshipperform-2 form .form-item-size::after {
  content: "cm";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: .8rem;
  color: var(--kerataif-gray);
}
#block-kerataif-kerataifquickshipperform form .form-item-weight .form-text,
#block-kerataif-kerataifquickshipperform-2 form .form-item-weight .form-text {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#block-kerataif-kerataifquickshipperform form .form-item-weight::after,
#block-kerataif-kerataifquickshipperform-2 form .form-item-weight::after {
  content: "kg";
}
#block-kerataif-kerataifquickshipperform form .form-item-size,
#block-kerataif-kerataifquickshipperform-2 form .form-item-size {
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-kerataifquickshipperform form .form-item-size,
  #block-kerataif-kerataifquickshipperform-2 form .form-item-size {
    margin-right: 0;
  }
}
#block-kerataif-kerataifquickshipperform form .form-item-size .form-text,
#block-kerataif-kerataifquickshipperform-2 form .form-item-size .form-text {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right: 2px solid var(--kerataif-black);
}
#block-kerataif-kerataifquickshipperform form .form-submit,
#block-kerataif-kerataifquickshipperform-2 form .form-submit {
  height: 60px;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-kerataifquickshipperform form .form-submit,
  #block-kerataif-kerataifquickshipperform-2 form .form-submit {
    width: 100%;
  }
}
#block-kerataif-kerataifquickshipperform .kerataif-quickshipper-response,
#block-kerataif-kerataifquickshipperform-2 .kerataif-quickshipper-response {
  position: fixed;
  width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-border-radius: var(--kerataif-round);
  -moz-border-radius: var(--kerataif-round);
  border-radius: var(--kerataif-round);
  padding: 50px;
  box-sizing: border-box;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  border: 1px solid #FFF;
  -webkit-box-shadow: 0 0 80px -30px #000000;
  -moz-box-shadow: 0 0 80px -30px #000000;
  box-shadow: 0 0 80px -30px #000000;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  z-index: 99;
  max-height: 550px;
  overflow-y: auto;
}
@media screen and (max-width: 1366px) {
  #block-kerataif-kerataifquickshipperform .kerataif-quickshipper-response,
  #block-kerataif-kerataifquickshipperform-2 .kerataif-quickshipper-response {
    width: 600px;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 850px) {
  #block-kerataif-kerataifquickshipperform .kerataif-quickshipper-response,
  #block-kerataif-kerataifquickshipperform-2 .kerataif-quickshipper-response {
    width: 90%;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    background-color: #FFF;
  }
}
#block-kerataif-kerataifquickshipperform .kerataif-quickshipper-response.inactive,
#block-kerataif-kerataifquickshipperform-2 .kerataif-quickshipper-response.inactive {
  opacity: 0;
  pointer-events: none;
  margin-top: 40px;
}
#block-kerataif-kerataifquickshipperform .kerataif-quickshipper-response .close-popup,
#block-kerataif-kerataifquickshipperform-2 .kerataif-quickshipper-response .close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m2 2 20 20M2 22 22 2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#block-kerataif-kerataifquickshipperform .kerataif-quickshipper-response .package,
#block-kerataif-kerataifquickshipperform-2 .kerataif-quickshipper-response .package {
  background-color: #FFF;
  padding: 20px;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding-top: 170px;
  background-position: top 20px center;
  background-repeat: no-repeat;
  background-size: 45% auto;
  border: 1px solid var(--kerataif-gray);
}
@media screen and (max-width: 600px) {
  #block-kerataif-kerataifquickshipperform .kerataif-quickshipper-response .package,
  #block-kerataif-kerataifquickshipperform-2 .kerataif-quickshipper-response .package {
    padding: 20px;
    padding-top: 120px;
  }
}
#block-kerataif-kerataifquickshipperform .kerataif-quickshipper-response .package .integratorName,
#block-kerataif-kerataifquickshipperform-2 .kerataif-quickshipper-response .package .integratorName {
  font-weight: 600;
  font-size: 1.5rem;
}
#block-kerataif-kerataifquickshipperform .kerataif-quickshipper-response .package .serviceType,
#block-kerataif-kerataifquickshipperform-2 .kerataif-quickshipper-response .package .serviceType {
  font-weight: 500;
  color: var(--kerataif-gray);
}
#block-kerataif-kerataifquickshipperform .kerataif-quickshipper-response .package .amount,
#block-kerataif-kerataifquickshipperform-2 .kerataif-quickshipper-response .package .amount {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  #block-kerataif-kerataifquickshipperform .kerataif-quickshipper-response .package .amount,
  #block-kerataif-kerataifquickshipperform-2 .kerataif-quickshipper-response .package .amount {
    font-size: 1.5rem;
  }
}
#block-kerataif-kerataifquickshipperform .kerataif-quickshipper-response .package .amount-deluxe,
#block-kerataif-kerataifquickshipperform-2 .kerataif-quickshipper-response .package .amount-deluxe {
  font-size: .9rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #block-kerataif-kerataifquickshipperform .kerataif-quickshipper-response .package .amount-deluxe,
  #block-kerataif-kerataifquickshipperform-2 .kerataif-quickshipper-response .package .amount-deluxe {
    font-size: .7rem;
  }
}
#block-kerataif-kerataifquickshipperform {
  background-color: var(--kerataif-red);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: var(--kerataif-round);
  -webkit-border-bottom-left-radius: var(--kerataif-round);
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: var(--kerataif-round);
  -moz-border-radius-bottomleft: var(--kerataif-round);
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: var(--kerataif-round);
  border-bottom-left-radius: var(--kerataif-round);
  border-top-left-radius: 0;
}
#block-kerataif-kerataifquickshipperform form .form-item label {
  background-color: #FFF;
  -webkit-border-radius: var(--kerataif-round);
  -moz-border-radius: var(--kerataif-round);
  border-radius: var(--kerataif-round);
}
#block-kerataif-kerataifquickshipperform form .form-item .form-text,
#block-kerataif-kerataifquickshipperform form .form-item .form-select {
  border: none;
}
#block-kerataif-kerataifquickshipperform form .form-submit {
  background-color: var(--kerataif-black);
}
#block-kerataif-kerataifquickshipperform-2 {
  padding: 50px 0 100px 0;
}
#block-kerataif-kerataifquickshipperform-2 form {
  width: 100%;
  max-width: none;
}
#block-kerataif-views-block-frequently-asked-questions-block-1 {
  padding: 100px 0;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-views-block-frequently-asked-questions-block-1 {
    padding: 20px 0;
  }
}
#block-kerataif-views-block-frequently-asked-questions-block-1 .view-header {
  margin: auto;
  text-align: center;
  max-width: 900px;
}
#block-kerataif-views-block-frequently-asked-questions-block-1 .view-header p {
  font-size: 1.25rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-views-block-frequently-asked-questions-block-1 .view-header p {
    font-size: 1rem;
  }
}
#block-kerataif-views-block-frequently-asked-questions-block-1 .view-header strong {
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-views-block-frequently-asked-questions-block-1 .view-header strong {
    font-size: 2rem;
    font-weight: 600;
  }
}
#block-kerataif-views-block-frequently-asked-questions-block-1 .view-header i {
  font-size: 2.25rem;
  font-weight: 500;
  font-style: normal;
  display: block;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-views-block-frequently-asked-questions-block-1 .view-header i {
    font-size: 1.4rem;
  }
}
#block-kerataif-views-block-frequently-asked-questions-block-1 .view-content {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#block-kerataif-views-block-frequently-asked-questions-block-1 .view-content .views-row {
  margin-bottom: 20px;
}
#block-kerataif-views-block-frequently-asked-questions-block-1 .view-content .views-row .views-field-field-question {
  background-color: var(--kerataif-red);
  position: relative;
  color: #FFF;
  padding: 15px 30px;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
#block-kerataif-views-block-frequently-asked-questions-block-1 .view-content .views-row .views-field-field-question::after {
  content: "+";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 100;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: serif;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
#block-kerataif-views-block-frequently-asked-questions-block-1 .view-content .views-row .views-field-field-answer {
  box-sizing: border-box;
  padding: 0 20px;
  max-height: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  overflow: hidden;
}
#block-kerataif-views-block-frequently-asked-questions-block-1 .view-content .views-row .views-field-field-answer .field-content {
  padding: 0 20px;
  border: 1px solid var(--kerataif-gray);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#block-kerataif-views-block-frequently-asked-questions-block-1 .view-content .views-row.active .views-field-field-question::after {
  transform: rotate(45deg) translateY(-50%) translateX(-6px);
}
#block-kerataif-views-block-frequently-asked-questions-block-1 .view-content .views-row.active .views-field-field-answer {
  padding: 20px 20px;
  max-height: 900px;
}
#block-kerataif-webform {
  padding: 50px 0;
}
#block-kerataif-webform .webform-submission-contact-us-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#block-kerataif-webform .cont-header {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
#block-kerataif-webform .cont-header .form-item-markup {
  max-width: 660px;
}
#block-kerataif-webform .cont-header p {
  font-size: 1.25rem;
  line-height: 150%;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-webform .cont-header p {
    font-size: 1rem;
  }
}
#block-kerataif-webform .cont-header strong {
  font-size: 4rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-webform .cont-header strong {
    font-size: 2rem;
    font-weight: 600;
  }
}
#block-kerataif-webform .cont-header em {
  font-size: 2.25rem;
  font-style: normal;
  line-height: 120%;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  #block-kerataif-webform .cont-header em {
    font-size: 1.4rem;
  }
}
#block-kerataif-webform .cont-header a {
  padding: 5px 40px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: var(--kerataif-red);
  height: 50px;
  font-size: var(--kerataif-font-size);
  font-weight: 500;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background-position: left 20px center;
  background-repeat: no-repeat;
  display: inline-flex;
  margin-top: 30px;
}
#block-kerataif-webform .cont-header a:hover {
  background-color: var(--kerataif-gray-dark);
}
@media screen and (max-width: 1100px) {
  #block-kerataif-webform .cont-header a {
    margin-top: 20px;
  }
}
#block-kerataif-webform .cont-maps {
  width: 48%;
}
@media screen and (max-width: 850px) {
  #block-kerataif-webform .cont-maps {
    width: 100%;
    margin-bottom: 30px;
  }
}
#block-kerataif-webform .cont-maps .js-form-type-processed-text {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#block-kerataif-webform .cont-maps p {
  margin: 0;
}
#block-kerataif-webform .cont-maps p iframe {
  width: 100%;
}
#block-kerataif-webform .cont-form {
  width: 48%;
}
@media screen and (max-width: 850px) {
  #block-kerataif-webform .cont-form {
    width: 100%;
  }
}
#block-kerataif-webform .cont-form .form-item {
  position: relative;
}
#block-kerataif-webform .cont-form label {
  position: absolute;
  left: 20px;
  top: -7px;
  background-color: #FFF;
  padding: 2px 10px;
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 9;
}
#block-kerataif-webform .cont-form .form-text,
#block-kerataif-webform .cont-form .form-select,
#block-kerataif-webform .cont-form .form-email,
#block-kerataif-webform .cont-form .form-tel {
  height: 60px;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.path-user.authenticated .user-form .js-form-type-managed-file .image-widget {
  flex-wrap: wrap;
  color: var(--kerataif-gray);
  font-size: .8rem;
  max-width: 600px;
}
.path-user.authenticated .user-form .js-form-type-managed-file .image-widget .cropper-container {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.path-user.authenticated .user-form .js-form-type-managed-file .image-widget .image-style-thumbnail {
  display: none;
}
.path-user.authenticated .user-form .js-form-type-managed-file .image-widget .file--image a {
  color: var(--kerataif-gray);
  font-size: .8rem;
  margin-right: 10px;
  margin-left: 30px;
}
.path-user.authenticated .user-form .js-form-type-managed-file .image-widget .image-data__crop-wrapper {
  width: 100%;
}
.path-user.authenticated .user-form .js-form-type-managed-file .image-widget .image-data__crop-wrapper summary {
  display: none;
}
.path-user.authenticated .user-form .js-form-type-managed-file .image-widget .image-data__crop-wrapper .crop-preview-wrapper__crop-reset {
  font-size: .8rem;
  height: 30px;
  margin-bottom: 30px;
}
.path-user.authenticated .user-form .js-form-type-managed-file .image-widget .image-data__crop-wrapper .vertical-tabs {
  margin: 0;
  border: none;
}
.path-user.authenticated .user-form .js-form-type-managed-file .image-widget .image-data__crop-wrapper .vertical-tabs .vertical-tabs__menu {
  display: none;
}
.path-user.authenticated .user-form .js-form-type-managed-file .image-widget .image-data__crop-wrapper .vertical-tabs .vertical-tabs__panes {
  margin-bottom: 40px;
}
.path-user.anonymous {
  position: relative;
}
.path-user.anonymous::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100vh;
  pointer-events: none;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1790' height='1674' fill='none' viewBox='0 0 1790 1674'%3e%3cpath fill='%23E32C3E' d='M1454.36 338.34 674.456 458.114l.601-324.058c.172-81.422-71.813-144.055-152.463-132.73L339.159 27.153l-.858 478.237v7.292L0 566.477v185.752c2.746 81.165 67.694 143.797 137.619 132.729L337.7 853.127v15.186l-1.888 740.347c-.085 39.21 34.577 69.41 73.443 64.01l207.116-29.09c31.831-4.46 55.512-31.66 55.512-63.83v-237.92l392.177 230.63c15.19 8.92 33.98 9 49.17.17l334.69-193.31 2.32 91.81c.86 33.46 30.63 58.68 63.75 54.05l225.9-31.74c27.54-3.86 48.14-27.46 48.22-55.26l1.89-784.018v-23.337c.34-179.232-158.04-317.194-335.56-292.227l-.08-.258Z'/%3e%3cpath fill='white' d='m1587.34 989.287-79.36-222.902c-.26-.687-.6-1.373-.94-1.974-.17-.343-.34-.772-.6-1.115-.77-1.201-1.63-2.402-2.58-3.432 0 0-.08 0-.17-.171a15.555 15.555 0 0 0-3.26-2.489c-.08 0-.17-.171-.34-.257l-402.74-232.512a17.748 17.748 0 0 0-17.76 0L676.859 756.947s-.172.172-.343.257c-1.202.687-2.231 1.545-3.261 2.489 0 0-.086-.001-.171.171-1.03 1.03-1.888 2.145-2.574 3.432-.258.343-.343.772-.601 1.201-.343.687-.686 1.287-.943 1.974l-79.363 222.902c-2.832 8.065.428 16.987 7.807 21.277l70.526 40.76v186.09c0 6.35 3.346 12.18 8.837 15.36l402.737 232.51c2.74 1.54 5.83 2.4 8.83 2.4 3.01 0 6.1-.77 8.84-2.4l402.74-232.51c5.49-3.18 8.83-9.01 8.83-15.36v-186.09l70.53-40.76c7.38-4.29 10.72-13.212 7.81-21.277l.25-.086Zm-444-36.549-54.82 31.659-18.45-10.639-151.605-87.514 170.135-98.238 170.14 98.238-115.23 66.579-.17-.085Zm312.48-180.433-161.73 93.434-196.74-113.597a17.753 17.753 0 0 0-17.76 0L882.859 865.739 721.13 772.305l367.3-212.092 367.3 212.092h.09ZM703.456 1071.74l296.774 171.34c2.75 1.54 5.75 2.4 8.84 2.4 2.06 0 4.12-.34 6.09-1.12 4.98-1.8 8.84-5.74 10.55-10.63l44.96-126.21v331.78l-367.3-212.1v-155.38l.086-.08Zm770.124 155.38-367.3 212.09v-331.78l44.95 126.3c1.81 4.97 5.67 8.83 10.56 10.63 1.97.78 4.03 1.12 6.09 1.12 3.09 0 6.09-.77 8.84-2.4l296.77-171.34v155.38h.09Z'/%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.path-user.anonymous #block-kerataif-page-title,
.path-user.anonymous #block-kerataif-primary-local-tasks {
  display: none;
}
.path-user.anonymous .anon-visitor-content .anon-header {
  position: static;
  background-color: transparent;
  backdrop-filter: none;
}
.path-user.anonymous .anon-visitor-content .anon-header .region-anonheader {
  justify-content: center;
}
.path-user.anonymous #block-kerataif-content {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
}
.path-user.anonymous #block-kerataif-content .user-login-form,
.path-user.anonymous #block-kerataif-content .user-register-form,
.path-user.anonymous #block-kerataif-content .user-pass {
  max-width: 600px;
  padding-top: 200px;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .path-user.anonymous #block-kerataif-content .user-login-form,
  .path-user.anonymous #block-kerataif-content .user-register-form,
  .path-user.anonymous #block-kerataif-content .user-pass {
    padding-top: 100px;
  }
}
.path-user.anonymous #block-kerataif-content .user-login-form .description,
.path-user.anonymous #block-kerataif-content .user-register-form .description,
.path-user.anonymous #block-kerataif-content .user-pass .description,
.path-user.anonymous #block-kerataif-content .user-login-form .field--name-user-picture,
.path-user.anonymous #block-kerataif-content .user-register-form .field--name-user-picture,
.path-user.anonymous #block-kerataif-content .user-pass .field--name-user-picture,
.path-user.anonymous #block-kerataif-content .user-login-form .password-suggestions,
.path-user.anonymous #block-kerataif-content .user-register-form .password-suggestions,
.path-user.anonymous #block-kerataif-content .user-pass .password-suggestions {
  display: none !important;
}
.path-user.anonymous #block-kerataif-content .user-login-form .form-item,
.path-user.anonymous #block-kerataif-content .user-register-form .form-item,
.path-user.anonymous #block-kerataif-content .user-pass .form-item {
  position: relative;
}
.path-user.anonymous #block-kerataif-content .user-login-form label,
.path-user.anonymous #block-kerataif-content .user-register-form label,
.path-user.anonymous #block-kerataif-content .user-pass label {
  position: absolute;
  left: 20px;
  top: -9px;
  background-color: #FFF;
  padding: 2px 10px;
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 9;
}
.path-user.anonymous #block-kerataif-content .user-login-form .form-text,
.path-user.anonymous #block-kerataif-content .user-register-form .form-text,
.path-user.anonymous #block-kerataif-content .user-pass .form-text,
.path-user.anonymous #block-kerataif-content .user-login-form .form-select,
.path-user.anonymous #block-kerataif-content .user-register-form .form-select,
.path-user.anonymous #block-kerataif-content .user-pass .form-select,
.path-user.anonymous #block-kerataif-content .user-login-form .form-email,
.path-user.anonymous #block-kerataif-content .user-register-form .form-email,
.path-user.anonymous #block-kerataif-content .user-pass .form-email,
.path-user.anonymous #block-kerataif-content .user-login-form .form-tel,
.path-user.anonymous #block-kerataif-content .user-register-form .form-tel,
.path-user.anonymous #block-kerataif-content .user-pass .form-tel {
  height: 60px;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.path-user.anonymous #block-kerataif-content .user-login-form .form-actions,
.path-user.anonymous #block-kerataif-content .user-register-form .form-actions,
.path-user.anonymous #block-kerataif-content .user-pass .form-actions {
  display: flex;
  align-items: center;
}
.path-user.anonymous #block-kerataif-content .user-login-form .form-actions .form-submit,
.path-user.anonymous #block-kerataif-content .user-register-form .form-actions .form-submit,
.path-user.anonymous #block-kerataif-content .user-pass .form-actions .form-submit {
  margin-right: 30px;
}
#block-kerataif-contactinfo {
  padding: 50px 0 50px 0;
}
#block-kerataif-contactinfo .block-content {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#block-kerataif-contactinfo .block-content strong {
  font-size: 1.5rem;
}
#block-kerataif-securepayment {
  padding: 50px 0 50px 0;
}
#block-kerataif-securepayment .block-image {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
#block-kerataif-securepayment .block-image img {
  width: 100%;
  height: auto;
  display: block;
}
.view-licence-roles .view-header {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.view-licence-roles .view-header p {
  font-size: 1.25rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .view-licence-roles .view-header p {
    font-size: 1rem;
  }
}
.view-licence-roles .view-header strong {
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .view-licence-roles .view-header strong {
    font-size: 2rem;
    font-weight: 600;
  }
}
.view-licence-roles .view-header i {
  font-size: 2.25rem;
  font-weight: 500;
  font-style: normal;
  display: block;
}
@media screen and (max-width: 1100px) {
  .view-licence-roles .view-header i {
    font-size: 1.4rem;
  }
}
.view-licence-roles .view-content {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.view-licence-roles .view-content .views-row {
  border: 2px solid var(--kerataif-gray-light);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 40px 20px 20px 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.view-licence-roles .view-content .views-row:hover {
  border: 2px solid var(--kerataif-red);
}
.view-licence-roles .view-content .views-row .views-field-field-badge .field-content {
  display: flex;
  justify-content: center;
}
.view-licence-roles .view-content .views-row .views-field-title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 20px 0;
}
.view-licence-roles .view-content .views-row .views-field-field-advantages {
  font-size: .8rem;
  line-height: 200%;
}
.view-licence-roles .view-content .views-row .views-field-field-advantages ul {
  padding-left: 20px;
}
.view-licence-roles .view-content .views-row .views-field-price__number {
  margin-top: auto;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 20px 0;
}
.view-licence-roles .view-content .views-row .views-field-variations-target-id {
  text-align: center;
}
.view-licence-roles .view-content .views-row .views-field-variations-target-id .form-actions {
  justify-content: center;
}
.view-licence-roles .view-content .views-row .views-field-variations-target-id .form-actions .form-submit {
  width: 100%;
  text-align: center;
}
.view-licence-roles .view-content .views-row .views-field-nothing a {
  padding: 5px 40px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: var(--kerataif-red);
  height: 50px;
  font-size: var(--kerataif-font-size);
  font-weight: 500;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  text-align: center;
  box-sizing: border-box;
  background-position: left 20px center;
  background-repeat: no-repeat;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-licence-roles .view-content .views-row .views-field-nothing a:hover {
  background-color: var(--kerataif-gray-dark);
}
#block-kerataif-views-block-licence-roles-block-1 {
  padding: 100px 0;
}
#block-kerataif-views-block-licence-roles-block-2 {
  padding: 100px 0;
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.view-markalar .view-header {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.view-markalar .view-header p {
  font-size: 1.25rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .view-markalar .view-header p {
    font-size: 1rem;
  }
}
.view-markalar .view-header strong {
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .view-markalar .view-header strong {
    font-size: 2rem;
    font-weight: 600;
  }
}
.view-markalar .view-header i {
  font-size: 2.25rem;
  font-weight: 500;
  font-style: normal;
  display: block;
}
@media screen and (max-width: 1100px) {
  .view-markalar .view-header i {
    font-size: 1.4rem;
  }
}
.view-markalar .view-content,
.view-markalar .views-infinite-scroll-content-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.view-markalar .view-content .views-row,
.view-markalar .views-infinite-scroll-content-wrapper .views-row {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  margin: 40px;
}
@media screen and (max-width: 850px) {
  .view-markalar .view-content .views-row,
  .view-markalar .views-infinite-scroll-content-wrapper .views-row {
    max-width: 70px;
    margin: 20px;
  }
}
.view-markalar .view-content .views-row .views-field-field-slide-image img,
.view-markalar .views-infinite-scroll-content-wrapper .views-row .views-field-field-slide-image img,
.view-markalar .view-content .views-row .views-field-field-slide-image a,
.view-markalar .views-infinite-scroll-content-wrapper .views-row .views-field-field-slide-image a {
  width: 100%;
  height: auto;
  display: block;
  -webkit-filter: grayscale(100);
  -moz-filter: grayscale(100);
  -ms-filter: grayscale(100);
  -o-filter: grayscale(100);
  filter: grayscale(100);
  filter: gray;
  /* IE 6-9 */
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  opacity: .7;
}
.view-markalar .view-content .views-row .views-field-field-slide-image img:hover,
.view-markalar .views-infinite-scroll-content-wrapper .views-row .views-field-field-slide-image img:hover,
.view-markalar .view-content .views-row .views-field-field-slide-image a:hover,
.view-markalar .views-infinite-scroll-content-wrapper .views-row .views-field-field-slide-image a:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: gray;
  /* IE 6-9 */
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.view-markalar .js-pager__items.pager {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  padding: 0 20px;
  list-style: none;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-markalar .js-pager__items.pager .pager__item {
  list-style: none;
}
.view-markalar .js-pager__items.pager .pager__item a.button {
  background-color: transparent;
  border: 2px solid var(--kerataif-gray-light);
}
#block-kerataif-views-block-markalar-block-1 {
  padding: 100px 0;
}
@media screen and (max-width: 850px) {
  #block-kerataif-views-block-markalar-block-1 {
    padding: 50px 0;
  }
}
.field--name-field-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  -webkit-border-radius: var(--kerataif-round);
  -moz-border-radius: var(--kerataif-round);
  border-radius: var(--kerataif-round);
  overflow: hidden;
  -webkit-box-shadow: 0 0 50px 0 #000000;
  -moz-box-shadow: 0 0 50px 0 #000000;
  box-shadow: 0 0 50px 0 #000000;
}
.field--name-field-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#block-kerataif-howitworksvideo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  margin-top: -100px;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
#block-kerataif-howitworksvideo.active {
  opacity: 1;
  pointer-events: all;
  margin-top: 0;
}
#block-kerataif-howitworksvideo .content .field--name-field-content {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: -60px;
  text-indent: -555px;
  overflow: hidden;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m2 2 20 20M2 22 22 2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
#block-kerataif-howitworksvideo .content .field--name-field-content * {
  cursor: pointer;
}
#block-kerataif-howitworksvideo .content .field--name-field-content:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.view-users-invoices .views-row {
  border: 2px solid var(--kerataif-gray-light);
  box-sizing: border-box;
  padding: 15px 20px;
  margin-bottom: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.view-users-invoices .views-row .views-field-title {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 850px) {
  .view-users-invoices .views-row .views-field-title {
    width: 100%;
  }
}
.view-users-invoices .views-row .views-field-field-invoice {
  margin-left: auto;
  margin-right: 30px;
}
@media screen and (max-width: 850px) {
  .view-users-invoices .views-row .views-field-field-invoice {
    width: 100%;
  }
}
.view-users-invoices .views-row .views-field-field-invoice .field-content {
  font-size: .8rem;
}
.view-users-invoices .views-row .views-field-field-invoice .field-content .file {
  font-size: 1rem;
  font-weight: 500;
  margin-right: 5px;
}
@media screen and (max-width: 850px) {
  .view-users-invoices .views-row .views-field-nothing {
    width: 100%;
    text-align: right;
  }
}
.view-users-invoices .views-row .views-field-nothing a {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px 40px 5px 20px;
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%23292D32' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M6.73 19.7c.82-.88 2.07-.81 2.79.15l1.01 1.35c.81 1.07 2.12 1.07 2.93 0l1.01-1.35c.72-.96 1.97-1.03 2.79-.15 1.78 1.9 3.23 1.27 3.23-1.39V7.04C20.5 3.01 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3c0 2.67 1.46 3.29 3.23 1.4ZM8 7h8m-7 4h6'/%3e%3c/svg%3e");
  background-position: right center;
  background-repeat: no-repeat;
}
