@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.entero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.medio {
  max-width: 1820px;
  width: 90%;
}

a {
  display: block;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center {
  text-align: center !important;
}
h1.left,
h2.left,
h3.left,
h4.left,
h5.left {
  text-align: left !important;
}
h1.right,
h2.right,
h3.right,
h4.right,
h5.right {
  text-align: right !important;
}

p,
li {
  line-height: 1.5;
}

p,
b,
a,
li,
div,
span,
strong,
button,
label,
input,
textarea,
th,
td,
select,
option {
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

li {
  list-style: none;
}

body {
  position: relative;
}

.h1 {
  font-size: 2.75rem;
  color: #333333;
  font-weight: bold;
  word-break: break-word;
}

.h2 {
  font-size: 2.25rem;
  color: #333333;
  font-weight: bold;
  word-break: break-word;
}

.h3 {
  font-size: 1.125rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
}

.h4 {
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
  word-break: break-word;
}

.h5 {
  font-size: 0.875rem;
  color: #333333;
  font-weight: SemiBold;
  word-break: break-word;
}

.h-paragraph {
  font-size: 1.375rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
}

.n-paragraph {
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
}

.s-paragraph {
  font-size: 0.875rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
}
.s-paragraph a {
  color: #95a1bb !important;
  font-weight: normal !important;
}
.s-paragraph a:hover {
  text-decoration: underline;
}

body {
  background: #fff5f5;
}

ul.simple-list {
  padding: 0;
  color: #333333;
  padding-left: 1rem;
}
ul.simple-list li {
  list-style: disc;
}

.text-a-left {
  text-align: left !important;
}
.text-a-right {
  text-align: right !important;
}
.text-a-center {
  text-align: center !important;
}

.flex-flow-column {
  flex-flow: column;
}

.hr-small-orange,
.hr-medium-orange {
  height: 2px;
  border: none;
  margin: 26px 0;
  background-color: #fec4b0;
}

.hr-small-orange {
  width: 100px;
}

.hr-medium-orange {
  width: 200px;
}

.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-25 {
  gap: 25px;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.btn-base {
  border: none;
  display: inline;
  text-align: center;
  transition: all 0.1s ease-in-out;
}
.btn-base:hover {
  box-shadow: 0px 10px 20px -10px #383838;
}
.btn_back {
  right: 0;
  top: 80px;
  z-index: 2;
  padding: 16px 25px 16px 45px !important;
  border-radius: 5px 0px 0px 5px !important;
}
.btn_delete {
  right: 0;
  top: 10px;
  z-index: 2;
  padding: 10px 25px !important;
  border-radius: 5px 0px 0px 5px !important;
}
.btn_gray {
  font-size: 16px;
  color: #333333;
  padding: 15px;
  background: #95a1bb;
  color: white;
  cursor: pointer;
  letter-spacing: 0.2rem;
  border-radius: 4px;
}
.btn_gray:not(:disabled):hover {
  color: white;
  background: #e83687;
}
.btn_primary {
  color: white;
  background: #e83687;
  font-size: 16px;
  padding: 16px 60px;
  border-radius: 5px;
  letter-spacing: 0.2rem;
  cursor: pointer;
  border: none;
}
.btn_primary:not(.hover-off):not(:disabled):hover, .btn_primary:not(.hover-off):not(.disabled):hover {
  background: #95a1bb;
  color: white;
}
.btn_primary:disabled, .btn_primary.disabled {
  background: #95a1bb;
}
.btn_secondary {
  color: #e83687;
  background: #fec4b0;
  font-size: 16px;
  padding: 16px 60px;
  border-radius: 5px;
  letter-spacing: 0.2rem;
  cursor: pointer;
  border: none;
}
.btn_secondary:not(:disabled):hover, .btn_secondary:not(.hover-off):hover {
  background: #333333;
  color: white;
}
.btn_large {
  padding: 15px 64px;
  margin: 1rem auto;
}
.btn_flex {
  display: flex;
  align-items: center;
}
.btn_thin {
  font-size: 0.8rem !important;
  padding: 8px !important;
}

.hidden {
  display: none !important;
}

/* Container for one o more buttons */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* Container with Border Radius */
.container-b10 {
  border-radius: 10px;
}

.container-b15 {
  border-radius: 15px;
}

.container-b20 {
  border-radius: 20px;
}

/* Background Colors */
.bg-white {
  background-color: #fff;
}

.bg-light_pink {
  background-color: #fff5f5;
}

span.bg {
  position: relative;
  font-size: 1rem;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
}
span.bg.fs-small {
  font-size: 0.85rem;
  font-weight: 500;
}
span.bg-default {
  background-color: #95a1bb;
}
span.bg-success {
  background-color: #00994e;
}
span.bg-danger {
  background-color: #ff0000;
}
span.bg-warning {
  background-color: #dbc502;
}
span.bg-warning-2 {
  background-color: #db7602;
}
span.bg-info {
  background-color: #00c1da;
}
span.bg .notification {
  align-items: center;
  background-color: #e83687;
  border-radius: 20px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  line-height: 12px;
  padding: 3px 5px;
  position: absolute;
  right: -10px;
  top: -5px;
  width: -moz-min-content;
  width: min-content;
}

.bold_pink {
  font-weight: bold;
  color: #e83687;
}

.bold_gray {
  font-weight: bold;
  color: #95a1bb;
}

.rate .stars-outer {
  display: flex;
  font-size: 30px;
  line-height: 30px;
  position: relative;
}
.rate .stars-inner {
  width: 100%;
  font-size: 30px;
  overflow: hidden;
  line-height: 30px;
  white-space: nowrap;
  top: 0;
  left: 0;
  position: absolute;
}
.rate .stars-inner::before {
  color: #e83687;
  content: "★★★★★";
}

.loader-btn {
  width: 20px;
  height: 20px;
}

.close-modal,
.close-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  cursor: pointer;
  border-radius: 50%;
  border: 5px solid #fff;
  background-color: #fec4b0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  top: -16px;
  right: -16px;
  position: absolute;
}
.close-modal img,
.close-carousel img {
  max-width: 35px;
  max-height: 35px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inline {
  display: inline;
}

.m-0 {
  margin: 0rem !important;
}

.m-t-0 {
  margin-top: 0rem !important;
}

.m-r-0 {
  margin-right: 0rem !important;
}

.m-b-0 {
  margin-bottom: 0rem !important;
}

.m-l-0 {
  margin-left: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.p-t-0 {
  padding-top: 0rem !important;
}

.p-r-0 {
  padding-right: 0rem !important;
}

.p-b-0 {
  padding-bottom: 0rem !important;
}

.p-l-0 {
  padding-left: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.m-t-2 {
  margin-top: 2rem !important;
}

.m-r-2 {
  margin-right: 2rem !important;
}

.m-b-2 {
  margin-bottom: 2rem !important;
}

.m-l-2 {
  margin-left: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-t-2 {
  padding-top: 2rem !important;
}

.p-r-2 {
  padding-right: 2rem !important;
}

.p-b-2 {
  padding-bottom: 2rem !important;
}

.p-l-2 {
  padding-left: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.m-t-4 {
  margin-top: 4rem !important;
}

.m-r-4 {
  margin-right: 4rem !important;
}

.m-b-4 {
  margin-bottom: 4rem !important;
}

.m-l-4 {
  margin-left: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.p-t-4 {
  padding-top: 4rem !important;
}

.p-r-4 {
  padding-right: 4rem !important;
}

.p-b-4 {
  padding-bottom: 4rem !important;
}

.p-l-4 {
  padding-left: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.m-t-5 {
  margin-top: 5rem !important;
}

.m-r-5 {
  margin-right: 5rem !important;
}

.m-b-5 {
  margin-bottom: 5rem !important;
}

.m-l-5 {
  margin-left: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.p-t-5 {
  padding-top: 5rem !important;
}

.p-r-5 {
  padding-right: 5rem !important;
}

.p-b-5 {
  padding-bottom: 5rem !important;
}

.p-l-5 {
  padding-left: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.m-t-6 {
  margin-top: 6rem !important;
}

.m-r-6 {
  margin-right: 6rem !important;
}

.m-b-6 {
  margin-bottom: 6rem !important;
}

.m-l-6 {
  margin-left: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-t-6 {
  padding-top: 6rem !important;
}

.p-r-6 {
  padding-right: 6rem !important;
}

.p-b-6 {
  padding-bottom: 6rem !important;
}

.p-l-6 {
  padding-left: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.m-t-7 {
  margin-top: 7rem !important;
}

.m-r-7 {
  margin-right: 7rem !important;
}

.m-b-7 {
  margin-bottom: 7rem !important;
}

.m-l-7 {
  margin-left: 7rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.p-t-7 {
  padding-top: 7rem !important;
}

.p-r-7 {
  padding-right: 7rem !important;
}

.p-b-7 {
  padding-bottom: 7rem !important;
}

.p-l-7 {
  padding-left: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-t-8 {
  margin-top: 8rem !important;
}

.m-r-8 {
  margin-right: 8rem !important;
}

.m-b-8 {
  margin-bottom: 8rem !important;
}

.m-l-8 {
  margin-left: 8rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-t-8 {
  padding-top: 8rem !important;
}

.p-r-8 {
  padding-right: 8rem !important;
}

.p-b-8 {
  padding-bottom: 8rem !important;
}

.p-l-8 {
  padding-left: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.m-t-9 {
  margin-top: 9rem !important;
}

.m-r-9 {
  margin-right: 9rem !important;
}

.m-b-9 {
  margin-bottom: 9rem !important;
}

.m-l-9 {
  margin-left: 9rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.p-t-9 {
  padding-top: 9rem !important;
}

.p-r-9 {
  padding-right: 9rem !important;
}

.p-b-9 {
  padding-bottom: 9rem !important;
}

.p-l-9 {
  padding-left: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-t-10 {
  margin-top: 10rem !important;
}

.m-r-10 {
  margin-right: 10rem !important;
}

.m-b-10 {
  margin-bottom: 10rem !important;
}

.m-l-10 {
  margin-left: 10rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.p-t-10 {
  padding-top: 10rem !important;
}

.p-r-10 {
  padding-right: 10rem !important;
}

.p-b-10 {
  padding-bottom: 10rem !important;
}

.p-l-10 {
  padding-left: 10rem !important;
}

.page-wrapper {
  width: 100%;
  display: flex;
  padding-top: 40px;
  align-items: center;
  justify-content: center;
}

.page-inner {
  width: 90%;
  overflow: hidden;
  padding: 40px 0 40px 0;
  max-width: 1640px;
  box-shadow: -1px 3px 14px rgba(209, 213, 223, 0.4196078431);
}
.page-inner.full-width {
  max-width: unset !important;
}
.page-inner .icon-light {
  opacity: 0.1;
  /* The image is placed in the middle, each side is 274px  */
  width: 548px;
  top: 50px;
  left: -274px;
  position: absolute;
  z-index: 0;
}
.page-inner .icon-light-2 {
  top: 1350px;
  right: -274px;
  left: unset;
}

.page-content {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.page-content .h1,
.page-content .h2,
.page-content .sub_title {
  max-width: 800px;
  text-align: center;
}
.page-content .phrase {
  display: block;
  text-align: center;
  margin: 10px 0 30px 0;
}

.text_top_section {
  position: relative;
}
.text_top_section .medio {
  margin: 1rem 0;
}
.text_top_section .medio .h1 {
  margin-bottom: 10px;
  font-size: 2.75rem;
  color: #333333;
  font-weight: bold;
  word-break: break-word;
  font-size: 1.5rem !important;
  text-align: center;
}
.text_top_section .medio p {
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
  text-align: center;
}

.width-secound {
  max-width: 1640px;
}

.category {
  position: relative;
  background: #000201;
  padding: 40px 0;
  overflow: hidden;
  min-height: 746px;
}
.category .medio {
  position: relative;
  z-index: 1;
}
.category .model-bg {
  width: auto;
  height: 100%;
  right: 0;
  z-index: 0;
  position: absolute;
}
.category .model-bg > picture img {
  -webkit-mask-image: linear-gradient(transparent 5%, black 10%, black 90%, transparent);
          mask-image: linear-gradient(transparent 5%, black 10%, black 90%, transparent);
}

.category_group {
  max-width: 1200px;
}
.category_group h2,
.category_group h3 {
  color: white;
  margin-bottom: 10px;
}
.category_group p {
  color: #95a1bb;
}
.category_group p:not(:last-child) {
  margin-bottom: 10px;
}
.category_group p a {
  color: #e83687;
  font-weight: bold;
  display: inline;
}

.category_group_items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
}

.category_items {
  width: 50%;
  max-width: 527px;
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.category_items img {
  margin-right: 15px;
}
.category_items:last-child, .category_items:nth-child(7) {
  margin-bottom: 0;
}

.category_img {
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category_img img {
  width: auto;
  margin: unset;
}
.category_img:hover {
  cursor: pointer;
}
.category_img:hover ~ .category_text a {
  color: #e83687;
}

.category_text {
  width: calc(100% - 55px);
  padding: 0 2rem 0 1rem;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.category_text .h3 {
  color: white;
  margin-bottom: 5px;
  transition: 0.3s color ease;
}
.category_text .h3:hover {
  color: #e83687;
}

.cropper-view-box {
  outline: 2px solid !important;
  outline-color: #e83687 !important;
}

.img_box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.img_box-content {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.img_box picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.img_box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: cover;
}

.btn-dropdown {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
  overflow: visible;
}
.btn-dropdown .btn-base {
  padding: 0.7rem 1rem !important;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 2;
}
.btn-dropdown .btn-base img {
  width: 20px;
  height: 20px;
  display: flex;
}
.btn-dropdown .dropdown-list {
  position: absolute;
  top: 0%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  padding: 0.5rem;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 5px 20px 1px rgba(209, 213, 223, 0.6);
  transition: all 0.3s ease;
}
.btn-dropdown .dropdown-list.active {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.indicators-container {
  width: 95%;
  position: relative;
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 10px;
}
.indicators-container.small {
  max-width: 607.5px;
}
.indicators-container .indicators-title {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.indicators-container .indicators-title h2 {
  font-size: 39.6px !important;
  text-align: center;
}
.indicators-container .indicators-items {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.indicators-container .indicators-items .indicators-item {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7b87a3;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  border-radius: 50%;
  font-weight: 700;
}
.indicators-container .indicators-items .indicators-item.active {
  background-color: #e83687;
}
.indicators-container .indicators-items hr {
  width: auto !important;
  height: 2px;
  border: 2px solid #7b87a3 !important;
  flex: auto;
}
.indicators-container .indicators-items hr.active {
  border: 2px solid #e83687 !important;
}

@media screen and (max-width: 1300px) {
  .category {
    min-height: auto;
    padding: 50px 0 0 0;
    flex-direction: column;
  }
  .category .category_group_items {
    margin-bottom: 40px;
  }
  .category .model-bg {
    height: 500px;
    display: block;
    text-align: right;
    mix-blend-mode: lighten;
    position: relative;
  }
  .category .model-bg > picture img {
    height: auto;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.table {
  display: table;
  margin: 0 auto;
}
.table.loading::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.table-xs {
  max-width: 420px;
}
.table-sm {
  max-width: 576px;
}
.table-md {
  max-width: 680px;
}
.table-lg {
  max-width: 820px;
}
.table-xl {
  max-width: 1200px;
}
.table-responsive {
  width: 100%;
  position: relative;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  border-radius: 5px;
}
.table-responsive.max-responsive {
  max-width: 550px;
}
.table-horizontal {
  display: table;
  position: relative;
  border-collapse: collapse;
}
.table-horizontal thead,
.table-horizontal tbody {
  padding: 8px 10px;
  display: block;
}
.table-horizontal thead tr,
.table-horizontal tbody tr {
  width: 100%;
  display: flex;
}
.table-horizontal thead tr th,
.table-horizontal thead tr td,
.table-horizontal tbody tr th,
.table-horizontal tbody tr td {
  width: auto;
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.table-horizontal thead tr th.number,
.table-horizontal thead tr td.number,
.table-horizontal tbody tr th.number,
.table-horizontal tbody tr td.number {
  width: 3rem;
}
.table-horizontal thead tr th.email,
.table-horizontal thead tr td.email,
.table-horizontal tbody tr th.email,
.table-horizontal tbody tr td.email {
  width: 14rem;
}
.table-horizontal thead tr th.regular-text,
.table-horizontal thead tr td.regular-text,
.table-horizontal tbody tr th.regular-text,
.table-horizontal tbody tr td.regular-text {
  width: 10rem;
}
.table-horizontal thead tr th.token,
.table-horizontal thead tr td.token,
.table-horizontal tbody tr th.token,
.table-horizontal tbody tr td.token {
  width: 14rem;
}
.table-horizontal thead tr th.url,
.table-horizontal thead tr td.url,
.table-horizontal tbody tr th.url,
.table-horizontal tbody tr td.url {
  width: 16rem;
}
.table-horizontal thead tr th.date,
.table-horizontal thead tr td.date,
.table-horizontal tbody tr th.date,
.table-horizontal tbody tr td.date {
  width: 9rem;
}
.table-horizontal thead tr th.date-x-2,
.table-horizontal thead tr td.date-x-2,
.table-horizontal tbody tr th.date-x-2,
.table-horizontal tbody tr td.date-x-2 {
  width: 18rem;
}
.table-horizontal thead tr th.date-x-3,
.table-horizontal thead tr td.date-x-3,
.table-horizontal tbody tr th.date-x-3,
.table-horizontal tbody tr td.date-x-3 {
  width: 27rem;
}
.table-horizontal thead tr th.date-x-4,
.table-horizontal thead tr td.date-x-4,
.table-horizontal tbody tr th.date-x-4,
.table-horizontal tbody tr td.date-x-4 {
  width: 36rem;
}
.table-horizontal thead tr th.options,
.table-horizontal thead tr td.options,
.table-horizontal tbody tr th.options,
.table-horizontal tbody tr td.options {
  width: 9rem;
}
.table-horizontal thead tr th.btn-options,
.table-horizontal thead tr td.btn-options,
.table-horizontal tbody tr th.btn-options,
.table-horizontal tbody tr td.btn-options {
  width: 12rem;
}
.table-horizontal thead tr th.col-12,
.table-horizontal thead tr td.col-12,
.table-horizontal tbody tr th.col-12,
.table-horizontal tbody tr td.col-12 {
  width: 100%;
  min-width: 60rem;
}
.table-horizontal thead tr th.col-11,
.table-horizontal thead tr td.col-11,
.table-horizontal tbody tr th.col-11,
.table-horizontal tbody tr td.col-11 {
  width: 91.6666666667%;
  min-width: 55rem;
}
.table-horizontal thead tr th.col-10,
.table-horizontal thead tr td.col-10,
.table-horizontal tbody tr th.col-10,
.table-horizontal tbody tr td.col-10 {
  width: 83.3333333333%;
  min-width: 50rem;
}
.table-horizontal thead tr th.col-9,
.table-horizontal thead tr td.col-9,
.table-horizontal tbody tr th.col-9,
.table-horizontal tbody tr td.col-9 {
  width: 75%;
  min-width: 45rem;
}
.table-horizontal thead tr th.col-8,
.table-horizontal thead tr td.col-8,
.table-horizontal tbody tr th.col-8,
.table-horizontal tbody tr td.col-8 {
  width: 66.6666666667%;
  min-width: 40rem;
}
.table-horizontal thead tr th.col-7,
.table-horizontal thead tr td.col-7,
.table-horizontal tbody tr th.col-7,
.table-horizontal tbody tr td.col-7 {
  width: 58.3333333333%;
  min-width: 35rem;
}
.table-horizontal thead tr th.col-6,
.table-horizontal thead tr td.col-6,
.table-horizontal tbody tr th.col-6,
.table-horizontal tbody tr td.col-6 {
  width: 50%;
  min-width: 30rem;
}
.table-horizontal thead tr th.col-5,
.table-horizontal thead tr td.col-5,
.table-horizontal tbody tr th.col-5,
.table-horizontal tbody tr td.col-5 {
  width: 41.6666666667%;
  min-width: 25rem;
}
.table-horizontal thead tr th.col-4,
.table-horizontal thead tr td.col-4,
.table-horizontal tbody tr th.col-4,
.table-horizontal tbody tr td.col-4 {
  width: 33.3333333333%;
  min-width: 20rem;
}
.table-horizontal thead tr th.col-3,
.table-horizontal thead tr td.col-3,
.table-horizontal tbody tr th.col-3,
.table-horizontal tbody tr td.col-3 {
  width: 25%;
  min-width: 15rem;
}
.table-horizontal thead tr th.col-2,
.table-horizontal thead tr td.col-2,
.table-horizontal tbody tr th.col-2,
.table-horizontal tbody tr td.col-2 {
  width: 16.6666666667%;
  min-width: 10rem;
}
.table-horizontal thead tr th.col-1,
.table-horizontal thead tr td.col-1,
.table-horizontal tbody tr th.col-1,
.table-horizontal tbody tr td.col-1 {
  width: 8.3333333333%;
  min-width: 4rem;
}
.table-horizontal thead tr th.align-right,
.table-horizontal thead tr td.align-right,
.table-horizontal tbody tr th.align-right,
.table-horizontal tbody tr td.align-right {
  text-align: right !important;
  align-items: flex-end !important;
}
.table-horizontal thead {
  background-color: rgba(149, 161, 187, 0.15);
  border-radius: 5px;
  display: block;
}
.table-horizontal thead tr th {
  color: #333333;
  font-weight: bolder;
  padding: 5px;
}
.table-horizontal thead tr th:nth-child(even):not(:last-child) {
  border: 2px solid #F3FEFF;
  border-bottom: none;
  border-top: none;
}
.table-horizontal thead tr th:nth-child(even):last-child {
  border-left: 2px solid #F3FEFF;
}
.table-horizontal tbody tr {
  height: 70px;
  border: 1px solid transparent;
}
.table-horizontal tbody tr:not(:last-child) {
  border-bottom: 1px solid #cad1e1;
}
.table-horizontal tbody tr:not(.hover-off):hover {
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #95a1bb;
}
.table-horizontal tbody tr:not(.hover-off):hover td {
  border: 0px solid transparent !important;
}
.table-horizontal tbody tr td {
  font-weight: normal;
  height: 100%;
  text-align: center;
  padding: 5px 10px;
  border: 0px solid transparent !important;
}
.table-horizontal tbody tr td.a-left {
  text-align: left;
}
.table-horizontal tbody tr td.break-word {
  word-wrap: anywhere;
  white-space: initial;
}
.table-horizontal tbody tr td.options {
  display: flex;
  flex-flow: row;
}
.table-horizontal tbody tr td.full {
  text-align: center;
  width: 100%;
}
.table-horizontal tbody tr td .opt-buttons {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
}
.table-horizontal tbody tr td .opt-buttons a {
  margin: 0 5px;
}
.table-horizontal tbody tr td .show-dots {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
  white-space: nowrap;
  display: block;
}
.table-horizontal tbody tr td .show-dots.cookie {
  width: 100%;
  max-width: 400px;
}
.table-horizontal tbody tr td .btn-new, .table-horizontal tbody tr td .btn-edit, .table-horizontal tbody tr td .btn-delete, .table-horizontal tbody tr td .btn-details {
  background: #e83687;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 3px solid #e83687;
  cursor: pointer;
  text-decoration: none;
}
.table-horizontal tbody tr td .btn-new:hover, .table-horizontal tbody tr td .btn-edit:hover, .table-horizontal tbody tr td .btn-delete:hover, .table-horizontal tbody tr td .btn-details:hover {
  background: #fff;
  color: #e83687;
  transition: all 0.4s;
}
.table-horizontal tbody tr td .status-check,
.table-horizontal tbody tr td .tasa_real-check {
  cursor: pointer;
  margin-right: 5px;
}
.table-horizontal tbody tr td:nth-child(even):not(:last-child) {
  border: 1px solid #95a1bb;
  border-bottom: none;
  border-top: none;
}
.table-horizontal tbody tr td:nth-child(even):last-child {
  border-left: 1px solid #95a1bb;
}
.table-horizontal tbody tr td a {
  font-size: 16px;
  text-decoration: underline;
  color: #95a1bb;
  position: relative;
}
.table-vertical {
  display: block;
  border-collapse: collapse;
}
.table-vertical tbody {
  display: block;
}
.table-vertical tbody tr {
  width: 100%;
  display: flex;
  border: 1px solid #95a1bb;
  border-radius: 10px;
  margin: 10px 0;
  overflow: hidden;
}
.table-vertical tbody tr th,
.table-vertical tbody tr td {
  width: 50%;
  padding: 10px;
  font-size: 20px;
}
.table-vertical tbody tr th {
  font-weight: bolder;
  text-align: center;
  background-color: rgba(149, 161, 187, 0.15);
}
.table-vertical tbody tr th.a-left {
  text-align: left;
  padding-left: 5%;
}
.table-vertical tbody tr td {
  text-align: left;
  font-weight: normal;
  background-color: #fff;
  padding-left: 5%;
}
.table-vertical tbody tr.error-row {
  border-color: red;
  box-shadow: 0 0 1px 1px red;
}
.table-vertical tbody tr.error-row th {
  background-color: rgba(255, 0, 0, 0.15);
}
.table-child tbody {
  padding: 0;
}
.table-child tbody tr {
  border: none !important;
}

.bg-container {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

a.for-tool-tip {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
a .tool-tip {
  position: absolute;
  width: 6rem;
  bottom: 2rem;
  text-align: center;
  background-color: #e83687;
  box-shadow: 0px 0px 2px 1px #ffeeee;
  font-size: 0.8rem;
  border-radius: 5px;
  padding: 0.4rem;
  text-decoration: none;
  color: #fff;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 10;
}
a .tool-tip-sm {
  width: 10rem;
}
a .tool-tip-md {
  width: 14rem;
}
a .tool-tip-lg {
  width: 18rem;
}
a .tool-tip::after {
  width: 1rem;
  height: 1rem;
  position: absolute;
  background-color: #e83687;
  box-shadow: 1px 1px 1px 0px #ffeeee;
  content: "";
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
a .tool-tip-left {
  left: 0;
}
a .tool-tip-left::after {
  transform: rotate(45deg);
  left: 10%;
}
a .tool-tip-right {
  right: 0;
}
a .tool-tip-right::after {
  transform: rotate(45deg);
  left: unset;
  right: 10%;
}
a:hover .tool-tip-hover {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 950px) {
  .page-wrapper {
    padding: 40px 25px;
  }
  .page-inner {
    width: 100%;
    padding: 40px 20px;
  }
  .btn_back {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .category {
    min-height: auto;
    padding: 50px 0 0 0;
  }
  .category_text p.s-paragraph {
    display: none;
  }
  .category_group h3 {
    text-align: center;
  }
  .category_group_items {
    margin-top: 30px;
  }
  .category_items {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .category_items img {
    margin: 0;
    margin-bottom: 15px;
  }
  .category_text {
    padding: 0;
    align-items: center;
  }
  .category_text .h3 {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .btn_large {
    width: 100%;
    padding: 1rem 0.5rem;
    margin: auto !important;
  }
}
@media screen and (max-width: 576px) {
  .page-wrapper {
    padding: 30px 15px 10px;
  }
  .page-inner {
    padding: 20px 5px;
  }
  .page-content {
    padding: 5px !important;
  }
  .category {
    padding: 2rem 0 !important;
  }
  .category_group_items {
    margin-bottom: 0 !important;
  }
  .category_group h2 {
    text-align: center;
  }
  .category .model-bg {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .button .normal {
    width: 100%;
    margin: auto !important;
  }
}
@media screen and (max-width: 430px) {
  body:not(.admin) {
    overflow-x: hidden;
  }
  body div.g-captcha-styles {
    left: 0 !important;
    width: 100vw !important;
  }
  body div.g-captcha-styles > div:last-child {
    left: 0 !important;
    width: 100vw !important;
  }
  body div.g-captcha-styles > div:last-child > iframe {
    left: 0 !important;
    width: 100vw !important;
  }
}
.iti__flag {
  background-image: url(/images/flags.png?007b2705c0a8f69dfdf6ea1bfa0341c9);
}

@media (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(/images/flags@2x.png?9d5328fb490cddd43f6698012123404b);
  }
}
.el-hide {
  display: none;
}

.row-flex {
  width: calc(100% + 10px);
  position: relative;
  display: flex;
  flex-flow: row;
  margin: 5px -5px;
  flex-wrap: wrap;
  gap: 10px 0;
}
.row-flex:first-child {
  margin-top: 0;
}
.row-flex:last-child {
  margin-bottom: 0;
}
.row-flex.justify-content-center {
  justify-content: center;
}
.row-flex.align-items-center {
  align-items: center;
}
.row-flex.justify-content-start {
  justify-content: flex-start;
}
.row-flex.align-items-start {
  align-items: flex-start;
}
.row-flex.justify-content-end {
  justify-content: flex-end;
}
.row-flex.align-items-end {
  align-items: flex-end;
}
.row-flex .col-flex {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 0 5px;
}
.row-flex .col-flex-1 {
  width: 8.3333333333%;
}
.row-flex .col-flex-2 {
  width: 16.6666666667%;
}
.row-flex .col-flex-3 {
  width: 25%;
}
.row-flex .col-flex-4 {
  width: 33.3333333333%;
}
.row-flex .col-flex-5 {
  width: 41.6666666667%;
}
.row-flex .col-flex-6 {
  width: 50%;
}
.row-flex .col-flex-7 {
  width: 58.3333333333%;
}
.row-flex .col-flex-8 {
  width: 66.6666666667%;
}
.row-flex .col-flex-9 {
  width: 75%;
}
.row-flex .col-flex-10 {
  width: 83.3333333333%;
}
.row-flex .col-flex-11 {
  width: 91.6666666667%;
}
.row-flex .col-flex-12 {
  width: 100%;
}
.row-flex .col-flex-1, .row-flex .col-flex-2, .row-flex .col-flex-3, .row-flex .col-flex-4, .row-flex .col-flex-5, .row-flex .col-flex-6, .row-flex .col-flex-7, .row-flex .col-flex-8, .row-flex .col-flex-9, .row-flex .col-flex-10, .row-flex .col-flex-11, .row-flex .col-flex-12 {
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 0 5px;
}
.row-flex .col-flex-1.justify-content-center, .row-flex .col-flex-2.justify-content-center, .row-flex .col-flex-3.justify-content-center, .row-flex .col-flex-4.justify-content-center, .row-flex .col-flex-5.justify-content-center, .row-flex .col-flex-6.justify-content-center, .row-flex .col-flex-7.justify-content-center, .row-flex .col-flex-8.justify-content-center, .row-flex .col-flex-9.justify-content-center, .row-flex .col-flex-10.justify-content-center, .row-flex .col-flex-11.justify-content-center, .row-flex .col-flex-12.justify-content-center {
  justify-content: center;
}
.row-flex .col-flex-1.align-items-center, .row-flex .col-flex-2.align-items-center, .row-flex .col-flex-3.align-items-center, .row-flex .col-flex-4.align-items-center, .row-flex .col-flex-5.align-items-center, .row-flex .col-flex-6.align-items-center, .row-flex .col-flex-7.align-items-center, .row-flex .col-flex-8.align-items-center, .row-flex .col-flex-9.align-items-center, .row-flex .col-flex-10.align-items-center, .row-flex .col-flex-11.align-items-center, .row-flex .col-flex-12.align-items-center {
  align-items: center;
}
.row-flex .col-flex-1.justify-content-start, .row-flex .col-flex-2.justify-content-start, .row-flex .col-flex-3.justify-content-start, .row-flex .col-flex-4.justify-content-start, .row-flex .col-flex-5.justify-content-start, .row-flex .col-flex-6.justify-content-start, .row-flex .col-flex-7.justify-content-start, .row-flex .col-flex-8.justify-content-start, .row-flex .col-flex-9.justify-content-start, .row-flex .col-flex-10.justify-content-start, .row-flex .col-flex-11.justify-content-start, .row-flex .col-flex-12.justify-content-start {
  justify-content: flex-start;
}
.row-flex .col-flex-1.align-items-start, .row-flex .col-flex-2.align-items-start, .row-flex .col-flex-3.align-items-start, .row-flex .col-flex-4.align-items-start, .row-flex .col-flex-5.align-items-start, .row-flex .col-flex-6.align-items-start, .row-flex .col-flex-7.align-items-start, .row-flex .col-flex-8.align-items-start, .row-flex .col-flex-9.align-items-start, .row-flex .col-flex-10.align-items-start, .row-flex .col-flex-11.align-items-start, .row-flex .col-flex-12.align-items-start {
  align-items: flex-start;
}
.row-flex .col-flex-1.justify-content-end, .row-flex .col-flex-2.justify-content-end, .row-flex .col-flex-3.justify-content-end, .row-flex .col-flex-4.justify-content-end, .row-flex .col-flex-5.justify-content-end, .row-flex .col-flex-6.justify-content-end, .row-flex .col-flex-7.justify-content-end, .row-flex .col-flex-8.justify-content-end, .row-flex .col-flex-9.justify-content-end, .row-flex .col-flex-10.justify-content-end, .row-flex .col-flex-11.justify-content-end, .row-flex .col-flex-12.justify-content-end {
  justify-content: flex-end;
}
.row-flex .col-flex-1.align-items-end, .row-flex .col-flex-2.align-items-end, .row-flex .col-flex-3.align-items-end, .row-flex .col-flex-4.align-items-end, .row-flex .col-flex-5.align-items-end, .row-flex .col-flex-6.align-items-end, .row-flex .col-flex-7.align-items-end, .row-flex .col-flex-8.align-items-end, .row-flex .col-flex-9.align-items-end, .row-flex .col-flex-10.align-items-end, .row-flex .col-flex-11.align-items-end, .row-flex .col-flex-12.align-items-end {
  align-items: flex-end;
}
.row-flex .col-flex-1 .form-group, .row-flex .col-flex-2 .form-group, .row-flex .col-flex-3 .form-group, .row-flex .col-flex-4 .form-group, .row-flex .col-flex-5 .form-group, .row-flex .col-flex-6 .form-group, .row-flex .col-flex-7 .form-group, .row-flex .col-flex-8 .form-group, .row-flex .col-flex-9 .form-group, .row-flex .col-flex-10 .form-group, .row-flex .col-flex-11 .form-group, .row-flex .col-flex-12 .form-group {
  min-height: 50px;
}
.row-flex .col-flex-1 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-1 .form-group input[type=password],
.row-flex .col-flex-1 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-1 .form-group .input, .row-flex .col-flex-2 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-2 .form-group input[type=password],
.row-flex .col-flex-2 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-2 .form-group .input, .row-flex .col-flex-3 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-3 .form-group input[type=password],
.row-flex .col-flex-3 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-3 .form-group .input, .row-flex .col-flex-4 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-4 .form-group input[type=password],
.row-flex .col-flex-4 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-4 .form-group .input, .row-flex .col-flex-5 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-5 .form-group input[type=password],
.row-flex .col-flex-5 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-5 .form-group .input, .row-flex .col-flex-6 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-6 .form-group input[type=password],
.row-flex .col-flex-6 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-6 .form-group .input, .row-flex .col-flex-7 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-7 .form-group input[type=password],
.row-flex .col-flex-7 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-7 .form-group .input, .row-flex .col-flex-8 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-8 .form-group input[type=password],
.row-flex .col-flex-8 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-8 .form-group .input, .row-flex .col-flex-9 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-9 .form-group input[type=password],
.row-flex .col-flex-9 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-9 .form-group .input, .row-flex .col-flex-10 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-10 .form-group input[type=password],
.row-flex .col-flex-10 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-10 .form-group .input, .row-flex .col-flex-11 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-11 .form-group input[type=password],
.row-flex .col-flex-11 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-11 .form-group .input, .row-flex .col-flex-12 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-12 .form-group input[type=password],
.row-flex .col-flex-12 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-12 .form-group .input {
  height: 100%;
}

@media (min-width: 576px) {
  .el-hide-sm {
    display: none;
  }
  .row-flex .col-flex-sm-1 {
    width: 8.3333333333%;
  }
  .row-flex .col-flex-sm-2 {
    width: 16.6666666667%;
  }
  .row-flex .col-flex-sm-3 {
    width: 25%;
  }
  .row-flex .col-flex-sm-4 {
    width: 33.3333333333%;
  }
  .row-flex .col-flex-sm-5 {
    width: 41.6666666667%;
  }
  .row-flex .col-flex-sm-6 {
    width: 50%;
  }
  .row-flex .col-flex-sm-7 {
    width: 58.3333333333%;
  }
  .row-flex .col-flex-sm-8 {
    width: 66.6666666667%;
  }
  .row-flex .col-flex-sm-9 {
    width: 75%;
  }
  .row-flex .col-flex-sm-10 {
    width: 83.3333333333%;
  }
  .row-flex .col-flex-sm-11 {
    width: 91.6666666667%;
  }
  .row-flex .col-flex-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .el-hide-md {
    display: none;
  }
  .row-flex .col-flex-md-1 {
    width: 8.3333333333%;
  }
  .row-flex .col-flex-md-2 {
    width: 16.6666666667%;
  }
  .row-flex .col-flex-md-3 {
    width: 25%;
  }
  .row-flex .col-flex-md-4 {
    width: 33.3333333333%;
  }
  .row-flex .col-flex-md-5 {
    width: 41.6666666667%;
  }
  .row-flex .col-flex-md-6 {
    width: 50%;
  }
  .row-flex .col-flex-md-7 {
    width: 58.3333333333%;
  }
  .row-flex .col-flex-md-8 {
    width: 66.6666666667%;
  }
  .row-flex .col-flex-md-9 {
    width: 75%;
  }
  .row-flex .col-flex-md-10 {
    width: 83.3333333333%;
  }
  .row-flex .col-flex-md-11 {
    width: 91.6666666667%;
  }
  .row-flex .col-flex-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .el-hide-lg {
    display: none;
  }
  .row-flex .col-flex-lg-1 {
    width: 8.3333333333%;
  }
  .row-flex .col-flex-lg-2 {
    width: 16.6666666667%;
  }
  .row-flex .col-flex-lg-3 {
    width: 25%;
  }
  .row-flex .col-flex-lg-4 {
    width: 33.3333333333%;
  }
  .row-flex .col-flex-lg-5 {
    width: 41.6666666667%;
  }
  .row-flex .col-flex-lg-6 {
    width: 50%;
  }
  .row-flex .col-flex-lg-7 {
    width: 58.3333333333%;
  }
  .row-flex .col-flex-lg-8 {
    width: 66.6666666667%;
  }
  .row-flex .col-flex-lg-9 {
    width: 75%;
  }
  .row-flex .col-flex-lg-10 {
    width: 83.3333333333%;
  }
  .row-flex .col-flex-lg-11 {
    width: 91.6666666667%;
  }
  .row-flex .col-flex-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .el-hide-xl {
    display: none;
  }
  .row-flex .col-flex-xl-1 {
    width: 8.3333333333%;
  }
  .row-flex .col-flex-xl-2 {
    width: 16.6666666667%;
  }
  .row-flex .col-flex-xl-3 {
    width: 25%;
  }
  .row-flex .col-flex-xl-4 {
    width: 33.3333333333%;
  }
  .row-flex .col-flex-xl-5 {
    width: 41.6666666667%;
  }
  .row-flex .col-flex-xl-6 {
    width: 50%;
  }
  .row-flex .col-flex-xl-7 {
    width: 58.3333333333%;
  }
  .row-flex .col-flex-xl-8 {
    width: 66.6666666667%;
  }
  .row-flex .col-flex-xl-9 {
    width: 75%;
  }
  .row-flex .col-flex-xl-10 {
    width: 83.3333333333%;
  }
  .row-flex .col-flex-xl-11 {
    width: 91.6666666667%;
  }
  .row-flex .col-flex-xl-12 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .el-hide-xxl {
    display: none;
  }
  .row-flex .col-flex-xxl-1 {
    width: 8.3333333333%;
  }
  .row-flex .col-flex-xxl-2 {
    width: 16.6666666667%;
  }
  .row-flex .col-flex-xxl-3 {
    width: 25%;
  }
  .row-flex .col-flex-xxl-4 {
    width: 33.3333333333%;
  }
  .row-flex .col-flex-xxl-5 {
    width: 41.6666666667%;
  }
  .row-flex .col-flex-xxl-6 {
    width: 50%;
  }
  .row-flex .col-flex-xxl-7 {
    width: 58.3333333333%;
  }
  .row-flex .col-flex-xxl-8 {
    width: 66.6666666667%;
  }
  .row-flex .col-flex-xxl-9 {
    width: 75%;
  }
  .row-flex .col-flex-xxl-10 {
    width: 83.3333333333%;
  }
  .row-flex .col-flex-xxl-11 {
    width: 91.6666666667%;
  }
  .row-flex .col-flex-xxl-12 {
    width: 100%;
  }
}
