/* Reset */ /* Variables */
/*Colors*/
/*Typography*/
/*Box-shadow*/
/*Max-width*/
/*Rem*/
/*Interpolation*/
/*Component dividers*/
/*Component prefixes*/
/*Mixins*/ /* Maps */ /* Lists */
/*Font-weights*/
/* Media breakpoints */ /* Common */
:root {
  scroll-behavior: auto;
}

.only-authorized {
  display: none;
}

html {
  height: 100%;
  box-sizing: border-box;
}

body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  line-height: 1.5;
}

*, ::after, ::before {
  box-sizing: border-box;
}

/* Addeet.Panels */
.page-header, .page-header-t1, .page-header-t2, .page-footer {
  padding: 0px;
  flex-shrink: 0;
}

.page-header, .page-header-t1, .page-header-t2 {
  z-index: 11;
}

.page-footer {
  z-index: 10;
}

.page-body {
  margin: 0px;
  padding: 0px;
  flex-grow: 1;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

/* Extends */ /* Flex */
.fl, .fl-lt1, .fl-lt2, .fl-lt3, .fl-lt4, .fl-lt5, .fl-lt6, .fl-lt7, .fl-lt8, .fl-lt9 {
  display: flex;
}

.flw-nw {
  flex-wrap: nowrap;
}

.flw-w {
  flex-wrap: wrap;
}

.flw-wr {
  flex-wrap: wrap-reverse;
}

.fld-r {
  flex-direction: row;
}

.fld-rr {
  flex-direction: row-reverse;
}

.fld-c {
  flex-direction: column;
}

.fld-cr {
  flex-direction: column-reverse;
}

.fl-lt1 {
  align-items: flex-start;
  justify-content: flex-start;
}

.fl-lt2 {
  align-items: flex-start;
  justify-content: center;
}

.fl-lt3 {
  align-items: flex-start;
  justify-content: flex-end;
}

.fl-lt4 {
  align-items: center;
  justify-content: flex-start;
}

.fl-lt5 {
  align-items: center;
  justify-content: center;
}

.fl-lt6 {
  align-items: center;
  justify-content: flex-end;
}

.fl-lt7 {
  align-items: flex-end;
  justify-content: flex-start;
}

.fl-lt8 {
  align-items: flex-end;
  justify-content: center;
}

.fl-lt9 {
  align-items: flex-end;
  justify-content: flex-end;
}

/* Columns */
.cl1-t1, .cl2-t1 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

@media (max-width: 479.4px) {
  .l2-t1, .l3-t1, .l4-t1, .l5-t1, .l6-t1 {
    width: 50%;
  }
  .clc-t1 {
    flex-direction: column-reverse;
  }
  .cl1-t1 {
    width: 100%;
    text-align: left;
    padding-left: 48px;
    padding-right: 48px;
    height: 60vh;
    align-items: center;
    justify-content: flex-start;
  }
  .cl2-t1 {
    width: 100%;
    text-align: left;
    padding-left: 48px;
    padding-right: 48px;
    height: 40vh;
    align-items: center;
    justify-content: flex-end;
  }
  .cl2-pic-t1 {
    width: auto !important;
    height: 100% !important;
  }
}
@media (min-width: 480px) and (max-width: 767.4px) {
  .l2-t1, .l4-t1 {
    width: 50%;
  }
  .l3-t1, .l5-t1, .l6-t1 {
    width: 33.33%;
  }
  .clc-t1 {
    flex-direction: column-reverse;
  }
  .cl1-t1 {
    width: 100%;
    height: 50vh;
    text-align: left;
    padding-left: 48px;
    padding-right: 48px;
    align-items: center;
    justify-content: flex-start;
  }
  .cl2-t1 {
    width: 100%;
    text-align: left;
    padding-left: 48px;
    padding-right: 48px;
    height: 50vh;
    align-items: center;
    justify-content: flex-end;
  }
  .cl2-pic-t1 {
    width: auto !important;
    height: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.4px) {
  .l2-t1 {
    width: 50%;
  }
  .l3-t1, .l5-t1 {
    width: 33.33%;
  }
  .l4-t1, .l6-t1 {
    width: 25%;
  }
  .clc-t1 {
    flex-direction: row;
  }
  .cl1-t1 {
    width: 60%;
    text-align: left;
    padding-left: 64px;
    padding-right: 12px;
  }
  .cl2-t1 {
    width: 40%;
    text-align: left;
    padding-left: 12px;
    padding-right: 64px;
  }
  .cl2-pic-t1 {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .l2-t1 {
    width: 50%;
  }
  .l3-t1 {
    width: 33.33%;
  }
  .l4-t1 {
    width: 25%;
  }
  .l5-t1 {
    width: 20%;
  }
  .l6-t1 {
    width: 16.66%;
  }
}
@media (min-width: 1024px) and (max-width: 1199.4px) {
  .clc-t1 {
    flex-direction: row;
  }
  .cl1-t1 {
    width: 50%;
    text-align: left;
    padding-left: 64px;
    padding-right: 12px;
  }
  .cl2-t1 {
    width: 50%;
    text-align: left;
    padding-left: 12px;
    padding-right: 64px;
  }
  .cl2-pic-t1 {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1439.4px) {
  .clc-t1 {
    flex-direction: row;
  }
  .cl1-t1 {
    width: 50%;
    text-align: left;
    padding-left: 84px;
    padding-right: 12px;
  }
  .cl2-t1 {
    width: 50%;
    text-align: left;
    padding-left: 12px;
    padding-right: 84px;
  }
  .cl2-pic-t1 {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1440px) {
  .clc-t1 {
    flex-direction: row;
  }
  .cl1-t1 {
    width: 50%;
    text-align: left;
    padding-left: 108px;
    padding-right: 12px;
  }
  .cl2-t1 {
    width: 50%;
    text-align: left;
    padding-left: 12px;
    padding-right: 108px;
  }
  .cl2-pic-t1 {
    width: 100%;
    height: auto;
  }
}
/* Max-width */
.mw50 {
  max-width: 50px;
}

.mw100 {
  max-width: 100px;
}

.mw150 {
  max-width: 150px;
}

.mw200 {
  max-width: 200px;
}

.mw250 {
  max-width: 250px;
}

.mw300 {
  max-width: 300px;
}

.mw400 {
  max-width: 400px;
}

.mw500 {
  max-width: 500px;
}

.mw600 {
  max-width: 600px;
}

.mw700 {
  max-width: 700px;
}

.mw750 {
  max-width: 750px;
}

.mw800 {
  max-width: 800px;
}

.mw850 {
  max-width: 850px;
}

.mw900 {
  max-width: 900px;
}

.mw1000 {
  max-width: 1000px;
}

.mw1200 {
  max-width: 1200px;
}

.mw1400 {
  max-width: 1400px;
}

.w100p {
  width: 100%;
}

/* margin */
/* margin-square */
.m-0 {
  margin: 0rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-13 {
  margin: 3.25rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-15 {
  margin: 3.75rem;
}

.m-16 {
  margin: 4rem;
}

.m-32 {
  margin: 8rem;
}

/* margin-top-bottom */
.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-13 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

/* margin-left-right */
.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-13 {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.mx-15 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

/* margin-top */
.mt-0 {
  margin-top: 0rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-13 {
  margin-top: 3.25rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-15 {
  margin-top: 3.75rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-32 {
  margin-top: 8rem;
}

/* margin-bottom */
.mb-0 {
  margin-bottom: 0rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-13 {
  margin-bottom: 3.25rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-15 {
  margin-bottom: 3.75rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

/* margin-left */
.ml-0 {
  margin-left: 0rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-13 {
  margin-left: 3.25rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.ml-15 {
  margin-left: 3.75rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-32 {
  margin-left: 8rem;
}

/* margin-right */
.mr-0 {
  margin-right: 0rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-13 {
  margin-right: 3.25rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-15 {
  margin-right: 3.75rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-32 {
  margin-right: 8rem;
}

/* padding */
/* padding-square */
.p-0 {
  padding: 0rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-13 {
  padding: 3.25rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-15 {
  padding: 3.75rem;
}

.p-16 {
  padding: 4rem;
}

.p-32 {
  padding: 8rem;
}

/* padding-top-bottom */
.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-13 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

/* padding-left-right */
.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-13 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

/* padding-top */
.pt-0 {
  padding-top: 0rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-13 {
  padding-top: 3.25rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-15 {
  padding-top: 3.75rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-32 {
  padding-top: 8rem;
}

/* padding-bottom */
.pb-0 {
  padding-bottom: 0rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-13 {
  padding-bottom: 3.25rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-15 {
  padding-bottom: 3.75rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

/* padding-left */
.pl-0 {
  padding-left: 0rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-13 {
  padding-left: 3.25rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-15 {
  padding-left: 3.75rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-32 {
  padding-left: 8rem;
}

/* padding-right */
.pr-0 {
  padding-right: 0rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-13 {
  padding-right: 3.25rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-15 {
  padding-right: 3.75rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-32 {
  padding-right: 8rem;
}

/* Borders */
.br3 {
  border-radius: 3px;
}

.br5 {
  border-radius: 5px;
}

.br25 {
  border-radius: 25px;
}

.br50 {
  border-radius: 50px;
}

/* Shadow */
.sdw-t2, .sdw-t1 {
  transition: transform 300ms ease-out;
  box-shadow: 0 14px 12px -10px rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-width: 0px;
  border-color: transparent;
}

.sdw-t1:hover {
  box-shadow: 0 14px 12px -10px rgba(0, 0, 0, 0.3);
}

.sdw-t2:hover {
  transform: scale(1.05);
  box-shadow: 0 14px 12px -10px rgba(0, 0, 0, 0.3);
}

/* Backgrounds */
/* Dynamin BG */
.bg {
  background-size: 20000% 20000%;
  background-image: linear-gradient(-45deg, rgb(37, 199, 79) 0%, rgb(27, 182, 96) 25%, rgb(16, 164, 116) 51%, rgb(5, 147, 133) 100%);
  animation: AnimateBG 20s linear infinite;
}

@keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*
.bg-t1 {
background: rgb(281, 80, 37);
background: linear-gradient(135deg, rgba(281, 80, 37,1) 0%, rgba(281, 80, 37,1) 40%, rgba(281, 80, 37,1) 100%);
}
*/
.bg-c {
  background-size: cover;
  background-position: center;
  background-origin: border-box;
}

.bg-c-t1 {
  background: #ffffff;
}

.bg-c-t2 {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-origin: border-box;
}

/* Layout */
.addeet-layout-t1, .addeet-layout-t5, .addeet-layout-t6, .addeet-layout-t7, .addeet-layout-t9 {
  background: #f8f8f6;
  display: flex;
}

.addeet-layout-t4 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.addeet-l5 {
  background-color: #ffffff;
}

.addeet-container-t2 {
  flex-direction: row-reverse;
}

.addeet-container-t1-block-1 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.addeet-container-t2-block-1 {
  padding-left: 2rem;
}

.addeet-layer-t1, .addeet-layer-t2, .addeet-layer-t3, .addeet-layer-t4 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1432px;
}

@media (max-width: 767.4px) {
  .addeet-layer-t4 {
    padding-top: 3.375rem;
  }
}
@media (min-width: 768px) {
  .addeet-layer-t4 {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }
}
/* Content */
.addeet-header-t1, .addeet-content-t1 {
  margin-left: auto;
  margin-right: auto;
}

.addeet-header-t1 {
  position: relative;
  z-index: 2;
}

/* Spaces */
.v-at {
  vertical-align: top;
}

.v-am {
  vertical-align: middle;
}

.v-ab {
  vertical-align: bottom;
}

/* Margin-before */
.mtm-anchor-t1 {
  margin-top: -48px;
}

/* Grid */
.addeet-grid__layout-t1 {
  width: 100%;
}
.addeet-grid__layer-t1 {
  width: 100%;
}
.addeet-grid__container-t1 {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767.4px) {
  .addeet-grid__container-t1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .addeet-grid__container-t2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.4px) {
  .addeet-grid__container-t1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-grid__container-t2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 992px) and (max-width: 1023.4px) {
  .addeet-grid__container-t1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-grid__container-t2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1247.4px) {
  .addeet-grid__container-t1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-grid__container-t2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1248px) {
  .addeet-grid__container-t1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .addeet-grid__container-t2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/* Images */
.addeet-logo-t1 {
  width: 152px;
  height: 40px;
  float: left;
}

.addeet-logo-t2 {
  width: 126px;
  height: 28px;
}

.addeet-logo {
  width: 100%;
}

.addeet-logo2 {
  width: 100%;
  height: 100%;
  transition: transform 300ms ease-out;
}

.addeet-logo2:hover {
  transform: scale(1.05);
}

.pb, pb-a, .prw-category, .prw-clubs, .prw-brands {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.pb {
  height: 150px;
  padding: 1rem;
}

.pb-a {
  height: 250px;
  padding: 1rem;
}

.prw-category {
  height: 150px;
  padding: 1rem;
}

.prw-clubs {
  padding: 1rem;
}

.addeet-article-banner, .addeet-banner {
  margin-left: auto;
  margin-right: auto;
}

.gallery-layout {
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
}

@media (max-width: 319.4px) {
  .gallery-layout {
    height: 200px;
    max-width: 200px;
  }
}
@media (min-width: 320px) and (max-width: 479.4px) {
  .gallery-layout {
    height: 300px;
    max-width: 300px;
  }
}
@media (min-width: 480px) and (max-width: 767.4px) {
  .gallery-layout {
    height: 350px;
    max-width: 400px;
  }
}
@media (max-width: 767.4px) {
  .gallery-layout {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Typography */
/*  Text  */
.mf {
  font-family: "Calibri", sans-serif;
}

.af1, .af1 h1, .af1 h2, .af1 h3, .af1 h4, .af1 h5, .af1 h6, .af1 p, .af1 a, .af1 li, .af1 span {
  font-family: "Bebas Neue Book", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Calibri", sans-serif;
}

.f100, .f100 h1, .f100 h2, .f100 h3, .f100 h4, .f100 h5, .f100 h6, .f100 p, .f100 a, .f100 li, .f100 span {
  font-weight: 100;
}

.f200, .f200 h1, .f200 h2, .f200 h3, .f200 h4, .f200 h5, .f200 h6, .f200 p, .f200 a, .f200 li, .f200 span {
  font-weight: 200;
}

.f300, .f300 h1, .f300 h2, .f300 h3, .f300 h4, .f300 h5, .f300 h6, .f300 p, .f300 a, .f300 li, .f300 span {
  font-weight: 300;
}

.f400, .f400 h1, .f400 h2, .f400 h3, .f400 h4, .f400 h5, .f400 h6, .f400 p, .f400 a, .f400 li, .f400 span {
  font-weight: 400;
}

.f500, .f500 h1, .f500 h2, .f500 h3, .f500 h4, .f500 h5, .f500 h6, .f500 p, .f500 a, .f500 li, .f500 span {
  font-weight: 500;
}

.f600, .f600 h1, .f600 h2, .f600 h3, .f600 h4, .f600 h5, .f600 h6, .f600 p, .f600 a, .f600 li, .f600 span {
  font-weight: 600;
}

.f700, .f700 h1, .f700 h2, .f700 h3, .f700 h4, .f700 h5, .f700 h6, .f700 p, .f700 a, .f700 li, .f700 span {
  font-weight: 700;
}

.f800, .f800 h1, .f800 h2, .f800 h3, .f800 h4, .f800 h5, .f800 h6, .f800 p, .f800 a, .f800 li, .f800 span {
  font-weight: 800;
}

.f900, .f900 h1, .f900 h2, .f900 h3, .f900 h4, .f900 h5, .f900 h6, .f900 p, .f900 a, .f900 li, .f900 span {
  font-weight: 900;
}

.t-al {
  text-align: left;
}

.t-ac {
  text-align: center;
}

.t-ar {
  text-align: right;
}

.tc-m, .tc-m h1, .tc-m h2, .tc-m h3, .tc-m h4, .tc-m h5, .tc-m h6, .tc-m p, .tc-m a, .tc-m li, .tc-m span {
  color: #767679;
  overflow-wrap: break-word;
}

.tc-c1c, .tc-c1c h1, .tc-c1c h2, .tc-c1c h3, .tc-c1c h4, .tc-c1c h5, .tc-c1c h6, .tc-c1c p, .tc-c1c a, .tc-c1c li, .tc-c1c span {
  color: #b75a65;
  overflow-wrap: break-word;
}

.tc-c1, .tc-c1 h1, .tc-c1 h2, .tc-c1 h3, .tc-c1 h4, .tc-c1 h5, .tc-c1 h6, .tc-c1 p, .tc-c1 a, .tc-c1 li, .tc-c1 span {
  color: #bf0f2f;
  overflow-wrap: break-word;
}

.tc-c2, .tc-c2 h1, .tc-c2 h2, .tc-c2 h3, .tc-c2 h4, .tc-c2 h5, .tc-c2 h6, .tc-c2 p, .tc-c2 a, .tc-c2 li, .tc-c2 span {
  color: #36ade0;
  overflow-wrap: break-word;
}

.tc-c31, .tc-c31 h1, .tc-c31 h2, .tc-c31 h3, .tc-c31 h4, .tc-c31 h5, .tc-c31 h6, .tc-c31 p, .tc-c31 a, .tc-c31 li, .tc-c31 span {
  color: #5fa37c;
  overflow-wrap: break-word;
}

.tc-c32, .tc-c32 h1, .tc-c32 h2, .tc-c32 h3, .tc-c32 h4, .tc-c32 h5, .tc-c32 h6, .tc-c32 p, .tc-c32 a, .tc-c32 li, .tc-c32 span {
  color: #5981ac;
  overflow-wrap: break-word;
}

.tc-c33, .tc-c33 h1, .tc-c33 h2, .tc-c33 h3, .tc-c33 h4, .tc-c33 h5, .tc-c33 h6, .tc-c33 p, .tc-c33 a, .tc-c33 li, .tc-c33 span {
  color: #a6669a;
  overflow-wrap: break-word;
}

.tc-c41, .tc-c41 h1, .tc-c41 h2, .tc-c41 h3, .tc-c41 h4, .tc-c41 h5, .tc-c41 h6, .tc-c41 p, .tc-c41 a, .tc-c41 li, .tc-c41 span {
  color: #ec7317;
  overflow-wrap: break-word;
}

.tc-c42, .tc-c42 h1, .tc-c42 h2, .tc-c42 h3, .tc-c42 h4, .tc-c42 h5, .tc-c42 h6, .tc-c42 p, .tc-c42 a, .tc-c42 li, .tc-c42 span {
  color: #0095a3;
  overflow-wrap: break-word;
}

.tc-b, .tc-b a, .t-t1, .t-t2, .t-t3, .t-t4, .t-t5, .t-t6, .t-t7, .t-t8, .t-t9, .t-t10 {
  color: #000000;
  overflow-wrap: break-word;
}

.tc-b:hover, .tc-b a:hover {
  color: #000000;
}

.tc-w, .wt-t1, .wt-t2, .wt-t3, .wt-t4, .wt-t5, .wt-t6, .wt-t7, .wt-t8, .wt-t9, .wt-t10 {
  color: #ffffff;
  overflow-wrap: break-word;
}

.tc-w:hover, .tc-w a:hover {
  color: #ffffff;
}

.tc-g, .gt-t1, .gt-t2, .gt-t3, .gt-t4, .gt-t5, .gt-t6, .gt-t7, .gt-t8, .gt-t9, .gt-t10 {
  color: #7c7c7c;
  overflow-wrap: break-word;
}

.tc-g:hover, .tc-g a:hover {
  color: #7c7c7c;
}

.tc-lg, .lgt-t1, .lgt-t2, .lgt-t3, .lgt-t4, .lgt-t5, .lgt-t6, .lgt-t7, .lgt-t8, .lgt-t9, .lgt-t10 {
  color: #d5d5d5;
  overflow-wrap: break-word;
}

.tc-lg a:hover {
  color: #e2e2e2;
}

.ah1 {
  background-color: rgba(255, 209, 28, 0.1215686275);
}

.ah2 {
  background-color: rgba(255, 209, 28, 0.1215686275);
}

.fp-t1 p {
  margin-bottom: 0.75rem;
}

.fp-t1 ul, .fp-t1 ol {
  margin-bottom: 1.25rem;
}

a.link {
  text-decoration: none;
}

p, li {
  font-family: "Calibri", sans-serif;
}

p {
  margin: 0px;
  padding: 0px;
}

/* br {
margin:0 0 12px 0;
display: block;
content: "";
} */
/* a {
color: $addeet-color-t1;
} */
a:hover {
  color: #9b9b9e;
}

@media (max-width: 1023.4px) {
  .f-m4 h1, .f-m4 h2, .f-m4 h3, .f-m4 h4, .f-m4 h5, .f-m4 h6, .f-m4 p, .f-m4 a, .f-m4 li, .f-m4 span, .f-m4 button {
    font-size: 0.48rem;
  }
  .f-m5 h1, .f-m5 h2, .f-m5 h3, .f-m5 h4, .f-m5 h5, .f-m5 h6, .f-m5 p, .f-m5 a, .f-m5 li, .f-m5 span, .f-m5 button {
    font-size: 0.6rem;
  }
  .f-m6 h1, .f-m6 h2, .f-m6 h3, .f-m6 h4, .f-m6 h5, .f-m6 h6, .f-m6 p, .f-m6 a, .f-m6 li, .f-m6 span, .f-m6 button {
    font-size: 0.72rem;
  }
  .f-m7 h1, .f-m7 h2, .f-m7 h3, .f-m7 h4, .f-m7 h5, .f-m7 h6, .f-m7 p, .f-m7 a, .f-m7 li, .f-m7 span, .f-m7 button {
    font-size: 0.84rem;
  }
  .f-m8 h1, .f-m8 h2, .f-m8 h3, .f-m8 h4, .f-m8 h5, .f-m8 h6, .f-m8 p, .f-m8 a, .f-m8 li, .f-m8 span, .f-m8 button {
    font-size: 0.96rem;
  }
  .f-m9 h1, .f-m9 h2, .f-m9 h3, .f-m9 h4, .f-m9 h5, .f-m9 h6, .f-m9 p, .f-m9 a, .f-m9 li, .f-m9 span, .f-m9 button {
    font-size: 1.08rem;
  }
  .f-m10 h1, .f-m10 h2, .f-m10 h3, .f-m10 h4, .f-m10 h5, .f-m10 h6, .f-m10 p, .f-m10 a, .f-m10 li, .f-m10 span, .f-m10 button {
    font-size: 1.2rem;
  }
  .f-m11 h1, .f-m11 h2, .f-m11 h3, .f-m11 h4, .f-m11 h5, .f-m11 h6, .f-m11 p, .f-m11 a, .f-m11 li, .f-m11 span, .f-m11 button {
    font-size: 1.32rem;
  }
  .f-m12 h1, .f-m12 h2, .f-m12 h3, .f-m12 h4, .f-m12 h5, .f-m12 h6, .f-m12 p, .f-m12 a, .f-m12 li, .f-m12 span, .f-m12 button {
    font-size: 1.44rem;
  }
  .f-m13 h1, .f-m13 h2, .f-m13 h3, .f-m13 h4, .f-m13 h5, .f-m13 h6, .f-m13 p, .f-m13 a, .f-m13 li, .f-m13 span, .f-m13 button {
    font-size: 1.56rem;
  }
  .f-m14 h1, .f-m14 h2, .f-m14 h3, .f-m14 h4, .f-m14 h5, .f-m14 h6, .f-m14 p, .f-m14 a, .f-m14 li, .f-m14 span, .f-m14 button {
    font-size: 1.68rem;
  }
  .f-m15 h1, .f-m15 h2, .f-m15 h3, .f-m15 h4, .f-m15 h5, .f-m15 h6, .f-m15 p, .f-m15 a, .f-m15 li, .f-m15 span, .f-m15 button {
    font-size: 1.8rem;
  }
  .f-m16 h1, .f-m16 h2, .f-m16 h3, .f-m16 h4, .f-m16 h5, .f-m16 h6, .f-m16 p, .f-m16 a, .f-m16 li, .f-m16 span, .f-m16 button {
    font-size: 1.92rem;
  }
  .f-m17 h1, .f-m17 h2, .f-m17 h3, .f-m17 h4, .f-m17 h5, .f-m17 h6, .f-m17 p, .f-m17 a, .f-m17 li, .f-m17 span, .f-m17 button {
    font-size: 2.04rem;
  }
  .f-m18 h1, .f-m18 h2, .f-m18 h3, .f-m18 h4, .f-m18 h5, .f-m18 h6, .f-m18 p, .f-m18 a, .f-m18 li, .f-m18 span, .f-m18 button {
    font-size: 2.16rem;
  }
  .f-m19 h1, .f-m19 h2, .f-m19 h3, .f-m19 h4, .f-m19 h5, .f-m19 h6, .f-m19 p, .f-m19 a, .f-m19 li, .f-m19 span, .f-m19 button {
    font-size: 2.28rem;
  }
  .f-m20 h1, .f-m20 h2, .f-m20 h3, .f-m20 h4, .f-m20 h5, .f-m20 h6, .f-m20 p, .f-m20 a, .f-m20 li, .f-m20 span, .f-m20 button {
    font-size: 2.4rem;
  }
  .f-m21 h1, .f-m21 h2, .f-m21 h3, .f-m21 h4, .f-m21 h5, .f-m21 h6, .f-m21 p, .f-m21 a, .f-m21 li, .f-m21 span, .f-m21 button {
    font-size: 2.52rem;
  }
  .f-m22 h1, .f-m22 h2, .f-m22 h3, .f-m22 h4, .f-m22 h5, .f-m22 h6, .f-m22 p, .f-m22 a, .f-m22 li, .f-m22 span, .f-m22 button {
    font-size: 2.64rem;
  }
  .f-m23 h1, .f-m23 h2, .f-m23 h3, .f-m23 h4, .f-m23 h5, .f-m23 h6, .f-m23 p, .f-m23 a, .f-m23 li, .f-m23 span, .f-m23 button {
    font-size: 2.76rem;
  }
  .f-m24 h1, .f-m24 h2, .f-m24 h3, .f-m24 h4, .f-m24 h5, .f-m24 h6, .f-m24 p, .f-m24 a, .f-m24 li, .f-m24 span, .f-m24 button {
    font-size: 2.88rem;
  }
  .f-m25 h1, .f-m25 h2, .f-m25 h3, .f-m25 h4, .f-m25 h5, .f-m25 h6, .f-m25 p, .f-m25 a, .f-m25 li, .f-m25 span, .f-m25 button {
    font-size: 3rem;
  }
  .f-m26 h1, .f-m26 h2, .f-m26 h3, .f-m26 h4, .f-m26 h5, .f-m26 h6, .f-m26 p, .f-m26 a, .f-m26 li, .f-m26 span, .f-m26 button {
    font-size: 3.12rem;
  }
  .f-m27 h1, .f-m27 h2, .f-m27 h3, .f-m27 h4, .f-m27 h5, .f-m27 h6, .f-m27 p, .f-m27 a, .f-m27 li, .f-m27 span, .f-m27 button {
    font-size: 3.24rem;
  }
  .f-m28 h1, .f-m28 h2, .f-m28 h3, .f-m28 h4, .f-m28 h5, .f-m28 h6, .f-m28 p, .f-m28 a, .f-m28 li, .f-m28 span, .f-m28 button {
    font-size: 3.36rem;
  }
  .f-m29 h1, .f-m29 h2, .f-m29 h3, .f-m29 h4, .f-m29 h5, .f-m29 h6, .f-m29 p, .f-m29 a, .f-m29 li, .f-m29 span, .f-m29 button {
    font-size: 3.48rem;
  }
  .f-m30 h1, .f-m30 h2, .f-m30 h3, .f-m30 h4, .f-m30 h5, .f-m30 h6, .f-m30 p, .f-m30 a, .f-m30 li, .f-m30 span, .f-m30 button {
    font-size: 3.6rem;
  }
  .f-m31 h1, .f-m31 h2, .f-m31 h3, .f-m31 h4, .f-m31 h5, .f-m31 h6, .f-m31 p, .f-m31 a, .f-m31 li, .f-m31 span, .f-m31 button {
    font-size: 3.72rem;
  }
  .f-m32 h1, .f-m32 h2, .f-m32 h3, .f-m32 h4, .f-m32 h5, .f-m32 h6, .f-m32 p, .f-m32 a, .f-m32 li, .f-m32 span, .f-m32 button {
    font-size: 3.84rem;
  }
  .info-t1 p {
    font-size: 2.1rem;
  }
  .menu-t1 p, .menu-t1 a, .menu-t1 li, .menu-t1 span {
    font-size: 0.875rem;
  }
  .lh-1, .lh-1 h1, .lh-1 h2, .lh-1 h3, .lh-1 h4, .lh-1 h5, .lh-1 h6, .lh-1 p, .lh-1 a, .lh-1 li, .lh-1 span {
    line-height: 1;
  }
  .lh-1_2, .lh-1_2 h1, .lh-1_2 h2, .lh-1_2 h3, .lh-1_2 h4, .lh-1_2 h5, .lh-1_2 h6, .lh-1_2 p, .lh-1_2 a, .lh-1_2 li, .lh-1_2 span {
    line-height: 1.2;
  }
  .lh-1_3, .lh-1_3 h1, .lh-1_3 h2, .lh-1_3 h3, .lh-1_3 h4, .lh-1_3 h5, .lh-1_3 h6, .lh-1_3 p, .lh-1_3 a, .lh-1_3 li, .lh-1_3 span {
    line-height: 1.3;
  }
  .lh-1_4, .lh-1_4 h1, .lh-1_4 h2, .lh-1_4 h3, .lh-1_4 h4, .lh-1_4 h5, .lh-1_4 h6, .lh-1_4 p, .lh-1_4 a, .lh-1_4 li, .lh-1_4 span {
    line-height: 1.4;
  }
  .lh-1_5, .lh-1_5 h1, .lh-1_5 h2, .lh-1_5 h3, .lh-1_5 h4, .lh-1_5 h5, .lh-1_5 h6, .lh-1_5 p, .lh-1_5 a, .lh-1_5 li, .lh-1_5 span {
    line-height: 1.5;
  }
  .lh-2, .lh-2 h1, .lh-2 h2, .lh-2 h3, .lh-2 h4, .lh-2 h5, .lh-2 h6, .lh-2 p, .lh-2 a, .lh-2 li, .lh-2 span {
    line-height: 2;
  }
}
@media (min-width: 1024px) {
  .f-m4 h1, .f-m4 h2, .f-m4 h3, .f-m4 h4, .f-m4 h5, .f-m4 h6, .f-m4 p, .f-m4 a, .f-m4 li, .f-m4 span, .f-m4 button {
    font-size: 0.5rem;
  }
  .f-m5 h1, .f-m5 h2, .f-m5 h3, .f-m5 h4, .f-m5 h5, .f-m5 h6, .f-m5 p, .f-m5 a, .f-m5 li, .f-m5 span, .f-m5 button {
    font-size: 0.625rem;
  }
  .f-m6 h1, .f-m6 h2, .f-m6 h3, .f-m6 h4, .f-m6 h5, .f-m6 h6, .f-m6 p, .f-m6 a, .f-m6 li, .f-m6 span, .f-m6 button {
    font-size: 0.75rem;
  }
  .f-m7 h1, .f-m7 h2, .f-m7 h3, .f-m7 h4, .f-m7 h5, .f-m7 h6, .f-m7 p, .f-m7 a, .f-m7 li, .f-m7 span, .f-m7 button {
    font-size: 0.875rem;
  }
  .f-m8 h1, .f-m8 h2, .f-m8 h3, .f-m8 h4, .f-m8 h5, .f-m8 h6, .f-m8 p, .f-m8 a, .f-m8 li, .f-m8 span, .f-m8 button {
    font-size: 1rem;
  }
  .f-m9 h1, .f-m9 h2, .f-m9 h3, .f-m9 h4, .f-m9 h5, .f-m9 h6, .f-m9 p, .f-m9 a, .f-m9 li, .f-m9 span, .f-m9 button {
    font-size: 1.125rem;
  }
  .f-m10 h1, .f-m10 h2, .f-m10 h3, .f-m10 h4, .f-m10 h5, .f-m10 h6, .f-m10 p, .f-m10 a, .f-m10 li, .f-m10 span, .f-m10 button {
    font-size: 1.25rem;
  }
  .f-m11 h1, .f-m11 h2, .f-m11 h3, .f-m11 h4, .f-m11 h5, .f-m11 h6, .f-m11 p, .f-m11 a, .f-m11 li, .f-m11 span, .f-m11 button {
    font-size: 1.375rem;
  }
  .f-m12 h1, .f-m12 h2, .f-m12 h3, .f-m12 h4, .f-m12 h5, .f-m12 h6, .f-m12 p, .f-m12 a, .f-m12 li, .f-m12 span, .f-m12 button {
    font-size: 1.5rem;
  }
  .f-m13 h1, .f-m13 h2, .f-m13 h3, .f-m13 h4, .f-m13 h5, .f-m13 h6, .f-m13 p, .f-m13 a, .f-m13 li, .f-m13 span, .f-m13 button {
    font-size: 1.625rem;
  }
  .f-m14 h1, .f-m14 h2, .f-m14 h3, .f-m14 h4, .f-m14 h5, .f-m14 h6, .f-m14 p, .f-m14 a, .f-m14 li, .f-m14 span, .f-m14 button {
    font-size: 1.75rem;
  }
  .f-m15 h1, .f-m15 h2, .f-m15 h3, .f-m15 h4, .f-m15 h5, .f-m15 h6, .f-m15 p, .f-m15 a, .f-m15 li, .f-m15 span, .f-m15 button {
    font-size: 1.875rem;
  }
  .f-m16 h1, .f-m16 h2, .f-m16 h3, .f-m16 h4, .f-m16 h5, .f-m16 h6, .f-m16 p, .f-m16 a, .f-m16 li, .f-m16 span, .f-m16 button {
    font-size: 2rem;
  }
  .f-m17 h1, .f-m17 h2, .f-m17 h3, .f-m17 h4, .f-m17 h5, .f-m17 h6, .f-m17 p, .f-m17 a, .f-m17 li, .f-m17 span, .f-m17 button {
    font-size: 2.125rem;
  }
  .f-m18 h1, .f-m18 h2, .f-m18 h3, .f-m18 h4, .f-m18 h5, .f-m18 h6, .f-m18 p, .f-m18 a, .f-m18 li, .f-m18 span, .f-m18 button {
    font-size: 2.25rem;
  }
  .f-m19 h1, .f-m19 h2, .f-m19 h3, .f-m19 h4, .f-m19 h5, .f-m19 h6, .f-m19 p, .f-m19 a, .f-m19 li, .f-m19 span, .f-m19 button {
    font-size: 2.375rem;
  }
  .f-m20 h1, .f-m20 h2, .f-m20 h3, .f-m20 h4, .f-m20 h5, .f-m20 h6, .f-m20 p, .f-m20 a, .f-m20 li, .f-m20 span, .f-m20 button {
    font-size: 2.5rem;
  }
  .f-m21 h1, .f-m21 h2, .f-m21 h3, .f-m21 h4, .f-m21 h5, .f-m21 h6, .f-m21 p, .f-m21 a, .f-m21 li, .f-m21 span, .f-m21 button {
    font-size: 2.625rem;
  }
  .f-m22 h1, .f-m22 h2, .f-m22 h3, .f-m22 h4, .f-m22 h5, .f-m22 h6, .f-m22 p, .f-m22 a, .f-m22 li, .f-m22 span, .f-m22 button {
    font-size: 2.75rem;
  }
  .f-m23 h1, .f-m23 h2, .f-m23 h3, .f-m23 h4, .f-m23 h5, .f-m23 h6, .f-m23 p, .f-m23 a, .f-m23 li, .f-m23 span, .f-m23 button {
    font-size: 2.875rem;
  }
  .f-m24 h1, .f-m24 h2, .f-m24 h3, .f-m24 h4, .f-m24 h5, .f-m24 h6, .f-m24 p, .f-m24 a, .f-m24 li, .f-m24 span, .f-m24 button {
    font-size: 3rem;
  }
  .f-m25 h1, .f-m25 h2, .f-m25 h3, .f-m25 h4, .f-m25 h5, .f-m25 h6, .f-m25 p, .f-m25 a, .f-m25 li, .f-m25 span, .f-m25 button {
    font-size: 3.125rem;
  }
  .f-m26 h1, .f-m26 h2, .f-m26 h3, .f-m26 h4, .f-m26 h5, .f-m26 h6, .f-m26 p, .f-m26 a, .f-m26 li, .f-m26 span, .f-m26 button {
    font-size: 3.25rem;
  }
  .f-m27 h1, .f-m27 h2, .f-m27 h3, .f-m27 h4, .f-m27 h5, .f-m27 h6, .f-m27 p, .f-m27 a, .f-m27 li, .f-m27 span, .f-m27 button {
    font-size: 3.375rem;
  }
  .f-m28 h1, .f-m28 h2, .f-m28 h3, .f-m28 h4, .f-m28 h5, .f-m28 h6, .f-m28 p, .f-m28 a, .f-m28 li, .f-m28 span, .f-m28 button {
    font-size: 3.5rem;
  }
  .f-m29 h1, .f-m29 h2, .f-m29 h3, .f-m29 h4, .f-m29 h5, .f-m29 h6, .f-m29 p, .f-m29 a, .f-m29 li, .f-m29 span, .f-m29 button {
    font-size: 3.625rem;
  }
  .f-m30 h1, .f-m30 h2, .f-m30 h3, .f-m30 h4, .f-m30 h5, .f-m30 h6, .f-m30 p, .f-m30 a, .f-m30 li, .f-m30 span, .f-m30 button {
    font-size: 3.75rem;
  }
  .f-m31 h1, .f-m31 h2, .f-m31 h3, .f-m31 h4, .f-m31 h5, .f-m31 h6, .f-m31 p, .f-m31 a, .f-m31 li, .f-m31 span, .f-m31 button {
    font-size: 3.875rem;
  }
  .f-m32 h1, .f-m32 h2, .f-m32 h3, .f-m32 h4, .f-m32 h5, .f-m32 h6, .f-m32 p, .f-m32 a, .f-m32 li, .f-m32 span, .f-m32 button {
    font-size: 4rem;
  }
  .info-t1 p {
    font-size: 3rem;
  }
  .menu-t1 p, .menu-t1 a, .menu-t1 li, .menu-t1 span {
    font-size: 0.875rem;
  }
  .lh-1, .lh-1 h1, .lh-1 h2, .lh-1 h3, .lh-1 h4, .lh-1 h5, .lh-1 h6, .lh-1 p, .lh-1 a, .lh-1 li, .lh-1 span {
    line-height: 1;
  }
  .lh-1_2, .lh-1_2 h1, .lh-1_2 h2, .lh-1_2 h3, .lh-1_2 h4, .lh-1_2 h5, .lh-1_2 h6, .lh-1_2 p, .lh-1_2 a, .lh-1_2 li, .lh-1_2 span {
    line-height: 1.2;
  }
  .lh-1_3, .lh-1_3 h1, .lh-1_3 h2, .lh-1_3 h3, .lh-1_3 h4, .lh-1_3 h5, .lh-1_3 h6, .lh-1_3 p, .lh-1_3 a, .lh-1_3 li, .lh-1_3 span {
    line-height: 1.3;
  }
  .lh-1_4, .lh-1_4 h1, .lh-1_4 h2, .lh-1_4 h3, .lh-1_4 h4, .lh-1_4 h5, .lh-1_4 h6, .lh-1_4 p, .lh-1_4 a, .lh-1_4 li, .lh-1_4 span {
    line-height: 1.4;
  }
  .lh-1_5, .lh-1_5 h1, .lh-1_5 h2, .lh-1_5 h3, .lh-1_5 h4, .lh-1_5 h5, .lh-1_5 h6, .lh-1_5 p, .lh-1_5 a, .lh-1_5 li, .lh-1_5 span {
    line-height: 1.5;
  }
  .lh-2, .lh-2 h1, .lh-2 h2, .lh-2 h3, .lh-2 h4, .lh-2 h5, .lh-2 h6, .lh-2 p, .lh-2 a, .lh-2 li, .lh-2 span {
    line-height: 2;
  }
}
/* Buttons */
.smb6, .smb10 {
  cursor: pointer;
  padding: 12px;
  font-size: 14px;
  width: 150px;
  box-shadow: 0 14px 12px -10px rgba(0, 0, 0, 0.15);
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
}

.smb6:hover, .smb10:hover {
  box-shadow: 0 14px 12px -10px rgba(0, 0, 0, 0.3);
}

/* Floating-buttons */
.up-button-layout {
  bottom: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  z-index: 19;
}

.up-button-layer {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.up-button-layer svg {
  width: 36px;
  height: 36px;
}

.list-button-layout {
  bottom: 72px;
  right: 12px;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  z-index: 19;
}

.list-button-layer {
  height: 100%;
  color: #000000;
  padding: 6px;
}

.list-button-layer svg {
  width: 36px;
  height: 36px;
}

.collapse {
  visibility: inherit !important;
}

/* Layers */
.addeet-layer-product-t1, .addeet-layer-articlepreview-t1, .addeet-layer-advantages-t1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1432px;
}

.addeet-layer-review-t1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1264px;
}

.addeet-layer-market-t1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}

.addeet-layer-slider-t1 {
  height: 100%;
  z-index: 3;
}

.addeet-layer-figure-t1 {
  z-index: 2;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  opacity: 0.3;
}

.addeet-fixed-menu, .up-button-layout, .list-button-layout {
  display: none;
  position: fixed;
}

#sidelist-t1 {
  box-shadow: -6px 3px 6px 0px rgba(0, 0, 0, 0.1);
  z-index: 31 !important;
  max-width: 320px !important;
  width: 100% !important;
  min-width: 260px !important;
  background: #ffffff !important;
}

/* Grid.Preview */
.addeet-flickity-container-v1 {
  background-color: transparent;
}

.addeet-block-t1 {
  padding: 8px;
}

.addeet-catalogcard-preview-t1 {
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.75rem;
}

.addeet-advantages-t1 {
  text-align: center;
  min-width: 100px;
  min-height: 200px;
  height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 40px;
}

.addeet-review-t1 {
  padding: 16px;
  text-align: center;
  min-width: 100px;
  transition: transform 300ms ease-out;
}

.addeet-review-t1:hover {
  transform: scale(1.05);
}

.addeet-block-layer-t1 {
  background: transparent;
}

.addeet-block-t1 a {
  background: transparent;
}

.addeet-block-t1 img {
  width: 100%;
  height: 100%;
  transition: transform 300ms ease-out;
  box-shadow: 0 14px 12px -10px rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-width: 0px;
  border-color: transparent;
}

.addeet-block-t1 img:hover {
  transform: scale(1.05);
  box-shadow: 0 14px 12px -10px rgba(0, 0, 0, 0.3);
}

.addeet-container-catalogcardpreview-t1, .addeet-add-menu-wide, .addeet-add-preview, .addeet-add-preview-t2, .addeet-add-menu {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.addeet-divider-t1 {
  border-top: 1px solid #c6c6c6;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px;
}

.addeet-divider-t2 {
  border-top: 1px solid #c6c6c6;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 16px;
}

.addeet-divider-t3 {
  border-top: 1px solid #c6c6c6;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.addeet-main-block-link {
  display: block;
  height: 100%;
  text-decoration: none;
}

.addeet-main-block-link:hover .addeet-main-preview-layout-t3 {
  box-shadow: 0 24px 20px rgba(5, 113, 24, 0.300781);
}

.fotorama__arr {
  width: 44px !important;
  height: 44px !important;
}

.fotorama__arr--prev {
  background: url() no-repeat center center !important;
}

.fotorama__arr--next {
  background: url() no-repeat center center !important;
}

.fotorama--fullscreen {
  background: rgba(255, 255, 255, 0.7019607843) !important;
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
  background: rgba(255, 255, 255, 0.7019607843) !important;
}

.delimiter-t1 {
  border-top: 4px dotted #c2c2c2;
  margin-left: 2px;
  margin-right: 2px;
}

.addeet-main-preview-layout, .addeet-main-preview-layout-t2 {
  box-shadow: 0px 3px 5px 0px #aaaaaa;
  border-style: solid;
  border-width: 0px;
  border-color: transparent;
  height: 100%;
}

.addeet-main-preview-layout:hover, .addeet-main-preview-layout-t2:hover {
  box-shadow: 0px 3px 5px 0px #bdbdbd;
}

.addeet-main-preview-layout-t3 {
  /*box-shadow:0px 3px 5px 0px $addeet-color-m4;*/
  border-style: solid;
  border-width: 0px;
  border-radius: 25px;
  border-color: transparent;
  height: 100%;
}

.addeet-l12:hover .article-link-preview {
  color: #767679;
  /*text-shadow:$addeet-color-t1 1px 1px 3px;*/
}

.addeet-l12:hover .block-link-preview {
  color: #767679;
  text-shadow: #767679 1px 1px 3px;
}

.addeet-l12 {
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  line-height: 1;
}

.blog-info-t1 {
  font-weight: 400;
  color: #767679;
  /*text-shadow:$addeet-color-t1 1px 1px 3px;*/
  margin-bottom: 4px;
}

/* Custom */
.market-layout-t1 .addeet-block-t1 {
  margin-top: 12px;
  margin-bottom: 12px;
}

/*
::placeholder { 
color:#ffffff75!important;
opacity:1!important;
} 
:-ms-input-placeholder { 
color:#ffffff75!important;
} 
::-ms-input-placeholder { 
color:#ffffff75!important;
}*/
/*Bootstrap Custom*/
.offcanvas {
  background-color: #ffffff !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #767679 !important;
  color: #ffffff !important;
}

.tooltip-inner {
  background-color: #ffffff !important;
  font-family: "Calibri", sans-serif;
  font-weight: 500 !important;
  font-size: 13px !important;
  border-radius: 5px !important;
}

.tooltip-arrow::before {
  color: #ffffff !important;
}

.tooltip-inner {
  white-space: pre-wrap !important;
}

#autoComplete_list_1 {
  z-index: 99999;
}

.fotorama__thumb-border {
  border-color: #767679 !important;
}

/* Review */
.rating-layout {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
  height: 40px;
}

.rating-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.ratings {
  margin-right: 10px;
}

.ratings i {
  color: #cecece;
  font-size: 32px;
}

.rating-icon-layer {
  padding: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.rating-icon {
  width: 40px;
  height: 40px;
}

.rating-color {
  color: #fbc634;
  width: 20px;
  height: 20px;
}

.rating-space {
  color: #cecece;
  width: 20px;
  height: 20px;
}

.rating-count {
  margin: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.review-count {
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 1.2rem;
  margin: 4px;
}

.small-ratings i {
  color: #cecece;
}

.review-stat {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 2px;
}

.search-field-2, .search-field-3, .search-field-4 {
  position: absolute;
}

.search-field-1 {
  margin-right: -4px;
  width: 100%;
}

.search-button {
  color: #808080;
  box-shadow: 0px 2px 4px 0px #d8d8d8;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0px;
  border-radius: 3px;
  border-color: transparent;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 0px;
  margin-left: 2px;
}

a.search-button {
  color: #808080;
  box-shadow: 0px 2px 4px 0px #d8d8d8;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0px;
  border-radius: 3px;
  border-color: transparent;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 0px;
  margin-left: 2px;
}

.search-button-tc {
  color: #808080;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  border-color: rgba(255, 255, 255, 0.4588235294);
  padding-top: 6px;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 0px;
  margin-left: 2px;
}

a.search-button-tc {
  color: #808080;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  border-color: rgba(255, 255, 255, 0.4588235294);
  padding-top: 6px;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 0px;
  margin-left: 2px;
}

.input-search {
  padding: 6px !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-radius: 0px !important;
  /*border-color:#ffffff75;*/
  background-color: transparent !important;
  font-size: 14px !important;
  height: 38px !important;
}

.input-search-tc {
  padding: 6px !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-radius: 0px !important;
  border-color: rgba(255, 255, 255, 0.4588235294) !important;
  background-color: transparent !important;
  color: #ffffff !important;
  font-size: 14px !important;
  height: 38px !important;
}

.input-search-0 {
  width: 0px !important;
  height: 1px !important;
  padding: 0px !important;
  margin: 0px !important;
  border: transparent 0px !important;
}

.searchresult {
  background: #f8f8f6;
  z-index: 9;
  position: sticky;
  padding-top: 60px;
}

/**
 * Swiper 8.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on:June 13, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: var(--addeet-color-t1);
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 12px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 12px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Swiper Custom */
.swiper-button-next, .swiper-button-prev {
  color: #000000;
  /*text-shadow:#000000 1px 1px 3px;*/
}

.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.swiper-slide {
  font-size: 18px;
  /*background:#fff;*/
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.addeet-slide-layout-t1 {
  width: 100%;
  height: 100%;
}

.addeet-slide-layer-t1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.addeet-slide-layer-t2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.addeet-slide-layer-t3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.addeet-slide-layer-t4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.addeet-slide-layer-t5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.addeet-slide-layer-t6 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.addeet-slide-layer-t7 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.addeet-slide-layer-t8 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.addeet-slide-layer-t9 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.addeet-slide-container-t1 {
  display: flex;
}

.addeet-slide-container-t2 {
  display: flex;
}

.addeet-slide-container-t3 {
  display: flex;
}

.addeet-slide-container-t4 {
  display: flex;
}

.addeet-slide-container-t5 {
  display: flex;
}

.addeet-slide-container-t6 {
  display: flex;
}

.addeet-slide-container-t7 {
  display: flex;
}

.addeet-slide-container-t8 {
  display: flex;
}

.addeet-slide-container-t9 {
  display: flex;
}

.addeet-slide-block-t1 {
  padding-top: 24px;
  padding-bottom: 30px;
}

.addeet-slider-container-t1-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  max-height: 100vh;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8784313725);
  display: flex;
  align-items: center;
}

.addeet-slider-layer-t1-fullscreen {
  width: 100%;
  position: relative;
}

.close-addeet-fullscreen {
  color: #000000;
  font-size: 30px;
  line-height: 1;
  padding: 16px;
  position: fixed;
  z-index: 99999;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.addeet-slider-container-t1 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.mySwiper-full {
  margin-bottom: 12px;
}

.mySwiper-thumbs {
  max-width: 400px;
}

.addeet-slide-fullscreen {
  cursor: pointer;
  background: transparent;
}

.mySwiper-full .swiper-lazy {
  min-width: 100px;
  min-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 70vh;
}

.addeet-thumb-fullscreen {
  background: transparent;
}

.mySwiper-thumbs .swiper-lazy {
  min-width: 50px;
  min-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 20vh;
}

.history-layout-t1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.history-layer-t11 {
  background: rgb(248, 248, 246);
  background: linear-gradient(77deg, rgb(248, 248, 246) 0%, rgba(248, 248, 246, 0.9) 13%, rgba(248, 248, 246, 0.64) 28%, rgba(248, 248, 246, 0.34) 70%, rgba(248, 248, 246, 0.95) 85%, rgb(248, 248, 246) 100%);
}

.history-layer-t21 {
  background: rgb(248, 248, 246);
  background: linear-gradient(180deg, rgb(248, 248, 246) 0%, rgba(248, 248, 246, 0.67) 33%, rgba(248, 248, 246, 0.6) 50%, rgba(248, 248, 246, 0.44) 66%, rgb(248, 248, 246) 100%);
}

/*autocomplete.css*/
.selection {
  width: 1px;
  height: 1px;
  font-size: 1px;
  color: transparent;
}

.autoComplete_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}

.autoComplete_wrapper > input {
  /*height: 3rem;
  width: 370px;
  margin: 0;
  padding: 0 2rem 0 3.2rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 1rem;
  */
  text-overflow: ellipsis;
  /*color: rgb(255, 122, 122);
  outline: none;
  border-radius: 10rem;
  border: 0.05rem solid rgba(255, 122, 122, 0.5);
  background-image: url(./images/search.svg);
  background-size: 1.4rem;
  background-position: left 1.05rem top 0.8rem;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-color: #fff;*/
  transition: all 0.4s ease;
  -webkit-transition: all -webkit-transform 0.4s ease;
}

.autoComplete_wrapper > input::-moz-placeholder {
  color: rgba(255, 122, 122, 0.5);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input::placeholder {
  color: rgba(255, 122, 122, 0.5);
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:hover::-moz-placeholder {
  color: rgba(255, 122, 122, 0.6);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:hover::placeholder {
  color: rgba(255, 122, 122, 0.6);
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:focus::-moz-placeholder {
  padding: 0.1rem 0.6rem;
  /*font-size: 0.95rem;
  color: rgba(255, 122, 122, 0.4);*/
}

.autoComplete_wrapper > input:focus::placeholder {
  padding: 0.1rem 0.6rem;
  /*font-size: 0.95rem;
  color: rgba(255, 122, 122, 0.4);*/
}

.autoComplete_wrapper > input:focus::-moz-selection {
  background-color: rgba(151, 122, 255, 0.15);
}

.autoComplete_wrapper > input:focus::selection {
  background-color: rgba(151, 122, 255, 0.15);
}

.autoComplete_wrapper > input::-moz-selection {
  background-color: rgba(151, 122, 255, 0.15);
}

.autoComplete_wrapper > input::selection {
  background-color: rgba(151, 122, 255, 0.15);
}

.autoComplete_wrapper > input:hover {
  /*color: rgba(255, 122, 122, 0.8);*/
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:focus {
  /*color: rgba(255, 122, 122, 1);*/
  border: 0.06rem solid rgba(0, 0, 0, 0.8);
}

.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0.5rem 0 0 0;
  padding: 0;
  z-index: 1;
  list-style: none;
  border-radius: 0.6rem;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.07);
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  outline: none;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}

.autoComplete_wrapper > ul[hidden],
.autoComplete_wrapper > ul:empty {
  display: block;
  opacity: 0;
  transform: scale(0);
}

.autoComplete_wrapper > ul > li {
  margin: 0.3rem;
  padding: 0.3rem 0.5rem;
  text-align: left;
  font-size: 1rem;
  color: #212121;
  border-radius: 0.35rem;
  background-color: rgb(255, 255, 255);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: #000000;
  font-weight: 600;
}

.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(153, 153, 153, 0.15);
}

.autoComplete_wrapper > ul > li[aria-selected=true] {
  background-color: rgba(153, 153, 153, 0.15);
}

@media only screen and (max-width: 600px) {
  .autoComplete_wrapper > input {
    width: 18rem;
  }
}
@media (min-width: 768px) {
  .swiper-t1 {
    width: 100%;
    height: 500px;
  }
  .swiper-t2 {
    width: 100%;
    height: 100vh;
  }
  .swiper-t2 .swiper-wrapper {
    background-image: url(https://cdns3.dominanta-service.ru/zvezdochka/history/grunge-paper-background.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .addeet-slide-container-t1 {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .addeet-slide-container-t2 {
    align-items: flex-start;
    justify-content: center;
  }
  .addeet-slide-container-t3 {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .addeet-slide-container-t4 {
    align-items: center;
    justify-content: flex-start;
  }
  .addeet-slide-container-t5 {
    align-items: center;
    justify-content: center;
  }
  .addeet-slide-container-t6 {
    align-items: center;
    justify-content: flex-end;
  }
  .addeet-slide-container-t7 {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .addeet-slide-container-t8 {
    align-items: flex-end;
    justify-content: center;
  }
  .addeet-slide-container-t9 {
    align-items: flex-end;
    justify-content: flex-end;
  }
  /*Slides layouts*/
  .slide-layout-t1, .slide-layout-t2, .slide-layout-t3, .slide-layout-t4, .slide-layout-t5, .slide-layout-t6, .slide-layout-t7, .slide-layout-t8, .slide-layout-t9, .slide-layout-t10, .slide-layout-t11, .slide-layout-t12, .slide-layout-t13 {
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  /*Slides layers*/
  .slide-layer-t2, .slide-layer-t4, .slide-layer-t5, .slide-layer-t8, .slide-layer-t9, .slide-layer-t10, .slide-layer-t11, .slide-layer-t12, .slide-layer-t13 {
    background-position: bottom 30% left 30%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto;
  }
  /*Slides blocks*/
  .slide-block-t1, .slide-block-t2, .slide-block-t3, .slide-block-t4, .slide-block-t5, .slide-block-t6, .slide-block-t7, .slide-block-t8, .slide-block-t9, .slide-block-t10, .slide-block-t11, .slide-block-t12, .slide-block-t13 {
    background-color: #F4C917;
  }
  .slide-layer-t2 {
    background-image: url(https://cdns3.dominanta-service.ru/zvezdochka/history/layer-1969.jpg);
  }
  .slide-layer-t4 {
    background-image: url(https://cdns3.dominanta-service.ru/zvezdochka/history/layer-1974.png);
  }
  .slide-layer-t5 {
    background-image: url(https://cdns3.dominanta-service.ru/zvezdochka/history/layer-1996.jpg);
  }
  .slide-layer-t8 {
    background-image: url(https://cdns3.dominanta-service.ru/zvezdochka/history/layer-2009.png);
  }
  .slide-layer-t9 {
    background-image: url(https://cdns3.dominanta-service.ru/zvezdochka/history/layer-2011.png);
  }
  .slide-layer-t10 {
    background-image: url(https://cdns3.dominanta-service.ru/zvezdochka/history/layer-2017.png);
  }
  .slide-layer-t11 {
    background-image: url(https://cdns3.dominanta-service.ru/zvezdochka/history/layer-2018.png);
  }
  .slide-layer-t12 {
    background-image: url(https://cdns3.dominanta-service.ru/zvezdochka/history/layer-2020.png);
  }
  .slide-layer-t13 {
    background-image: url(https://cdns3.dominanta-service.ru/zvezdochka/history/layer-2022.png);
  }
}
@media (max-width: 767.4px) {
  .swiper-t1 {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 60px);
    /*height:calc(100vh - 50px);*/
  }
  .swiper-t2 {
    width: 100%;
    height: 700px;
  }
  .swiper-t2 .swiper-wrapper {
    background-image: url(https://cdns3.dominanta-service.ru/zvezdochka/history/grunge-paper-background.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .addeet-slide-container-t1 {
    align-items: center;
    justify-content: center;
  }
  .addeet-slide-container-t2 {
    align-items: center;
    justify-content: center;
  }
  .addeet-slide-container-t3 {
    align-items: center;
    justify-content: center;
  }
  .addeet-slide-container-t4 {
    align-items: center;
    justify-content: center;
  }
  .addeet-slide-container-t5 {
    align-items: center;
    justify-content: center;
  }
  .addeet-slide-container-t6 {
    align-items: center;
    justify-content: center;
  }
  .addeet-slide-container-t7 {
    align-items: center;
    justify-content: center;
  }
  .addeet-slide-container-t8 {
    align-items: center;
    justify-content: center;
  }
  .addeet-slide-container-t9 {
    align-items: center;
    justify-content: center;
  }
  /*Slides layouts*/
  .slide-layout-t1, .slide-layout-t2, .slide-layout-t3, .slide-layout-t4, .slide-layout-t5, .slide-layout-t6, .slide-layout-t7, .slide-layout-t8, .slide-layout-t9, .slide-layout-t10, .slide-layout-t11, .slide-layout-t12, .slide-layout-t13 {
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  /*.slide-layout-t2, .slide-layout-t4, .slide-layout-t5 {
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
  .slide-layout-t8, .slide-layout-t9, .slide-layout-t10, .slide-layout-t11, .slide-layout-t12, .slide-layout-t13 {
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  }
  */
  /*Slides layers*/
  .slide-layer-t2, .slide-layer-t4, .slide-layer-t5, .slide-layer-t8, .slide-layer-t9, .slide-layout-t10, .slide-layout-t11, .slide-layout-t12, .slide-layout-t13 {
    background-color: transparent;
  }
  /*Slides blocks*/
  .slide-block-t1, .slide-block-t2, .slide-block-t3, .slide-block-t4, .slide-block-t5, .slide-block-t6, .slide-block-t7, .slide-block-t8, .slide-block-t9, .slide-block-t10, .slide-block-t11, .slide-block-t12, .slide-block-t13 {
    background-color: rgba(244, 201, 23, 0.8588235294);
  }
}
/* Media */
@media (max-width: 374.4px) {
  .addeet-logo-layout-t2 {
    display: none !important;
  }
}
@media (max-width: 639.4px) {
  .a640, .addeet-delimiter {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .a640m, #uni-41525, .sidemenu-button-layout {
    display: none;
  }
}
@media (max-width: 767.4px) {
  .d768 {
    display: none;
  }
  .t-t10 {
    font-size: 1.2rem !important;
  }
  .addeet-catalog-layer-t1 {
    display: flex;
    flex-direction: column;
  }
  .addeet-layer-product-t1 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .addeet-section-blocks-t31 {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .d768m {
    display: none;
  }
  .addeet-catalog-layer-t1 {
    display: flex;
    flex-direction: row;
  }
  .addeet-layer-product-t1 {
    padding-top: 54px;
  }
  .addeet-section-blocks-t2 {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991.4px) {
  .addeet-section-blocks-t31 {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023.4px) {
  .t-t10 {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 991.4px) {
  .d992 {
    display: none;
  }
  .addeet-container-t1-block-1, .addeet-container-t1-block-2 {
    width: 100%;
  }
  .addeet-container-t2-block-1, .addeet-container-t2-block-2 {
    width: 100%;
  }
  .addeet-container-t1-block-1, .addeet-container-t2-block-1 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .blog-layout-t1 {
    padding-top: 32px;
  }
}
@media (min-width: 992px) {
  .d992m {
    display: none;
  }
  .addeet-container-t1, .addeet-container-t2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .addeet-container-t1-block-1, .addeet-container-t1-block-2 {
    width: 50%;
  }
  .addeet-container-t2-block-1, .addeet-container-t2-block-2 {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1023.4px) {
  .addeet-section-blocks-t31 {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .addeet-layer-figure-t1 {
    -webkit-clip-path: ellipse(85% 85% at 100% 100%);
            clip-path: ellipse(85% 85% at 100% 100%);
  }
}
@media (max-width: 1023.4px) {
  .d1024 {
    display: none;
  }
  .addeet-cookie-box {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .addeet-cookie-row {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .addeet-cookie-bt {
    margin-top: 8px;
  }
  .addeet-layout-advantages-t1 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .addeet-layout-catalogcardpreview-t1 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .t-t3g {
    color: #7c7c7c;
    font-size: 1rem;
    font-weight: 300;
  }
}
@media (min-width: 1024px) {
  .d1024m {
    display: none;
  }
  .t-t10 {
    font-size: 2rem !important;
  }
  .addeet-cookie-box {
    left: calc(50% - 500px);
    right: calc(50% - 500px);
    bottom: 10px;
  }
  .addeet-cookie-row {
    align-items: center;
    flex-wrap: nowrap;
  }
  .addeet-cookie-bt {
    margin-top: auto;
    margin-bottom: auto;
  }
  .c-c3-data-layer {
    padding-right: 1rem;
  }
  .addeet-layout-advantages-t1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .addeet-layout-catalogcardpreview-t1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .blog-info-t1 {
    font-size: 12px;
  }
  .addeet-section-blocks-t31 {
    padding: 0px;
  }
  .t-t3g {
    color: #7c7c7c;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .addeet-layer-figure-t1 {
    -webkit-clip-path: ellipse(85% 85% at 100% 100%);
            clip-path: ellipse(85% 85% at 100% 100%);
  }
}
@media (max-width: 1199.4px) {
  .d1200 {
    display: none;
  }
  .author-date {
    min-width: 120px;
  }
  .sidemenu-button-layer-t1 {
    margin-right: 8px;
  }
}
@media (min-width: 1200px) {
  .d1200m {
    display: none;
  }
  .sidemenu-button-layer-t1 {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .main-mpd {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.addeet-header__layout-t1 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.addeet-header__layout-tc-t1 {
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: -60px;
  position: relative;
  width: 100%;
  z-index: 11 !important;
}
.addeet-header__border-t1 {
  border-bottom: 1px solid rgba(4, 29, 69, 0.1294117647);
}
.addeet-header__layer-t1 {
  width: 100%;
}
.addeet-header__container-t1 {
  max-width: 1432px;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header-navigation-button-layout-t1, .header-navigation-button-layout-tc-t1 {
  margin: 0px !important;
  padding: 0px !important;
}

.header-navigation-button-layout-t1 li, .header-navigation-button-layout-tc-t1 li {
  margin: 0px !important;
  padding: 0px !important;
}

.header-navigation-button-layout-t1 a {
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  font-size: 18px !important;
  font-weight: 300;
  color: #000000 !important;
  margin-left: 16px !important;
  margin-right: 16px !important;
  padding-top: 1px !important;
  border-bottom: 1px solid transparent !important;
  text-decoration: none !important;
}

.header-navigation-button-layout-t1 a:hover {
  color: #767679 !important;
  border-bottom: 1px solid #767679 !important;
}

.header-navigation-button-layout-tc-t1 a {
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  font-size: 16px !important;
  font-weight: 300;
  color: #ffffff !important;
  margin-left: 16px !important;
  margin-right: 16px !important;
  padding-top: 1px !important;
  border-bottom: 1px solid transparent !important;
  text-decoration: none !important;
}

.header-navigation-button-layout-tc-t1 a:hover {
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
}

@media (max-width: 767.4px) {
  .addeet-header__container-t1 {
    padding-left: 0.5rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.4px) {
  .addeet-header__container-t1 {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1023.4px) {
  .addeet-header__container-t1 {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1199.4px) {
  .addeet-header__container-t1 {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 1199.4px) {
  .header-navigation-button-layout-t1, .header-navigation-button-layout-tc-t1 {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .addeet-header__container-t1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.addeet-header__layout-t2 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.addeet-header__border-t2 {
  border-bottom: 1px solid #ffffff;
}

.footer {
  overflow-x: hidden;
}

.addeet-footer__layout {
  background-color: #767679;
}
.addeet-footer__container {
  max-width: 1416px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

.footer-menu-section, .footer-menu-block {
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-list-t1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.footer-list-t1 a {
  text-decoration: none;
}

.footer-list-t1 li {
  padding: 0.25rem;
  margin-right: 0.5rem;
}

@media (max-width: 319.4px) {
  .footer-menu-layout {
    width: 100%;
  }
  .footer-block {
    width: 220px;
  }
  .footer-block-1 {
    width: 220px;
  }
  .footer-block-2 {
    width: 220px;
  }
  .footer-block-3 {
    width: 220px;
  }
  .footer-block-4 {
    width: 220px;
  }
  .footer-block-5 {
    width: 220px;
  }
}
@media (min-width: 320px) and (max-width: 479.4px) {
  .footer-menu-layout {
    max-width: 440px;
  }
}
@media (max-width: 479.4px) {
  .footer-block {
    width: 220px;
  }
  .footer-block-1 {
    width: 220px;
  }
  .footer-block-2 {
    width: 220px;
  }
  .footer-block-3 {
    width: 220px;
  }
  .footer-block-4 {
    width: 220px;
  }
  .footer-block-5 {
    width: 220px;
  }
}
@media (min-width: 480px) and (max-width: 639.4px) {
  .footer-block {
    width: 50%;
  }
  .footer-block-1 {
    width: 100%;
  }
  .footer-block-2 {
    width: 50%;
  }
  .footer-block-3 {
    width: 50%;
  }
  .footer-block-4 {
    width: 50%;
  }
  .footer-block-5 {
    width: 50%;
  }
  .footer-menu-layout {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 640px) and (max-width: 767.4px) {
  .footer-block {
    width: 50%;
  }
  .footer-block-1 {
    width: 100%;
  }
  .footer-block-2 {
    width: 50%;
  }
  .footer-block-3 {
    width: 50%;
  }
  .footer-block-4 {
    width: 50%;
  }
  .footer-block-5 {
    width: 50%;
  }
  .footer-menu-layout {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991.4px) {
  .footer-block {
    width: 50%;
  }
  .footer-block-1 {
    width: 100%;
  }
  .footer-block-2 {
    width: 50%;
  }
  .footer-block-3 {
    width: 50%;
  }
  .footer-block-4 {
    width: 50%;
  }
  .footer-block-5 {
    width: 50%;
  }
  .footer-menu-layout {
    max-width: 740px;
  }
}
@media (min-width: 992px) and (max-width: 1199.4px) {
  .footer-block {
    width: 50%;
  }
  .footer-block-1 {
    width: 100%;
  }
  .footer-block-2 {
    width: 50%;
  }
  .footer-block-3 {
    width: 50%;
  }
  .footer-block-4 {
    width: 50%;
  }
  .footer-block-5 {
    width: 50%;
  }
  .footer-menu-layout {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .footer-menu-layout {
    width: 100%;
  }
  .footer-block {
    width: 20%;
  }
  .footer-block-1 {
    width: 26%;
  }
  .footer-block-2 {
    width: 16%;
  }
  .footer-block-3 {
    width: 16%;
  }
  .footer-block-4 {
    width: 16%;
  }
  .footer-block-5 {
    width: 26%;
  }
  .footer-menu-block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.addeet-fixed-menu-t1 {
  display: none;
  position: fixed;
}

.addeet-fixed-menu-t1 {
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 12 !important;
}

.sidemenu-button-layer-t1 {
  display: inherit;
}

.sidemenu-button-t1 {
  padding: 4px;
  color: #767679 !important;
}

.sidemenu-button-tc-t1 {
  padding: 4px;
  color: #ffffff !important;
}

#sidemenu-t1 {
  box-shadow: 6px 3px 6px 0px rgba(0, 0, 0, 0.1);
  z-index: 31 !important;
  max-width: 320px !important;
  width: 100% !important;
  min-width: 260px !important;
  background: #ffffff !important;
}

/* Breadcrumb */
.addeet-breadcrumb-t1, .addeet-breadcrumb-t3, .addeet-breadcrumb-t4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.addeet-breadcrumb-t2, .addeet-breadcrumb-t3, .addeet-breadcrumb-t4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.addeet-breadcrumb-t1 li:first-child::after {
  content: "";
  padding-right: 4px;
}
.addeet-breadcrumb-t1 li:not(:first-child)::before {
  content: "/";
  color: #ffffff;
  padding-right: 0.25rem;
  padding-bottom: 4px;
}
.addeet-breadcrumb-t2 li:first-child::after {
  content: "";
  padding-right: 4px;
}
.addeet-breadcrumb-t2 li:not(:first-child)::before {
  content: "/";
  color: #000000;
  padding-right: 0.25rem;
  padding-bottom: 4px;
}
.addeet-breadcrumb-list-t1 ul, .addeet-breadcrumb-list-t1 ol, .addeet-breadcrumb-list-t2 ul, .addeet-breadcrumb-list-t2 ol, .addeet-breadcrumb-list-tc-t1 ul, .addeet-breadcrumb-list-tc-t1 ol {
  line-height: 1.2;
  margin: 0px !important;
  padding: 0px !important;
  display: flex;
  flex-wrap: wrap;
}
.addeet-breadcrumb-list-t1 ul, .addeet-breadcrumb-list-t1 ol {
  justify-content: center;
  text-align: center;
}

.addeet-lp1 {
  height: 100%;
  text-decoration: none;
  color: #000000;
}

.addeet-lp1:hover {
  color: #767679;
}

.addeet-pl1 {
  box-shadow: 0 14px 12px -10px rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-width: 0px;
  border-color: transparent;
  height: 100%;
}

.addeet-pl2 {
  box-shadow: 0 14px 20px -4px rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-width: 0px;
  border-color: transparent;
  height: 100%;
}

.addeet-prw1, .addeet-prw2, .addeet-prw3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.addeet-prw1 {
  height: 100%;
}

.addeet-prw2 {
  height: 100;
}

.addeet-prw3 {
  height: 100%;
}

.addeet-prw4 {
  display: flex;
  height: 100%;
}

.addeet-prw5 {
  display: flex;
  height: 100%;
}

.addeet-prw6 {
  display: flex;
  height: 100%;
}

.addeet-lp2:hover .addeet-tp3, .addeet-lp2:hover .addeet-tpd5, .addeet-lp2:hover .addeet-tpd3 {
  color: #000000;
}

.addeet-lp2:hover .addeet-tpd3 {
  border-top: 1px solid #000000;
}

.addeet-lp2 {
  height: 100%;
  text-decoration: none;
}

.addeet-ilp1 {
  width: 100%;
  padding-top: 16px;
  height: 166px;
}

.addeet-ilp2 {
  display: flex;
  align-items: center;
  min-width: 148px;
}

.addeet-ilp4 {
  display: flex;
  align-items: center;
  min-width: 148px;
}

.addeet-ilp5 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
}

.addeet-ilp6 {
  display: flex;
  align-items: center;
}

.addeet-iltp2 {
  background: rgba(244, 201, 23, 0.0983356);
  padding: 24px;
}

.addeet-iltp6 {
  position: relative;
}

.addeet-ip1-t1 {
  width: 50px;
  height: 50px;
}

.addeet-ip1-t2 {
  width: 120px;
  height: 120px;
}

.addeet-ip1-t3 {
  width: 150px;
  height: 150px;
}

.addeet-ip1-t4 {
  width: 200px;
  height: 200px;
}

.addeet-ip1 {
  width: 100%;
  max-width: 100px;
  max-height: 100px;
  height: auto;
}

.addeet-ip15 {
  width: 100%;
  max-width: 150px;
  max-height: 150px;
  height: auto;
}

.addeet-ip2 {
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  height: auto;
}

.addeet-ip3 {
  width: 100%;
  max-width: 300px;
  max-height: 300px;
  height: auto;
}

.addeet-ip4 {
  width: 100%;
  max-width: 64px;
  max-height: 64px;
  height: auto;
}

.addeet-tlp1 {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
}

.addeet-tlp2 {
  margin-top: 16px;
  margin-left: 4px;
  margin-right: 20px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.addeet-tp1 {
  line-height: 1.1;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.addeet-tpd1 {
  border-top: 1px solid #c6c6c6;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 8px;
  color: #7e7e7e;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 300;
}

.addeet-tlp3 {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
  text-align: center;
}

.addeet-tlp4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #767679;
}

.addeet-tlp5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #767679;
}

.addeet-tlp6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #000000;
}

.addeet-tp3 {
  line-height: 1.1;
  font-size: 19px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  text-align: center;
}

.addeet-tp4 {
  line-height: 1.1;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.addeet-tp5 {
  line-height: 1.1;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.addeet-tpd3 {
  border-top: 1px solid #c6c6c6;
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 0px;
  color: #7e7e7e;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.addeet-tpd4 {
  color: #7e7e7e;
  line-height: 1.1;
  font-weight: 300;
}

.addeet-tpd5 {
  padding-top: 8px;
  color: #7e7e7e;
  line-height: 1.1;
  font-size: 17px;
  font-weight: 300;
  height: 70px;
}

@media (max-width: 479.4px) {
  .addeet-tp4 {
    height: 66px;
  }
  .addeet-tp5 {
    height: 100px;
  }
  .addeet-tpd4 {
    height: 150px;
    font-size: 0.9rem;
  }
  .addeet-prw4 {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .addeet-prw5 {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .addeet-ilp2 {
    justify-content: center;
  }
  .addeet-ilp4 {
    justify-content: center;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .addeet-ilp5 {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .addeet-tlp4 {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 4px;
    margin-bottom: 24px;
  }
  .addeet-tlp5 {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .addeet-tp4 {
    text-align: center;
  }
}
@media (min-width: 480px) {
  .addeet-ilp4 {
    padding: 24px;
  }
  .addeet-ilp5 {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .addeet-tpd4 {
    font-size: 1rem;
  }
  .addeet-prw4 {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .addeet-prw5 {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .addeet-tlp4 {
    margin-left: 12px;
    margin-right: 36px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .addeet-tlp5 {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .addeet-tp4 {
    text-align: left;
  }
}
@media (min-width: 480px) and (max-width: 639.4px) {
  .addeet-tp4 {
    height: 66px;
  }
  .addeet-tp5 {
    height: 100px;
  }
  .addeet-tpd4 {
    height: 170px;
  }
}
@media (max-width: 639.4px) {
  .addeet-tlp6 {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 4px;
    margin-bottom: 24px;
  }
  .addeet-ilp6 {
    justify-content: center;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .addeet-prw6 {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media (min-width: 640px) {
  .addeet-tlp6 {
    width: 100%;
    margin-left: 36px;
    margin-right: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .addeet-ilp6 {
    padding: 24px;
    min-width: 248px;
  }
  .addeet-prw6 {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
}
@media (min-width: 640px) and (max-width: 767.4px) {
  .addeet-tp4 {
    height: 66px;
  }
  .addeet-tp5 {
    height: 100px;
  }
  .addeet-tpd4 {
    height: 170px;
  }
}
@media (min-width: 768px) and (max-width: 991.4px) {
  .addeet-tp4 {
    height: 66px;
  }
  .addeet-tp5 {
    height: 100px;
  }
  .addeet-tpd4 {
    height: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1023.4px) {
  .addeet-tp4 {
    height: 44px;
  }
  .addeet-tp5 {
    height: 70px;
  }
  .addeet-tpd4 {
    height: 120px;
  }
}
@media (min-width: 1024px) {
  .addeet-tp4 {
    height: 44px;
  }
  .addeet-tp5 {
    height: 70px;
  }
  .addeet-tpd4 {
    height: 90px;
  }
}
/* Banner */
.banner-t1 {
  color: #ffffff;
  text-shadow: #000000 1px 1px 3px;
  font-weight: 300;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}

a.banner-button-t1 {
  color: #ffffff;
  font-weight: 300;
  border-radius: 5px;
  border-color: #767679;
  background-color: #767679;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}

a.banner-button-t2, a.banner-button-t3 {
  font-weight: 300;
  border-color: transparent;
  text-decoration: none;
  text-align: center;
}

a.banner-button-t2 {
  color: #767679;
  background-color: #ffffff;
  text-align: center;
  /*box-shadow:0px 4px 8px 0px #00000059;*/
}

a.banner-button-t2:hover {
  color: #9b9b9e;
  background-color: #eeeeee;
}

a.banner-button-t3 {
  color: #ffffff;
  background-color: #767679;
  /*box-shadow:0px 4px 8px 0px #000000b3;*/
}

a.banner-button-t3:hover {
  color: #eeeeee;
  background-color: #9b9b9e;
}

a.banner-button-tc1c {
  color: #ffffff;
  background-color: #b75a65;
}

a.banner-button-tc1c:hover {
  background-color: rgba(183, 90, 101, 0.6666666667);
}

a.banner-button-tc1 {
  color: #ffffff;
  background-color: #bf0f2f;
}

a.banner-button-tc1:hover {
  background-color: rgba(191, 15, 47, 0.6666666667);
}

a.banner-button-tc2 {
  color: #ffffff;
  background-color: #36ade0;
}

a.banner-button-tc2:hover {
  background-color: rgba(54, 173, 224, 0.6666666667);
}

a.banner-button-tc31 {
  color: #ffffff;
  background-color: #5fa37c;
}

a.banner-button-tc31:hover {
  background-color: rgba(95, 163, 124, 0.6666666667);
}

a.banner-button-tc32 {
  color: #ffffff;
  background-color: #5981ac;
}

a.banner-button-tc32:hover {
  background-color: rgba(89, 129, 172, 0.6666666667);
}

a.banner-button-tc33 {
  color: #ffffff;
  background-color: #a6669a;
}

a.banner-button-tc33:hover {
  background-color: rgba(166, 102, 154, 0.6666666667);
}

a.banner-button-tc41 {
  color: #ffffff;
  background-color: #ec7317;
}

a.banner-button-tc41:hover {
  background-color: rgba(236, 115, 23, 0.6666666667);
}

a.banner-button-tc42 {
  color: #ffffff;
  background-color: #0095a3;
}

a.banner-button-tc42:hover {
  background-color: rgba(0, 149, 163, 0.6666666667);
}

@media (max-width: 1023.4px) {
  .banner-button-layout-t2 {
    padding-top: 12px;
  }
  a.banner-button-t2, a.banner-button-t3, a.banner-button-tc1c, a.banner-button-tc1, a.banner-button-tc2, a.banner-button-tc31, a.banner-button-tc32, a.banner-button-tc33, a.banner-button-tc41, a.banner-button-tc42 {
    font-size: 1.2rem;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  .banner-button-layout-t2 {
    padding-top: 24px;
  }
  a.banner-button-t2, a.banner-button-t3, a.banner-button-tc1c, a.banner-button-tc1, a.banner-button-tc2, a.banner-button-tc31, a.banner-button-tc32, a.banner-button-tc33, a.banner-button-tc41, a.banner-button-tc42 {
    font-size: 1.4rem;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
/*slider*/
.addeet-slider-bg-v1 {
  background-size: cover;
  background-origin: border-box;
  background-repeat: no-repeat;
}

.addeet-layout-slider-t1 {
  width: 100%;
}

.addeet-layer-slider-t1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1232px;
}

@media (max-width: 767.4px) {
  .addeet-layout-slider-t1 {
    background: rgb(255, 255, 255);
    background: linear-gradient(215deg, rgba(237, 190, 158, 0) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.9) 80%, rgb(255, 255, 255) 100%);
  }
  .addeet-slider-bg-v1 {
    background-position: bottom 0% right 33%;
  }
}
@media (min-width: 768px) and (max-width: 991.4px) {
  .addeet-slider-bg-v1 {
    background-position: bottom 0% right 30%;
  }
}
@media (min-width: 992px) and (max-width: 1023.4px) {
  .addeet-slider-bg-v1 {
    background-position: bottom 0% right 30%;
  }
}
@media (min-width: 1024px) and (max-width: 1199.4px) {
  .addeet-slider-bg-v1 {
    background-position: bottom 0% right 30%;
  }
}
@media (min-width: 1200px) {
  .addeet-slider-bg-v1 {
    background-position: center;
  }
}
/*cardflip*/
.addeet-cardflip-v1 {
  display: block;
}

.addeet-cardflip__layout-t1 {
  width: 100%;
  background: #f8f8f6;
}
.addeet-cardflip__layer-t1 {
  width: 100%;
}
.addeet-cardflip__container-t1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1432px;
}
.addeet-cardflip-v1 .addeet-block__container-t1 {
  text-align: center;
  min-width: 100px;
  min-height: 200px;
  height: auto;
}
.addeet-cardflip-v1 .cardContainer {
  height: 100%;
  min-height: 415px;
}
.addeet-cardflip-v1 .flip-active {
  transform: translateZ(0px) rotateY(180deg) !important;
}
.addeet-cardflip-v1 .card-flip-t1 {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -moz-backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translateZ(-100px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.addeet-cardflip-v1 .card-flip-t1 .side {
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 14px 20px -4px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  height: auto;
  min-height: 415px;
}
.addeet-cardflip-v1 .card-flip-t1 .front {
  z-index: 2;
}
.addeet-cardflip-v1 .card-flip-t1 .back {
  transform: rotateY(180deg);
}
.addeet-cardflip-v1 .front .img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 300px;
}
.addeet-cardflip-v1 .back {
  position: relative;
}
.addeet-cardflip-v1 .card-flip-container-t1 {
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.addeet-cardflip-v1 .card-t2 {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  padding: 14px 80px 18px 36px;
  cursor: pointer;
}
.addeet-cardflip-v1 .card-t2:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}
.addeet-cardflip-v1 .card-t2 h3 {
  font-weight: 600;
}
.addeet-cardflip-v1 .card-t2 img {
  position: absolute;
  top: 20px;
  right: 15px;
  max-height: 120px;
}
.addeet-cardflip-v1 .card-t2-layout {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: inherit;
  height: 100%;
  width: 100%;
}
.addeet-cardflip-v1 .card-t2-layer {
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.8431372549);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.addeet-cardflip-v1 .card-t2-container {
  position: relative;
}
.addeet-cardflip-v1 .card-flip-layout-t1 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 0px;
}
.addeet-cardflip-v1 .card-flip-layer-t1 {
  background: #ffffff;
}
.addeet-cardflip-v1 .card-flip-button-t1 {
  position: absolute;
}

.addeet-cardflip-blocks__layout-t1 {
  width: 100%;
}
.addeet-cardflip-blocks__layer -t1 {
  width: 100%;
}
.addeet-cardflip-blocks__container-t1 {
  width: 100%;
}

@media (max-width: 479.4px) {
  .addeet-cardflip__container-t1 .cf4-t1 {
    width: 100%;
  }
  .addeet-cardflip-blocks__container-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 480px) and (max-width: 639.4px) {
  .addeet-cardflip__container-t1 .cf4-t1 {
    width: 50%;
  }
  .addeet-cardflip-blocks__container-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 640px) and (max-width: 767.4px) {
  .addeet-cardflip__container-t1 .cf4-t1 {
    width: 50%;
  }
  .addeet-cardflip-blocks__container-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.4px) {
  .addeet-cardflip__container-t1 .cf4-t1 {
    width: 33.33%;
  }
  .addeet-cardflip-blocks__container-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1023.4px) {
  .addeet-cardflip__container-t1 .cf4-t1 {
    width: 33.33%;
  }
  .addeet-cardflip-blocks__container-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1023.4px) {
  .addeet-cardflip__layout-t1 {
    padding-top: 2.5rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 1024px) {
  .addeet-cardflip__layout-t1 {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
  .addeet-cardflip__container-t1 .cf4-t1 {
    width: 25%;
  }
}
@media (min-width: 1024px) and (max-width: 1247.4px) {
  .addeet-cardflip-blocks__container-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1247.4px) {
  .addeet-cardflip-v1 .addeet-block__container-t1 {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1248px) {
  .addeet-cardflip-v1 .addeet-block__container-t1 {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-cardflip-blocks__container-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
/* Lists */
.addeet-mlist-none ul, .addeet-mlist-none ol {
  list-style-type: none;
}

.addeet-mlist-decimal ul, .addeet-mlist-decimal ol {
  list-style-type: decimal;
}

.addeet-mlist-disc ul, .addeet-mlist-disc ol {
  list-style-type: disc;
}

.addeet-mlist-circle ul, .addeet-mlist-circle ol {
  list-style-type: circle;
}

.addeet-mlist-square ul, .addeet-mlist-square ol {
  list-style-type: square;
}

.addeet-mlist-disclosure-closed ul, .addeet-mlist-disclosure-closed ol {
  list-style-type: disclosure-closed;
}

.addeet-mlist-disclosure-open ul, .addeet-mlist-disclosure-open ol {
  list-style-type: disclosure-open;
}

.addeet-mlist-t1 ul, .addeet-mlist-t1 ol {
  list-style-position: inside;
  margin-left: 0px;
}

.addeet-mlist-t2 ul, .addeet-mlist-t2 ol {
  list-style-position: inside;
  margin-left: 32px;
}

.addeet-mlist-t3 ul, .addeet-mlist-t3 ol {
  margin-left: 0px;
}

.addeet-mlist-li1 li {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 6px;
}

.addeet-mlist-li2 li {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 12px;
  padding-bottom: 6px;
}

/* Accordion */
.accordion-item {
  border-color: transparent !important;
  box-shadow: 0 50px 50px #eeeeee !important;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: 24px;
  padding: 24px !important;
  background-color: #ffffff !important;
}

.accordion-body {
  padding-top: 8px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}

.accordion-button {
  padding: 0px !important;
  color: #000000 !important;
  line-height: 1.2 !important;
}

.accordion-button:not(.collapsed) {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23037551'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

/*tab*/
.addeet-tab-v1 {
  display: block;
}

.addeet-tab__layout-t1 {
  width: 100%;
}
.addeet-tab__layer-t1 {
  width: 100%;
}
.addeet-tab__container-t1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 990px;
}

.addeet-tab-blocks__layout-t1 {
  width: 100%;
}
.addeet-tab-blocks__layer-t1 {
  width: 100%;
}
.addeet-tab-blocks__container-t1 {
  width: 100%;
}

@media (max-width: 479.4px) {
  .addeet-tab-text {
    height: auto;
  }
  .addeet-tab__container-t1 .adv2-t1, .addeet-tab__container-t1 .adv2-t2, .addeet-tab__container-t1 .adv3-t1, .addeet-tab__container-t1 .adv4-t1, .addeet-tab__container-t1 .adv5-t1, .addeet-tab__container-t1 .adv6-t1 {
    width: 100%;
  }
  .addeet-tab-blocks__container-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-grid__container-t1 .adv2-t1, .addeet-grid__container-t1 .adv2-t2, .addeet-grid__container-t1 .adv3-t1, .addeet-grid__container-t1 .adv4-t1, .addeet-grid__container-t1 .adv5-t1, .addeet-grid__container-t1 .adv6-t1 {
    width: 100%;
  }
  .addeet-reference-menu .adv2-t1, .addeet-reference-menu .adv2-t2, .addeet-reference-menu .adv3-t1, .addeet-reference-menu .adv4-t1, .addeet-reference-menu .adv5-t1, .addeet-reference-menu .adv6-t1 {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 639.4px) {
  .addeet-tab__container-t1 .adv2-t1, .addeet-tab__container-t1 .adv2-t2, .addeet-tab__container-t1 .adv3-t1, .addeet-tab__container-t1 .adv4-t1, .addeet-tab__container-t1 .adv5-t1, .addeet-tab__container-t1 .adv6-t1 {
    width: 100%;
  }
  .addeet-tab-blocks__container-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-grid__container-t1 .adv2-t1, .addeet-grid__container-t1 .adv2-t2, .addeet-grid__container-t1 .adv3-t1, .addeet-grid__container-t1 .adv4-t1, .addeet-grid__container-t1 .adv5-t1, .addeet-grid__container-t1 .adv6-t1 {
    width: 100%;
  }
  .addeet-reference-menu .adv2-t1, .addeet-reference-menu .adv2-t2, .addeet-reference-menu .adv3-t1, .addeet-reference-menu .adv4-t1, .addeet-reference-menu .adv5-t1, .addeet-reference-menu .adv6-t1 {
    width: 100%;
  }
}
@media (min-width: 640px) and (max-width: 767.4px) {
  .addeet-tab__container-t1 .adv2-t2 {
    width: 100%;
  }
  .addeet-tab__container-t1 .adv2-t1, .addeet-tab__container-t1 .adv4-t1, .addeet-tab__container-t1 .adv6-t1 {
    width: 80%;
  }
  .addeet-tab__container-t1 .adv3-t1, .addeet-tab__container-t1 .adv5-t1 {
    width: 80%;
  }
  .addeet-tab-blocks__container-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-grid__container-t1 .adv2-t2 {
    width: 100%;
  }
  .addeet-grid__container-t1 .adv2-t1, .addeet-grid__container-t1 .adv3-t1, .addeet-grid__container-t1 .adv4-t1, .addeet-grid__container-t1 .adv5-t1, .addeet-grid__container-t1 .adv6-t1 {
    width: 50%;
  }
  .addeet-reference-menu .adv2-t2 {
    width: 100%;
  }
  .addeet-reference-menu .adv2-t1, .addeet-reference-menu .adv3-t1, .addeet-reference-menu .adv4-t1, .addeet-reference-menu .adv5-t1, .addeet-reference-menu .adv6-t1 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.4px) {
  .addeet-tab__container-t1 .adv2-t2 {
    width: 100%;
  }
  .addeet-tab__container-t1 .adv2-t1, .addeet-tab__container-t1 .adv4-t1, .addeet-tab__container-t1 .adv6-t1 {
    width: 60%;
  }
  .addeet-tab__container-t1 .adv3-t1, .addeet-tab__container-t1 .adv5-t1 {
    width: 60%;
  }
  .addeet-tab-blocks__container-t1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .addeet-grid__container-t1 .adv2-t2 {
    width: 100%;
  }
  .addeet-grid__container-t1 .adv2-t1, .addeet-grid__container-t1 .adv3-t1, .addeet-grid__container-t1 .adv4-t1, .addeet-grid__container-t1 .adv5-t1, .addeet-grid__container-t1 .adv6-t1 {
    width: 50%;
  }
  .addeet-reference-menu .adv2-t2 {
    width: 100%;
  }
  .addeet-reference-menu .adv2-t1, .addeet-reference-menu .adv3-t1, .addeet-reference-menu .adv4-t1, .addeet-reference-menu .adv5-t1, .addeet-reference-menu .adv6-t1 {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1023.4px) {
  .addeet-advantages-preview-mobile-t1 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .addeet-tab__container-t1 .adv2-t1, .addeet-tab__container-t1 .adv2-t2, .addeet-tab__container-t1 .adv4-t1 {
    width: 50%;
  }
  .addeet-tab__container-t1 .adv3-t1, .addeet-tab__container-t1 .adv5-t1, .addeet-tab__container-t1 .adv6-t1 {
    width: 33.3%;
  }
  .addeet-tab-blocks__container-t1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .addeet-grid__container-t1 .adv2-t1, .addeet-grid__container-t1 .adv2-t2, .addeet-grid__container-t1 .adv4-t1 {
    width: 50%;
  }
  .addeet-grid__container-t1 .adv3-t1, .addeet-grid__container-t1 .adv5-t1, .addeet-grid__container-t1 .adv6-t1 {
    width: 33.3%;
  }
  .addeet-reference-menu .adv2-t1, .addeet-reference-menu .adv4-t1 {
    width: 50%;
  }
  .addeet-reference-menu .adv3-t1, .addeet-reference-menu .adv5-t1, .addeet-reference-menu .adv6-t1 {
    width: 33.3%;
  }
}
@media (max-width: 1023.4px) {
  .addeet-advantages-preview-t1 {
    display: none;
  }
  .addeet-layout-advantagepreview-t1 {
    padding-top: 0.75rem;
    padding-bottom: 2.25rem;
  }
  .prw-advantage {
    height: 240px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 25px;
  }
  .blog-info-t1 {
    font-size: 13px;
  }
  .addeet-tab__layout-t1 {
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .addeet-advantages-preview-mobile-t1 {
    display: none;
  }
  .addeet-layout-advantagepreview-t1 {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  .prw-advantage {
    height: 220px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 25px;
  }
  .addeet-tab__layout-t1 {
    padding-top: 4rem;
    padding-bottom: 1.25rem;
  }
  .addeet-tab__container-t1 .adv2-t1, .addeet-tab__container-t1 .adv2-t2 {
    width: 50%;
  }
  .addeet-tab__container-t1 .adv3-t1 {
    width: 33.33%;
  }
  .addeet-tab__container-t1 .adv4-t1 {
    width: 25%;
  }
  .addeet-tab__container-t1 .adv5-t1 {
    width: 20%;
  }
  .addeet-tab__container-t1 .adv6-t1 {
    width: 16.66%;
  }
  .addeet-grid__container-t1 .adv2-t1, .addeet-grid__container-t1 .adv2-t2 {
    width: 50%;
  }
  .addeet-grid__container-t1 .adv3-t1 {
    width: 33.33%;
  }
  .addeet-grid__container-t1 .adv4-t1 {
    width: 25%;
  }
  .addeet-grid__container-t1 .adv5-t1 {
    width: 20%;
  }
  .addeet-grid__container-t1 .adv6-t1 {
    width: 16.66%;
  }
  .addeet-reference-menu .adv2-t1, .addeet-reference-menu .adv2-t2 {
    width: 50%;
  }
  .addeet-reference-menu .adv3-t1 {
    width: 33.33%;
  }
  .addeet-reference-menu .adv4-t1 {
    width: 25%;
  }
  .addeet-reference-menu .adv5-t1 {
    width: 20%;
  }
  .addeet-reference-menu .adv6-t1 {
    width: 16.66%;
  }
}
@media (min-width: 1024px) and (max-width: 1247.4px) {
  .addeet-tab-blocks__container-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-advantages-preview-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1247.4px) {
  .addeet-tab-t1 {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1248px) {
  .addeet-tab-blocks__container-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .addeet-tab-t1 {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-advantages-preview-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
/* Table */
.content-table-main {
  border-collapse: collapse !important;
  width: 100% !important;
  /*   table-layout: fixed!important; */
}

.table-main-t1 tr:hover {
  background: #eaf2ff !important;
}

.table-main-t1 tr:active {
  background: #eaf2ff !important;
}

.table-main-t1 th {
  background: #004ca0 !important;
  border: 1px solid #004ca0 !important;
  padding: 4px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  min-width: 100px !important;
}

.table-main-100-t1 th {
  background: #004ca0 !important;
  border: 1px solid #004ca0 !important;
  padding: 3px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  min-width: 100% !important;
}

.table-main-t1 td {
  padding: 4px !important;
  border: 1px solid #d4d4d4 !important;
  min-width: 100px !important;
}

.table-main-100-t1 td {
  padding: 3px !important;
  border: 1px solid #d4d4d4 !important;
  min-width: 100% !important;
}

.table-main-t1 td:hover {
  background: #0096da !important;
  color: #ffffff !important;
  border: 1px solid #0096da !important;
}

.table-main-t1 td:active {
  background: #0096da !important;
  color: #ffffff !important;
  border: 1px solid #0096da !important;
}

.table-cl-fixed-t1 {
  table-layout: fixed;
  overflow-x: auto;
}

/* Breadcrumb */
.addeet-catalog-breadcrumb-t1, .addeet-catalog-breadcrumb-t2 {
  display: inline-block;
  width: 100%;
}
.addeet-catalog-breadcrumb-t1 li:first-child::after, .addeet-catalog-breadcrumb-t2 li:first-child::after {
  content: "";
  padding-right: 4px;
}
.addeet-catalog-breadcrumb-t1 li:not(:first-child)::before, .addeet-catalog-breadcrumb-t2 li:not(:first-child)::before {
  content: "/";
  padding-right: 0.25rem;
  padding-bottom: 4px;
}
.addeet-catalog-breadcrumb-t1 li:not(:first-child)::before {
  color: #ffffff;
}
.addeet-catalog-breadcrumb-t2 li:not(:first-child)::before {
  color: #000000;
}

@media (max-width: 767.4px) {
  .addeet-catalog-breadcrumb-t1, .addeet-catalog-breadcrumb-t2 {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.4px) {
  .addeet-catalog-breadcrumb-t1, .addeet-catalog-breadcrumb-t2 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1023.4px) {
  .addeet-catalog-breadcrumb-t1, .addeet-catalog-breadcrumb-t2 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1247.4px) {
  .addeet-catalog-breadcrumb-t1, .addeet-catalog-breadcrumb-t2 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1248px) {
  .addeet-catalog-breadcrumb-t1, .addeet-catalog-breadcrumb-t2 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
/* Catalog */
.addeet-market-container-t1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.addeet-market-link-t1 {
  text-align: left;
}

.addeet-market-container-t2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.addeet-market-link-t2 {
  text-align: left;
}

.addeet-layer-catalogcard-t1 a.addeet-button-t2-1, .addeet-layer-catalogcard-t2 a.addeet-button-t2-1 {
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 190px;
  height: 44px;
  display: block;
  z-index: 9;
  transition: transform 300ms ease-out;
}
.addeet-layer-catalogcard-t1 .addeet-market-link-layout-t1, .addeet-layer-catalogcard-t2 .addeet-market-link-layout-t1 {
  margin-top: 4px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: border-box;
}
.addeet-layer-catalogcard-t1 a.addeet-button-t2-1 {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 14px 20px -4px rgba(0, 0, 0, 0.15);
}
.addeet-layer-catalogcard-t2 a.addeet-button-t2-1 {
  background-color: #767679;
  color: #ffffff;
}
.addeet-layer-catalogcard-t2 .addeet-market-link-layout-t1 {
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.15);
}
.addeet-layer-catalogcard-t2 .addeet-market-link-layout-t1:hover {
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.3);
}

a.addeet-button-t2-3 {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
  color: #000000;
  background: #ffffff;
  width: 190px;
  height: 44px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  transition: transform 300ms ease-out;
}

.catalog-brand .addeet-button-t2-1:hover, .catalog-brand .addeet-button-t2-3:hover {
  transform: scale(1.05);
}

.addeet-layer-catalogcard-t1, .addeet-layer-catalogcard-t2 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1432px;
}

@media (max-width: 767.4px) {
  .addeet-layer-catalogcard-t1 {
    padding-top: 54px;
  }
  .addeet-layer-catalogcard-t1 .c-c1 {
    width: 100%;
  }
  .addeet-layer-catalogcard-t1 .c-c2 {
    width: 100%;
    background: #f8f8f6;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .addeet-layer-catalogcard-t1 .cat-caption-t1, .addeet-layer-catalogcard-t1 .cat-text-t1 {
    color: #000000;
    overflow-wrap: break-word;
  }
  .addeet-layer-catalogcard-t2 {
    padding-top: 4px;
  }
  .addeet-layer-catalogcard-t2 .cat-caption-t1, .addeet-layer-catalogcard-t2 .cat-text-t1 {
    color: #000000;
    overflow-wrap: break-word;
  }
  .addeet-layer-catalogcard-t2 .c-c1 {
    width: 100%;
  }
  .addeet-layer-catalogcard-t2 .c-c2 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .addeet-layer-catalogcard-t1 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .addeet-layer-catalogcard-t1 .cat-caption-t1, .addeet-layer-catalogcard-t1 .cat-text-t1 {
    color: #ffffff;
  }
  .addeet-layer-catalogcard-t2 {
    padding-top: 4px;
    padding-bottom: 54px;
  }
  .addeet-layer-catalogcard-t2 .cat-caption-t1, .addeet-layer-catalogcard-t2 .cat-text-t1 {
    color: #000000;
  }
}
@media (min-width: 768px) and (max-width: 1023.4px) {
  .addeet-layer-catalogcard-t1 .c-c1 {
    width: 45%;
  }
  .addeet-layer-catalogcard-t1 .c-c2 {
    width: 55%;
  }
  .addeet-layer-catalogcard-t2 .c-c1 {
    width: 45%;
  }
  .addeet-layer-catalogcard-t2 .c-c2 {
    width: 55%;
  }
}
@media (max-width: 1023.4px) {
  .addeet-market-container-t1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 244px;
  }
  .addeet-layer-catalogcard-t1 .c-c3 {
    display: none;
  }
  .addeet-layer-catalogcard-t1 .addeet-market-link-layout-t1, .addeet-layer-catalogcard-t2 .addeet-market-link-layout-t1 {
    width: 90px;
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .addeet-layer-catalogcard-t1 .addeet-market-link-layout-t1, .addeet-layer-catalogcard-t2 .addeet-market-link-layout-t1 {
    width: 135px;
    height: 90px;
  }
}
@media (min-width: 1024px) and (max-width: 1199.4px) {
  .addeet-layer-catalogcard-t1 .c-c1 {
    width: 30%;
  }
  .addeet-layer-catalogcard-t1 .c-c2 {
    width: 45%;
  }
  .addeet-layer-catalogcard-t1 .c-c3 {
    width: 25%;
  }
  .addeet-layer-catalogcard-t2 .c-c1 {
    width: 45%;
  }
  .addeet-layer-catalogcard-t2 .c-c2 {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .addeet-layer-catalogcard-t1 .c-c1 {
    width: 35%;
  }
  .addeet-layer-catalogcard-t1 .c-c2 {
    width: 45%;
  }
  .addeet-layer-catalogcard-t1 .c-c3 {
    width: 20%;
  }
  .addeet-layer-catalogcard-t2 .c-c1 {
    width: 45%;
  }
  .addeet-layer-catalogcard-t2 .c-c2 {
    width: 55%;
  }
}
/*catalog-preview*/
.addeet-catalog-preview-v1 {
  display: block;
}

.addeet-catalog-preview__layout-t1 {
  width: 100%;
  background: #f8f8f6;
}
.addeet-catalog-preview__layer-t1 {
  width: 100%;
}
.addeet-catalog-preview__container-t1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1432px;
}
.addeet-catalog-preview-v1 .addeet-block__container-t1 {
  text-align: center;
  min-width: 100px;
  min-height: 200px;
  height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.addeet-catalog-preview-blocks__layout-t1 {
  width: 100%;
}
.addeet-catalog-preview-blocks__layer-t1 {
  width: 100%;
}
.addeet-catalog-preview-blocks__container-t1 {
  width: 100%;
}

.addeet-container-catalogpreview-t1, .addeet-catalogs-preview-t1 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.addeet-catalog-preview-t2 {
  text-align: center;
  min-width: 100px;
  padding: 1rem;
}

.addeet-catalogs-preview-mobile-t1 .addeet-catalog-preview-t1 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (max-width: 479.4px) {
  .addeet-catalog-preview-text {
    height: auto;
  }
  .addeet-grid-c1-t1 .addeet-catalog-preview-t1, .addeet-grid-c2-t1 .addeet-catalog-preview-t1, .addeet-grid-c3-t1 .addeet-catalog-preview-t1, .addeet-grid-c4-t1 .addeet-catalog-preview-t1, .addeet-grid-c5-t1 .addeet-catalog-preview-t1, .addeet-grid-c6-t1 .addeet-catalog-preview-t1 {
    width: 100%;
  }
  .addeet-catalog-preview__container-t1 .c2-t1, .addeet-catalog-preview__container-t1 .c3-t1, .addeet-catalog-preview__container-t1 .c4-t1, .addeet-catalog-preview__container-t1 .c5-t1, .addeet-catalog-preview__container-t1 .c6-t1 {
    width: 100%;
  }
  .addeet-catalog-preview-blocks__container-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .addeet-grid__container-t1 .c2-t1, .addeet-grid__container-t1 .c3-t1, .addeet-grid__container-t1 .c4-t1, .addeet-grid__container-t1 .c5-t1, .addeet-grid__container-t1 .c6-t1 {
    width: 100%;
  }
  .addeet-reference-menu .c2-t1, .addeet-reference-menu .c3-t1, .addeet-reference-menu .c4-t1, .addeet-reference-menu .c5-t1, .addeet-reference-menu .c6-t1 {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 639.4px) {
  .addeet-grid-c1-t1 .addeet-catalog-preview-t1 {
    width: 100%;
  }
  .addeet-grid-c2-t1 .addeet-catalog-preview-t1, .addeet-grid-c3-t1 .addeet-catalog-preview-t1, .addeet-grid-c4-t1 .addeet-catalog-preview-t1, .addeet-grid-c5-t1 .addeet-catalog-preview-t1, .addeet-grid-c6-t1 .addeet-catalog-preview-t1 {
    width: 50%;
  }
  .addeet-catalog-preview__container-t1 .c2-t1, .addeet-catalog-preview__container-t1 .c3-t1, .addeet-catalog-preview__container-t1 .c4-t1, .addeet-catalog-preview__container-t1 .c5-t1, .addeet-catalog-preview__container-t1 .c6-t1 {
    width: 50%;
  }
  .addeet-catalog-preview-blocks__container-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .addeet-grid__container-t1 .c2-t1, .addeet-grid__container-t1 .c3-t1, .addeet-grid__container-t1 .c4-t1, .addeet-grid__container-t1 .c5-t1, .addeet-grid__container-t1 .c6-t1 {
    width: 100%;
  }
  .addeet-reference-menu .c2-t1, .addeet-reference-menu .c3-t1, .addeet-reference-menu .c4-t1, .addeet-reference-menu .c5-t1, .addeet-reference-menu .c6-t1 {
    width: 70%;
  }
}
@media (min-width: 640px) and (max-width: 767.4px) {
  .addeet-grid-c1-t1 .addeet-catalog-preview-t1 {
    width: 100%;
  }
  .addeet-grid-c2-t1 .addeet-catalog-preview-t1, .addeet-grid-c3-t1 .addeet-catalog-preview-t1, .addeet-grid-c4-t1 .addeet-catalog-preview-t1, .addeet-grid-c5-t1 .addeet-catalog-preview-t1, .addeet-grid-c6-t1 .addeet-catalog-preview-t1 {
    width: 50%;
  }
  .addeet-catalog-preview__container-t1 .c2-t1, .addeet-catalog-preview__container-t1 .c4-t1, .addeet-catalog-preview__container-t1 .c6-t1 {
    width: 50%;
  }
  .addeet-catalog-preview__container-t1 .c3-t1, .addeet-catalog-preview__container-t1 .c5-t1 {
    width: 33.3%;
  }
  .addeet-catalog-preview-blocks__container-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .addeet-grid__container-t1 .c2-t1, .addeet-grid__container-t1 .c3-t1, .addeet-grid__container-t1 .c4-t1, .addeet-grid__container-t1 .c5-t1, .addeet-grid__container-t1 .c6-t1 {
    width: 50%;
  }
  .addeet-reference-menu .c2-t1, .addeet-reference-menu .c3-t1, .addeet-reference-menu .c4-t1, .addeet-reference-menu .c5-t1, .addeet-reference-menu .c6-t1 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.4px) {
  .addeet-grid-c1-t1 .addeet-catalog-preview-t1 {
    width: 100%;
  }
  .addeet-grid-c2-t1 .addeet-catalog-preview-t1, .addeet-grid-c4-t1 .addeet-catalog-preview-t1 {
    width: 50%;
  }
  .addeet-grid-c3-t1 .addeet-catalog-preview-t1, .addeet-grid-c5-t1 .addeet-catalog-preview-t1, .addeet-grid-c6-t1 .addeet-catalog-preview-t1 {
    width: 33.33%;
  }
  .addeet-catalog-preview__container-t1 .c2-t1, .addeet-catalog-preview__container-t1 .c4-t1, .addeet-catalog-preview__container-t1 .c6-t1 {
    width: 50%;
  }
  .addeet-catalog-preview__container-t1 .c3-t1, .addeet-catalog-preview__container-t1 .c5-t1 {
    width: 33.3%;
  }
  .addeet-catalog-preview-blocks__container-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-grid__container-t1 .c2-t1, .addeet-grid__container-t1 .c3-t1, .addeet-grid__container-t1 .c4-t1, .addeet-grid__container-t1 .c5-t1, .addeet-grid__container-t1 .c6-t1 {
    width: 50%;
  }
  .addeet-reference-menu .c2-t1, .addeet-reference-menu .c3-t1, .addeet-reference-menu .c4-t1, .addeet-reference-menu .c5-t1, .addeet-reference-menu .c6-t1 {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1023.4px) {
  .addeet-catalogs-preview-mobile-t1 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .addeet-grid-c1-t1 .addeet-catalog-preview-t1 {
    width: 100%;
  }
  .addeet-grid-c2-t1 .addeet-catalog-preview-t1, .addeet-grid-c4-t1 .addeet-catalog-preview-t1 {
    width: 50%;
  }
  .addeet-grid-c3-t1 .addeet-catalog-preview-t1, .addeet-grid-c5-t1 .addeet-catalog-preview-t1, .addeet-grid-c6-t1 .addeet-catalog-preview-t1 {
    width: 33.33%;
  }
  .addeet-catalog-preview__container-t1 .c2-t1, .addeet-catalog-preview__container-t1 .c4-t1 {
    width: 50%;
  }
  .addeet-catalog-preview__container-t1 .c3-t1, .addeet-catalog-preview__container-t1 .c5-t1, .addeet-catalog-preview__container-t1 .c6-t1 {
    width: 33.3%;
  }
  .addeet-catalog-preview-blocks__container-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-grid__container-t1 .c2-t1, .addeet-grid__container-t1 .c4-t1 {
    width: 50%;
  }
  .addeet-grid__container-t1 .c3-t1, .addeet-grid__container-t1 .c5-t1, .addeet-grid__container-t1 .c6-t1 {
    width: 33.3%;
  }
  .addeet-reference-menu .c2-t1, .addeet-reference-menu .c4-t1 {
    width: 50%;
  }
  .addeet-reference-menu .c3-t1, .addeet-reference-menu .c5-t1, .addeet-reference-menu .c6-t1 {
    width: 33.3%;
  }
}
@media (max-width: 1023.4px) {
  .addeet-catalogs-preview-t1 {
    display: none;
  }
  .addeet-layout-catalogpreview-t1 {
    padding-top: 0.75rem;
    padding-bottom: 2.25rem;
  }
  .prw-catalog {
    height: 240px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 25px;
  }
  .blog-info-t1 {
    font-size: 13px;
  }
  .addeet-catalog-preview__layout-t1 {
    padding-top: 2.5rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 1024px) {
  .addeet-catalogs-preview-mobile-t1 {
    display: none;
  }
  .addeet-layout-catalogpreview-t1 {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  .prw-catalog {
    height: 220px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 25px;
  }
  .addeet-grid-c1-t1 .addeet-catalog-preview-t1 {
    width: 100%;
  }
  .addeet-grid-c2-t1 .addeet-catalog-preview-t1 {
    width: 50%;
  }
  .addeet-grid-c3-t1 .addeet-catalog-preview-t1 {
    width: 33.33%;
  }
  .addeet-grid-c4-t1 .addeet-catalog-preview-t1 {
    width: 25%;
  }
  .addeet-grid-c5-t1 .addeet-catalog-preview-t1 {
    width: 20%;
  }
  .addeet-grid-c6-t1 .addeet-catalog-preview-t1 {
    width: 16.66%;
  }
  .addeet-catalog-preview__layout-t0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .addeet-catalog-preview__layout-t1 {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
  .addeet-catalog-preview__container-t1 .c2-t1 {
    width: 50%;
  }
  .addeet-catalog-preview__container-t1 .c3-t1 {
    width: 33.33%;
  }
  .addeet-catalog-preview__container-t1 .c4-t1 {
    width: 25%;
  }
  .addeet-catalog-preview__container-t1 .c5-t1 {
    width: 20%;
  }
  .addeet-catalog-preview__container-t1 .c6-t1 {
    width: 16.66%;
  }
  .addeet-catalog-preview-blocks__container-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-grid__container-t1 .c2-t1 {
    width: 50%;
  }
  .addeet-grid__container-t1 .c3-t1 {
    width: 33.33%;
  }
  .addeet-grid__container-t1 .c4-t1 {
    width: 25%;
  }
  .addeet-grid__container-t1 .c5-t1 {
    width: 20%;
  }
  .addeet-grid__container-t1 .c6-t1 {
    width: 16.66%;
  }
  .addeet-reference-menu .c2-t1 {
    width: 50%;
  }
  .addeet-reference-menu .c3-t1 {
    width: 33.33%;
  }
  .addeet-reference-menu .c4-t1 {
    width: 25%;
  }
  .addeet-reference-menu .c5-t1 {
    width: 20%;
  }
  .addeet-reference-menu .c6-t1 {
    width: 16.66%;
  }
}
@media (min-width: 1024px) and (max-width: 1247.4px) {
  .addeet-catalog-preview-blocks__container-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-catalogs-preview-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1247.4px) {
  .addeet-catalog-preview-t1 {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1248px) {
  .addeet-catalog-preview-blocks__container-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .addeet-catalog-preview-t1 {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-catalogs-preview-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
/*Articles*/ /* Article layouts */ /* Article layers */ /* Article containers */
.addeet-article__container-t1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1432px;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 639.4px) {
  .addeet-article__container-t1 {
    flex-wrap: wrap;
  }
}
@media (min-width: 640px) {
  .addeet-article__container-t1 {
    flex-wrap: nowrap;
  }
}
/* Article menus */
.fixed-sidemenu {
  display: none;
  position: fixed;
}

.fixed-sidemenu {
  top: 60px;
  height: calc(100vh - 60px);
  z-index: 5;
  overflow-y: auto;
  background: #ffffff;
}

@media (max-width: 639.4px) {
  .fixed-sidemenu {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 767.4px) {
  .fixed-sidemenu {
    width: 28%;
  }
}
@media (min-width: 768px) and (max-width: 1023.4px) {
  .fixed-sidemenu {
    width: 28%;
  }
}
@media (min-width: 1024px) and (max-width: 1199.4px) {
  .fixed-sidemenu {
    width: 23%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.4px) {
  .fixed-sidemenu {
    width: 100%;
    max-width: 18%;
  }
}
@media (min-width: 1440px) {
  .fixed-sidemenu {
    width: 100%;
    max-width: 250px;
  }
}
/* Article breadcrumb */
.addeet-article-breadcrumb-t1 {
  display: inline-block;
  width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.addeet-article-breadcrumb-t1 li:first-child::after {
  content: "";
  padding-right: 4px;
}
.addeet-article-breadcrumb-t1 li:not(:first-child)::before {
  content: "/";
  color: #000000;
  padding-right: 0.25rem;
  padding-bottom: 4px;
}

/* Article blocks */
.addeet-article-block-t1 {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow-wrap: break-word;
}
.addeet-article-block-t1 a, .addeet-article-block-t2 a, .addeet-article-block-t3 a {
  color: #767679;
  text-decoration: underline;
}
.addeet-article-block-t2 {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow-wrap: break-word;
}
.addeet-article-block-t3 {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow-wrap: break-word;
}

/* Article anchors */
.addeet-anchor-t1 {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
}

/* Article */
.fixed-sidemenu {
  padding-right: 1rem;
}

.article-sidemenu-t1 {
  font-weight: 300;
}

.article-sidemenu-t1 a {
  color: #000000;
  border-bottom: 1px solid rgba(4, 29, 69, 0.1294117647);
  padding-bottom: 3px;
  text-decoration: none;
}

.article-sidemenu-t2 a {
  color: #000000;
  border-bottom: 1px solid rgba(4, 29, 69, 0.1294117647);
  padding-bottom: 3px;
  text-decoration: none;
}

.article-sidemenu-t1 a:hover {
  color: #767679;
  border-bottom: 1px solid #767679;
}

.article-sidemenu-t2 a:hover {
  color: #767679;
  border-bottom: 1px solid #767679;
}

.prw-article-card-t1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 12px;
  height: 100%;
  text-align: left;
  background: #ffffff;
}

.addeet-article-bg {
  background-size: cover;
  background-position: center;
  background-origin: border-box;
  width: 100%;
  height: auto;
}

.addeet-article-bg-layout {
  width: 100%;
  height: 200px;
  background-color: rgba(4, 96, 170, 0);
}

.addeet-main-preview-layout:hover .addeet-article-bg-layout {
  background-color: rgba(4, 96, 170, 0.1);
}

.addeet-main-preview-layout-t2:hover .addeet-article-bg-layout {
  background-color: rgba(0, 0, 0, 0.1);
}

.addeet-article-preview-info-t1 {
  display: inline-block;
  width: 100%;
  color: #7c7c7c;
}

.addeet-article-preview-text {
  width: 100%;
}

.addeet-article-preview-caption-t1 {
  display: inline-block;
  width: 100%;
  color: #000000;
}

.addeet-article-preview-description-t1 {
  display: inline-block;
  width: 100%;
  color: #000000;
}

.article-link-preview-t1 {
  padding-top: 4px;
  color: transparent;
  display: inline-block;
  width: 100%;
}

.article-link-preview, .block-link-preview {
  color: transparent;
  font-size: 15px;
  font-weight: 300;
}

.addeet-l8:hover .article-link-preview, .addeet-l8:hover .block-link-preview {
  color: #767679;
  text-shadow: #767679 1px 1px 3px;
}

.article-reference-menu-header-t1 {
  display: inline-block;
  width: 100%;
}

.addeet-article-preview-t1:hover .article-link-preview-t1 {
  color: #777777;
}

.addeet-text-preview-fade-t1 {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  height: 70px;
  margin-top: -70px;
}

.author, .article-update, .article-views {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.author {
  margin-bottom: 8px;
}

.article-update p, .article-views p {
  color: #aaaaaa;
}

.article-update-name, .article-update-data, .article-views-name, .article-views-data {
  padding-right: 4px;
}

.author-icon {
  width: 40px;
  height: 40px;
  position: relative;
  background-size: cover;
  background-origin: border-box;
  overflow: hidden;
  background-position: center center;
  margin-right: 4px;
}

.author-title {
  line-height: 1.2;
}

.addeet-highlight-l1 {
  font-size: 18px;
  color: #000000;
}

.sidemenu-fade {
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0.95) 30%, rgb(255, 255, 255) 100%);
  z-index: 9;
  position: sticky;
}

.addeet-reference-menu {
  background: #ffffff;
  z-index: 9;
  position: sticky;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.aside-article-l, .aside-article-r {
  width: 200px;
}

.article-aside-menu {
  width: 100%;
}

.prw-article {
  display: flex;
}

@media (max-width: 479.4px) {
  .author-title {
    max-width: 200px;
  }
}
@media (max-width: 639.4px) {
  .addeet-article-side {
    display: none !important;
  }
  .addeet-highlight-l1 {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.75rem;
  }
  .addeet-article-c2 {
    width: 100%;
  }
  .article-reference-menu-header-t1 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
@media (min-width: 640px) {
  .addeet-article-anchor {
    display: none;
  }
  .addeet-highlight-l1 {
    padding-top: 2.5rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    padding-bottom: 2.5rem;
  }
  .ah1, ah2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 640px) and (max-width: 767.4px) {
  .addeet-article-side {
    padding-left: 0.875rem;
    padding-right: 0.75rem;
  }
  .addeet-article-c1 {
    width: 30%;
  }
  .addeet-article-c2 {
    width: 70%;
  }
  .article-reference-menu-header-t1 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1023.4px) {
  .addeet-article-side {
    padding-left: 1.375rem;
    padding-right: 1rem;
  }
  .addeet-article-content {
    padding-left: 0.375rem;
  }
  .addeet-article-c1 {
    width: 30%;
  }
  .addeet-article-c2 {
    width: 70%;
  }
  .addeet-about-container {
    display: flex;
    flex-wrap: nowrap;
  }
  .addeet-about-c1 {
    width: 80%;
    padding-right: 2rem;
  }
  .addeet-about-c2 {
    width: 20%;
  }
  .article-reference-menu-header-t1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1199.4px) {
  .addeet-article-side {
    padding-left: 1.375rem;
    padding-right: 1rem;
  }
  .addeet-article-content {
    padding-left: 0.375rem;
  }
  .addeet-article-c1 {
    width: 25%;
  }
  .addeet-article-c2 {
    width: 50%;
  }
  .addeet-about-container {
    display: flex;
    flex-wrap: nowrap;
  }
  .addeet-about-c1 {
    width: 70%;
    padding-right: 2rem;
  }
  .addeet-about-c2 {
    width: 30%;
  }
  .aside-article-r {
    position: absolute;
    right: 30px;
    margin-top: -33px;
  }
  .aside-article-l {
    position: absolute;
    left: 30px;
    margin-top: -33px;
  }
  .article-reference-menu-header-t1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .addeet-article-banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .article-reference-menu-header-t1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1439.4px) {
  .addeet-article-side {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
  .addeet-article-content {
    padding-left: 0.5rem;
  }
  .addeet-article-c1 {
    width: 20%;
  }
  .addeet-article-c2 {
    width: 60%;
  }
  .addeet-about-container {
    display: flex;
    flex-wrap: nowrap;
  }
  .addeet-about-c1 {
    width: 70%;
    padding-right: 2rem;
  }
  .addeet-about-c2 {
    width: 30%;
  }
  .aside-article-r {
    position: absolute;
    right: calc(50% - 580px);
    margin-top: -33px;
  }
  .aside-article-l {
    position: absolute;
    left: calc(50% - 580px);
    margin-top: -33px;
  }
}
@media (min-width: 1440px) {
  .addeet-article-side {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
  .addeet-article-content {
    padding-left: 0.5rem;
  }
  .addeet-article-c1 {
    width: 20%;
  }
  .addeet-article-c2 {
    width: 60%;
  }
  .addeet-about-container {
    display: flex;
    flex-wrap: nowrap;
  }
  .addeet-about-c1 {
    width: 70%;
    padding-right: 2rem;
  }
  .addeet-about-c2 {
    width: 30%;
  }
  .aside-article-r {
    position: absolute;
    right: calc(50% - 577px);
    margin-top: -33px;
  }
  .aside-article-l {
    position: absolute;
    left: calc(50% - 580px);
    margin-top: -33px;
  }
}
/*article-preview*/
.addeet-article-preview-v1 {
  display: block;
}

.addeet-article-preview__layout-t1 {
  width: 100%;
  background: #f8f8f6;
}
.addeet-article-preview__layer-t1 {
  width: 100%;
}
.addeet-article-preview__container-t1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1432px;
}

.addeet-article-preview-blocks__layout-t1 {
  width: 100%;
}
.addeet-article-preview-blocks__layer-t1 {
  width: 100%;
}
.addeet-article-preview-blocks__container-t1 {
  width: 100%;
}

.addeet-container-articlepreview-t1, .addeet-articles-preview-t1 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.addeet-article-preview-t2 {
  text-align: center;
  min-width: 100px;
  padding: 1rem;
}

.addeet-articles-preview-mobile-t1 .addeet-article-preview-t1 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (max-width: 479.4px) {
  .addeet-article-preview-text {
    height: auto;
  }
  .addeet-article-preview__container-t1 .a3-t1 {
    width: 100%;
  }
  .addeet-article-preview-blocks__container-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .addeet-grid__container-t1 .a2-t1, .addeet-grid__container-t1 .a3-t1, .addeet-grid__container-t1 .a4-t1, .addeet-grid__container-t1 .a5-t1, .addeet-grid__container-t1 .a6-t1 {
    width: 100%;
  }
  .addeet-reference-menu .a2-t1, .addeet-reference-menu .a3-t1, .addeet-reference-menu .a4-t1, .addeet-reference-menu .a5-t1, .addeet-reference-menu .a6-t1 {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 639.4px) {
  .addeet-article-preview__container-t1 .a3-t1 {
    width: 70%;
  }
  .addeet-article-preview-blocks__container-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .addeet-grid__container-t1 .a2-t1, .addeet-grid__container-t1 .a3-t1, .addeet-grid__container-t1 .a4-t1, .addeet-grid__container-t1 .a5-t1, .addeet-grid__container-t1 .a6-t1 {
    width: 100%;
  }
  .addeet-reference-menu .a2-t1, .addeet-reference-menu .a3-t1, .addeet-reference-menu .a4-t1, .addeet-reference-menu .a5-t1, .addeet-reference-menu .a6-t1 {
    width: 70%;
  }
}
@media (min-width: 640px) and (max-width: 767.4px) {
  .addeet-article-preview__container-t1 .a3-t1 {
    width: 50%;
  }
  .addeet-article-preview-blocks__container-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .addeet-grid__container-t1 .a2-t1, .addeet-grid__container-t1 .a3-t1, .addeet-grid__container-t1 .a4-t1, .addeet-grid__container-t1 .a5-t1, .addeet-grid__container-t1 .a6-t1 {
    width: 50%;
  }
  .addeet-reference-menu .a2-t1, .addeet-reference-menu .a3-t1, .addeet-reference-menu .a4-t1, .addeet-reference-menu .a5-t1, .addeet-reference-menu .a6-t1 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.4px) {
  .addeet-article-preview__container-t1 .a3-t1 {
    width: 50%;
  }
  .addeet-article-preview-blocks__container-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-grid__container-t1 .a2-t1, .addeet-grid__container-t1 .a3-t1, .addeet-grid__container-t1 .a4-t1, .addeet-grid__container-t1 .a5-t1, .addeet-grid__container-t1 .a6-t1 {
    width: 50%;
  }
  .addeet-reference-menu .a2-t1, .addeet-reference-menu .a3-t1, .addeet-reference-menu .a4-t1, .addeet-reference-menu .a5-t1, .addeet-reference-menu .a6-t1 {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1023.4px) {
  .addeet-articles-preview-mobile-t1 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .addeet-article-preview__container-t1 .a3-t1 {
    width: 33.3%;
  }
  .addeet-article-preview-blocks__container-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-grid__container-t1 .a2-t1, .addeet-grid__container-t1 .a4-t1 {
    width: 50%;
  }
  .addeet-grid__container-t1 .a3-t1, .addeet-grid__container-t1 .a5-t1, .addeet-grid__container-t1 .a6-t1 {
    width: 33.3%;
  }
  .addeet-reference-menu .a2-t1, .addeet-reference-menu .a4-t1 {
    width: 50%;
  }
  .addeet-reference-menu .a3-t1, .addeet-reference-menu .a5-t1, .addeet-reference-menu .a6-t1 {
    width: 33.3%;
  }
}
@media (max-width: 1023.4px) {
  .addeet-articles-preview-t1 {
    display: none;
  }
  .addeet-layout-articlepreview-t1 {
    padding-top: 0.75rem;
    padding-bottom: 2.25rem;
  }
  .prw-article {
    height: 240px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .blog-info-t1 {
    font-size: 13px;
  }
  .addeet-article-preview__layout-t1 {
    padding-top: 2.5rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 1024px) {
  .addeet-articles-preview-mobile-t1 {
    display: none;
  }
  .addeet-layout-articlepreview-t1 {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  .prw-article {
    height: 220px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .addeet-article-preview__layout-t1 {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
  .addeet-article-preview__container-t1 .a3-t1 {
    width: 33.33%;
  }
  .addeet-article-preview-blocks__container-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-grid__container-t1 .a2-t1 {
    width: 50%;
  }
  .addeet-grid__container-t1 .a3-t1 {
    width: 33.33%;
  }
  .addeet-grid__container-t1 .a4-t1 {
    width: 25%;
  }
  .addeet-grid__container-t1 .a5-t1 {
    width: 20%;
  }
  .addeet-grid__container-t1 .a6-t1 {
    width: 16.66%;
  }
  .addeet-reference-menu .a2-t1 {
    width: 50%;
  }
  .addeet-reference-menu .a3-t1 {
    width: 33.33%;
  }
  .addeet-reference-menu .a4-t1 {
    width: 25%;
  }
  .addeet-reference-menu .a5-t1 {
    width: 20%;
  }
  .addeet-reference-menu .a6-t1 {
    width: 16.66%;
  }
}
@media (min-width: 1024px) and (max-width: 1247.4px) {
  .addeet-article-preview-blocks__container-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-articles-preview-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1247.4px) {
  .addeet-article-preview-t1 {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1248px) {
  .addeet-article-preview-blocks__container-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .addeet-article-preview-t1 {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-articles-preview-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
/*advantage-preview*/
.addeet-advantage-preview-v1 {
  display: block;
}

.addeet-advantage-preview__layout-t1 {
  width: 100%;
  background: #f8f8f6;
}
.addeet-advantage-preview__layer-t1 {
  width: 100%;
}
.addeet-advantage-preview__container-t1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1432px;
}

.addeet-advantage-preview-blocks__layout-t1 {
  width: 100%;
}
.addeet-advantage-preview-blocks__layer-t1 {
  width: 100%;
}
.addeet-advantage-preview-blocks__container-t1 {
  width: 100%;
}

.addeet-container-advantagepreview-t1, .addeet-advantages-preview-t1 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.addeet-advantage-preview-t2 {
  text-align: center;
  min-width: 100px;
  padding: 1rem;
}

.addeet-advantages-preview-mobile-t1 .addeet-advantage-preview-t1 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (max-width: 479.4px) {
  .addeet-advantage-preview-text {
    height: auto;
  }
  .addeet-advantage-preview__container-t1 .adv2-t1, .addeet-advantage-preview__container-t1 .adv2-t2, .addeet-advantage-preview__container-t1 .adv3-t1, .addeet-advantage-preview__container-t1 .adv4-t1, .addeet-advantage-preview__container-t1 .adv5-t1, .addeet-advantage-preview__container-t1 .adv6-t1 {
    width: 100%;
  }
  .addeet-advantage-preview-blocks__container-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .addeet-grid__container-t1 .adv2-t1, .addeet-grid__container-t1 .adv2-t2, .addeet-grid__container-t1 .adv3-t1, .addeet-grid__container-t1 .adv4-t1, .addeet-grid__container-t1 .adv5-t1, .addeet-grid__container-t1 .adv6-t1 {
    width: 100%;
  }
  .addeet-reference-menu .adv2-t1, .addeet-reference-menu .adv2-t2, .addeet-reference-menu .adv3-t1, .addeet-reference-menu .adv4-t1, .addeet-reference-menu .adv5-t1, .addeet-reference-menu .adv6-t1 {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 639.4px) {
  .addeet-advantage-preview__container-t1 .adv2-t1, .addeet-advantage-preview__container-t1 .adv2-t2, .addeet-advantage-preview__container-t1 .adv3-t1, .addeet-advantage-preview__container-t1 .adv4-t1, .addeet-advantage-preview__container-t1 .adv5-t1, .addeet-advantage-preview__container-t1 .adv6-t1 {
    width: 100%;
  }
  .addeet-advantage-preview-blocks__container-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .addeet-grid__container-t1 .adv2-t1, .addeet-grid__container-t1 .adv2-t2, .addeet-grid__container-t1 .adv3-t1, .addeet-grid__container-t1 .adv4-t1, .addeet-grid__container-t1 .adv5-t1, .addeet-grid__container-t1 .adv6-t1 {
    width: 100%;
  }
  .addeet-reference-menu .adv2-t1, .addeet-reference-menu .adv2-t2, .addeet-reference-menu .adv3-t1, .addeet-reference-menu .adv4-t1, .addeet-reference-menu .adv5-t1, .addeet-reference-menu .adv6-t1 {
    width: 100%;
  }
}
@media (min-width: 640px) and (max-width: 767.4px) {
  .addeet-advantage-preview__container-t1 .adv2-t2 {
    width: 100%;
  }
  .addeet-advantage-preview__container-t1 .adv2-t1, .addeet-advantage-preview__container-t1 .adv4-t1, .addeet-advantage-preview__container-t1 .adv6-t1 {
    width: 80%;
  }
  .addeet-advantage-preview__container-t1 .adv3-t1, .addeet-advantage-preview__container-t1 .adv5-t1 {
    width: 80%;
  }
  .addeet-advantage-preview-blocks__container-t1 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .addeet-grid__container-t1 .adv2-t2 {
    width: 100%;
  }
  .addeet-grid__container-t1 .adv2-t1, .addeet-grid__container-t1 .adv3-t1, .addeet-grid__container-t1 .adv4-t1, .addeet-grid__container-t1 .adv5-t1, .addeet-grid__container-t1 .adv6-t1 {
    width: 50%;
  }
  .addeet-reference-menu .adv2-t2 {
    width: 100%;
  }
  .addeet-reference-menu .adv2-t1, .addeet-reference-menu .adv3-t1, .addeet-reference-menu .adv4-t1, .addeet-reference-menu .adv5-t1, .addeet-reference-menu .adv6-t1 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.4px) {
  .addeet-advantage-preview__container-t1 .adv2-t2 {
    width: 100%;
  }
  .addeet-advantage-preview__container-t1 .adv2-t1, .addeet-advantage-preview__container-t1 .adv4-t1, .addeet-advantage-preview__container-t1 .adv6-t1 {
    width: 60%;
  }
  .addeet-advantage-preview__container-t1 .adv3-t1, .addeet-advantage-preview__container-t1 .adv5-t1 {
    width: 60%;
  }
  .addeet-advantage-preview-blocks__container-t1 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .addeet-grid__container-t1 .adv2-t2 {
    width: 100%;
  }
  .addeet-grid__container-t1 .adv2-t1, .addeet-grid__container-t1 .adv3-t1, .addeet-grid__container-t1 .adv4-t1, .addeet-grid__container-t1 .adv5-t1, .addeet-grid__container-t1 .adv6-t1 {
    width: 50%;
  }
  .addeet-reference-menu .adv2-t2 {
    width: 100%;
  }
  .addeet-reference-menu .adv2-t1, .addeet-reference-menu .adv3-t1, .addeet-reference-menu .adv4-t1, .addeet-reference-menu .adv5-t1, .addeet-reference-menu .adv6-t1 {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1023.4px) {
  .addeet-advantages-preview-mobile-t1 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .addeet-advantage-preview__container-t1 .adv2-t1, .addeet-advantage-preview__container-t1 .adv2-t2, .addeet-advantage-preview__container-t1 .adv4-t1 {
    width: 50%;
  }
  .addeet-advantage-preview__container-t1 .adv3-t1, .addeet-advantage-preview__container-t1 .adv5-t1, .addeet-advantage-preview__container-t1 .adv6-t1 {
    width: 33.3%;
  }
  .addeet-advantage-preview-blocks__container-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-grid__container-t1 .adv2-t1, .addeet-grid__container-t1 .adv2-t2, .addeet-grid__container-t1 .adv4-t1 {
    width: 50%;
  }
  .addeet-grid__container-t1 .adv3-t1, .addeet-grid__container-t1 .adv5-t1, .addeet-grid__container-t1 .adv6-t1 {
    width: 33.3%;
  }
  .addeet-reference-menu .adv2-t1, .addeet-reference-menu .adv4-t1 {
    width: 50%;
  }
  .addeet-reference-menu .adv3-t1, .addeet-reference-menu .adv5-t1, .addeet-reference-menu .adv6-t1 {
    width: 33.3%;
  }
}
@media (max-width: 1023.4px) {
  .addeet-advantages-preview-t1 {
    display: none;
  }
  .addeet-layout-advantagepreview-t1 {
    padding-top: 0.75rem;
    padding-bottom: 2.25rem;
  }
  .prw-advantage {
    height: 240px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 25px;
  }
  .blog-info-t1 {
    font-size: 13px;
  }
  .addeet-advantage-preview__layout-t1 {
    padding-top: 2.5rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 1024px) {
  .addeet-advantages-preview-mobile-t1 {
    display: none;
  }
  .addeet-layout-advantagepreview-t1 {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  .prw-advantage {
    height: 220px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 25px;
  }
  .addeet-advantage-preview__layout-t1 {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
  .addeet-advantage-preview__container-t1 .adv2-t1, .addeet-advantage-preview__container-t1 .adv2-t2 {
    width: 50%;
  }
  .addeet-advantage-preview__container-t1 .adv3-t1 {
    width: 33.33%;
  }
  .addeet-advantage-preview__container-t1 .adv4-t1 {
    width: 25%;
  }
  .addeet-advantage-preview__container-t1 .adv5-t1 {
    width: 20%;
  }
  .addeet-advantage-preview__container-t1 .adv6-t1 {
    width: 16.66%;
  }
  .addeet-grid__container-t1 .adv2-t1, .addeet-grid__container-t1 .adv2-t2 {
    width: 50%;
  }
  .addeet-grid__container-t1 .adv3-t1 {
    width: 33.33%;
  }
  .addeet-grid__container-t1 .adv4-t1 {
    width: 25%;
  }
  .addeet-grid__container-t1 .adv5-t1 {
    width: 20%;
  }
  .addeet-grid__container-t1 .adv6-t1 {
    width: 16.66%;
  }
  .addeet-reference-menu .adv2-t1, .addeet-reference-menu .adv2-t2 {
    width: 50%;
  }
  .addeet-reference-menu .adv3-t1 {
    width: 33.33%;
  }
  .addeet-reference-menu .adv4-t1 {
    width: 25%;
  }
  .addeet-reference-menu .adv5-t1 {
    width: 20%;
  }
  .addeet-reference-menu .adv6-t1 {
    width: 16.66%;
  }
}
@media (min-width: 1024px) and (max-width: 1247.4px) {
  .addeet-advantage-preview-blocks__container-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-advantages-preview-t1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1247.4px) {
  .addeet-advantage-preview-t1 {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1248px) {
  .addeet-advantage-preview-blocks__container-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .addeet-advantage-preview-t1 {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .addeet-advantages-preview-t1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
/* Cookie */
.addeet-cookie-box {
  position: fixed;
  bottom: 0;
}

.addeet-cookie-bg {
  box-shadow: 0px 3px 5px 0px #888888;
  border-style: solid;
  border-width: 0px;
  border-radius: 3px;
  border-color: transparent;
  background-color: #ffffff;
  padding: 1rem;
  margin: 8px;
  font-size: 13px;
}

.addeet-cookie-row {
  display: flex;
}

.addeet-cookie-bt {
  font-size: 13px;
  background-color: #767679 !important;
  color: #ffffff;
  border-radius: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  height: 30px;
  width: 100px;
  margin-left: 8px !important;
  margin-right: 8px;
  border-color: #767679;
}

/*  Flickity v2.3.0  */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*  draggable  */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/*  ---- flickity-button ----  */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #df0613;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /*  prevent disabled button from capturing pointer up event. #716  */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/*  ---- previous/next buttons ----  */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /*  vertically center  */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/*  right to left  */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/*  ---- page dots ----  */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*
Hover.css (http://ianlunn.github.io/Hover/)
Version:2.3.2
Author:Ian Lunn @IanLunn
Author URL:http://ianlunn.co.uk/
Github:https://github.com/IanLunn/Hover
Hover.css Copyright Ian Lunn 2017. Generated with Sass.
*/
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  width: 100%;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  transform: translateY(-8px);
}

/* Fade T1 */
.hvr-fade-t1 {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: color, background-color;
}

/*.hvr-fade-t1:hover, .hvr-fade-t1:focus, .hvr-fade-t1:active { 
background-color:#ffe44a; 
color:#1f1f1f; 
}*/
/* Fade T2 */
.hvr-fade-t2 {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: color, background-color;
}

.hvr-fade-t2:hover, .hvr-fade-t2:focus, .hvr-fade-t2:active {
  background-color: #c51c28;
  color: white;
}

/* Fade T3 */
.hvr-fade-t3 {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: color, background-color;
}

.hvr-fade-t3:hover, .hvr-fade-t3:focus, .hvr-fade-t3:active {
  background-color: #d1d1d1;
  color: #505050;
}

/* Fade T4 */
.hvr-fade-t4 {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: color, background-color;
}

.hvr-fade-t4:hover, .hvr-fade-t4:focus, .hvr-fade-t4:active {
  background-color: #910f1a;
  color: white;
}

/* Icon Push */
@keyframes hvr-icon-push {
  50% {
    transform: scale(0.5);
  }
}
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}

.hvr-icon-push .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-push:hover .hvr-icon, .hvr-icon-push:focus .hvr-icon, .hvr-icon-push:active .hvr-icon {
  animation-name: hvr-icon-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

/* 
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
  */
.cookiealert {
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 500ms ease-out;
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}/*# sourceMappingURL=addeet.css.map */