html {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body {
  margin: 0;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

dl,
dd,
dt {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

table,
td {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

img {
  border: 0 none;
}

a,
a:hover {
  outline: medium none;
  text-decoration: none;
}

br {
  clear: both;
}

form,
fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}

footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

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

* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

::-ms-reveal {
  display: none !important;
}

.container-fluid {
  width: 100%;
}

.hide {
  display: none !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

.overflow-hidden {
  overflow: hidden;
}

.white-space-nowrap {
  white-space: nowrap;
}

.vertical-align-top {
  vertical-align: top;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis;
}

.font-demi {
  font-family: "flexodemi";
}

.font-bold {
  font-family: "flexobold";
}

.font-ligth {
  font-family: "flexoregular";
}

.color-white {
  color: #fff;
}

.color-black {
  color: #0f0f0f;
}

.color-black-force {
  color: #0f0f0f !important;
}

.color-yellow {
  color: #ffc61d;
}

.color-error {
  color: #E30425;
}

.color-primary-700 {
  color: #002A8D;
}

.color-primary-700-force {
  color: #002A8D !important;
}

.color-primary-800-force {
  color: #002473 !important;
}

.color-onsurface-400 {
  color: #ACB2BD;
}

.color-onsurface-600 {
  color: #868F9E;
}

.color-onsurface-700 {
  color: #737E8E;
}

.color-onsurface-800 {
  color: #606C7F;
}

.color-onsurface-900 {
  color: #4D5B70;
}

.bg-transparent {
  background: transparent;
}

.bg-black {
  background: #0f0f0f;
}

.bg-white {
  background: #fff;
}

.bg-onsurface-600 {
  background: #868F9E;
}

.bg-secondary-500 {
  background: #FF7800;
}

.bg-primary-009 {
  background: #264B78;
}

.bg-primary-050 {
  background: #EAEFF5;
}

.bg-primary-100 {
  background: #F0F5FF;
}

.bg-primary-700 {
  background: #002A8D;
}

.bg-primary-800 {
  background: #002473;
}

.bg-primary-900 {
  background: #001F5A;
}

.bg-primary-600 {
  background: #002DA0;
}

.bg-primary-400 {
  background: #0A47F0;
}

.bg-complementary-700 {
  background: #005E53;
}

.bg-opacity-07 {
  background: rgba(0, 0, 0, 0.7);
}

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

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

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

.full-w-100 {
  width: 100%;
}

.full-w-100-force {
  width: 100% !important;
}

.full-w-94-force {
  width: 94% !important;
}

.min-w-222-force {
  min-width: 222px !important;
}

.max-w-220 {
  max-width: 220px;
}

.max-w-450 {
  max-width: 450px;
}

.w-auto {
  width: auto;
}

.w-24 {
  width: 24px;
}

.w-27 {
  width: 27px;
}

.w-32 {
  width: 32px;
}

.w-40 {
  width: 40px;
}

.w-44 {
  width: 44px;
}

.w-48 {
  width: 48px;
}

.w-50 {
  width: 50px;
}

.w-53 {
  width: 53px;
}

.w-56 {
  width: 56px;
}

.w-60 {
  width: 60px;
}

.w-63 {
  width: 63px;
}

.w-76 {
  width: 76px;
}

.w-80 {
  width: 80px;
}

.w-88 {
  width: 88px;
}

.w-92 {
  width: 92px;
}

.w-96 {
  width: 96px;
}

.w-100 {
  width: 100px;
}

.w-102 {
  width: 102px;
}

.w-107 {
  width: 107px;
}

.w-110 {
  width: 110px;
}

.w-112 {
  width: 112px;
}

.w-118 {
  width: 118px;
}

.w-120 {
  width: 120px;
}

.w-125 {
  width: 125px;
}

.w-128 {
  width: 128px;
}

.w-140 {
  width: 140px;
}

.w-150 {
  width: 150px;
}

.w-152 {
  width: 152px;
}

.w-160 {
  width: 160px;
}

.w-168 {
  width: 168px;
}

.w-171 {
  width: 171px;
}

.w-186 {
  width: 186px;
}

.w-199 {
  width: 199px;
}

.w-206 {
  width: 206px;
}

.w-216 {
  width: 216px;
}

.w-240 {
  width: 240px;
}

.w-242 {
  width: 242px;
}

.w-243 {
  width: 243px;
}

.w-245 {
  width: 245px;
}

.w-248 {
  width: 248px;
}

.w-263 {
  width: 263px;
}

.w-268 {
  width: 268px;
}

.w-270 {
  width: 270px;
}

.w-276 {
  width: 276px;
}

.w-288 {
  width: 288px;
}

.w-289 {
  width: 289px;
}

.w-296 {
  width: 296px;
}

.w-300 {
  width: 300px;
}

.w-304 {
  width: 304px;
}

.w-308 {
  width: 308px;
}

.w-315 {
  width: 315px;
}

.w-320 {
  width: 320px;
}

.w-326 {
  width: 326px;
}

.w-327 {
  width: 327px;
}

.w-329 {
  width: 329px;
}

.w-336 {
  width: 336px !important;
}

.w-352 {
  width: 352px;
}

.w-360 {
  width: 360px;
}

.w-367 {
  width: 367px;
}

.w-368 {
  width: 368px;
}

.w-377-force {
  width: 377px !important;
}

.w-380 {
  width: 380px;
}

.w-384-force {
  width: 384px !important;
}

.w-386 {
  width: 386px;
}

.w-386-force {
  width: 386px !important;
}

.w-393 {
  width: 393px;
}

.w-400 {
  width: 400px;
}

.w-404-force {
  width: 404px !important;
}

.w-408-force {
  width: 408px !important;
}

.w-418-force {
  width: 418px !important;
}

.w-442 {
  width: 442px;
}

.w-444 {
  width: 444px;
}

.w-457 {
  width: 457px;
}

.w-468 {
  width: 468px;
}

.w-472 {
  width: 472px;
}

.w-540 {
  width: 540px;
}

.w-544 {
  width: 544px;
}

.w-580 {
  width: 580px;
}

.w-582 {
  width: 582px;
}

.w-624 {
  width: 624px;
}

.w-638 {
  width: 638px;
}

.w-656 {
  width: 656px;
}

.w-703 {
  width: 703px;
}

.w-714 {
  width: 714px;
}

.w-720 {
  width: 720px;
}

.w-750 {
  width: 750px;
}

.w-788 {
  width: 788px;
}

.w-796 {
  width: 796px;
}

.w-814 {
  width: 814px;
}

.w-848 {
  width: 848px;
}

.w-892 {
  width: 892px;
}

.w-1024 {
  width: 1024px;
}

.w-1025 {
  width: 1025px;
}

.full-h-100 {
  height: 100%;
}

.h-1 {
  height: 1px;
}

.h-4 {
  height: 4px;
}

.h-24 {
  height: 24px;
}

.h-32 {
  height: 32px;
}

.h-40 {
  height: 40px;
}

.h-44 {
  height: 44px;
}

.h-48 {
  height: 48px;
}

.h-53 {
  height: 53px;
}

.h-80 {
  height: 80px;
}

.h-88 {
  height: 88px;
}

.h-96 {
  height: 96px;
}

.h-96-force {
  height: 96px !important;
}

.h-100 {
  height: 100px;
}

.h-120 {
  height: 120px;
}

.h-130 {
  height: 130px;
}

.h-144 {
  height: 144px;
}

.h-232 {
  height: 232px;
}

.h-240 {
  height: 240px;
}

.h-264 {
  height: 264px;
}

.h-288 {
  height: 288px;
}

.h-289 {
  height: 289px;
}

.h-304 {
  height: 304px;
}

.h-324 {
  height: 324px;
}

.h-396 {
  height: 396px;
}

.h-416 {
  height: 416px;
}

.h-452 {
  height: 452px;
}

.h-520 {
  height: 520px;
}

.h-768 {
  height: 768px;
}

.h-769 {
  height: 769px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fadeIn {
  opacity: 1 !important;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 4px;
}

.top-5 {
  top: 5px;
}

.top-18 {
  top: 18px;
}

.top-20 {
  top: 20px;
}

.top-24 {
  top: 24px;
}

.top-25 {
  top: 25px;
}

.top-26 {
  top: 26px;
}

.top-27 {
  top: 27px;
}

.top-28 {
  top: 28px;
}

.top-32 {
  top: 32px;
}

.top-34 {
  top: 34px;
}

.top-35 {
  top: 35px;
}

.top-40 {
  top: 40px;
}

.top-44 {
  top: 44px;
}

.top-60 {
  top: 60px;
}

.top-108 {
  top: 108px;
}

.top-115 {
  top: 115px;
}

.top-126 {
  top: 126px;
}

.top-134 {
  top: 134px;
}

.top-164 {
  top: 164px;
}

.top-192 {
  top: 192px;
}

.top-208 {
  top: 208px;
}

.top-226 {
  top: 226px;
}

.top-228 {
  top: 228px;
}

.top-264 {
  top: 264px;
}

.top-366 {
  top: 366px;
}

.top-380 {
  top: 380px;
}

.top-395 {
  top: 395px;
}

.top-1000 {
  top: 1000px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-32 {
  bottom: 32px;
}

.bottom-64 {
  bottom: 64px;
}

.bottom-228 {
  bottom: 228px;
}

.bottom--4 {
  bottom: -4px;
}

.bottom--5 {
  bottom: -5px;
}

.bottom--8 {
  bottom: -8px;
}

.bottom--16 {
  bottom: -16px;
}

.bottom--24 {
  bottom: -24px;
}

.bottom--80 {
  bottom: -80px;
}

.bottom--90 {
  bottom: -90px;
}

.left-0 {
  left: 0px;
}

.left-24 {
  left: 24px;
}

.left-32 {
  left: 32px;
}

.left-44 {
  left: 44px;
}

.left-71 {
  left: 71px;
}

.left-72 {
  left: 72px;
}

.left-83 {
  left: 83px;
}

.left-89 {
  left: 89px;
}

.left-90 {
  left: 90px;
}

.left-96 {
  left: 96px;
}

.left-180 {
  left: 180px;
}

.left-304 {
  left: 304px;
}

.right-5-porcent {
  right: 5%;
}

.right-10-porcent {
  right: 10%;
}

.right-20-porcent {
  right: 20%;
}

.right-0 {
  right: 0px;
}

.right-22 {
  right: 22px;
}

.right-28 {
  right: 28px;
}

.right-30 {
  right: 30px;
}

.right-32 {
  right: 32px;
}

.right-44 {
  right: 44px;
}

.right-72 {
  right: 72px;
}

.right-89 {
  right: 89px;
}

.right-108 {
  right: 108px;
}

.right-112 {
  right: 112px;
}

.padding-16 {
  padding: 16px;
}

.padding-24 {
  padding: 24px;
}

.padding-32 {
  padding: 32px;
}

.padding-0-16 {
  padding: 0 16px;
}

.padding-20-24 {
  padding: 20px 24px;
}

.padding-20-32 {
  padding: 20px 32px;
}

.padding-0-32 {
  padding: 0 32px;
}

.padding-34-71 {
  padding: 34px 71px;
}

.padding-36-40 {
  padding: 36px 40px;
}

.padding-36-56 {
  padding: 36px 56px;
}

.padding-36-72 {
  padding: 36px 72px;
}

.padding-28-32-32-32 {
  padding: 28px 32px 32px 32px;
}

.padding-44-32-32-32 {
  padding: 44px 32px 32px 32px;
}

.padding-top-2 {
  padding-top: 2px;
}

.padding-top-4 {
  padding-top: 4px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-top-6 {
  padding-top: 6px;
}

.padding-top-8 {
  padding-top: 8px;
}

.padding-top-11-force {
  padding-top: 11px !important;
}

.padding-top-16 {
  padding-top: 16px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-24 {
  padding-top: 24px;
}

.padding-top-26 {
  padding-top: 26px;
}

.padding-top-27 {
  padding-top: 27px;
}

.padding-top-32 {
  padding-top: 32px;
}

.padding-top-34 {
  padding-top: 34px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-42 {
  padding-top: 42px;
}

.padding-top-48 {
  padding-top: 48px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-54 {
  padding-top: 54px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-64 {
  padding-top: 64px;
}

.padding-top-68 {
  padding-top: 68px;
}

.padding-top-69 {
  padding-top: 69px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-72 {
  padding-top: 72px;
}

.padding-top-74 {
  padding-top: 74px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-82 {
  padding-top: 82px;
}

.padding-top-86 {
  padding-top: 86px;
}

.padding-top-93 {
  padding-top: 93px;
}

.padding-top-94 {
  padding-top: 94px;
}

.padding-top-96 {
  padding-top: 96px;
}

.padding-top-98 {
  padding-top: 98px;
}

.padding-top-99 {
  padding-top: 99px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-top-106 {
  padding-top: 106px;
}

.padding-top-107 {
  padding-top: 107px;
}

.padding-top-108 {
  padding-top: 108px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-112 {
  padding-top: 112px;
}

.padding-top-114 {
  padding-top: 114px;
}

.padding-top-117 {
  padding-top: 117px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-121 {
  padding-top: 121px;
}

.padding-top-123 {
  padding-top: 123px;
}

.padding-top-126 {
  padding-top: 126px;
}

.padding-top-127 {
  padding-top: 127px;
}

.padding-top-128 {
  padding-top: 128px;
}

.padding-top-128-force {
  padding-top: 128px !important;
}

.padding-top-130 {
  padding-top: 130px;
}

.padding-top-131 {
  padding-top: 131px;
}

.padding-top-132 {
  padding-top: 132px;
}

.padding-top-138 {
  padding-top: 138px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-top-142 {
  padding-top: 142px;
}

.padding-top-143 {
  padding-top: 143px;
}

.padding-top-144 {
  padding-top: 144px;
}

.padding-top-145 {
  padding-top: 145px;
}

.padding-top-146 {
  padding-top: 146px;
}

.padding-top-148 {
  padding-top: 148px;
}

.padding-top-152 {
  padding-top: 152px;
}

.padding-top-156 {
  padding-top: 156px;
}

.padding-top-159 {
  padding-top: 159px;
}

.padding-top-168 {
  padding-top: 168px;
}

.padding-top-171 {
  padding-top: 171px;
}

.padding-top-174 {
  padding-top: 174px;
}

.padding-top-177 {
  padding-top: 177px;
}

.padding-top-178 {
  padding-top: 178px;
}

.padding-top-179 {
  padding-top: 179px;
}

.padding-top-188 {
  padding-top: 188px;
}

.padding-top-189 {
  padding-top: 189px;
}

.padding-top-192 {
  padding-top: 192px;
}

.padding-top-197 {
  padding-top: 197px;
}

.padding-top-200 {
  padding-top: 200px;
}

.padding-top-202 {
  padding-top: 202px;
}

.padding-top-204 {
  padding-top: 204px;
}

.padding-top-208 {
  padding-top: 208px;
}

.padding-top-216 {
  padding-top: 216px;
}

.padding-top-220 {
  padding-top: 220px;
}

.padding-top-226 {
  padding-top: 226px;
}

.padding-top-238 {
  padding-top: 238px;
}

.padding-top-240 {
  padding-top: 240px;
}

.padding-top-252 {
  padding-top: 252px;
}

.padding-top-256 {
  padding-top: 256px;
}

.padding-top-261 {
  padding-top: 261px;
}

.padding-top-262 {
  padding-top: 262px;
}

.padding-top-264 {
  padding-top: 264px;
}

.padding-top-289 {
  padding-top: 289px;
}

.padding-top-300 {
  padding-top: 300px;
}

.padding-top-308 {
  padding-top: 308px;
}

.padding-top-324 {
  padding-top: 324px;
}

.padding-top-400 {
  padding-top: 400px;
}

.padding-top-428 {
  padding-top: 428px;
}

.padding-top-469 {
  padding-top: 469px;
}

.padding-left-2 {
  padding-left: 2px;
}

.padding-left-4 {
  padding-left: 4px;
}

.padding-left-8 {
  padding-left: 8px;
}

.padding-left-12 {
  padding-left: 12px;
}

.padding-left-16 {
  padding-left: 16px;
}

.padding-left-18 {
  padding-left: 18px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-left-24 {
  padding-left: 24px;
}

.padding-left-32 {
  padding-left: 32px;
}

.padding-left-41 {
  padding-left: 41px;
}

.padding-left-44 {
  padding-left: 44px;
}

.padding-left-48 {
  padding-left: 48px;
}

.padding-left-50 {
  padding-left: 50px;
}

.padding-left-54 {
  padding-left: 54px;
}

.padding-left-56 {
  padding-left: 56px;
}

.padding-left-58 {
  padding-left: 58px;
}

.padding-left-60 {
  padding-left: 60px;
}

.padding-left-62 {
  padding-left: 62px;
}

.padding-left-64 {
  padding-left: 64px;
}

.padding-left-70-force {
  padding-left: 70px !important;
}

.padding-left-80 {
  padding-left: 80px;
}

.padding-left-84 {
  padding-left: 84px;
}

.padding-left-85 {
  padding-left: 85px;
}

.padding-left-89 {
  padding-left: 89px;
}

.padding-left-90 {
  padding-left: 90px;
}

.padding-left-94-force {
  padding-left: 94px !important;
}

.padding-left-104 {
  padding-left: 104px;
}

.padding-left-110 {
  padding-left: 110px;
}

.padding-left-114 {
  padding-left: 114px;
}

.padding-left-119 {
  padding-left: 119px;
}

.padding-left-126 {
  padding-left: 126px;
}

.padding-left-136 {
  padding-left: 136px;
}

.padding-right-4 {
  padding-right: 4px;
}

.padding-right-8 {
  padding-right: 8px;
}

.padding-right-16 {
  padding-right: 16px;
}

.padding-right-32 {
  padding-right: 32px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-right-44 {
  padding-right: 44px;
}

.padding-right-45 {
  padding-right: 45px;
}

.padding-right-50 {
  padding-right: 50px;
}

.padding-right-56 {
  padding-right: 56px;
}

.padding-right-80 {
  padding-right: 80px;
}

.padding-right-90 {
  padding-right: 90px;
}

.padding-right-95 {
  padding-right: 95px;
}

.padding-right-114 {
  padding-right: 114px;
}

.padding-right-119 {
  padding-right: 119px;
}

.padding-right-126 {
  padding-right: 126px;
}

.padding-bottom-8 {
  padding-bottom: 8px;
}

.padding-bottom-16 {
  padding-bottom: 16px;
}

.padding-bottom-32 {
  padding-bottom: 32px;
}

.padding-bottom-42 {
  padding-bottom: 42px;
}

.padding-bottom-68 {
  padding-bottom: 68px;
}

.margin-0-32 {
  margin: 0 32px;
}

.margin-auto {
  margin: auto;
}

.margin-0-45 {
  margin: 0 45px;
}

.margin-top-16 {
  margin-top: 16px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-28 {
  margin-top: 28px;
}

.margin-top-32 {
  margin-top: 32px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-146 {
  margin-top: 146px;
}

.margin-top-152 {
  margin-top: 152px;
}

.margin-top-192 {
  margin-top: 192px;
}

.margin-left--15 {
  margin-left: -15px;
}

.margin-left-8 {
  margin-left: 8px;
}

.margin-left-12 {
  margin-left: 12px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-24 {
  margin-left: 24px;
}

.margin-left-55 {
  margin-left: 55px;
}

.margin-left-73 {
  margin-left: 73px;
}

.margin-right--15 {
  margin-right: -15px;
}

.margin-right-4 {
  margin-right: 4px;
}

.margin-right-8 {
  margin-right: 8px;
}

.margin-right-12 {
  margin-right: 12px;
}

.margin-right-14 {
  margin-right: 14px;
}

.margin-right-16 {
  margin-right: 16px;
}

.margin-right-24 {
  margin-right: 24px;
}

.margin-right-32 {
  margin-right: 32px;
}

.margin-right-35 {
  margin-right: 35px;
}

.margin-right-55 {
  margin-right: 55px;
}

.margin-right-73 {
  margin-right: 73px;
}

.margin-bottom-2 {
  margin-bottom: 2px;
}

.margin-bottom-4 {
  margin-bottom: 4px;
}

.margin-bottom-6 {
  margin-bottom: 6px;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

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

.margin-bottom-16 {
  margin-bottom: 16px;
}

.margin-bottom-16-force {
  margin-bottom: 16px !important;
}

.margin-bottom-17 {
  margin-bottom: 17px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-21 {
  margin-bottom: 21px;
}

.margin-bottom-23 {
  margin-bottom: 23px;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.margin-bottom-28 {
  margin-bottom: 28px;
}

.margin-bottom-29 {
  margin-bottom: 29px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

.margin-bottom-32-force {
  margin-bottom: 32px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-36 {
  margin-bottom: 36px;
}

.margin-bottom-37 {
  margin-bottom: 37px;
}

.margin-bottom-39 {
  margin-bottom: 39px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-44 {
  margin-bottom: 44px;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-bottom-44-force {
  margin-bottom: 44px !important;
}

.margin-bottom-48 {
  margin-bottom: 48px;
}

.margin-bottom-52 {
  margin-bottom: 52px;
}

.margin-bottom-53 {
  margin-bottom: 53px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-62 {
  margin-bottom: 62px;
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

.margin-bottom-66 {
  margin-bottom: 66px;
}

.margin-bottom-68 {
  margin-bottom: 68px;
}

.margin-bottom-71 {
  margin-bottom: 71px;
}

.margin-bottom-72 {
  margin-bottom: 72px;
}

.margin-bottom-73 {
  margin-bottom: 73px;
}

.margin-bottom-75 {
  margin-bottom: 75px;
}

.margin-bottom-79 {
  margin-bottom: 79px;
}

.margin-bottom-81 {
  margin-bottom: 81px;
}

.margin-bottom-85 {
  margin-bottom: 85px;
}

.margin-bottom-104 {
  margin-bottom: 104px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-16-force {
  font-size: 16px !important;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-24-force {
  font-size: 24px !important;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-40-force {
  font-size: 40px !important;
}

.font-size-44 {
  font-size: 44px;
}

.font-size-48 {
  font-size: 48px;
}

.font-size-93-force {
  font-size: 93px !important;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.direction-rtl {
  direction: rtl;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-flex-start {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-flex-end {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify-content-space-between {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.justify-content-center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.justify-content-end-force {
  -moz-justify-content: end !important;
  -ms-justify-content: end !important;
  -webkit-box-pack: end !important;
          justify-content: end !important;
  -ms-flex-pack: end !important;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-28-force {
  line-height: 28px !important;
}

.line-height-32 {
  line-height: 32px;
}

.line-height-34 {
  line-height: 34px;
}

.line-height-38 {
  line-height: 38px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-48 {
  line-height: 48px;
}

.line-height-48-force {
  line-height: 48px !important;
}

.line-height-51 {
  line-height: 51px;
}

.line-height-58 {
  line-height: 58px;
}

.line-height-80 {
  line-height: 80px;
}

.line-height-88 {
  line-height: 88px;
}

.line-height-96 {
  line-height: 96px;
}

.letter-spacing-2-force {
  letter-spacing: 2px !important;
}

.letter-spacing-5-force {
  letter-spacing: 5px !important;
}

.letter-spacing-8 {
  letter-spacing: 8px;
}

.letter-spacing-16 {
  letter-spacing: 16px;
}

.border-radius-6 {
  border-radius: 6px 6px 6px 6px;
}

.border-radius-8 {
  border-radius: 8px 8px 8px 8px;
}

.border-radius-16 {
  border-radius: 16px 16px 16px 16px;
}

.border-radius-32 {
  border-radius: 32px 32px 32px 32px;
}

.border-radius-12-0 {
  border-radius: 12px 12px 0px 0px;
}

.border-top-1-onsurface-500 {
  border-top: 1px solid #99A1AD;
}

.border-right-1-white {
  border-right: 1px solid #fff;
}

.border-right-1-onsurface-200 {
  border-right: 1px solid #D2D5DC;
}

.border-1-onsurface-150 {
  border: 1px solid #efefef;
}

.border-1-onsurface-500 {
  border: 1px solid #99A1AD;
}

.border-2-white {
  border: 2px solid #fff;
}

.border-2-onsurface-900 {
  border: 2px solid #4D5B70;
}

.border-2-primary-400 {
  border: 2px solid #0A47F0;
}

.border-2-error {
  border: 2px solid #E30425 !important;
}

.z-index-5 {
  z-index: 5;
}

.color-g {
  color: #6AC90F;
}

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

.z-index-12 {
  z-index: 12;
}

.z-index-20 {
  z-index: 20;
}

.z-index-100 {
  z-index: 100;
}

.z-index-1000 {
  z-index: 1000;
}

.pointer-events-none {
  pointer-events: none;
}

.opacity-0 {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.animation-top {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.box-shadow-gray {
  -webkit-box-shadow: 0px 3px 5px -1px rgba(82, 112, 148, 0.2), 0px 1px 18px 0px rgba(82, 112, 148, 0.1215686275), 0px 6px 10px 0px rgba(82, 112, 148, 0.1411764706);
          box-shadow: 0px 3px 5px -1px rgba(82, 112, 148, 0.2), 0px 1px 18px 0px rgba(82, 112, 148, 0.1215686275), 0px 6px 10px 0px rgba(82, 112, 148, 0.1411764706);
}

.box-shadow-gray-04 {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(82, 112, 148, 0.2), 0px 1px 10px 0px rgba(82, 112, 148, 0.1215686275), 0px 4px 5px 0px rgba(82, 112, 148, 0.1411764706);
          box-shadow: 0px 2px 4px 0px rgba(82, 112, 148, 0.2), 0px 1px 10px 0px rgba(82, 112, 148, 0.1215686275), 0px 4px 5px 0px rgba(82, 112, 148, 0.1411764706);
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
#image-inactive-blur {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#image-inactive-blur img {
  width: 100%;
  height: 100%;
}

.bg-gradient-yellow {
  background-image: radial-gradient(circle at 94.3538411458% 89.6158854167%, #FFC61D 0%, rgba(255, 198, 29, 0) 20%, rgba(255, 198, 29, 0) 40%), radial-gradient(circle at 6.50390625% 88.037109375%, rgba(230, 172, 0, 0.99) 0%, rgba(230, 172, 0, 0) 25%, rgba(230, 172, 0, 0) 50%), radial-gradient(circle at 6.1653645833% 12.6171875%, #FFC61D 0%, rgba(255, 198, 29, 0) 42%, rgba(255, 198, 29, 0) 70%), radial-gradient(circle at 93.6865234375% 11.42578125%, #E6AC00 0%, rgba(230, 172, 0, 0) 42%, rgba(230, 172, 0, 0) 70%), radial-gradient(circle at 48.9013671875% 49.521484375%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.content-wrap-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  -webkit-box-shadow: 5px 5px 20px 5px rgba(30, 29, 29, 0.2196078431);
          box-shadow: 5px 5px 20px 5px rgba(30, 29, 29, 0.2196078431);
}
.content-wrap-header .wrap-header {
  padding: 12px 48px;
  width: 100%;
  margin: auto;
}
@media (max-width: 650px) {
  .content-wrap-header .wrap-header {
    padding: 12px 24px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media (max-width: 650px) {
  .content-wrap-header .wrap-header .logo {
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.content-wrap-header .wrap-header .logo p {
  margin-left: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
@media (max-width: 650px) {
  .content-wrap-header .wrap-header .logo p {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .content-wrap-header .wrap-header .logo img {
    width: 40px;
  }
}
@media (max-width: 650px) {
  .content-wrap-header .wrap-header .links {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.content-wrap-header .wrap-header .links .menu-desk {
  margin-right: 32px;
}
@media (max-width: 960px) {
  .content-wrap-header .wrap-header .links .menu-desk {
    display: none;
  }
}
.content-wrap-header .wrap-header .links .menu-desk ul li {
  display: inline-block;
  list-style: none;
}
.content-wrap-header .wrap-header .links .menu-desk ul li a {
  padding: 4px 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 650px) {
  .content-wrap-header .wrap-header .links .rr-ss {
    width: 100%;
  }
}
.content-wrap-header .wrap-header .links .rr-ss ul li {
  display: inline-block;
  list-style: none;
}
.content-wrap-header .wrap-header .links .rr-ss ul li a {
  padding: 4px 8px;
}

.content-wrap-banner {
  height: 590px;
  margin-top: 92px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 650px) {
  .content-wrap-banner {
    margin-top: 65px;
  }
}
.content-wrap-banner video {
  width: 100%;
}
@media (max-width: 1100px) {
  .content-wrap-banner video {
    height: 100%;
    width: auto;
  }
}
.content-wrap-banner img {
  width: 100%;
  height: 100%;
  left: -35%;
}
@media (max-width: 650px) {
  .content-wrap-banner img {
    left: 0;
  }
}
.content-wrap-banner .wrap-banner {
  padding: 0 120px;
  width: 100%;
  height: 100%;
}
@media (max-width: 769px) {
  .content-wrap-banner .wrap-banner {
    padding: 0 48px;
  }
}
@media (max-width: 650px) {
  .content-wrap-banner .wrap-banner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.content-wrap-banner .wrap-banner h1 {
  font-size: 50px;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (max-width: 650px) {
  .content-wrap-banner .wrap-banner h1 {
    font-size: 32px;
    text-align: center;
  }
}
.content-wrap-banner .wrap-banner p {
  font-size: 24px;
  margin-bottom: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (max-width: 650px) {
  .content-wrap-banner .wrap-banner p {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 650px) {
  .content-wrap-banner .wrap-banner .content-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.content-wrap-figures {
  padding: 64px 24px;
}
.content-wrap-figures .wrap-figures {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1025px) {
  .content-wrap-figures .wrap-figures {
    max-width: 460px;
  }
}
.content-wrap-figures .wrap-figures .figure {
  width: 280px;
  position: relative;
}
@media (max-width: 1201px) {
  .content-wrap-figures .wrap-figures .figure {
    width: 250px;
  }
}
@media (max-width: 1070px) {
  .content-wrap-figures .wrap-figures .figure {
    width: 230px;
  }
}
@media (max-width: 651px) {
  .content-wrap-figures .wrap-figures .figure {
    width: 300px;
    margin-bottom: 48px !important;
  }
}
@media (max-width: 1070px) {
  .content-wrap-figures .wrap-figures .figure:nth-child(1) {
    margin-bottom: 24px;
  }
}
@media (max-width: 1025px) {
  .content-wrap-figures .wrap-figures .figure:nth-child(2):before {
    display: none !important;
  }
}
@media (max-width: 651px) {
  .content-wrap-figures .wrap-figures .figure:nth-child(2):before {
    display: block !important;
  }
}
.content-wrap-figures .wrap-figures .figure:last-child:before {
  display: none !important;
}
@media (max-width: 651px) {
  .content-wrap-figures .wrap-figures .figure:last-child {
    margin-bottom: 0 !important;
  }
}
.content-wrap-figures .wrap-figures .figure:before {
  content: "";
  width: 1px;
  right: 0;
  height: 80px;
  background: #0f0f0f;
  opacity: 0.5;
  top: 40px;
  position: absolute;
}
@media (max-width: 1025px) {
  .content-wrap-figures .wrap-figures .figure:before {
    top: 20px;
  }
}
@media (max-width: 651px) {
  .content-wrap-figures .wrap-figures .figure:before {
    bottom: -32px;
    width: 100%;
    height: 1px;
    top: inherit;
  }
}
.content-wrap-figures .wrap-figures .figure h4 {
  font-size: 80px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (max-width: 1025px) {
  .content-wrap-figures .wrap-figures .figure h4 {
    font-size: 60px;
  }
}
.content-wrap-figures .wrap-figures .figure p {
  font-size: 16px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.content-wrap-projects {
  padding: 48px 0px 0;
}
.content-wrap-projects .wrap-projects {
  width: 100%;
}
.content-wrap-projects .wrap-projects .projects {
  width: 33.33%;
  height: 540px;
  overflow: hidden;
}
@media (max-width: 850px) {
  .content-wrap-projects .wrap-projects .projects {
    height: 380px;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .content-wrap-projects .wrap-projects .projects {
    height: 250px;
    margin-bottom: 16px;
  }
}
.content-wrap-projects .wrap-projects .projects img {
  height: 540px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .content-wrap-projects .wrap-projects .projects img {
    height: 380px;
  }
}
@media (max-width: 650px) {
  .content-wrap-projects .wrap-projects .projects img {
    height: 250px;
  }
}
.content-wrap-projects .wrap-projects .projects h4 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .content-wrap-projects .wrap-projects .projects h4 {
    font-size: 20px;
  }
}
@media (max-width: 850px) {
  .content-wrap-projects .wrap-projects .projects h4 {
    text-align: center;
  }
}
.content-wrap-projects .wrap-projects .projects p {
  font-size: 16px;
}
@media (max-width: 850px) {
  .content-wrap-projects .wrap-projects .projects p {
    text-align: center;
  }
}
.content-wrap-projects .wrap-projects .projects .project {
  width: 100%;
  max-width: 800px;
  padding: 0 48px;
  margin-top: 50%;
}
@media (max-width: 1025px) {
  .content-wrap-projects .wrap-projects .projects .project {
    padding: 0 24px;
  }
}
@media (max-width: 850px) {
  .content-wrap-projects .wrap-projects .projects .project {
    margin-top: 10%;
    max-width: 500px;
    margin: auto;
  }
}

.content-wrap-services {
  padding: 0px 24px 80px;
}
.content-wrap-services .wrap-services {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 24px;
}
.content-wrap-services .wrap-services .service {
  width: 300px;
  text-align: center;
}
@media (max-width: 950px) {
  .content-wrap-services .wrap-services .service {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .content-wrap-services .wrap-services .service {
    width: 100%;
    margin-bottom: 48px;
  }
  .content-wrap-services .wrap-services .service:last-child {
    margin-bottom: 0;
  }
}
.content-wrap-services .wrap-services .service h4 {
  font-size: 80px;
  text-align: center;
}
.content-wrap-services .wrap-services .service p {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 650px) {
  .content-wrap-services .wrap-services .service img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.content-wrap-about .wrap-about {
  width: 100%;
  overflow: hidden;
}
.content-wrap-about .wrap-about .about-image {
  width: 50%;
}
@media (max-width: 1025px) {
  .content-wrap-about .wrap-about .about-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    height: 400px;
  }
}
.content-wrap-about .wrap-about .about-image img {
  width: 100%;
  height: 100%;
}
.content-wrap-about .wrap-about .about-info {
  width: 50%;
  padding: 48px;
}
@media (max-width: 1025px) {
  .content-wrap-about .wrap-about .about-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.content-wrap-about .wrap-about .about-info p {
  margin-bottom: 16px;
  font-size: 14px;
}
@media (max-width: 650px) {
  .content-wrap-about .wrap-about .about-info {
    padding: 48px 24px;
  }
}
.content-wrap-about .wrap-about .about-info .mission {
  width: 45%;
}
@media (max-width: 1280px) {
  .content-wrap-about .wrap-about .about-info .mission {
    width: 100%;
    margin-bottom: 32px;
  }
}
.content-wrap-about .wrap-about .about-info .vission {
  width: 45%;
}
@media (max-width: 1280px) {
  .content-wrap-about .wrap-about .about-info .vission {
    width: 100%;
  }
}
.content-wrap-about .wrap-about .about-info h2 {
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .content-wrap-about .wrap-about .about-info .content-values {
    width: 300px;
  }
}
@media (max-width: 1025px) {
  .content-wrap-about .wrap-about .about-info .content-values {
    width: 100%;
    max-width: 800px;
  }
}
@media (max-width: 700px) {
  .content-wrap-about .wrap-about .about-info .content-values {
    max-width: 350px;
    margin: auto;
  }
}
.content-wrap-about .wrap-about .about-info .content-values .value {
  width: 90px;
}
.content-wrap-about .wrap-about .about-info .content-values .value-image {
  width: 60px;
  height: 60px;
  margin: auto;
  margin-bottom: 16px;
  border-radius: 50%;
  border: 2px solid #0f0f0f;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}
.content-wrap-about .wrap-about .about-info .content-values .value-image img {
  height: 38px;
}
.content-wrap-about .wrap-about .about-info .content-values .value p {
  font-size: 14px;
  text-align: center;
}

.content-wrap-our-clients {
  padding: 80px 24px;
}
.content-wrap-our-clients .wrap-our-clients {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 24px;
}
.content-wrap-our-clients .wrap-our-clients .clients {
  max-width: 700px;
  width: 100%;
  margin: auto;
}
@media (max-width: 650px) {
  .content-wrap-our-clients .wrap-our-clients .clients {
    width: 300px;
  }
}
.content-wrap-our-clients .wrap-our-clients .clients img {
  width: 150px;
}
@media (max-width: 690px) {
  .content-wrap-our-clients .wrap-our-clients .clients img {
    width: 120px;
  }
  .content-wrap-our-clients .wrap-our-clients .clients img:nth-child(1) {
    margin-bottom: 48px;
  }
  .content-wrap-our-clients .wrap-our-clients .clients img:nth-child(2) {
    margin-bottom: 48px;
  }
}

.content-wrap-testimony {
  padding: 120px 24px;
  background: #0f0f0f;
}
@media (max-width: 680px) {
  .content-wrap-testimony {
    padding: 120px 24px;
  }
}
@media (max-width: 680px) {
  .content-wrap-testimony img {
    width: 250px;
    bottom: 32px;
  }
}
.content-wrap-testimony .wrap-testimony {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 0px;
}
.content-wrap-testimony .wrap-testimony h4 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 32px;
}
@media (max-width: 680px) {
  .content-wrap-testimony .wrap-testimony h4 {
    font-size: 16px;
  }
}
.content-wrap-testimony .wrap-testimony p {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 680px) {
  .content-wrap-testimony .wrap-testimony p {
    font-size: 14px;
  }
}
.content-wrap-testimony .wrap-testimony .testimony-slide {
  width: 100%;
  max-width: 760px;
  padding: 48px 0;
  margin: auto;
}
@media (max-width: 680px) {
  .content-wrap-testimony .wrap-testimony .testimony-slide {
    padding: 32px 0;
  }
}
.content-wrap-testimony .wrap-testimony .testimony-slide .swiper-pagination-bullets {
  bottom: 0px;
}
.content-wrap-testimony .wrap-testimony .testimony-slide .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.content-wrap-testimony .wrap-testimony .testimony-slide .swiper-pagination-bullet {
  background: #fff !important;
}
.content-wrap-testimony .wrap-testimony .testimony-slide .swiper-button-prev {
  left: 0;
  color: #fff !important;
}
.content-wrap-testimony .wrap-testimony .testimony-slide .swiper-button-next {
  right: 0;
  color: #fff !important;
}
.content-wrap-testimony .wrap-testimony .testimony-slide .sli {
  padding: 0 64px;
}
@media (max-width: 680px) {
  .content-wrap-testimony .wrap-testimony .testimony-slide .sli {
    padding: 0 48px;
  }
}

.content-wrap-form {
  padding: 0px 24px 64px;
  background-color: #fff;
}
.content-wrap-form .wrap-form {
  width: 100%;
  max-width: 750px;
  margin: auto;
}
@media (max-width: 769px) {
  .content-wrap-form .wrap-form {
    max-width: 500px;
  }
}
.content-wrap-form .wrap-form .form-information {
  width: 300px;
}
@media (max-width: 769px) {
  .content-wrap-form .wrap-form .form-information {
    width: 100%;
  }
}
.content-wrap-form .wrap-form .form-information h2 {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 28px;
}
@media (max-width: 769px) {
  .content-wrap-form .wrap-form .form-information h2 {
    font-size: 24px;
  }
}
.content-wrap-form .wrap-form .form-information p {
  font-size: 16px;
  margin-bottom: 32px;
}
.content-wrap-form .wrap-form .form-information ul {
  margin-bottom: 32px;
}
.content-wrap-form .wrap-form .form-information ul li {
  font-size: 16px;
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 680px) {
  .content-wrap-form .wrap-form .form-information ul li.desk {
    display: none !important;
  }
}
.content-wrap-form .wrap-form .form-information ul li.mobile {
  font-weight: 700;
}
@media (max-width: 680px) {
  .content-wrap-form .wrap-form .form-information ul li.mobile {
    display: block !important;
  }
}
.content-wrap-form .wrap-form .form-information ul li:nth-child(3) {
  font-weight: 700;
}
.content-wrap-form .wrap-form .form-information ul li a {
  font-size: 16px;
}
.content-wrap-form .wrap-form .form-detail {
  width: 380px;
}
@media (max-width: 769px) {
  .content-wrap-form .wrap-form .form-detail {
    width: 100%;
  }
}
.content-wrap-form .wrap-form .form-detail form {
  width: 100%;
}
.content-wrap-form .wrap-form .form-detail form .content-input {
  margin-bottom: 16px;
}
.content-wrap-form .wrap-form .form-detail form .content-input input {
  width: 100%;
  padding: 6px 8px;
  font-size: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #0f0f0f;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.content-wrap-form .wrap-form .form-detail form .content-input input.error {
  background: rgb(255, 211, 211);
  border: 1px solid #E30425;
}
.content-wrap-form .wrap-form .form-detail form .content-input input.check {
  background: #b4ffc1;
  border: 1px solid #00ff2a;
}
@media (max-width: 680px) {
  .content-wrap-form .wrap-form .form-detail form .content-input input {
    padding: 8px;
  }
}
.content-wrap-form .wrap-form .form-detail form .content-input span {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #E30425;
}
.content-wrap-form .wrap-form .form-detail form .content-input textarea {
  width: 100%;
  padding: 4px 8px;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid #0f0f0f;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.content-wrap-form .wrap-form .form-detail form .content-input textarea.error {
  background: rgb(255, 211, 211);
  border: 1px solid #E30425;
}
.content-wrap-form .wrap-form .form-detail form .content-input textarea.check {
  background: #b4ffc1;
  border: 1px solid #00ff2a;
}
.content-wrap-form .wrap-form .form-detail form .content-input button {
  padding: 8px 24px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  color: #fff;
  font-size: 15px;
  border-radius: 8px;
  background: #0f0f0f;
  cursor: pointer;
}
.content-wrap-form .wrap-form .form-detail form .content-input button:disabled {
  background-color: #adadad !important;
  color: #ffffff !important;
  opacity: 0.5;
  cursor: none !important;
}
.content-wrap-form .wrap-form ul li {
  display: inline-block;
  list-style: none;
  margin-right: 8px;
}
.content-wrap-form .wrap-form ul li a {
  padding: 4px 4px;
}

.title-wrap {
  font-size: 40px;
  margin-bottom: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (max-width: 680px) {
  .title-wrap {
    font-size: 30px;
    text-align: center !important;
  }
}

.content-wrap-footer {
  padding: 48px 24px;
  background-color: #0f0f0f;
  width: 100%;
}
.content-wrap-footer .wrap-footer {
  width: 100%;
}
.content-wrap-footer .wrap-footer .footer {
  width: 300px;
  margin: auto;
}
.content-wrap-footer .wrap-footer .footer ul {
  text-align: center;
}
.content-wrap-footer .wrap-footer .footer ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
}
.content-wrap-footer .wrap-footer .footer ul li a {
  padding: 4px 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.content-wrap-footer .wrap-footer .footer ul li a img {
  display: inline;
}
.content-wrap-footer .wrap-footer .footer p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.seccion:before {
  display: block;
  content: " ";
  margin-top: -92px;
  height: 92px;
  visibility: hidden;
}

.wsp {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #00bb2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: shadow-pulse 1s infinite;
          animation: shadow-pulse 1s infinite;
}
.wsp img {
  width: 50px;
}

@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #00bb2d;
            box-shadow: 0 0 0 0 #00bb2d;
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px transparent;
            box-shadow: 0 0 0 15px transparent;
  }
}

@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #00bb2d;
            box-shadow: 0 0 0 0 #00bb2d;
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px transparent;
            box-shadow: 0 0 0 15px transparent;
  }
}
.modal-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5254901961);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-success .success {
  width: 350px;
  padding: 48px 24px;
  border-radius: 24px;
  background-color: #Fff;
}
.modal-success .success h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
  text-align: center;
}
.modal-success .success p {
  font-size: 16px;
  text-align: center;
}

.btn {
  border-radius: 32px 32px 32px 32px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
.btn.active {
  -webkit-animation: heartbeat 1s ease-in-out both;
          animation: heartbeat 1s ease-in-out both;
}
.btn-small {
  height: 48px;
  min-width: 90px;
  padding: 0 32px;
  cursor: pointer;
}
.btn-small img {
  width: 24px;
  height: 24px;
}
.btn-small img.left {
  margin-right: 8px;
}
.btn-small img.right {
  margin-left: 8px;
}
.btn-small .title a h4 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.btn-medium {
  height: 56px;
  min-width: 304px;
  padding: 0 24px;
}
.btn-medium .title h4 {
  font-size: 20px;
  font-family: "flexobold";
}
.btn-large {
  height: 72px;
  min-width: 304px;
  padding: 0 48px;
}
.btn-large .title h4 {
  font-size: 24px;
  font-family: "flexobold";
}
.btn-ghost {
  background: transparent;
}
.btn-ghost .title h4 {
  color: #ffc61d;
}
.btn-ghost:hover {
  background-color: #1c2a45 !important;
  border: 2px solid #1c2a45 !important;
}
.btn-ghost:hover .title h4 {
  color: #fff;
}
.btn-ghost-border {
  border: 2px solid #ffc61d;
}

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

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

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

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

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

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

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

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

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

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

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

: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(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

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

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

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

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

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets, .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 {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

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

.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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

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

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

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

.swiper-container-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

/******************************************/