/*===============================================

    Theme Name: Jiffy - Multipurpose Startup Agency HTML Template
    Author: jiffytechsolutions
    Version: 1.0

===============================================*/

/*================ TABLE OF CONTENTS ============
  01. THEME DEFAULT
	02. MEANMENU CSS START
	03. HEADER CSS START
	04. ABOUT CSS START
	05. SERVICE CSS START
	06. PROJECT CSS START
	07. FAQ CSS START
	08. CTA CSS START
  09. BLOG CSS START
  10 SERVICE 
  11. INTEGRATION CSS START
  12. TESTIMONIAL CSS START
  13. PRICE CSS START
  14. TEAM CSS START
  15. CAREER CSS START
  16. CONTACT CSS START
  17. FOOTER CSS START
=================================================*/
/*=========================================*/
/*       01. THEME DEFAULT CSS START       */
/*=========================================*/
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&amp;family=Montserrat+Alternates:wght@300;400;500;600;700;800&amp;family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&amp;family=Urbanist:wght@300;400;500;600;700;800&amp;display=swap");

:root {
  /**
  @font family declaration
  */
  --jiffy-ff-body: 'Plus Jakarta Sans', sans-serif;
  --jiffy-ff-heading: 'Plus Jakarta Sans', sans-serif;
  --jiffy-ff-mont: 'Montserrat Alternates', sans-serif;
  --jiffy-ff-urban: 'Urbanist', sans-serif;
  /**
  color declaration
  */
  --jiffy-common-white: #ffffff;
  --jiffy-common-black: #000229;
  --jiffy-common-dark-black: #000000;
  --jiffy-common-orange: #FF7A41;
  --jiffy-common-purple: #FF75F9;
  --jiffy-common-green: #5FC33B;
  --jiffy-common-green-2: #21B641;
  --jiffy-common-yellow: #4428DB;
  --jiffy-common-yellow-2: #4428DB;
  --jiffy-common-yellow-3: #F8FF35;
  --jiffy-common-yellow-4: #FFC530;
  --jiffy-common-blue: #6865FF;
  --jiffy-common-blue-2: #1117A0;
  --jiffy-common-blue-3: #5138EE;
  --jiffy-common-blue-4: #600EE4;
  --jiffy-common-red: #FF3C82;
  --jiffy-heading-primary: #000229;
  --jiffy-grey-1: #5F6368;
  --jiffy-grey-2: #9A9DA7;
  --jiffy-grey-3: #F5F5F5;
  --jiffy-grey-4: #F2F3F5;
  --jiffy-grey-5: #888B95;
  --jiffy-grey-6: #EEEEF5;
  --jiffy-grey-7: #F6F5FA;
  --jiffy-grey-8: #000000;
  --jiffy-text-body: #404040;
  --jiffy-theme-1: #6865FF;
  --jiffy-theme-2: #AEE87C;
  --jiffy-theme-3: #FFA8B8;
  --jiffy-theme-4: #F1A0AF;
  --jiffy-border-1: #EDF5FA;
  --jiffy-border-2: #EBECF0;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 30px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--jiffy-ff-body);
  font-size: 15px;
  font-weight: 400;
  color: var(--jiffy-text-body);
  line-height: 1.3;
  overflow-x: hidden;
  background-color: var(--jiffy-common-white);
}

body.monserat {
  font-family: var(--jiffy-ff-monserat);
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--jiffy-ff-heading);
  color: var(--jiffy-grey-8);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

p {
  color: var(--jiffy-text-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.z-index {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

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

.z-index-6 {
  position: relative;
  z-index: 6;
}

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: #000;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input,
textarea {
  outline: none;
  color: var(--jiffy-common-black);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #717171;
}


input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--jiffy-theme-1);
  color: var(--jiffy-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--jiffy-theme-1);
  color: var(--jiffy-common-white);
  text-shadow: none;
}

::selection {
  background: var(--jiffy-theme-1);
  color: var(--jiffy-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--jiffy-common-black);
  font-size: var(--jiffy-fz-body);
  opacity: 1;
}

*::placeholder {
  color: var(--jiffy-common-black);
  font-size: var(--jiffy-fz-body);
  opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-50 {
  --bs-gutter-x: 12px;
}

.gx-60 {
  --bs-gutter-x: 65px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-25 {
  --bs-gutter-x: 25px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gx-60 {
    --bs-gutter-x: 40px;
  }
}

/*--
    - Spacing
-----------------------------------------*/
.jiffy-btn {
  display: inline-block;
  background-color: var(--jiffy-common-yellow-2);
  color: var(--jiffy-common-white);
  height: 45px;
  line-height: 45px;
  border-radius: 6px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.jiffy-btn span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: var(--jiffy-common-white);
}

.jiffy-btn:hover span {
  color: var(--jiffy-common-dark-black);
  transition-delay: 0.1s;
}

.jiffy-btn-white {
  background-color: #475ccb;
  color: var(--jiffy-common-white);
  height: 45px;
  line-height: 45px;
  border-radius: 6px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  overflow: hidden;
  transition: color 0.5s ease;
  transition-duration: 0.4s;
}

.jiffy-btn-white span {
  position: relative;
  z-index: 5;
  transition: 0.5s;
  transition-delay: 0.1s;
}

.jiffy-btn-white:hover {
  color: var(--jiffy-common-black);
  transition-duration: 0.5s;
}

.jiffy-btn-white:hover span.white-text {
  color: var(--jiffy-common-white);
}

.jiffy-btn-blue-lg {
  display: inline-block;
  background: var(--jiffy-common-yellow-2);

  border-radius: 6px;
  color: var(--jiffy-common-white);
  font-family: var(--jiffy-ff-urban);
  height: 60px;
  line-height: 61px;
  padding: 0 35px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
  transition-duration: 1s;
}

@media (max-width: 767px) {
  .jiffy-btn-blue-lg {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}

.jiffy-btn-blue-lg.purple-bg {
  background-color: var(--jiffy-common-blue-4);
}

.jiffy-btn-blue-lg.circle-effect {
  position: relative;
}

.jiffy-btn-blue-lg.circle-effect::after {
  background-color: var(--jiffy-common-black);
  border-radius: 6px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}

.jiffy-btn-blue-lg.circle-effect-black {
  position: relative;
}

.jiffy-btn-blue-lg.circle-effect-black::after {
  background-color: var(--jiffy-common-black);
  border-radius: 6px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}

.jiffy-btn-blue-lg span {
  position: relative;
  z-index: 5;
  transition: 0.5s;
  color: var(--jiffy-common-white);
}

.jiffy-btn-blue-lg:hover {
  color: var(--jiffy-common-white);
}

.jiffy-btn-blue-lg:hover.circle-effect::after {
  transform: scaleY(1);
  transform-origin: top;
}

.jiffy-btn-blue-lg:hover.circle-effect-black {
  color: var(--jiffy-common-white);
  transition: 0.3s;
}

.jiffy-btn-blue-lg:hover.circle-effect-black::after {
  transform: scaleY(1);
  transform-origin: top;
}

.jiffy-btn-blue-lg:hover.purple-bg {
  background-color: transparent;
}

.jiffy-btn-blue-lg:hover span.text-color-black {
  color: var(--jiffy-common-black);
}


.jiffy-btn-border {
  display: inline-block;
  color: var(--jiffy-common-white);
  font-family: var(--jiffy-ff-urban);
  border: 1px solid var(--jiffy-common-dark-black);
  border-radius: 6px;
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
}

@media (max-width: 767px) {
  .jiffy-btn-border {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}

.jiffy-btn-border span {
  position: relative;
  z-index: 5;
  transition: 0.7s;
  color: var(--jiffy-common-dark-black);
}

.jiffy-btn-border:hover {
  border-color: var(--jiffy-common-yellow);
}

.jiffy-btn-border:hover span {
  color: var(--jiffy-common-white);
}

.jiffy-btn-white-solid {
  display: inline-block;
  color: var(--jiffy-common-white);
  font-family: var(--jiffy-ff-urban);
  background: var(--jiffy-common-dark-black);
  backdrop-filter: blur(5px);
  border-radius: 6px;
  height: 36px;
  padding: 0 22px;
  font-weight: 700;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}

.jiffy-btn-white-solid:hover {
  background-color: var(--jiffy-common-yellow);
  color: var(--jiffy-common-dark-black);
}

.jiffy-btn-yellow-lg {
  display: inline-block;
  color: var(--jiffy-common-white);
  border-radius: 6px;
  height: 60px;
  padding: 0 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  transition-duration: 1s;
}

@media (max-width: 767px) {
  .jiffy-btn-yellow-lg {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}

.jiffy-btn-yellow-lg::after {
  background-color: var(--jiffy-common-yellow-2);
  border-radius: 6px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}

.jiffy-btn-yellow-lg:hover {
  background-color: transparent;
  color: var(--jiffy-common-white);
}

.jiffy-btn-yellow-lg:hover::after {
  transform: scaleY(1);
  transform-origin: top;
}


.jiffy-btn-service {
  height: 40px;
  line-height: 35px;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  color: var(--jiffy-common-yellow-3);
  border-radius: 6px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 30px;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
}

.jiffy-btn-service:hover {
  background-color: var(--jiffy-common-yellow-3);
  color: var(--jiffy-common-black);
  border-color: var(--jiffy-common-yellow-3);
}


.jiffy-btn-hover {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.jiffy-btn-hover b {
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: var(--jiffy-common-yellow);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}

.jiffy-btn-hover:hover b {
  width: 400px;
  height: 400px;
  display: inline-block;
}

.jiffy-btn-hover.alt-color b {
  background-color: var(--jiffy-theme-1);
}

.jiffy-btn-hover.alt-color-black b {
  background-color: var(--jiffy-common-yellow);
}

.jiffy-btn-hover.alt-color-white b {
  background-color: var(--jiffy-common-white);
}

.jiffy-btn-price {
  display: inline-block;
  background: var(--jiffy-common-yellow-2);
  color: var(--jiffy-common-white);
  height: 45px;
  line-height: 45px;
  border-radius: 6px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  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;
}

.submit-btn {
  background-color: var(--jiffy-common-yellow);
  text-align: center;
  height: 55px;
  padding: 0px 20px;
  display: inline-block;
  line-height: 55px;
  color: var(--jiffy-common-dark-black);
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
}

.submit-btn:hover {
  color: var(--jiffy-common-white);
}

.signin-btn {
  background-color: var(--jiffy-common-yellow-2);
  text-align: center;
  height: 55px;
  padding: 0px 100px;
  display: inline-block;
  line-height: 55px;
  color: var(--jiffy-common-white);
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px;
  width: 100%;
  display: block;
}

.signin-btn:hover {
  background-color: var(--jiffy-common-yellow);
}

.jiffy-btn-inner {
  display: inline-block;
  background: var(--jiffy-common-yellow-2);
  color: var(--jiffy-common-dark-black);
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.jiffy-btn-inner.white-bg:hover {
  transform: translateY(-2px);
  box-shadow: 0px 8px 24px 0px rgba(25, 118, 41, 0.3);
}

.jiffy-btn-inner span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: var(--jiffy-common-dark-black);
  display: inline-block;
  transform: translateY(-2px);
}

.jiffy-btn-inner:hover span {
  color: var(--jiffy-common-white);
  transition-delay: 0.1s;
}

.jiffy-btn-inner-border {
  display: inline-block;
  color: var(--jiffy-common-white);
  height: 40px;
  line-height: 36px;
  border-radius: 6px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}

.jiffy-btn-inner-border i {
  padding-left: 7px;
  transform: rotate(45deg) translateY(-3px);
}

.jiffy-btn-inner-border:hover {
  color: var(--jiffy-common-yellow-3);
}

/* pulse effect animation */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }

  50% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -560;
  }
}


@keyframes tptranslateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes lineDash {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 1000;
  }
}

@keyframes lineDash {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 1000;
  }
}

@-webkit-keyframes lineDash-2 {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -1000;
  }
}

@keyframes lineDash-2 {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -1000;
  }
}

@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 3000;
  }
}

@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }

  25% {
    transform: translatex(20px);
  }

  50% {
    transform: translatey(-20px);
  }

  75% {
    transform: translatex(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes about-circle {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes services-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    -o-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }

  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    -o-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}

@keyframes hero-3-dot-2 {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }

  50% {
    opacity: 0;
    transform: translateX(-30%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes tfLeftToRight2 {
  0% {
    transform: translateX(30%) translateY(1px);
  }

  49% {
    transform: translateX(30%) translateY(1px);
  }

  50% {
    opacity: 0;
    transform: translateX(-30%) translateY(1px);
  }

  51% {
    opacity: 1;
  }
}

@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate3 {
  from {
    transform: rotateZ(0deg);
  }

  to {
    transform: rotateZ(360deg);
  }
}

@keyframes circle-animations {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }

  20% {
    transform: translateX(-50px);
  }

  50% {
    transform: translatey(-40px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes leftright {
  0% {
    transform: translatex(0);
  }

  50% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}





@keyframes circle-animation {
  0% {
    right: 0;
  }

  50% {
    right: 100%;
  }

  100% {
    right: 0%;
  }
}

@keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }

  50% {
    stroke-dashoffset: 560;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes movingleftright1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  40% {
    -webkit-transform: translateX(50px) translateY(-50px);
    transform: translateX(50px) translateY(-50px);
  }

  75% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

@keyframes circle-animation-2 {
  0% {
    left: 0;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 0%;
  }
}

@keyframes scroll1 {
  0% {
    top: 0%;
  }

  50% {
    top: 95%;
  }

  100% {
    top: 0%;
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
  }

  50% {
    -webkit-transform: translateY(calc(100vh - 100%));
    transform: translateY(calc(100vh - 100%));
  }

  51% {
    -webkit-transform: translateY(calc(100vh - 100%)) rotateX(180deg);
    transform: translateY(calc(100vh - 100%)) rotateX(180deg);
  }

  100% {
    -webkit-transform: translateY(0) rotateX(180deg);
    transform: translateY(0) rotateX(180deg);
  }
}

@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 20px;
    -webkit-transform: translateZ(150px);
    transform: translateZ(150px);
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes tracking-in-contract-bck-2 {
  0% {
    letter-spacing: 20px;
    -webkit-transform: translateZ(150px) translateY(150px);
    transform: translateZ(150px) translateY(150px);
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.7);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.7);
  }
}

@keyframes sliderShape {

  0%,
  100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 36% 64% 41% 59%/54% 41% 59% 46%;
    transform: translate3d(1px, 5px, 2px) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(-1px, -3px, -2px) rotateZ(0.01deg);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}

@keyframes wobble-vertical {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@-webkit-keyframes section-highlight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes section-highlight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-ms-keyframes section-highlight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes section-highlight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes widthcalc {
  0% {
    width: 20%;
  }

  50% {
    width: 50%;
  }

  75% {
    width: 90%;
  }

  90% {
    opacity: 75%;
  }

  90% {
    opacity: 100%;
  }
}

/* right bounce */
@keyframes bounceRight {

  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  60% {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* /right bounce */
@keyframes icon-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes light-one {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  75% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

/*--- preloader ---*/
.dark #preloader {
  background-color: var(--jiffy-theme-1);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--jiffy-theme-1);
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*--- end of preloader ---*/
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 6px;
  z-index: 9;
  color: var(--jiffy-common-white);
  text-align: center;
  cursor: pointer;
  background: var(--jiffy-common-yellow);
  transition: 1s ease;
  border: none;
}

.scroll-top.open {
  bottom: 80px;
}

/*---------------------------------------*/
/*Background color
/*-----------------------------------------*/
.grey-bg {
  background: var(--jiffy-grey-7);
}

.grey-bg-2 {
  background: var(--jiffy-grey-6);
}

.grey-bg-3 {
  background: var(--jiffy-grey-8);
}

.white-bg {
  background: var(--jiffy-common-white);
}

.black-bg {
  background: var(--jiffy-common-black);
}

.yellow-bg {
  background: var(--jiffy-common-yellow-2);
}

.theme-bg {
  background: var(--jiffy-theme-1);
}

.theme-bg-3 {
  background: var(--jiffy-theme-3);
}

.blue-bg {
  background: var(--jiffy-common-blue-2);
}

.blue-bg-2 {
  background: var(--jiffy-common-blue-4);
}


.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}

.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}



.tpoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  background-color: var(--jiffy-common-white);
  z-index: 9999;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}

.tpoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .tpoffcanvas {
    width: 100%;
  }
}



.tpoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}

.tpoffcanvas__logo {
  margin-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}

.tpoffcanvas__logo img {
  width: 157px;
  height: 100%;
}


.tpoffcanvas__close-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px;
  border-bottom: 1px solid #282727;
  margin-bottom: 35px;
}

.tpoffcanvas__close-btn>h3 {
  font-size: 20px;
  margin: 0;
}

.tpoffcanvas__close-btn button {
  right: 0px;
  top: 0px;
  height: 30px;
  width: 30px;
  color: var(--jiffy-common-dark-black);
}

.tpoffcanvas__close-btn button i {
  font-weight: 300;
  font-size: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__close-btn button {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .tpoffcanvas__close-btn button {
    font-size: 28px;
  }
}

.tpoffcanvas__content {
  margin-bottom: 30px;
}

.tpoffcanvas__content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}

.tpoffcanvas__content span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}

.tpoffcanvas__content a {
  font-size: 30px;
  line-height: 51px;
  font-weight: 700;
  color: var(--jiffy-common-white);
  display: inline-block;
}

@media (max-width: 767px) {
  .tpoffcanvas__content a {
    font-size: 27px;
  }
}

.tpoffcanvas__social .social-icon a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: var(--jiffy-common-dark-black);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .tpoffcanvas__social .social-icon a {
    margin-right: 3px;
  }
}

.tpoffcanvas__social .social-icon a:hover {
  background-color: var(--jiffy-theme-1);
  color: var(--jiffy-common-yellow);
}

.mobile-menu.mean-container {
  margin-bottom: 50px;
}

.offcan-social-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}

.tpoffcanvas-social {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.about-shape-1 {
  position: absolute;
  top: 10%;
  left: 0;
}

.about-shape-2 {
  position: absolute;
  top: 0%;
  right: 0%;
}

.about-banner {
  background-color: #600EE4;
  height: 540px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-banner {
    height: 580px;
  }
}

@media (max-width: 767px) {
  .about-banner {
    height: 400px;
  }
}

.about-banner-title {
  font-style: normal;
  font-weight: 600;
  font-size: 110px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--jiffy-common-white);
  position: relative;
  z-index: -1;
  margin-top: 190px;
  display: inline-block;
  margin-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-banner-title {
    font-size: 90px;
    margin-top: 150px;
  }
}

@media (max-width: 767px) {
  .about-banner-title {
    font-size: 50px;
    margin-left: 50px;
    margin-top: 132px;
  }
}

.about-img-height {
  min-height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  margin-top: -215px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-img-height {
    min-height: 550px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-img-height {
    min-height: 550px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-height {
    min-height: 400px;
    margin-top: -320px;
  }
}

@media (max-width: 767px) {
  .about-img-height {
    min-height: 300px;
    margin-top: -200px;
  }
}

.about-img-title {
  font-style: normal;
  font-weight: 600;
  font-size: 110px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #600EE4;
  margin-left: 100px;
  margin-top: -140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-title {
    font-size: 90px;
    margin-top: -115px;
  }
}

@media (max-width: 767px) {
  .about-img-title {
    font-size: 50px;
    margin-left: 50px;
    margin-top: -67px;
  }
}

.breadcrumb__shape-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.breadcrumb__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.breadcrumb-height {
  padding-top: 90px;
  padding-bottom: 90px;
}

.breadcrumb__area {
  background: #e4e4e4 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__content {
    transform: translateY(20px);
  }
}

.breadcrumb__img {
  display: inline-block;
}

.breadcrumb__title {
  font-weight: 700;
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #333;
  padding-bottom: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .breadcrumb__title {
    font-size: 40px;
    line-height: 1.2;
  }

  .breadcrumb-height {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.breadcrumb__list {
  display: inline-block;
}

.breadcrumb__list span {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #333;
}

@media (max-width: 767px) {
  .breadcrumb__list span {
    font-size: 15px;
  }
}

.breadcrumb__list span.child-one {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.breadcrumb__list span.dvdr i {
  font-weight: 400;
  font-size: 17px;
  line-height: 16px;
  color: #333;
  padding: 0px 8px;
  transform: translateY(1px);
}

.jiffy-custom-accordion .accordion-items {
  border-bottom: 1px solid #efefef;
  padding: 0 20px;
  position: relative;
  transition: 0.3s;
}

.jiffy-custom-accordion .accordion-items.boxsadow {
  box-shadow: none;
  border-radius: none;
}

.jiffy-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  font-family: var(--jiffy-ff-mont);
  text-align: left;
  padding: 35px 0;
}

@media (max-width: 767px) {
  .jiffy-custom-accordion .accordion-buttons {
    font-size: 14px;
  }
}

.jiffy-custom-accordion .accordion-buttons .accordion-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #C0C2C8;
  border-radius: 6px;
  transition: 0.3s;
}

.jiffy-custom-accordion .accordion-buttons .accordion-btn::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #525258;
  border-radius: 2px;
}

.jiffy-custom-accordion .accordion-buttons .accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #525258;
  border-radius: 2px;
  transition: 0.4s;
}

.jiffy-custom-accordion .accordion-buttons:not(.collapsed) {
  padding-bottom: 22px;
}

.jiffy-custom-accordion .accordion-buttons:not(.collapsed) .accordion-btn {
  border-color: var(--jiffy-common-black);
}

.jiffy-custom-accordion .accordion-buttons:not(.collapsed) .accordion-btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.jiffy-custom-accordion .accordion-body {
  padding: 0px 0 40px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--jiffy-ff-mont);
  padding-right: 35px;
}

@media (max-width: 767px) {
  .jiffy-custom-accordion .accordion-body {
    font-size: 13px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-custom-accordio-2 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .jiffy-custom-accordio-2 {
    margin-bottom: 50px;
  }
}

.jiffy-custom-accordio-2 .accordion-items {
  margin-bottom: 15px;
  background: #fbfbfb;
  border-radius: 6px;
  box-shadow: 0px 20px 80px rgba(7, 13, 32, 0.08);
}

.jiffy-custom-accordio-2 .accordion-buttons {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 30px 35px;
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  /* background: #F7F9FB; */
  border-radius: 16px;
}

@media (max-width: 767px) {
  .jiffy-custom-accordio-2 .accordion-buttons {
    font-size: 19px;
  }
}

.jiffy-custom-accordio-2 .accordion-buttons::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  background-image: none;
  top: 25px;
  right: 35px;
  width: auto;
  height: auto;
  font-weight: 700;
  font-size: 20px;
  opacity: 1;
  height: 30px;
  width: 30px;
  line-height: 27px;
  background-color: var(--jiffy-common-yellow);
  color: var(--jiffy-common-white);
  text-align: center;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.5s;
  font-weight: 300;
}

.jiffy-custom-accordio-2 .accordion-buttons.collapsed::after {
  background-color: #000000;
  color: var(--jiffy-common-white);
  transform: rotate(90deg);
}

.jiffy-custom-accordio-2 .accordion-body {
  padding: 40px 35px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #595B62;
  border-top: 1px solid #f1f1f1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-custom-accordio-2 .accordion-body {
    font-size: 14px;
    line-height: 23px;
    padding: 30px 35px;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .jiffy-custom-accordio-2 .accordion-body {
    font-size: 15px;
    line-height: 24px;
  }
}

.jiffy-inner-font .accordion-items button {
  font-family: var(--jiffy-ff-body);
}

.jiffy-inner-font .accordion-items .accordion-body {
  font-family: var(--jiffy-ff-body);
}

.jiffy-section-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.jiffy-section-title span {
  color: var(--jiffy-common-yellow);
  position: relative;
}

.jiffy-section-title span::after {
  content: '';
  width: 100%;
  height: 23px;
  background-image: url('data:image/svg+xml,<svg width="3258" height="422" viewBox="0 0 3258 422" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M65.8976 103.69C134.271 76.8261 184.218 82.3041 249.214 75.2958C283.303 71.7439 319.912 67.8899 358.024 64.272C468.625 48.3912 612.416 26.3046 722.054 20.7642C730.545 20.2204 738.788 19.718 747.479 19.2121C849.358 13.355 952.155 9.94409 1052.91 7.20456C1058.48 7.05359 1061.87 8.27578 1064.41 8.20996C1088.29 7.57932 1128.3 5.17768 1151.97 4.71699C1201.81 3.67167 1288.46 1.56696 1334.13 2.09627C1353.52 2.29658 1373.42 2.22795 1380.98 5.29422C1388.06 5.35707 1391.87 2.44255 1393.73 2.26201C1393.75 2.26456 1393.78 2.26711 1393.8 2.26966C1399.77 1.70537 1414.83 3.52986 1418.13 3.36828C1418.63 3.3432 1415.54 1.30279 1423.6 1.83806C1424.32 1.8841 1423.68 3.30095 1430.47 3.24716C1432.27 3.22872 1454.83 0.839419 1461.38 0.655484C1482.9 0.0149186 1534.52 1.42794 1560.35 1.39768C1564.3 1.39351 1566.57 0.566713 1570.71 0.550917C1572.85 0.541794 1576.07 1.43809 1576.75 1.43349C1579.69 1.40049 1592.4 -2.65174 1587.83 5.37034C1601.07 4.88212 1597.16 2.22468 1597.47 0.500583C1611.79 0.28449 1618.84 4.10144 1622.58 0.110579C1644.49 0.361678 1666.66 0.687136 1688.48 1.09873C1737.55 2.02193 1786.36 3.39493 1835.33 5.42501C1835.37 4.77289 1835.42 4.12077 1835.46 3.46866C1856.42 6.81805 1863.67 2.71166 1875.54 7.00061C1882.83 6.47616 1890.42 5.98124 1897.8 5.49514C2017.69 12.9286 2138.74 22.0556 2259.01 44.5241C2328.11 57.4029 2396.1 73.4379 2462.66 90.8697C2470.31 92.874 2471.86 94.7136 2484.44 98.0533C2498.32 101.739 2518.21 105.396 2536.38 110.31C2552.33 114.618 2575.43 122.217 2593.04 127.138C2597.02 128.247 2600.14 128.166 2600.58 128.291C2603.22 129.028 2602.99 130.409 2605.53 131.128C2608.58 131.984 2612.54 131.968 2616.07 132.967C2629.21 136.687 2643.66 140.084 2645.33 140.539C2653.35 142.756 2654.76 144.523 2655.42 144.71C2664.33 147.171 2661.28 145.115 2663.49 145.756C2674.93 149.065 2682.35 154.12 2698.88 155.167C2698.17 156.167 2697.47 157.168 2696.77 158.168C2708.7 161.764 2701.44 156.859 2704.04 156.933C2705.1 157.008 2731.05 163.638 2733.03 164.133C2739.97 165.966 2739.82 167.48 2740.42 167.642C2741.9 168.048 2759.88 170.431 2768.59 173.711C2778.94 177.613 2765.69 177.828 2768.22 178.982C2768.51 179.114 2773.77 180.156 2777.56 181.203C2778.46 181.36 2781.07 182.141 2781.95 182.382C2783.75 183.059 2785.19 183.705 2785.58 184.156C2786.29 184.964 2783.89 184.462 2781.48 183.884C2780.62 183.651 2778.09 182.895 2777.22 182.742C2775.11 182.443 2773 182.084 2773.03 182.298C2773.04 182.402 2774.76 183.089 2776.95 183.986C2777.8 184.135 2780.26 184.87 2781.09 185.097C2785.42 187.345 2791.5 190.626 2789.16 190.891C2788.07 191.112 2784.42 190.03 2779.99 188.537C2779.23 188.328 2776.96 187.65 2776.17 187.513C2768.73 185.753 2759.31 183.058 2756.29 182.806C2755.49 182.742 2756.55 184.807 2755.85 184.717C2753.06 184.439 2702.72 172.593 2700.46 171.639C2703.27 171.493 2706.09 171.344 2708.91 171.193C2705.43 170.266 2701.97 169.335 2698.51 168.4C2703.6 168.982 2708.75 169.566 2713.83 170.122C2708.05 161.875 2684.31 162.978 2682.57 165.968C2681.79 167.366 2694.41 174.6 2681.22 173.693C2683.04 174.557 2684.87 175.42 2686.7 176.282C2690.83 176.639 2694.93 176.98 2699.04 177.319C2696.5 176.274 2693.97 175.23 2691.44 174.18C2692.52 173.971 2693.6 173.758 2694.68 173.547C2702.23 174.643 2709.84 175.727 2717.38 176.771C2721.11 178.015 2720 179.158 2722.56 180.039C2754.43 190.954 2734.1 181.85 2755.33 187.348C2758.24 188.761 2761.11 190.159 2764.01 191.558C2763.71 189.264 2768.24 190.646 2775.18 192.064C2775.87 192.186 2777.9 192.79 2778.58 192.976C2781.33 193.81 2784.45 194.686 2787.79 195.36C2786.14 195.866 2784.48 196.371 2782.82 196.876C2799.36 201.595 2831.2 216.952 2823.85 208.91C2827.47 210.551 2831.03 212.173 2834.7 213.827C2838.16 213.998 2841.61 214.164 2845.04 214.325C2849.34 215.803 2853.78 217.322 2858.12 218.811C2857.99 219.276 2857.87 219.74 2857.74 220.205C2854.25 219.096 2850.7 217.97 2847.22 216.862C2849.38 219.087 2851.61 221.335 2853.79 223.566C2856.45 224.158 2859.1 224.747 2861.74 225.332C2851.39 220.583 2866.23 222.932 2870.35 222.213C2879.72 224.444 2884.74 228.673 2887.8 229.764C2889.24 230.279 2907.5 231.425 2899.38 233.954C2908.34 236.177 2917.19 238.359 2926.1 240.556C2929.37 241.98 2932.68 243.419 2936 244.856C2927.9 244.678 2948.56 254.058 2932.45 249.964C2920.43 246.907 2918.18 243.971 2912.54 242.201C2907.53 240.625 2904.43 241.141 2898.89 239.449C2861.85 228.121 2831.81 218.262 2796.86 206.461C2789.95 204.126 2783.48 202.797 2778.81 201.207C2774.74 199.818 2778.12 199.748 2776.67 198.983C2776.1 198.827 2774.41 198.324 2773.83 198.222C2773.39 198.041 2772.54 197.84 2770.98 197.597C2763.74 196.471 2761.89 197.547 2760 197.156C2758.83 196.911 2755.41 194.795 2751.98 194.016C2737.96 190.853 2717.09 187.195 2715.09 186.7C2712.87 186.211 2673.48 175.28 2671.65 174.545C2670.68 174.175 2673.95 170.001 2663.95 172.804C2661.2 172.205 2658.47 171.607 2655.71 170.999C2656.39 170.173 2657.08 169.346 2657.76 168.52C2640.7 167.935 2646.78 167.379 2631.15 163.609C2593.73 154.593 2538.97 138.837 2497.87 128.202C2488.7 125.833 2484.91 126.023 2474.04 123.232C2463.95 120.621 2438.43 110.406 2442.96 116.547C2421.49 106.707 2416.09 112.767 2405.88 105.59C2404.35 105.878 2402.82 106.168 2401.3 106.459C2389.69 100.704 2385.32 102.151 2371.78 99.2394C2365.96 97.9981 2373.33 96.6977 2360.86 97.1356C2358.68 96.3673 2356.49 95.5997 2354.3 94.8359C2354.99 94.2577 2355.67 93.6812 2356.36 93.1042C2343.22 90.6357 2342.44 90.098 2343.33 93.0557C2337.12 91.1254 2330.97 89.2308 2324.75 87.3426C2323.77 88.0287 2322.8 88.7152 2321.82 89.4022C2324.76 90.9531 2467.28 123.625 2486.84 128.606C2509.33 136.644 2555.97 146.676 2574.31 152.078C2581.66 154.246 2584.4 157.047 2595.1 160.147C2605.78 163.244 2619.76 165.055 2625.51 166.492C2644.58 171.489 2734.85 194.26 2672.8 181.396C2674.33 182.783 2675.86 184.169 2677.39 185.555C2702.64 188.408 2693.29 188.208 2713.5 193.446C2722.05 195.666 2742.87 198.275 2740.73 202.305C2724.61 199.44 2708.11 194.036 2694.27 190.7C2692.91 190.382 2676.07 188.295 2667.81 185.63C2660.33 183.219 2666.62 180.487 2648.95 180.842C2637.87 173.225 2629.73 175.421 2626.39 175.01C2620.62 174.298 2620.57 171.927 2615.05 170.201C2609.05 168.316 2604.47 168.667 2603.64 168.456C2595.3 166.307 2551.76 154.831 2550 153.394C2551.86 153.475 2553.71 153.555 2555.56 153.636C2544.44 149.966 2546.2 152.853 2543.15 152.322C2540.94 151.717 2538.73 151.113 2536.52 150.508C2537.52 150.278 2538.52 150.047 2539.53 149.816C2526.15 146.319 2535.93 150.693 2516.99 145.547C2504.95 142.279 2492.98 137.167 2491.77 136.987C2491.41 136.932 2494.89 139.148 2489.93 137.997C2481.72 136.086 2467.65 132.329 2466.49 130.277C2462.44 129.456 2462.36 131.15 2461.82 131.046C2459.47 130.561 2419.38 120.745 2412.16 119.074C2392.21 114.312 2370.1 108.531 2348.35 103.762C2346.12 103.271 2347.78 102.566 2345.54 102.081C2341.93 101.284 2323.14 98.7352 2320.34 98.2501C2313.42 96.9893 2295.41 92.4382 2292.45 92.3258C2292.03 92.3073 2297.71 94.9734 2290.63 93.9369C2282.76 92.7932 2287.34 91.7773 2286.92 91.6695C2271.76 87.8626 2261.66 87.1389 2251.13 85.4244C2250.8 85.371 2250.47 85.3167 2250.14 85.2612C2246.67 84.6775 2240.35 82.0068 2235.36 81.5354C2234.78 81.4791 2235.67 83.0082 2235.1 82.9708C2227.4 82.2799 2220.92 78.6213 2217.62 77.8899C2209.78 76.1516 2213.77 78.702 2213.36 78.6441C2208.03 77.7995 2201.06 75.9708 2192.89 74.7748C2156.82 69.5416 2127.32 65.8391 2088.91 61.5853C2084.02 61.0486 2078.49 59.1781 2077.75 59.1013C2075.46 58.8804 2075.99 60.4616 2069.33 59.7676C2055.5 58.3279 2042.49 57.2226 2028.74 56.0391C2025.97 55.8014 2024.9 54.2944 2022.78 54.0895C2015.62 53.3884 1991.17 55.2693 1991.12 50.6653C1976.6 53.7164 1967.54 49.6039 1956.24 48.9383C1929.39 47.3167 1887.11 46.0543 1860.34 44.4988C1854.76 44.1638 1852.17 42.8853 1849.03 42.7033C1843.34 42.3452 1811.07 41.9339 1809.48 41.7216C1806.18 41.2688 1808.43 36.1167 1791.13 40.1685C1781.25 40.2265 1782.46 38.1292 1780.41 37.9607C1764.21 36.69 1748.68 41.1423 1751.64 36.8386C1732.74 37.6322 1720.79 39.8592 1713.11 35.6597C1713.17 37.6521 1704.49 38.7099 1693.81 37.8159C1704.85 34.6234 1703.19 32.4303 1729.69 33.4892C1730.1 33.5062 1729.29 34.9317 1729.7 34.9488C1733.47 35.1118 1741.14 34.5263 1747.66 34.7373C1754.09 34.9473 1750.5 35.8581 1753.06 35.8926C1755.41 35.9227 1755.36 34.5434 1758.74 34.5975C1769.54 34.7798 1779.6 34.6514 1785.73 34.7882C1789.6 34.8752 1794.04 36.2074 1797.13 36.2943C1809 36.6065 1833.92 36.4548 1849.14 37.1721C1852.27 37.3215 1850.92 38.6268 1857.72 39.0039C1858.49 39.0478 1861.49 37.746 1867.57 37.7016C1873.62 37.6573 1878.21 38.5604 1882.02 38.5821C1885.3 38.6055 1884.01 37.2856 1890.66 37.5114C1895.99 37.5756 1958.78 41.9099 1962.01 42.4399C1966.87 43.039 1969.14 44.9593 1972.12 44.9407C1972.65 44.9295 1973.65 43.2854 1975.47 43.2851C2005.54 43.1203 2071.85 51.0726 2106.04 55.1444C2156.35 60.8335 2204.21 67.3535 2252.89 76.2819C2273.27 80.02 2293.81 84.0838 2314.79 88.564C2316.12 88.551 2317.44 88.5388 2318.77 88.5273C2311.63 86.9387 2304.41 85.3649 2297.25 83.8364C2297.37 83.041 2297.49 82.2457 2297.61 81.4503C2287.91 79.2719 2288.8 81.4121 2288.84 82.5888C2285.33 81.3614 2281.85 80.1477 2278.34 78.9357C2275.84 80.3566 2264.26 77.7626 2253.09 75.2585C2247.82 74.0728 2242.46 72.8733 2238.49 72.1472C2230.34 70.6447 2220.47 70.0118 2216.23 69.2089C2207.22 67.5112 2207.65 65.8513 2206.97 65.708C2205.81 65.4699 2192.9 64.9148 2183.72 63.4772C2170.27 61.3862 2169.12 58.5085 2150.29 58.2244C2126.67 53.6675 2100.26 51.2974 2074.59 48.9598C2079.72 47.0007 2056.45 47.0248 2046.15 46.0942C1982.89 40.0973 1905.36 34.7614 1841.29 31.5522C1833.01 31.1324 1826.99 29.4879 1822.34 29.3847C1819.84 29.3283 1818.7 30.9945 1815.21 30.6599C1814.58 30.5975 1814.25 28.9919 1807.88 28.5602C1791.72 27.438 1752.19 29.1689 1741.95 25.9437C1724.16 25.7538 1706.27 25.6313 1688.19 25.5694C1651.47 25.4481 1614.81 25.5748 1578.16 25.8753C1576.78 25.2243 1575.38 24.5736 1574.02 23.9231C1563.79 27.2292 1522.68 25.3668 1502.77 25.6561C1467.6 26.1242 1422.77 27.6136 1391.98 28.1455C1385.3 28.259 1379.82 27.3923 1373.49 27.5029C1370.76 27.552 1367.39 28.8243 1364.55 28.8733C1332.74 29.435 1289.61 28.9627 1257.55 29.6848C1184.77 31.3107 1116.13 32.9966 1042.43 35.5428C944.432 38.979 846.952 43.3572 749.336 49.5876C619.35 56.7594 485.087 75.4444 361.074 94.1146C341.53 96.0843 322.014 98.2257 302.522 100.523C299.217 100.913 299.212 99.4985 296.651 99.802C281.519 101.545 247.944 107.15 230.918 109.571C217.339 111.445 195.49 112.614 191.159 115.5C239.827 111.183 290.643 104.201 341.101 99.6268C344.686 99.3021 345.272 100.585 345.715 100.562C353.908 100.157 348.58 98.8603 360.386 97.5542C360.62 97.5286 360.969 97.5063 361.418 97.4864C368.063 97.4168 399.391 96.6134 394.945 93.1594C403.399 93.7576 464.407 84.7185 476.189 82.5514C479.784 81.8473 477.038 80.9811 477.747 80.812C480.893 80.0685 482.434 81.5972 485.218 81.2398C492.71 80.2453 511.173 76.3002 514.866 75.8406C523.067 74.7416 547.954 73.0834 558.766 71.5479C568.805 70.1062 566.635 68.5276 575.256 67.421C582.075 66.5672 574.932 68.8411 590.025 67.7334C597.733 67.1365 623.646 63.5613 630.279 62.9926C636.467 62.4364 643.991 62.8655 652.631 62.06C665.504 60.8423 692.728 58.1534 705.918 56.8997C706.685 56.8261 708.42 55.2914 710.303 55.1904C714.206 54.9799 713.154 56.7976 716.131 56.7714C717.831 56.7506 733.684 55.6558 749.646 54.6506C762.414 53.8389 775.627 53.0433 779.41 52.8383C785.391 52.5087 789.532 51.2409 792.903 51.0645C795.534 50.9297 795.978 52.3577 798.576 52.2326C799.388 52.1884 806.246 50.5547 813.312 50.2131C820.172 49.8724 845.094 49.8178 848.184 49.6857C850.06 49.5992 847.944 48.6698 853.509 48.4246C858.588 48.2043 862.02 49.381 864.948 49.2621C871.796 48.9818 879.241 47.4949 886.4 47.165C907.147 46.2169 906.064 47.9376 907.316 47.9338C910.733 47.9349 912.043 46.3591 913.166 46.2793C917.868 45.9478 929.721 45.1667 933.841 44.9384C939.088 44.6478 941.379 45.9979 947.001 45.7749C951.197 45.6039 959.641 43.857 969.119 43.4205C990.749 42.4159 1016.22 41.2229 1037.35 40.5547C1043.67 40.3531 1044.7 41.6369 1046.63 41.6059C1056.69 41.4479 1062.32 39.7921 1065.22 39.717C1085.87 39.1674 1122.63 40.3721 1141.8 40.0404C1149.56 39.8946 1183.63 37.9116 1202.89 37.6407C1205.08 37.6068 1203.05 38.6892 1205.49 38.4682C1211.33 37.939 1210.74 35.8506 1213.71 35.8432C1215.15 35.8461 1218.44 36.9533 1222.62 36.9737C1244.3 37.0806 1259.16 35.847 1269.05 35.7054C1363.96 34.3507 1460.68 33.7016 1549.38 33.7121C1559.36 33.7118 1571.41 32.4468 1586.48 33.6785C1586.94 34.3323 1587.4 34.9861 1587.86 35.64C1588.38 34.9987 1588.9 34.3575 1589.43 33.7164C1606.22 33.3981 1612.82 32.5926 1629.95 33.497C1631.4 33.5731 1635.98 36.5813 1638.83 32.8956C1655.96 35.6953 1646.59 32.9235 1659.21 32.7751C1669.07 32.6667 1678.7 33.213 1688.09 33.6259C1690.96 33.7494 1693.8 33.8614 1696.64 33.9412C1700.02 34.6491 1694.62 35.6703 1688.05 36.521C1681.66 37.3746 1674.1 38.0607 1673.17 38.0468C1670.19 38.0047 1667.1 36.1334 1664.22 36.0092C1655.69 35.6381 1647.59 37.0416 1645.67 35.3846C1634.67 37.0476 1648.36 36.2721 1646.97 37.8287C1639.68 37.1286 1632.23 36.4365 1625.02 35.7538C1621.3 41.0386 1580.9 33.9984 1583.69 38.0701C1580.47 37.2555 1577.22 36.4423 1574 35.6305C1560.05 40.7184 1551.52 37.1449 1532.86 35.6911C1534.22 36.3369 1535.57 36.983 1536.93 37.6293C1536.56 37.8993 1519.96 39.0018 1525.89 36.2086C1508.79 39.9321 1509.62 33.8574 1494.36 38.339C1485.3 38.9623 1490.67 36.3712 1474.52 36.5362C1464.95 36.6346 1452.95 38.0735 1442.27 38.274C1439.8 38.316 1438.71 36.8507 1436.51 36.8735C1434.31 36.8971 1433.25 38.3559 1430.59 38.4211C1425.06 38.5587 1417.93 37.6246 1414.5 37.7635C1411.42 37.8837 1407.04 39.2125 1399.6 39.5084C1373.65 40.5602 1381.49 38.6403 1377.38 38.0781C1372.97 37.4852 1369.84 39.9318 1361.04 39.7866C1360.16 39.7707 1362.42 38.2389 1359.55 38.3415C1357.25 38.4232 1356.12 40.0668 1348.49 40.4918C1345.45 40.6466 1298.2 41.8239 1291 42.0111C1279.98 42.2648 1255.37 41.398 1243.96 41.6649C1239.56 41.7625 1234.9 43.1741 1230.22 43.2727C1214.72 43.5956 1189.9 44.089 1170.31 44.5448C1152.58 44.945 1121.46 42.9478 1111.88 45.8435C1087.02 46.9259 1080.97 44.9066 1079.1 44.9324C1074.06 45.0093 1071.72 46.5588 1065.33 46.8347C982.74 50.3288 873.775 53.7927 795.649 58.2547C780.309 59.118 765.031 60.0257 750.032 60.9728C620.5 67.9762 488.167 86.3557 362.228 105.41C325.346 109.161 288.55 113.518 251.825 118.428C251.427 119.142 251.029 119.856 250.632 120.57C272.133 118.027 297.466 115.959 318.698 113.76C331.598 112.414 347.275 110.199 362.543 108.493C380.246 106.51 397.473 104.166 408.993 104.857C400.748 106.551 387.107 106.767 387.638 108.996C402.413 107.114 417.293 104.883 432.179 102.682C431.567 101.705 430.957 100.729 430.347 99.752C445.873 96.9619 461.844 94.6698 477.539 92.1969C480.284 91.7662 478.191 91.1017 480.602 90.7422C483.304 90.3427 481.613 91.5808 482.117 91.5147C488.724 90.5606 490.725 89.2809 491.55 89.1767C493.7 88.9118 492.127 90.0828 498.224 89.4952C509.582 88.4085 517.396 84.8696 515.273 89.3588C518.852 88.8847 522.462 88.4145 526.172 87.94C526.992 86.689 527.801 85.44 528.576 84.196C551.478 85.9427 561.013 76.8043 574.052 81.7938C577.995 80.3827 582.179 78.9554 586.035 77.5717C588.434 78.4639 590.855 79.3566 593.298 80.2499C593.652 79.233 594.008 78.2161 594.365 77.1992C616.513 75.6663 639.9 72.3871 660.988 70.785C675.75 69.6716 679.35 69.7867 692.286 68.7508C721.319 66.4969 692.84 70.4573 716.813 70.8829C715.481 69.7747 714.153 68.6667 712.829 67.559C716.75 66.8493 720.722 66.1414 724.745 65.4352C727.674 66.2187 730.432 67.0159 733.242 67.8121C740.348 64.3118 746.288 64.1995 750.257 64.648C752.797 64.954 754.499 65.507 755.161 65.4669C756.496 65.3798 760.912 62.0497 775.752 63.7793C769.544 59.9623 786.741 63.1275 788.178 63.0769C789.546 63.0138 806.133 61.1749 812.931 60.8609C818.362 60.6031 829.677 60.9168 837.634 60.4765C844.676 60.0863 843.91 58.7104 844.422 58.67C853.136 58.1247 847.704 59.4905 853.919 59.2425C860.112 58.9967 864.924 57.5635 866.282 57.6072C866.967 57.6324 864.75 59.0554 867.876 59.0354C876.41 58.9792 891.097 57.1543 900.828 56.7611C904.215 56.6221 908.457 57.5552 912.221 57.4269C917.981 57.2271 920.631 55.6296 924.007 55.5308C925.205 55.4997 932.734 57.4755 941.932 56.7472C943.687 56.6048 948.658 51.5463 955.86 58.1378C956.356 57.1501 956.852 56.1625 957.349 55.1749C988.191 51.5631 997.161 59.1154 1010.73 51.6429C1033.32 51.6163 1017.93 54.8831 1020.43 55.2101C1022.02 55.4163 1029.32 54.4133 1030.13 54.4281C1031.56 54.4616 1031.35 55.3414 1032.92 55.2823C1061.74 54.1356 1048.82 52.9337 1057.9 51.5857C1079.47 48.3965 1096.6 53.3645 1058.82 52.9302C1058.84 53.4163 1058.86 53.9025 1058.87 54.3886C1068.13 53.6133 1091.66 53.094 1083.89 55.8071C1077.76 57.9219 1021.98 58.5232 1053.62 60.1903C1060.8 60.5697 1064.44 58.6214 1077.03 61.6431C1085.22 61.5692 1086.25 57.0993 1097.44 58.5356C1095.56 57.0456 1093.68 55.5558 1091.8 54.0663C1106.97 51.5777 1125.68 53.735 1137.37 52.539C1141.32 52.1302 1155.36 44.3661 1152.24 51.8281C1158.9 51.178 1190.28 51.7179 1196.11 50.9192C1197.51 50.7267 1199.24 46.7472 1219.55 47.6362C1220.97 48.0949 1222.39 48.5538 1223.81 49.0129C1205.29 50.8763 1238.1 51.5652 1229.28 55.4968C1226.22 53.8909 1211.48 53.217 1209.1 52.4338C1205.03 51.0828 1217.01 48.923 1201.7 49.8051C1192.18 56.2648 1219.74 52.729 1215.66 58.743C1235.74 55.5092 1237.81 58.1055 1242.37 58.1116C1261.85 58.1261 1274.11 57.2459 1292.5 57.5778C1296.96 56.2714 1263.65 55.1832 1259.53 55.8035C1274.62 51.1804 1248.48 51.5334 1237.53 54.3419C1236.57 53.0622 1235.62 51.7826 1234.66 50.5031C1249.01 50.883 1263.04 50.9445 1277.23 49.59C1278.16 50.0576 1279.1 50.5252 1280.03 50.993C1276.86 51.7892 1273.68 52.5863 1270.51 53.3843C1282.35 54.3427 1275.19 50.6907 1291 53.7037C1291.46 52.2297 1291.92 50.7557 1292.38 49.2816C1307.5 49.4756 1322.59 49.6902 1337.72 49.9246C1345.53 46.8489 1374.61 47.5034 1369.35 51.3878C1381.09 51.4855 1366.57 49.6714 1377.55 48.5879C1382.34 48.1176 1391.65 47.8786 1393.99 48.8717C1393.02 52.5049 1379.08 53.1443 1374.88 55.6938C1377.43 56.4257 1442.47 53.0544 1436.73 57.3774C1441.92 57.8334 1439.52 55.6743 1448.86 55.0248C1475.16 53.2023 1515.73 57.2673 1536.92 51.8055C1512.05 48.8786 1504.8 52.1157 1485.7 52.3695C1473.63 52.4839 1399.45 53.7939 1415.99 49.7934C1413.28 50.3118 1410.56 50.8309 1407.85 51.3507C1405.08 50.245 1402.32 49.14 1399.55 48.0358C1407.31 47.7722 1415.05 47.5146 1422.78 47.2631C1424.65 48.3787 1426.52 49.4948 1428.39 50.6112C1429.24 49.7903 1430.08 48.9694 1430.93 48.1487C1434.2 47.9522 1437.47 47.7569 1440.73 47.5627C1439.82 48.5475 1438.91 49.5324 1438.01 50.5175C1443.04 50.6324 1448.06 50.7501 1453.07 50.8704C1451.71 49.5793 1450.35 48.2884 1448.99 46.9978C1472.7 46.4525 1464.7 47.3444 1477.84 49.6778C1487.63 49.8561 1471.02 47.4664 1491.82 46.6864C1516.01 45.8049 1500.03 49.862 1531.42 48.8797C1531.87 48.2277 1532.31 47.5758 1532.76 46.9238C1539.63 47.551 1546.46 48.1839 1553.39 48.8225C1552.47 48.0153 1551.56 47.2082 1550.65 46.4011C1564.89 46.6826 1584.39 45.1506 1589.13 48.3332C1574.72 46.7886 1574.81 52.3357 1578.59 53.354C1584.25 54.8549 1646.13 54.3514 1687.84 54.4031C1703.76 54.4058 1716.27 54.4354 1722.47 54.5011C1750.59 54.8009 1772.11 57.0605 1797.92 55.056C1780.51 52.2404 1718.93 52.8319 1707.28 51.1843C1706.13 51.0164 1706.54 45.9405 1699.03 51.5525C1695.44 51.3589 1691.72 51.2244 1687.88 51.1347C1666.63 50.6309 1641.86 51.5767 1616.6 51.3348C1617.52 49.8765 1618.44 48.4183 1619.36 46.9602C1637.53 50.1448 1654.84 43.4587 1652.33 49.1184C1655.99 49.1469 1659.53 49.1765 1663.27 49.2102C1663.28 48.2318 1663.28 47.2534 1663.29 46.275C1668.86 46.3251 1674.39 46.3803 1679.88 46.4406C1679.87 47.419 1679.86 48.3973 1679.85 49.3757C1682.54 49.4053 1685.23 49.4361 1687.9 49.4681C1689.78 49.4907 1691.66 49.5139 1693.54 49.5377C1694.03 48.5683 1694.52 47.5989 1695.01 46.6295C1708.66 48.7892 1755.27 44.2364 1734.77 49.6852C1741.05 49.8007 1747.68 49.9318 1754.07 50.0677C1754.06 49.352 1754.05 48.6362 1754.05 47.9205C1756.81 47.883 1759.56 47.847 1762.29 47.8125C1761.38 48.4396 1760.46 49.0669 1759.55 49.6944C1772.15 48.8113 1784.17 52.5295 1792.47 50.5163C1786.96 49.8761 1781.62 49.2479 1776.12 48.6225C1786.53 49.7996 1806.07 48.4332 1807.75 48.4847C1812.97 48.6325 1815.73 50.1649 1821.5 50.4247C1826.68 50.6566 1826 49.5235 1826.96 49.5944C1854.7 51.6875 1844.01 57.3466 1857.17 50.7158C1858.5 51.7416 1859.82 52.7674 1861.2 53.7961C1863.1 53.0599 1864.99 52.3244 1866.88 51.5898C1875.14 52.0066 1883.26 52.4374 1891.57 52.8994C1888.88 51.5573 1886.17 50.2168 1883.44 48.8779C1895.95 48.8954 1901.43 51.6156 1902.62 51.7274C1906.04 52.0368 1907.67 50.5871 1908.73 50.637C1959.1 53.4499 1928.23 53.1385 1953.18 60.3512C1962.22 58.6513 1953.36 55.8349 1952.22 53.4673C1963.95 55.2695 1967.91 54.8865 1980.33 55.8595C1983.59 56.1184 1987.08 57.6062 1989.14 57.7699C1990.95 57.9128 1996.56 56.999 2000.85 57.3165C2008.12 57.8511 2017.42 59.3608 2027.29 60.1661C2035.34 60.799 2060.41 62.0811 2077.78 63.8717C2085.12 64.6244 2083.33 65.5516 2085.25 65.7535C2086.06 65.8375 2092.01 65.1408 2096.7 65.6521C2135.44 69.8692 2175.03 76.0477 2213.69 82.6065C2225.91 84.6777 2238.2 86.6823 2250.48 88.8162C2265.67 91.4568 2280.74 94.2145 2295.71 97.4552C2301.45 98.703 2298.21 99.0015 2300.7 99.5711C2301.55 99.7652 2302.98 98.3302 2311.72 100.935C2314.87 101.878 2310.93 102.222 2314.07 102.971C2315.59 103.339 2316.56 102.022 2325.62 103.706C2342.03 106.767 2350.33 110.771 2351.79 111.045C2354.55 111.578 2354.03 110.197 2357.67 111.01C2375.43 114.991 2390.26 118.419 2406.03 122.271C2413.41 123.995 2464.05 136.878 2466.74 137.87C2472.82 139.983 2466.39 140.929 2474.36 142.95C2476.75 142.914 2479.14 142.879 2481.54 142.846C2478.13 141.429 2474.72 140.016 2471.31 138.603C2480.83 141.975 2492.17 143.797 2499.36 145.769C2500.69 146.134 2512.63 150.539 2518.9 152.097C2516.12 151.847 2513.34 151.598 2510.56 151.35C2511.4 151.998 2512.23 152.646 2513.06 153.294C2525.7 156.048 2538.89 159.624 2551.65 163.15C2556.25 164.42 2554.43 164.963 2559.09 166.251C2586.23 173.752 2580.41 167.918 2604.58 182.379C2595.91 179.373 2563.44 171.704 2558.83 170.187C2555.61 169.136 2544.66 159.383 2547.55 167.144C2521.45 160.082 2545.1 162.6 2520.5 156.816C2520.77 157.742 2521.05 158.668 2521.32 159.593C2512.67 157.802 2506.27 156.514 2501.47 153.723C2498.7 157.109 2470.36 147.105 2454.38 143.205C2431.3 137.538 2405.04 131.822 2382.12 126.391C2374.24 124.521 2370.13 121.927 2369.14 121.692C2367.68 121.352 2363.3 121.71 2360.42 121.034C2349.62 118.45 2317.22 108.685 2308.2 110.665C2372.66 124.733 2436.5 141.327 2500.15 158.41C2492.64 154.44 2557.05 171.603 2560.29 172.565C2563.29 173.457 2560.4 174.042 2561.28 174.36C2567.82 176.701 2574.03 176.393 2576.15 176.96C2577.76 177.393 2580.8 179.131 2586.57 180.65C2587.63 180.929 2588.16 180.094 2589.3 180.394C2596.8 182.391 2604.23 184.375 2611.76 186.354C2612.22 186.483 2613.77 188.319 2615.68 188.822C2617.59 189.324 2619.83 188.487 2620.31 188.608C2626.32 190.194 2636.46 193.757 2642.19 195.239C2644.18 195.752 2643.05 194.418 2645.28 195.001C2652.14 196.786 2649.4 198.128 2658 199.792C2660.89 200.348 2661.07 198.836 2666.48 200.407C2670.31 201.518 2669.23 204.024 2669.82 204.273C2670.62 204.601 2684.51 205.87 2688.43 208.641C2677.78 210.821 2698.8 211.438 2698.31 209.285C2703.5 211.054 2708.64 212.802 2713.84 214.548C2715.77 214.495 2717.7 214.44 2719.61 214.381C2737.99 220.738 2750.51 222.758 2767.58 226.762C2767.62 226.77 2767.75 226.809 2767.8 226.82C2770.08 227.583 2772.43 228.389 2774.88 229.257C2775.87 229.609 2792.87 236.189 2791.87 236.603C2782.41 234.69 2773.47 232.025 2767.25 228.532C2767.24 228.529 2767.21 228.519 2767.19 228.517C2766.23 228.087 2765.34 227.635 2764.52 227.159C2752.37 228.815 2752.91 225.497 2734.72 221.901C2728.63 220.688 2727.93 221.702 2727.23 221.556C2703.55 216.673 2665.87 207.816 2650.95 200.492C2646.31 200.249 2662.09 204.641 2655.75 203.721C2652.25 203.364 2571.04 183.077 2597.89 186.145C2595.18 185.537 2592.47 184.929 2589.77 184.319C2586.15 187.149 2573.02 182.771 2575.48 179.653C2574.02 180.036 2572.57 180.419 2571.11 180.802C2568.45 180.744 2565.41 180.277 2561.22 179.359C2545.17 175.814 2451.2 149.25 2446.01 148.581C2445.67 149.388 2445.34 150.196 2445.01 151.003C2486.47 162.843 2527.39 171.792 2572.21 186.365C2571.1 185.227 2569.99 184.091 2568.88 182.952C2586.72 188.912 2604.57 194.838 2622.47 200.685C2602.84 197.096 2571.97 190.128 2552.13 183.531C2548.6 182.359 2551.52 181.973 2550.74 181.619C2548.68 180.696 2545.85 181.97 2538.09 180.075C2530.31 178.177 2511.28 171.609 2509.49 171.17C2506.05 170.327 2496.22 170.013 2490.39 168.425C2482.74 166.337 2488.23 166.368 2486.7 165.928C2480.37 164.095 2474.48 163.241 2469.53 161.819C2462.16 159.703 2447.39 153.291 2441.3 155.42C2446.56 156.959 2451.81 158.506 2457.05 160.057C2428.06 153.76 2406.73 143.533 2377.52 140.015C2370.05 142.662 2393.59 147.827 2373.37 144.783C2376.96 145.596 2380.58 146.42 2384.18 147.246C2385.24 146.57 2386.3 145.894 2387.36 145.219C2393.38 147.38 2399.42 149.564 2405.43 151.755C2403.87 150.523 2402.31 149.291 2400.74 148.06C2422.81 152.973 2445.13 157.962 2451.66 164.19C2452.38 163.288 2453.09 162.387 2453.81 161.485C2473.8 168.057 2505.45 171.939 2498.23 176.077C2499.27 176.035 2500.31 175.992 2501.36 175.95C2513.32 180.408 2508.71 176.655 2513.4 177.632C2514.73 177.911 2538.28 185.553 2527.25 184.385C2550.2 191.948 2544.44 184.715 2550.93 186.212C2565.13 192.857 2593.07 196.089 2580.66 197.222C2582.85 197.972 2585.03 198.72 2587.21 199.467C2595.39 198.147 2601.62 203.752 2609.23 207.076C2611.9 207.857 2614.59 208.639 2617.25 209.414C2619.34 208.785 2621.43 208.156 2623.51 207.525C2647.49 219.334 2643.17 202.914 2651.66 217.92C2649.67 218.181 2647.69 218.443 2645.7 218.701C2641.31 217.946 2636.94 217.187 2632.58 216.424C2649.78 221.209 2666.98 225.899 2684.26 230.479C2705.47 239.251 2718.93 238.58 2742.91 246.859C2745.31 247.062 2747.66 247.253 2750.04 247.445C2747.09 249.666 2738.22 247.266 2754.62 252.218C2755.6 254.477 2744.31 252.231 2739.48 249.56C2738.32 248.916 2749.21 249.822 2737.37 247.079C2729.34 245.192 2743.4 250.914 2719.52 244.462C2720.3 245.144 2721.08 245.826 2721.87 246.508C2719.26 245.885 2716.65 245.26 2714.05 244.632C2712 242.992 2709.95 241.349 2707.88 239.701C2701.54 239.856 2697.7 241.297 2684.21 237.498C2688.06 237.714 2683.59 234.301 2676.89 232.683C2676.7 233.474 2676.5 234.264 2676.31 235.055C2659.91 231.52 2666.14 230.611 2652.18 229.009C2650.99 228.04 2649.8 227.07 2648.61 226.1C2640.61 226.839 2613.18 221.59 2619.11 218.994C2610.59 220.794 2595.17 214.913 2590.07 210.341C2589.41 211.002 2588.75 211.664 2588.09 212.325C2584.91 211.651 2581.75 210.978 2578.57 210.301C2576.95 209.361 2575.33 208.422 2573.71 207.483C2571.36 207.362 2569.02 207.242 2566.67 207.121C2565.55 205.978 2564.42 204.837 2563.29 203.693C2559.47 203.677 2555.66 203.659 2551.84 203.642C2549.83 202.431 2547.83 201.221 2545.81 200.008C2545.14 201.583 2523.48 196.136 2517.76 193.443C2515.84 193.435 2513.91 193.427 2511.99 193.419C2511.33 192.405 2510.66 191.391 2509.99 190.377C2508.49 190.641 2506.99 190.904 2505.49 191.168C2502.58 189.719 2499.67 188.27 2496.77 186.822C2483.21 187.276 2483.71 183.826 2480.84 183.084C2475.52 181.705 2456.84 179.306 2453.86 178.393C2450.88 177.475 2449.79 175.722 2447.39 174.954C2407.85 162.335 2423.38 170.35 2415.19 168.849C2410.77 168.056 2408.02 165.99 2404.15 165.16C2397.53 163.692 2363.99 157.221 2362.13 156.636C2359.41 155.726 2367.42 151.235 2358 150.626C2356.93 153.801 2338.38 145.948 2346.35 152.626C2338.48 150.349 2330.63 148.111 2322.76 145.904C2322.79 149.984 2313.53 145.25 2302.8 143.127C2287.59 140.028 2252.87 135.647 2254.94 131.949C2251.12 132.147 2247.3 132.352 2243.47 132.565C2243.02 132.454 2242.57 132.345 2242.12 132.236C2218.08 126.42 2193.78 123.626 2169.47 120.069C2095.83 109.231 2014.79 101.281 1940.15 96.1407C1936.6 95.8944 1937.19 94.5958 1934.62 94.4192C1920.9 93.4528 1885.62 92.6331 1866.58 91.5864C1860.45 91.2399 1857.45 89.8245 1855.57 89.6907C1849.06 89.2267 1850.52 90.9964 1847.5 90.8328C1842.67 90.5573 1817.48 88.0994 1808.74 87.6844C1804.46 87.4721 1799.33 88.681 1794.24 88.1196C1793.8 88.0733 1794.65 86.6959 1794.28 86.661C1784.96 86.2335 1790.54 87.5979 1787.43 87.4501C1765.29 86.4022 1741.46 85.8657 1717.32 85.1913C1711.25 85.0195 1702.27 83.9023 1697.06 83.7414C1695.09 83.6829 1698.62 84.7905 1691.78 84.6152C1689.95 84.5687 1689.07 83.7071 1687.49 83.2759C1687.07 83.1561 1686.59 83.0696 1686.03 83.0434C1674.82 82.537 1670.97 86.9406 1661.19 83.2803C1642.59 83.3376 1609.69 84.3199 1592.66 84.3264C1588.61 84.3237 1586.64 83.505 1582.76 83.5161C1580.02 83.5234 1575.11 84.7854 1570.89 84.8018C1566.64 84.8173 1559.91 83.617 1551.65 83.6764C1542.89 83.7357 1532.27 84.4864 1530.28 84.4897C1527.93 84.4983 1526.82 82.9817 1524.46 83.0104C1517.24 83.0852 1498.29 84.6798 1489.04 84.9075C1479.13 85.146 1473.26 84.4567 1469.88 84.4986C1466.75 84.5443 1463.11 85.8588 1461.68 85.8826C1459.46 85.9217 1458.92 84.4266 1456.09 84.4647C1451.46 84.5314 1446.77 85.5187 1439.85 85.6141C1315.42 87.372 1193.37 89.2422 1072.31 92.0284C1058.76 92.3454 1051.29 93.6401 1031.32 93.8512C1023.27 93.9365 1026.6 92.2712 1020.37 92.7844C1017.59 93.0152 1018.34 94.2065 1014.78 94.3928C999.081 95.2083 980.927 94.7652 974.108 95.05C971.424 95.1597 968.41 96.6597 962.944 96.8953C922.029 98.6601 873.236 100.41 829.288 102.904C808.359 104.081 778.101 106.304 752.911 108.042C749.803 108.254 746.798 108.458 743.917 108.65C670.35 113.485 591.078 120.07 524.766 128.977C472.669 135.487 422.3 146.139 367.038 152.472C318.57 157.572 270.119 163.577 221.767 170.043C263.708 166.739 318.796 159.774 367.307 155.106C373.866 154.467 380.29 153.734 386.454 152.973C507.563 133.903 628.297 118.36 753.086 110.911C787.412 108.69 821.785 106.784 855.889 105.148C910.467 102.512 979.391 99.6439 1039.21 98.383C1041.92 98.3243 1047.59 97.0673 1053.4 96.986C1054.64 96.9695 1070.14 98.3995 1075.38 98.2533C1070.36 94.9642 1090.8 97.3866 1097.12 97.1131C1105.12 96.7585 1121.56 94.5374 1140.28 94.9854C1157.15 95.3956 1152.55 96.8536 1153.48 96.9101C1159.47 97.284 1161.5 95.0919 1166.08 94.7534C1184.74 93.3251 1281.01 92.3509 1307.86 92.0086C1314.8 91.9004 1315.02 93.2561 1316.58 93.2327C1320.72 93.1672 1326.57 91.7219 1333.22 91.6183C1345.2 91.4334 1358.95 92.5011 1365.55 92.4077C1381.31 92.1804 1411.14 90.2708 1431.61 90.0274C1437.37 89.957 1437.03 91.3749 1439.64 91.3431C1451.06 91.1938 1480.89 89.2732 1495.17 89.1772C1518.24 89.0074 1542.01 89.832 1565.55 89.3513C1567.03 89.981 1568.51 90.6109 1569.99 91.2411C1572.33 90.5787 1574.64 89.917 1577.03 89.2561C1613.65 89.7338 1650.9 88.7521 1687.43 89.0792C1690.52 89.107 1693.59 89.1438 1696.64 89.1912C1701.21 89.2521 1723.61 90.803 1727.4 90.8835C1730.51 90.938 1733.6 89.4308 1738.16 89.7474C1744.62 90.1921 1738.49 93.0442 1749.13 92.4087C1751.98 92.2381 1749.26 90.9062 1754.97 90.6311C1756.8 90.5122 1793.34 90.898 1795.42 91.0722C1798.72 91.3133 1801.56 94.1255 1802.4 94.209C1806.77 94.6458 1806.65 92.5481 1809.57 92.446C1818.28 92.1368 1829.68 93.932 1831.04 93.9496C1848.22 94.1319 1880.09 93.7551 1897.98 95.6346C1900.42 95.8908 1900.04 97.434 1900.47 97.5055C1903.3 97.9674 1905.15 96.2821 1907.83 96.3764C1922.04 96.881 1944.69 99.361 1958.91 100.584C1960.55 100.721 1964.18 100.099 1967.13 100.376C1983.77 101.971 1978.26 102.988 1979.21 103.106C1981.48 103.41 1985.59 102.181 1991.55 102.523C2007.04 103.372 2036.56 106.02 2053.02 107.724C2065.32 108.984 2064.98 110.713 2065.79 110.823C2067.55 111.061 2072.44 110.153 2080.57 110.848C2096.23 112.205 2094.28 113.389 2100.71 114.05C2101.23 114.112 2100.49 112.679 2107.52 113.359C2121.31 114.646 2151.89 119.951 2166.44 122.083C2172.05 122.886 2173.5 121.807 2179.29 122.669C2188.35 123.982 2208.64 128.781 2210.2 129.073C2210.65 129.152 2211.93 127.873 2214.59 128.339C2217.52 128.853 2220.19 130.1 2222.41 130.495C2228.16 131.52 2235.96 132.402 2241.88 133.473C2248.86 134.734 2253.39 136.22 2249.67 138.363C2253.9 137.868 2258.09 137.377 2262.35 136.909C2288.29 142.414 2313.58 147.436 2339.29 153.166C2345.07 154.456 2349.67 156.571 2354.54 157.684C2359.42 158.778 2381.27 162.417 2384.87 163.296C2391.29 164.787 2427.69 173.898 2432.19 175.226C2440.96 177.739 2448.98 182.102 2452.69 182.638C2455.66 183.068 2453.3 181.176 2458.9 182.295C2468.57 184.229 2484.37 190.082 2487.28 190.84C2488.53 191.165 2486.45 189.613 2498.12 192.675C2504.41 194.324 2507.51 196.25 2509.79 196.859C2510.5 197.044 2509.88 195.107 2522.26 198.68C2530.81 201.153 2534.14 203.414 2535.04 203.661C2536.39 204.035 2540.02 203.557 2545.46 205.07C2558.14 208.614 2581.03 216.413 2593.15 219.74C2595.5 220.385 2595.12 218.532 2604.45 221.15C2611.12 223.021 2609.62 224.021 2612.11 224.73C2616.05 225.849 2622.43 225.804 2631.2 228.125C2642.15 231.26 2724.51 253.188 2728.82 254.372C2731.64 255.329 2735 256.115 2736.27 257.158C2734.88 257.564 2733.5 257.969 2732.11 258.374C2719.94 253.041 2724.43 256.965 2721 256.359C2716.03 255.483 2697.67 250.753 2693.09 250.277C2691.44 250.111 2694.75 252.463 2686.01 251.136C2676.66 249.705 2673.27 246.103 2668.74 248.745C2656.77 241.589 2643.29 242.606 2658 247.507C2665.25 250.041 2730.6 267.142 2757.4 273.228L2753.36 272.142C2756.64 273.246 2759.3 274.136 2761.14 274.749C2774.25 279.117 2799.4 285.994 2815.58 291.442C2825.03 294.625 2848.59 302.322 2847.01 303.858C2855.43 306.792 2847.03 302.091 2848.89 302.401C2852.75 303.04 2878.89 312.741 2883.94 314.285C2908.74 321.877 2940.78 329.698 2964.15 339.537C2962.88 339.686 2961.61 339.835 2960.33 339.982C2954.58 339.198 2929.86 330.019 2926.29 331.507C2963.04 343.061 2999.87 354.526 3037.04 365.685C3036.87 363.475 3083.18 377.157 3085.15 378.635C3084.04 379.388 3082.93 380.141 3081.82 380.892C3056.68 369.552 3057.62 375.16 3040.86 367.318C3033.76 365.149 3035.39 367.411 3031.78 366.664C2996.03 359.196 3032.27 363.192 3005.14 356.521C3012.4 361.32 2990.39 355.532 2980.55 352.805C2978.31 352.197 2949.4 342.547 2945.94 341.497C2926.51 335.658 2892.86 326.451 2874.1 319.075C2859.06 314.136 2850.23 313.171 2836.35 309.182C2825.9 306.18 2829.23 305.944 2824.33 304.367C2814.06 301.06 2809.58 303.581 2804.54 296.471C2797.45 294.896 2790.22 293.277 2783.09 291.69C2783.33 290.914 2783.58 290.138 2783.83 289.362C2779.48 287.976 2775.11 286.582 2770.71 285.18C2769.16 285.539 2767.64 285.907 2766.12 286.272C2752.63 280.806 2758.98 280.773 2757.09 277.751C2755.45 277.136 2753.81 276.519 2752.16 275.902L2756.56 277.082C2755.18 276.708 2753.8 276.332 2752.42 275.957C2749.62 277.151 2746.81 278.342 2744.01 279.53C2730.09 276.276 2716.18 272.914 2702.35 269.482C2701.64 268.479 2700.93 267.475 2700.22 266.471C2700 267.254 2699.78 268.036 2699.57 268.819C2676.03 263.378 2652.6 257.699 2629.28 251.872C2622.75 251.56 2659.88 262.042 2662.72 262.783C2678.37 267.209 2720.84 275.922 2720.3 278.708C2727.15 278.832 2742.51 282.076 2754.71 285.507L2749.54 284.119C2755.47 286.409 2760.51 288.688 2763.24 290.474C2758.52 288.914 2753.78 287.346 2749.01 285.769L2754.34 287.199C2745.15 285.082 2736.07 282.943 2726.93 280.748C2727.17 281.798 2727.41 282.848 2727.65 283.898C2710.97 276.05 2708.4 275.665 2689.54 274.947C2689.83 273.678 2690.11 272.41 2690.4 271.141C2676.79 272.535 2656.59 259.589 2654.62 264.844C2648.1 262.741 2641.58 260.62 2635.09 258.493C2620.66 255.455 2641.62 265.454 2586.39 249.21C2582.59 248.081 2583.75 246.918 2577.97 245.486C2576.31 245.074 2566.27 244.553 2548.24 239.488C2545.42 238.697 2545.53 237.448 2542.64 236.51C2535.98 234.334 2521.91 233.07 2529.04 230.873C2502.64 222.558 2512.87 228.694 2504.26 227.719C2498.53 227.067 2500.25 225.093 2495.34 224.327C2489.28 223.387 2492.97 226.819 2469.71 219.467C2472.39 220.016 2475.07 220.566 2477.76 221.118C2476.59 220.14 2475.43 219.161 2474.27 218.183C2460.44 216.089 2462.29 214.248 2455.03 216.07C2445.7 211.924 2437.3 209.571 2423.92 206.394C2397.94 200.28 2410.22 207.425 2382.06 194.91C2377.12 194.437 2372.18 193.974 2367.23 193.519C2359.77 190.096 2366.57 189.75 2354.97 186.535C2363.21 192.464 2338.89 185.171 2333.93 187.548C2333.68 186.652 2333.43 185.756 2333.18 184.862C2330.58 184.253 2327.97 183.647 2325.36 183.044C2325.21 183.679 2325.05 184.314 2324.9 184.948C2321.54 183.67 2318.15 182.392 2314.8 181.13C2312.05 181.17 2309.3 181.213 2306.55 181.26C2302.54 178.964 2298.55 176.682 2294.55 174.408C2291.87 173.727 2289.19 173.05 2286.5 172.376C2287.15 173.511 2287.8 174.647 2288.45 175.782C2285.04 174.711 2281.66 173.656 2278.26 172.603C2281.96 175.024 2279.06 176.299 2268.26 173.997C2259.39 172.134 2270.09 170.893 2250.64 168.384C2249.48 168.244 2247.28 169.565 2235.23 167.983C2233.26 167.728 2231 167.393 2228.4 166.958C2206.85 163.422 2217.53 163.665 2213.73 162.907C2213.02 162.768 2206.18 162.766 2200.02 161.896C2196.53 161.401 2193.28 159.884 2192.81 159.809C2190.62 159.494 2189.81 160.743 2186.81 160.306C2179.12 159.176 2168.99 156.94 2161.53 155.918C2158.11 155.444 2154.76 155.783 2153.27 155.58C2150.93 155.256 2148.1 153.611 2145.68 153.283C2136.87 152.081 2122.94 154.425 2119.48 148.263C2110.37 152.384 2093.17 144.043 2094.08 147.689C2071.34 143.569 2009.6 142.513 2011.73 136.878C1998.33 140.876 1999.73 137.336 1994.18 136.99C1988.07 136.621 1991.17 137.831 1986.31 137.433C1974.83 136.501 1964.01 135.354 1952.62 134.623C1954.45 133.927 1956.25 133.23 1958.09 132.537C1946.24 131.531 1950.25 133.661 1937.92 133.292C1915.56 132.675 1924.98 131.722 1921.79 129.416C1922.56 131.489 1895.96 129.801 1893.38 129.43C1891.77 129.193 1899.02 126.881 1882.65 126.979C1883.51 127.83 1884.37 128.682 1885.23 129.533C1877.71 128.065 1857.66 128.641 1854.19 128.241C1852.65 128.053 1844.56 121.188 1836.56 126.087C1835.66 125.242 1834.72 124.397 1833.85 123.554C1825.4 124.233 1816.63 124.922 1808.1 125.638C1806.8 124.136 1805.48 122.634 1804.16 121.132C1801.46 121.051 1798.74 120.972 1796 120.895C1797.78 122.244 1799.55 123.593 1801.31 124.943C1784.36 123.852 1763.94 125.423 1760.57 120.972C1756.99 121.703 1753.39 122.437 1749.76 123.173C1747.44 121.668 1745.11 120.164 1742.77 118.661C1726.1 118.708 1725.89 119.687 1714.31 121.051C1714.78 119.921 1715.25 118.792 1715.72 117.662C1708.9 118.84 1697.74 119.894 1687.05 120.295C1684.56 120.392 1682.1 120.45 1679.76 120.463C1674.03 120.491 1664.05 118.829 1662.66 118.96C1661.19 119.094 1647.76 125.14 1646.28 119.803C1626.11 122.023 1617.57 119.591 1609.36 119.619C1604.03 119.641 1601.66 120.913 1595.73 121.033C1587.25 121.206 1578.6 120.582 1573.67 120.67C1570.87 120.724 1570.35 121.972 1568.42 122.012C1559.27 122.208 1564.64 120.928 1554.96 121.024C1554.09 121.04 1546.89 122.573 1539.01 122.4C1534.58 122.303 1523.03 120.636 1522 120.646C1517.49 120.696 1521.04 124.096 1505.67 120.225C1506.12 120.873 1506.57 121.521 1507.02 122.169C1487.98 123.927 1484.85 121.06 1481.04 120.884C1480.55 120.871 1475.92 122.027 1473.14 121.895C1468.45 121.668 1466.53 120.15 1465.49 120.091C1461.81 119.886 1449.46 120.672 1441.39 119.272C1443.14 123.617 1414.84 125.477 1408.54 120.616C1403.54 121.653 1398.54 122.693 1393.53 123.735C1391.25 122.951 1388.99 122.167 1386.71 121.384C1385.35 122.214 1383.98 123.045 1382.62 123.876C1375.3 122.19 1367.97 120.511 1360.63 118.836C1360.19 120.633 1359.75 122.43 1359.32 124.227C1357.27 124.054 1355.23 123.883 1353.18 123.711C1351.57 122.314 1349.95 120.918 1348.33 119.521C1345.78 119.834 1343.23 120.147 1340.68 120.46C1340.06 121.5 1339.45 122.54 1338.83 123.58C1325.11 125.001 1332 115.052 1305.99 124.159C1301.9 123.424 1297.81 122.69 1293.72 121.957C1289.2 125.995 1280.54 123.774 1273.6 124.361C1268.7 124.775 1269.01 126.338 1262.33 126.513C1255.65 126.69 1255.85 125.185 1255.33 125.187C1249.89 125.212 1245.81 126.625 1241.81 126.451C1241.21 126.425 1239.66 124.677 1234.58 124.68C1229.47 124.684 1226.44 126.649 1218.85 126.47C1214.96 126.382 1213.81 124.907 1210.36 124.858C1193.91 124.608 1177.6 132.635 1165.02 123.95C1162.24 125.165 1142.3 129.712 1133.62 129.734C1120.19 129.753 1125.31 127.837 1119.98 127.668C1119.19 127.643 1115.2 128.355 1103.9 128.59C1101.89 128.632 1102.38 129.616 1102.09 129.638C1089 130.013 1063.45 130.041 1049.15 130.386C1047.86 130.416 1041.16 133.425 1029.65 130.08C1012.92 133.427 980.709 128.667 958.708 133.724C955.597 133.936 951.793 133.093 950.425 133.183C938.608 133.976 943.246 136.794 916.297 133.513C918.505 134.962 912.382 136.616 903.615 136.886C890.292 137.303 899.598 134.008 888.978 134.723C889.014 135.534 889.051 136.345 889.088 137.155C864.587 136.096 860.012 139.786 835.384 141.04C826.76 141.479 813.407 140.382 811.383 140.487C810.538 140.536 801.218 142.999 800.215 143.07C794.97 143.416 791.989 142.679 787.539 142.924C772.981 143.72 755.355 147.343 758.333 142.532C757.246 142.869 756.162 143.205 755.081 143.542C752.141 144.428 749.229 145.316 746.344 146.205C730.973 142.226 719.768 149.822 716.385 145.251C713.787 146.423 711.141 147.601 708.436 148.786C643.143 152.945 578.57 158.471 514.548 166.766C512.104 168.614 484.188 172.097 482.758 172.108C475.929 172.044 482.485 167.632 469.077 170.474C467.808 172.161 466.555 173.847 465.317 175.532C448.391 178.677 456.25 175.961 449.39 176.036C446.642 176.657 447.674 177.651 443.839 178.346C427.675 181.243 397.012 186.489 370.791 189.196C364.491 189.861 358.654 190.497 353.782 191.044C349.245 191.554 349.812 190.42 348.401 190.571C344.515 191.006 337.021 193.195 329.24 194.099C281.126 199.559 212.962 208.392 165.076 215.68C161.805 216.169 161.189 214.983 158.997 215.304C156.005 215.745 149.347 217.985 146.203 218.453C143.246 218.893 141.079 218.308 137.883 218.79C123.156 220.99 104.064 226.465 88.2158 227.068C86.8921 227.082 69.9278 225.727 69.4594 225.527C66.9158 224.111 80.1468 217.589 56.5114 220.428C76.4686 212.946 68.8189 209.806 41.7175 214.777C54.7772 210.566 68.2753 206.742 81.9857 203.11C81.8897 202.584 81.7937 202.058 81.6977 201.532C68.531 201.779 55.7717 203.747 37.2777 208.665C37.703 208.031 38.1351 207.395 38.5737 206.758C54.2733 199.771 74.7305 194.612 87.0523 188.524C67.3796 190.222 47.7065 192.275 28.4864 195.301C29.3003 194.654 30.1304 194.007 30.9763 193.357C39.6187 189.731 59.3474 184.194 66.8389 181.545C95.3213 171.302 40.6765 184.911 49.1297 180.78C80.0415 173.133 111.296 167.039 142.755 161.451C143.409 158.683 22.4301 179.884 22.4842 176.887C32.1285 173.697 41.8464 170.814 51.6299 168.08C46.8824 167.964 42.3514 167.828 37.5243 167.815C38.6375 167.115 39.7726 166.413 40.9123 165.714C57.2129 160.526 73.8995 155.808 90.3949 151.402C39.6294 162.947 16.2746 169.614 0.526643 164.709C1.82562 163.992 3.15883 163.276 4.52587 162.559C17.9887 163.873 69.3717 149.011 97.1119 142.539C91.0256 141.881 66.8247 148.477 61.3797 148.692C59.8283 148.731 64.7219 146.335 61.1422 146.501C51.9158 146.633 13.0299 154.84 17.958 151.535C21.39 148.509 82.6427 132.183 94.6532 130.347C66.0522 133.793 37.1241 139.38 6.9305 145.636C24.3214 136.202 39.4962 127.153 72.2793 119.79C82.0291 115.18 11.2855 128.835 8.46149 129.36C20.8492 124.435 32.9042 120.097 44.8806 115.985C34.6265 118.765 24.2426 121.732 13.618 125.077C13.4763 124.694 13.3345 124.311 13.1926 123.928C40.2902 114.386 63.8689 105.656 94.2919 99.8019C92.9203 97.8594 74.7319 101.754 65.8976 103.69ZM2884.1 327.424C2884.15 329.314 2873.79 325.726 2867.91 323.822C2868.68 324.41 2869.46 324.996 2870.26 325.591C2857.88 321.313 2834.67 313.209 2832.78 316.247C2823.75 313.824 2828.59 312.202 2825.82 310.959C2824.7 310.459 2812.57 308.438 2803.84 303.414C2801.59 302.706 2799.42 302.024 2797.2 301.325C2796.43 302.272 2795.65 303.219 2794.88 304.166C2792.22 301.869 2789.54 299.567 2786.85 297.262C2819.25 307.333 2851.63 317.397 2884.05 327.408C2884.06 327.414 2884.08 327.419 2884.1 327.424ZM2560.92 239.455C2549.11 235.632 2531.09 229.729 2533.98 233.73C2541.57 235.604 2549.15 237.473 2556.76 239.342C2558.15 239.379 2559.54 239.417 2560.92 239.455ZM1362.02 115.904C1351.71 112.997 1342.3 115.796 1326.39 115.519C1326.43 116.166 1326.46 116.813 1326.49 117.46C1332.96 115.791 1350.16 116.538 1362.02 115.904ZM3187.53 402.572C3189.77 403.217 3191.91 403.84 3193.97 404.457C3187.26 405.818 3184.44 404.724 3179.3 403.371C3179.06 403.317 3178.35 403.197 3178.12 403.137C3176.22 402.585 3173.97 401.981 3170.9 401.393C3170.22 401.263 3170.28 402.093 3170.05 402.045C3167.43 401.514 3165.21 400.02 3162.78 399.468C3158.25 398.435 3154.21 398.477 3146.29 396.464C3140.07 394.867 3140.51 393.392 3138.32 392.871C3136.37 392.429 3117.31 391.764 3106.33 386.808C3088.47 378.776 3153.42 395.992 3178.6 400.863C3178.82 400.92 3179.5 401.035 3179.72 401.086C3183.82 401.844 3186.58 402.356 3187.53 402.572ZM3230.65 420.995C3229.06 420.02 3227.53 419.105 3226.06 418.252C3231.84 419 3222.09 413.381 3216.7 411.045C3217.43 408.656 3230.35 416.665 3237.92 421.067C3235.42 420.97 3233 420.945 3230.65 420.995ZM2978.95 342.864C2987.26 345.196 2985.08 347.459 2984.48 348.152C2981.85 347.34 2979.19 346.516 2976.61 345.717C2977.39 344.766 2978.17 343.815 2978.95 342.864ZM3041.32 360.875C3038.16 361.929 3019.95 357.311 3011.44 354.871C3011.07 354.756 3013.73 354.474 3007.65 352.717C3005.91 352.225 2986.98 350.395 2992.19 347.466C3008.53 351.988 3024.89 356.463 3041.3 360.868C3041.31 360.87 3041.31 360.872 3041.32 360.875ZM3059.15 367.351C3055.63 366.938 3052.07 366.508 3048.47 366.062C3046.93 364.67 3045.47 363.299 3043.99 361.92C3047.82 362.83 3051.88 363.802 3055.77 364.716C3056.9 365.596 3058.02 366.475 3059.15 367.351ZM474.511 149.94C475.447 150.768 476.386 151.595 477.329 152.421C480.552 152.516 494.85 146.196 490.024 146.089C484.748 147.372 479.736 148.633 474.511 149.94ZM410.091 158.002C406.772 158.014 403.469 158.014 400.119 158.007C396.631 160.151 393.009 162.295 389.408 164.41C406.223 163.296 423.392 161.788 419.935 157.494C423.528 156.934 427.293 156.34 430.848 155.776C428.127 158.214 428.611 158.802 438.304 158.533C439.896 155.488 449.981 155.293 460.896 152.97C452.79 154.075 444.7 155.203 436.552 156.338C436.475 155.857 436.399 155.377 436.322 154.897C454.446 152.182 431.495 152.738 419.835 156.514C418.778 156.023 417.725 155.531 416.677 155.038C414.475 156.031 412.339 157.01 410.091 158.002ZM1727.06 99.3201C1724.81 98.7916 1722.55 98.264 1720.28 97.7374C1711.35 103.967 1729.44 98.204 1741.92 103.498C1737.78 99.5816 1757.25 100.138 1758.3 99.9106C1756.12 98.5726 1753.93 97.2356 1751.72 95.8994C1743.45 97.0235 1735.24 98.1644 1727.06 99.3201ZM1662.91 94.0872C1670.73 97.3254 1632.07 97.2018 1619.26 96.4707C1616.12 96.2845 1610.49 94.519 1608.2 94.7322C1606.81 95.3725 1605.42 96.013 1604.03 96.6538C1602.49 94.4146 1577.07 96.8752 1567.18 98.0885C1566.25 97.2774 1565.31 96.4664 1564.37 95.6555C1560.75 95.9807 1557.11 96.3076 1553.47 96.6361C1553.93 95.8266 1554.38 95.0171 1554.84 94.2076C1552.08 95.1847 1549.32 96.1628 1546.56 97.1419C1535.79 98.2511 1542.43 93.8241 1534.34 95.2246C1525.35 96.7826 1540.1 99.3588 1539.82 101.07C1547.06 100.606 1563.84 99.5934 1571.17 99.5463C1575.4 99.5219 1570.59 102.573 1589 99.0737C1593.03 99.8995 1597.04 100.728 1601.03 101.558C1608.4 100.273 1615.89 98.9962 1623.24 97.7273C1624.61 98.8678 1625.97 100.009 1627.33 101.15C1628.04 101.327 1645.27 98.8579 1644.34 98.0029C1651.22 100.218 1665.45 100.714 1680.36 100.991C1681.8 100.39 1683.24 99.7898 1684.67 99.1899C1670.29 100.36 1680.11 98.4863 1675.83 97.2593C1673.36 96.5516 1665.73 95.1399 1662.91 94.0872ZM572.967 134.446C549.405 139.927 563.838 135.909 538.105 139.062C540.069 140.291 542.048 141.521 544.042 142.751C556.298 138.517 577.463 137.946 572.993 134.443C572.984 134.444 572.976 134.445 572.967 134.446ZM318.05 173.425C331.62 170.942 324.496 169.458 341.767 166.781C341.776 166.781 341.784 166.78 341.792 166.779C332.803 167.611 323.802 168.484 314.812 169.394C315.893 170.737 316.972 172.081 318.05 173.425ZM1126.64 106.654C1140.02 106.906 1137.39 105.841 1149.53 107.78C1167.47 104.526 1152.23 105.334 1152.16 102.828C1148.06 103.676 1143.97 104.525 1139.88 105.376C1129.79 103.317 1139.26 101.868 1139.25 101.643C1139.25 101.643 1139.24 101.643 1139.23 101.643C1139.21 100.891 1139.53 100.723 1135.67 100.378C1132.65 102.469 1129.65 104.562 1126.64 106.654ZM1183.69 101.998C1179.16 103.781 1177.15 105.969 1189.21 106.729C1189.22 106.728 1189.23 106.728 1189.23 106.728C1190.1 102.984 1201.75 105.696 1206.98 105.32C1208.35 104.882 1209.72 104.444 1211.09 104.007C1201.99 103.329 1192.81 102.661 1183.69 101.998ZM1384.97 94.5885C1385.08 98.6978 1375 99.2275 1389.24 102.819C1391.99 102.709 1394.76 102.598 1397.52 102.489C1399.33 101.563 1401.13 100.638 1402.93 99.7131C1437.97 106.738 1448.29 93.9213 1389.2 99.4009C1389.19 99.4038 1389.18 99.4067 1389.17 99.4097C1387.77 97.8024 1386.37 96.1954 1384.97 94.5885ZM1323.31 95.9046C1322.9 98.0698 1322.5 100.235 1322.09 102.4C1314.27 97.3329 1304.37 102.477 1289.14 99.1021C1287.78 99.7849 1286.42 100.468 1285.06 101.151C1279.37 99.7961 1223.71 100.6 1235.84 103.657C1241.13 104.986 1252.55 102.766 1253.54 102.789C1256.89 102.88 1261.29 104.639 1266.93 104.414C1270.19 104.281 1277.02 101.96 1283.68 101.832C1298.57 101.541 1325.82 106.889 1345.32 101.039C1346.74 101.666 1348.15 102.294 1349.57 102.922C1364.07 102.297 1359.2 100.31 1372.76 102.567C1381.94 92.1615 1318.44 103.931 1331.56 95.4138C1331.55 95.414 1331.54 95.4141 1331.53 95.4143C1328.79 95.5772 1326.05 95.7405 1323.31 95.9046ZM923.581 110.742C922.593 108.939 905.955 112.501 909.705 107.925C904.374 109.695 898.833 111.477 893.413 113.258C893.473 113.666 893.533 114.073 893.594 114.481C899.036 113.914 904.592 113.345 909.942 112.789C909.991 113.438 910.04 114.087 910.089 114.736C918.059 112.02 952.071 111.639 951.137 113.991C952.918 112.945 954.702 111.9 956.49 110.855C972.754 112.857 986.773 109.501 1004.45 111.44C1005.79 110.584 1007.13 109.729 1008.48 108.874C1009.39 109.491 1010.31 110.109 1011.23 110.726C1017.74 110.573 1024.13 110.429 1030.57 110.286C1051.46 106.939 1010.62 104.967 1005.61 105.549C1004.95 105.626 1005.11 107.305 1001.02 107.72C993.858 108.434 952.816 108.339 940.255 109.985C940.101 108.874 939.947 107.762 939.792 106.65C934.434 108.009 929.023 109.373 923.581 110.742ZM1463.14 98.1039C1464.07 99.2327 1465.01 100.362 1465.94 101.491C1481.84 100.222 1491.85 101.155 1487.74 97.4214C1487.73 97.4215 1487.73 97.4216 1487.72 97.4216C1479.5 97.6419 1471.36 97.869 1463.14 98.1039ZM2624.38 237.507C2624.54 235.213 2617.29 232.468 2607.3 231.522C2607.6 232.278 2607.89 233.034 2608.19 233.79C2613.66 233.231 2619.08 238.129 2634.67 241.676C2634.95 240.574 2635.23 239.473 2635.51 238.372C2631.8 238.086 2628.08 237.798 2624.38 237.507ZM1449.38 97.7368C1444.54 96.4411 1430.96 100.649 1439.92 100.757C1446.77 100.839 1451.99 98.4321 1449.38 97.7368ZM264.029 178.085C267.581 177.842 271.141 177.605 274.709 177.372C276.429 176.168 278.13 174.969 279.846 173.77C279.838 173.771 279.83 173.772 279.821 173.773C274.569 175.195 269.27 176.637 264.029 178.085ZM1081.06 108.224C1093.17 107.698 1105.5 107.18 1117.62 106.681C1117.73 106.047 1117.83 105.413 1117.93 104.779C1105.84 107.438 1100.77 105.115 1097.93 105.05C1097.94 105.049 1097.95 105.049 1097.97 105.048C1088.77 104.831 1080.15 104.735 1071.39 104.264C1074.61 105.583 1077.88 106.902 1081.06 108.224ZM1039.08 105.628C1041.28 110.013 1044.06 110.428 1062.62 106.68C1061.86 106.156 1061.1 105.632 1060.34 105.108C1050.67 105.756 1045.05 106.978 1046.67 104.597C1044.14 104.94 1041.61 105.284 1039.08 105.628ZM1230.23 101.596C1227.94 100.227 1210.12 102.074 1211.11 102.767C1211.49 103.038 1234.68 104.273 1230.23 101.596ZM2758.23 268.747C2754.2 267.53 2750.18 266.308 2746.18 265.08C2750.38 265.642 2754.59 266.199 2758.82 266.748L2755.37 265.822C2756.66 266.113 2757.96 266.404 2759.25 266.694C2757.76 267.036 2756.26 267.378 2754.76 267.72L2758.4 268.694C2758.34 268.712 2758.29 268.729 2758.23 268.747ZM2799.69 275.48C2802.31 276.911 2792.03 277.839 2808.41 284.141C2796.25 280.356 2784.02 276.547 2771.76 272.73C2777.69 273.938 2783.63 275.154 2789.51 276.346C2788.86 274.933 2788.22 273.52 2787.58 272.107C2791.58 273.22 2795.65 274.354 2799.69 275.48ZM2811.88 282.443C2806.24 277.451 2840.94 288.265 2843.98 289.621C2844.67 289.934 2847.41 293.228 2848.52 294.101C2843.24 292.424 2838.09 290.789 2832.85 289.123C2834.38 290.373 2835.91 291.621 2837.43 292.869C2831.27 291.168 2825 289.435 2818.87 287.742C2821.7 287.879 2824.49 288.003 2827.35 288.145C2822.19 286.246 2817.07 284.357 2811.88 282.443ZM2673.55 246.206C2678.02 247.39 2682.49 248.567 2686.98 249.739C2686.35 248.415 2685.72 247.091 2685.09 245.767C2682.4 245.109 2679.71 244.449 2677.03 243.788C2675.87 244.594 2674.71 245.402 2673.55 246.206ZM2762.48 265.933C2760.35 266.776 2757.82 266.208 2755.6 265.113L2758.98 266.022C2752.96 263.734 2748.73 257.812 2759.83 262.154L2756.8 261.341C2757.66 261.772 2758.61 262.279 2759.66 262.87C2761.57 263.953 2763.24 265.622 2762.48 265.933ZM2856.77 294.375C2871.59 294.897 2865.8 302.303 2853.79 295.777C2853.19 295.442 2855.67 294.333 2856.77 294.375ZM2958.97 326.493C2960.08 326.871 2961.13 330.191 2972.51 330.891C2974.17 331.747 2975.82 332.6 2977.47 333.451C2972.9 333.437 2937.9 323.322 2943.52 322.113C2948.92 323.76 2953.38 324.657 2958.97 326.493ZM2928.35 305.833C2923.13 304.272 2917.91 302.708 2912.61 301.118C2914.08 302.519 2915.54 303.918 2917 305.315C2914.36 304.737 2911.65 304.136 2909.06 303.571C2905.16 300.724 2901.23 297.865 2897.27 294.994C2908.75 298.372 2920.14 301.709 2931.56 305.046C2930.5 305.309 2929.43 305.571 2928.35 305.833ZM2790.36 259.699C2800 263.951 2812.71 266.748 2828.91 272.11C2828.92 272.115 2828.92 272.12 2828.93 272.125C2829.73 272.394 2830.79 274.02 2833.42 274.906C2835.65 275.664 2880.08 288.374 2876 289.258C2858.34 285.609 2852.94 280.912 2847.39 284.003C2846.85 282.806 2846.32 281.612 2845.79 280.421C2829.97 273.613 2824.27 275.342 2814.67 273.585C2814.93 272.896 2815.19 272.207 2815.45 271.518C2809.31 269.482 2803.27 267.48 2797.1 265.438C2797.82 266.176 2798.55 266.914 2799.27 267.651C2797.1 266.958 2794.88 266.254 2792.74 265.571C2788.15 261.82 2781.58 259.195 2790.36 259.699ZM2951.73 314.445C2958.21 310.647 3004.25 328.989 3026.18 334.386C3013.85 334.153 2997.03 326.566 2984.65 322.692C2960.79 315.219 2976.69 322.306 2972.37 321.908C2970.29 321.731 2957.72 314.065 2951.73 314.445ZM2755.23 250.103C2757.7 250.746 2759.98 251.266 2762.11 251.724L2760.04 251.168C2768.14 253.712 2774.06 255.091 2781.75 259.255C2780.77 259.368 2779.78 259.482 2778.8 259.595C2776.84 258.746 2766.86 255.068 2759.7 252.226L2761.88 252.809C2756.31 251.181 2752.51 249.887 2755.23 250.103ZM3057.52 345.325C3035.02 336.524 3044.85 344.724 3034.02 337.514C3041.91 339.647 3049.91 341.796 3057.93 343.926C3057.79 344.392 3057.65 344.859 3057.52 345.325ZM1421.75 77.0458C1411.68 77.0323 1400.38 76.1575 1394.36 78.3416C1401.24 78.576 1408.11 78.8152 1414.96 79.0592C1417.22 78.3875 1419.49 77.7164 1421.75 77.0458ZM1709.9 56.5259C1707.64 55.986 1698.5 57.3473 1697.52 57.3357C1695.73 57.312 1696.23 56.5854 1696.21 56.3936C1685.06 56.3774 1694.15 58.5306 1687.78 59.093C1687.42 59.1259 1687.01 59.1534 1686.54 59.1749C1685.15 59.2347 1664.76 57.8925 1656.5 57.9241C1643.91 57.9607 1630.96 57.7419 1626.33 57.7586C1618.39 57.7811 1603.31 59.4292 1590.23 59.4993C1584.8 59.525 1582.89 58.1575 1577.39 58.1892C1542.25 58.3579 1473.29 60.6267 1442.11 60.1136C1434.43 59.9751 1427.05 58.2679 1422.97 58.46C1419.78 59.1494 1416.59 59.8398 1413.39 60.5313C1403.47 54.7704 1400.21 60.0419 1389.58 60.7323C1382.84 61.1699 1379.66 59.4734 1378.75 59.4904C1372.74 59.6101 1369.78 60.4833 1365.05 60.6914C1359.73 60.9226 1352.13 60.256 1350.23 60.4285C1349.06 60.5443 1352.83 62.791 1332.24 63.0918C1311.28 63.4027 1290.57 63.5485 1269.25 63.8813C1276.51 70.7243 1282.53 65.8166 1291.23 65.3919C1293.56 65.2781 1292.1 66.4167 1294.14 66.3285C1299.87 66.0847 1310.85 64.79 1315.6 64.9697C1320.74 65.163 1319.03 67.7662 1325.52 66.7033C1325.85 66.6487 1324.79 65.6043 1326.31 65.3998C1341.68 63.3785 1346.73 65.1408 1366.19 64.8997C1379.07 64.6921 1457.33 62.7394 1460.02 63.4571C1474.01 67.0181 1391.64 67.9014 1381.97 67.8024C1378.6 67.7464 1382.12 66.5237 1379.04 66.3418C1377.74 66.2699 1366.03 68.6735 1354.46 69.0415C1340.47 69.4798 1312.29 68.4439 1298.94 68.7568C1184.2 71.4193 1071.01 73.273 956.478 77.7853C954.019 77.8837 950.82 79.3516 942.87 79.6762C879.832 82.2531 815.918 85.0687 751.734 88.8024C664.603 93.9214 577.392 101.13 491.81 113.847C459.466 118.562 427.684 125.392 394.496 129.202C390.524 130.755 386.556 132.285 382.521 133.789C393.035 131.699 412.53 130.943 414.281 130.694C414.946 130.6 418.674 128.906 425.072 127.951C434.076 126.601 438.051 126.933 438.829 126.81C441.126 126.447 439.454 125.683 441.606 125.346C457.73 122.826 470.186 120.595 484.998 118.41C501.789 115.951 510.356 116.708 522.33 113.031C523.804 113.656 525.288 114.282 526.781 114.907C535.459 110.104 589.842 104.192 612.017 102.398C619.146 101.772 617.908 103.326 620.255 103.103C621.719 102.973 621.001 101.125 639.254 99.8649C648.425 99.2461 651.133 100.388 655.611 99.9671C658.092 99.7342 657.57 98.4239 661.175 98.1272C681.979 96.4267 699.162 95.5944 719.49 94.4589C725.253 94.1378 725.419 95.2574 726.716 95.1559C731.612 94.7817 739.31 92.3632 751.643 91.6121C751.73 91.6068 751.817 91.6015 751.905 91.5962C771.667 90.3697 810.918 88.2221 827.232 88.3299C829.597 88.3459 831.628 89.5946 833.374 89.4866C836.018 89.3184 836.993 87.8593 837.46 87.8283C846.374 87.3587 841.068 88.9345 847.057 88.3199C850.355 87.9863 853.458 86.2247 860.91 85.6861C870.748 84.9774 868.917 86.9755 873.053 86.5901C873.477 86.5406 873.607 85.2064 877.608 84.9771C892.813 84.1127 915.05 82.8303 929.676 82.2261C933.851 82.0514 936.927 82.8168 942.737 82.594C954.591 82.0949 1021.04 79.0342 1026.53 79.3921C1027.11 79.4259 1021.27 81.5873 1030.69 81.1994C1033.4 80.2901 1036.11 79.3814 1038.84 78.4732C1043.48 79.6186 1048.15 80.7648 1052.74 81.916C1052.38 77.4158 1079.4 75.8398 1079.28 80.4573C1082.22 80.5505 1085.17 80.6444 1088.12 80.739C1094.15 77.3674 1098.3 78.4127 1110.15 76.1868C1112.02 77.1068 1113.9 78.0271 1115.77 78.9477C1116.22 78.2838 1116.67 77.6199 1117.11 76.9561C1123.54 80.2918 1133.86 76.4555 1135.13 76.4004C1140.01 76.1834 1143.65 76.978 1145.93 76.8859C1154.4 76.5549 1172.86 74.8249 1182.77 75.1454C1183.24 75.1628 1182.82 76.6806 1185.65 76.7944C1190.76 77.0007 1191.2 74.7824 1198.08 77.2031C1199.44 76.5188 1200.8 75.8346 1202.16 75.1505C1203.62 75.4512 1205.08 75.7521 1206.55 76.0531C1215.13 75.6718 1223.73 75.2964 1232.34 74.9272C1224.57 77.6578 1233.62 78.8725 1242.07 76.6764C1244.94 75.9317 1242.35 74.4361 1243.3 74.1797C1244.61 73.8219 1283.25 73.7998 1285.81 74.7639C1287.63 74.2387 1289.45 73.7138 1291.27 73.1891C1292.21 74.1494 1293.15 75.1098 1294.1 76.0703C1295.1 75.7087 1296.1 75.3473 1297.1 74.9859C1307.19 76.511 1333.18 72.1 1337.93 72.3379C1340.46 72.4631 1338.26 76.6674 1350.35 76.0469C1350.75 74.8951 1351.15 73.7432 1351.56 72.5914C1354.32 72.3835 1357.09 72.1764 1359.86 71.9699C1365.07 71.9915 1372.68 73.8653 1372.94 75.2192C1374.55 74.3812 1376.17 73.5435 1377.78 72.7061C1382.17 75.2934 1405.47 74.0416 1414.79 72.2568C1417.54 73.0246 1420.27 73.7932 1423.02 74.5625C1426.7 73.5479 1430.38 72.5347 1434.05 71.523C1442.58 71.1408 1433.58 72.8521 1435.4 72.968C1439.27 73.2028 1458.76 70.2857 1457.53 73.7024C1460.21 73.6868 1462.89 73.672 1465.57 73.6579C1466.93 72.6736 1468.3 71.6895 1469.66 70.7055C1474.29 74.0232 1482.14 72.7714 1498.48 73.8945C1499.84 73.1143 1501.2 72.3342 1502.56 71.5544C1507.61 72.6227 1512.57 73.6943 1517.64 74.7682C1518.68 73.4853 1519.71 72.2025 1520.74 70.9198C1522.94 70.7264 1525.13 70.5336 1527.32 70.3414C1531.79 73.187 1539.74 70.068 1543.78 71.2395C1549.71 72.9499 1545.12 75.0098 1534.17 75.4413C1534.93 77.5143 1567.83 76.4895 1575.28 76.352C1574.77 75.9447 1574.28 75.5375 1573.78 75.1302C1566.11 75.4522 1558.39 75.782 1550.63 76.1194C1544.11 70.8872 1565.21 72.2529 1574.73 71.5841C1575.62 71.52 1580.67 69.5313 1590.38 69.7308C1594.14 69.8073 1608.73 72.7492 1611.59 72.9237C1634.23 74.3454 1617.5 70.1129 1639.68 73.8778C1635.06 71.0635 1647.86 73.4519 1660.95 73.0295C1663.27 72.9522 1682.4 70.8884 1683.64 70.8493C1687.27 70.726 1687.43 71.1511 1687.63 71.601C1687.88 72.1381 1688.19 72.709 1694.57 72.4416C1695.98 71.8122 1697.39 71.1832 1698.8 70.5545C1701.52 70.591 1704.22 70.6288 1706.91 70.6679C1723.12 76.6805 1727.2 72.5138 1732.97 72.0698C1735.31 71.8926 1732.29 73.3416 1738.34 73.1369C1740.57 73.0612 1743.27 71.8587 1749.48 71.8981C1768.75 72.0325 1775.37 77.5589 1793.23 72.4587C1795.97 73.3435 1798.69 74.2297 1801.4 75.1175C1803.27 74.2015 1805.14 73.2862 1807 72.3716C1820.89 75.6118 1816.04 72.5829 1821.13 72.7788C1834.55 73.2813 1861.94 74.8871 1864.39 77.3251C1876.23 72.4687 1889.86 79.1126 1894.42 79.1233C1897.16 78.6049 1899.83 78.0852 1902.61 77.5733C1905.81 78.382 1908.99 79.1931 1912.15 80.0066C1910.88 74.6932 1927.06 80.7034 1928.7 80.8819C1930.54 81.045 1956.01 80.9784 1965.47 81.6485C1974.92 82.2812 1991.28 84.8679 1992.7 84.9813C1994.29 85.0932 2010.46 84.8639 2023.07 85.9323C2034.06 86.6381 2098.73 95.1231 2094.78 92.5138C2090.69 91.4113 2084.69 90.2028 2079.46 89.3562C2063.49 86.3329 1968.1 77.4628 1943.53 76.0204C1894.57 72.3809 1843.29 70.4554 1793.89 68.5817C1790.97 68.4716 1790.51 67.1018 1788.06 67.0057C1784.34 66.865 1774.72 67.9798 1770.94 67.862C1757.06 67.4071 1739.89 66.8467 1732.61 66.6837C1715.88 66.3146 1704.58 65.3367 1691.84 65.0426C1691.05 65.0249 1689.61 65.0672 1687.71 65.1401C1680.3 65.4351 1665.08 66.2446 1654.2 65.5918C1651.73 65.1904 1649.26 64.7898 1646.78 64.3902C1653.77 63.99 1672.42 63.0027 1680.95 62.9711C1683.44 62.9614 1685.69 62.9998 1687.74 63.068C1696.33 63.3509 1701.36 64.1306 1705.15 64.1688C1708.97 64.2022 1729.43 63.2735 1738.46 63.4237C1741.26 63.4672 1741.89 64.9029 1744.34 64.9464C1757.67 65.1725 1775.14 65.5429 1786.59 64.4544C1781.79 64.7706 1811.28 66.4696 1812.67 66.5265C1815.29 66.6074 1818.27 65.3678 1823.65 65.5445C1834.02 65.893 1832.43 68.6195 1845.6 66.3118C1848.78 67.2417 1851.93 68.1738 1855.07 69.108C1855.37 65.372 1895.65 72.1282 1907.3 68.2503C1907.6 67.6855 1855.1 63.9028 1850.85 63.7415C1824.83 62.2795 1786.33 62.0633 1761.03 60.869C1753.52 60.4924 1729.54 57.7783 1727.79 57.7991C1724.87 57.8122 1727.48 59.1478 1726.22 59.172C1700.3 59.7077 1713.35 57.333 1709.9 56.5259ZM2817.19 265.687C2809.78 263.166 2802.39 260.651 2794.97 258.125C2795.76 257.52 2796.54 256.916 2797.33 256.311C2800.65 257.704 2803.99 259.101 2807.31 260.489C2810.08 260.862 2812.83 261.23 2815.59 261.597C2816.12 262.961 2816.66 264.324 2817.19 265.687ZM2836.6 268.29C2843.21 269.964 2842.99 271.696 2844.45 272.25C2848.78 273.896 2852.9 274.476 2857.21 275.873C2850.96 278.165 2840.98 273.03 2836.6 268.29ZM2703.23 229.569C2704.67 230.116 2713.64 236.79 2725.94 235.454C2734.15 238.696 2742.39 241.91 2750.62 245.08C2736.56 239.92 2716.11 237.25 2709.06 235.481C2706.37 234.811 2706.17 233.377 2704.04 232.842C2691.74 229.787 2678.98 229.778 2678.81 225.135C2690.13 229.274 2701.4 228.883 2703.23 229.569ZM2775.79 249.036C2777.43 250.539 2779.03 252.029 2780.7 253.541C2774.23 251.479 2767.79 249.425 2761.26 247.344L2762.97 247.804C2762.47 247.694 2761.97 247.585 2761.47 247.475C2762.02 247.348 2762.57 247.221 2763.13 247.093L2761.48 246.651C2763.1 246.431 2764.72 246.211 2766.34 245.989C2769.5 247.009 2772.65 248.024 2775.79 249.036ZM2232.73 111.758C2236.99 112.555 2241.36 113.391 2245.59 114.216C2245.69 114.235 2245.79 114.255 2245.89 114.274C2245.87 114.185 2245.78 114.092 2245.63 113.995C2244.59 113.323 2240.56 112.507 2239.01 111.806C2239.01 111.808 2239.02 111.809 2239.03 111.811C2237.06 110.913 2238.09 110.212 2234.4 109.134C2233.84 110.009 2233.29 110.883 2232.73 111.758ZM376.665 131.579C375.081 131.758 370.799 132.27 365.035 132.876C343.47 135.051 301.125 140.502 306.031 141.92C309.142 142.77 332.625 138.932 339.596 138.206C345.228 137.594 356.699 137.333 365.363 136.082C371.32 135.226 375.956 133.808 376.665 131.579ZM254.065 145.711C253.219 148.258 296.327 142.987 300.51 142.116C299.572 141.876 298.097 141.268 296.879 141.24C290.949 141.087 263.438 145.069 254.065 145.711ZM1984.26 74.7656C1987.7 76.2605 1991.11 77.7585 1994.48 79.2594C1993.68 77.5708 1992.89 75.8823 1992.09 74.194C1989.5 74.3827 1986.89 74.5732 1984.26 74.7656ZM1643.95 65.1254C1585.37 64.647 1526.85 64.7008 1468.37 65.0998C1473.51 64.3816 1478.64 63.6663 1483.76 62.954C1534.27 62.8294 1587.98 63.4343 1636.71 62.6945C1639.13 63.5039 1641.54 64.3142 1643.95 65.1254ZM2688.88 218.553C2674.3 214.952 2661.8 213.049 2646.45 207.16C2661.98 209.23 2668.77 213.876 2684.13 214.878C2684.14 214.88 2684.14 214.882 2684.15 214.884C2685.72 216.108 2687.3 217.331 2688.88 218.553ZM2364.9 133.707C2369.6 133.668 2374.29 133.637 2378.98 133.613C2373.67 132.314 2368.33 131.022 2363 129.744C2363.63 131.064 2364.27 132.386 2364.9 133.707ZM1133.27 65.2844C1117.61 68.2001 1077.47 64.9397 1064.72 68.3551C1063.91 68.578 1071.52 69.5886 1059.35 72.4272C1068.58 71.6236 1075.13 70.9054 1075.77 68.9661C1078.56 69.5275 1081.29 70.0918 1084.05 70.6555C1088.58 70.0208 1093.12 69.3876 1097.67 68.7559C1097.24 70.68 1097.59 70.5662 1104.58 69.0466C1107.81 69.4328 1111 69.8211 1114.19 70.21C1115.52 69.3616 1116.85 68.5133 1118.17 67.6652C1120.97 68.7146 1123.76 69.7647 1126.56 70.8153C1137.32 69.2782 1130.68 67.2766 1133.27 65.2844ZM1188.18 64.272C1185.63 63.8813 1112.98 67.2604 1146.09 70.1512C1154.66 69.7916 1163.26 69.4372 1171.86 69.0895C1164.6 62.9703 1188.11 67.9988 1190.05 68.0862C1199.28 68.4685 1210.95 66.685 1217.62 66.6054C1223.37 66.5382 1226.81 67.5903 1230.85 67.4684C1244.59 67.0517 1266.32 66.5498 1269.25 63.8813C1258.56 64.0484 1247.69 64.2553 1236.58 64.5715C1224.82 64.908 1214.44 62.6795 1192.42 66.6092C1186.95 66.3838 1188.85 64.3631 1188.18 64.272ZM2392.24 137.155C2391.07 139.543 2418.12 145.715 2418.55 144.777C2418.75 144.201 2409.98 141.983 2408.79 141.448C2408.79 141.446 2408.78 141.444 2408.77 141.441C2408.27 141.212 2411.16 140.908 2407.12 139.598C2402.17 138.776 2397.19 137.956 2392.24 137.155ZM483.327 109.575C479.316 108.431 394.877 122.593 392.346 123.363C391.692 123.652 392.733 124.157 392.516 124.564C412.079 119.723 440.49 117.472 459.248 114.753C464.477 113.987 462.778 113.197 463.066 113.132C463.078 113.13 463.091 113.128 463.103 113.126C466.081 112.657 479.759 113.165 483.327 109.575ZM1037.32 70.4695C1040.98 70.754 1044.68 71.0387 1048.33 71.326C1049.22 70.4839 1050.11 69.6419 1051.01 68.7999C1051 68.8002 1050.99 68.8005 1050.98 68.8008C1046.49 69.353 1041.86 69.9116 1037.32 70.4695ZM911.018 72.6789C911.925 73.2113 912.833 73.7438 913.742 74.2764C922.892 73.9609 932.18 73.6499 941.263 73.3569C940.355 73.7168 939.447 74.0768 938.54 74.4368C952.373 74.7311 958.22 72.4933 965.507 72.4956C965.498 72.4959 965.49 72.4963 965.482 72.4966C966.274 72.4992 967.276 73.6509 970.227 73.5764C976.997 73.4025 996.5 73.1127 998.762 71.8338C1003.68 69.0866 964.524 71.7762 957.328 71.9611C954.001 72.0394 949.977 71.159 947.967 71.216C945.766 71.2823 942.824 72.809 937.501 72.9852C936.016 73.0294 918.45 72.1086 911.018 72.6789ZM749.384 82.6902C749.954 82.9042 750.636 83.0169 751.383 83.06C754.37 83.2477 758.458 82.2232 760.211 82.2888C760.729 82.3077 756.788 83.6231 761.665 83.6554C762.998 82.8394 764.337 82.0236 765.681 81.2078C760.842 81.6405 756.064 82.0748 751.349 82.5105C750.693 82.5704 750.038 82.6302 749.384 82.6902ZM2437.73 147.451C2437.03 146.978 2422.57 143.353 2421.84 143.351C2412.61 143.403 2442.55 150.852 2437.73 147.451ZM2802.26 240.181C2796.82 234.866 2873.28 262.751 2880.87 264.954C2879.84 266.883 2862.04 258.96 2870.78 264.832C2862.15 260.39 2836.26 253.051 2830.49 250.718C2826.94 249.29 2826.58 247.228 2826.04 246.997C2823.89 246.092 2804.25 242.079 2802.26 240.181ZM2944.53 286.606C2937.26 283.895 2930.04 281.195 2922.76 278.469C2931.55 280.987 2940.35 283.505 2949.07 285.988C2947.56 286.196 2946.05 286.402 2944.53 286.606ZM2954.1 288.586C2954.52 286.543 2979 295.858 2985.8 297.457C2977.24 298.507 2965.91 291.481 2954.1 288.586ZM2534.66 167.693C2523.34 163.219 2516.68 167.993 2531.59 169.15C2532.04 169.179 2535.13 167.895 2534.66 167.693ZM1129.27 56.4704C1127.18 56.4863 1101.55 55.1881 1100.05 56.2575C1095.44 59.6477 1112.28 57.8328 1117.91 58.8969C1127.07 60.6193 1113.71 62.641 1135.92 60.804C1135.03 61.48 1134.14 62.1561 1133.25 62.8322C1146.28 62.6781 1141.86 58.2973 1144.19 57.6522C1144.89 57.4558 1153.02 57.6105 1154.48 57.2835C1172.68 53.1549 1131.23 56.4325 1129.27 56.4704ZM2243.68 96.9671C2220.31 90.7014 2230.02 95.2699 2205.65 90.9422C2204.66 92.1423 2240.32 97.5054 2243.68 96.9671ZM1363.79 53.8888C1338.91 54.8288 1318.38 53.3148 1295.2 56.27C1296.8 60.0692 1370.25 54.7572 1363.79 53.8888ZM197.18 136.274C249.804 131.856 306.391 125.519 363.7 119.81C411.667 114.702 459.856 104.612 506.754 98.4829C517.874 96.9635 519.169 98.3592 523.162 97.6682C525.806 97.2177 525.175 96.0524 528.76 95.5892C604.092 85.9132 677.557 79.4124 750.864 74.565C800.923 71.2849 850.935 68.6967 901.014 66.7818C908.632 66.4791 946.309 67.5512 954.231 63.2461C960.181 59.9679 933.244 63.4242 928.819 63.5902C925.407 63.7138 925.204 62.2952 922.937 62.386C920.534 62.4831 922.559 63.3722 919.774 63.5054C908.033 64.0737 895.167 64.2606 884.541 64.8287C839.699 67.2196 794.818 69.6708 750.732 72.4148C692.394 76.0625 634.118 80.4538 575.391 86.7427C563.071 88.0779 565.291 86.6988 564.712 86.7544C564.704 86.7581 564.696 86.7619 564.688 86.7657C501.366 93.0477 429.97 109.133 363.365 116.535C359.395 116.907 355.431 117.276 351.478 117.641C301.343 122.184 251.294 127.868 201.383 134.764C199.978 135.267 198.577 135.77 197.18 136.274ZM1182.55 59.0524C1176.17 54.9087 1174.91 59.2764 1152.35 58.1308C1150.55 58.9159 1148.74 59.7012 1146.93 60.4868C1158.79 59.9968 1170.74 59.5167 1182.59 59.0514C1182.57 59.0517 1182.56 59.0521 1182.55 59.0524ZM1034.03 61.9413C1030.09 56.2384 979.843 62.1572 957.287 61.9696C953.249 65.0485 986.095 62.4515 993.837 62.4826C997.658 62.4901 1018.63 64.7291 1034.27 62.5274C1034.19 62.3321 1034.11 62.1367 1034.03 61.9413ZM2722.01 209.944C2718.44 209.277 2714.83 208.593 2711.24 207.909C2720 210.669 2728.71 213.376 2737.47 216.058C2723.35 212.378 2709.29 208.606 2695.23 204.744C2698.15 204.214 2701.09 203.687 2704 203.148C2709.97 205.424 2716.02 207.701 2722.01 209.944ZM2675.94 199.385C2700.84 205.095 2674.15 201.823 2668.35 198.866C2664.87 197.1 2673.4 198.804 2675.94 199.385ZM2612.16 180.835C2624.23 181.837 2647.52 187.71 2638.19 189.669C2626.22 184.519 2617.79 184.022 2600.04 178.14C2602.88 178.054 2605.73 177.969 2608.57 177.878C2608.58 177.881 2608.59 177.884 2608.6 177.888C2609.79 178.87 2610.97 179.853 2612.16 180.835ZM2687.87 199.706C2703.49 206.086 2656.77 193.614 2671.9 195.733C2672.59 195.839 2687.26 199.469 2687.87 199.706ZM303.035 117.227C301.191 118.841 314.026 117.269 318.308 116.872C331.691 115.607 347.744 113.603 362.899 111.977C368.623 111.361 374.239 110.688 379.499 110.066C378.018 109.797 376.562 109.521 375.078 109.244C370.96 109.743 366.86 110.203 362.76 110.617C342.833 112.63 322.923 114.839 303.035 117.227ZM438.881 101.108C451.992 99.0229 465.163 96.967 478.343 95.0195C479.574 94.8361 485.245 92.8064 480.865 93.1559C466.832 95.7114 452.808 98.3946 438.881 101.108ZM1266.18 48.8072C1255.98 48.2431 1285.22 43.6679 1283.98 47.9527C1278.05 48.2345 1272.11 48.5194 1266.18 48.8072ZM1360.9 45.3971C1354.52 45.8988 1348.15 46.4041 1341.77 46.9133C1341.76 46.4243 1341.74 45.9352 1341.72 45.4462C1348.12 45.426 1354.51 45.4097 1360.9 45.3971ZM250.939 122.985C257.905 123.708 273.896 121.313 283.931 120.08C276.84 119.523 260.499 122.385 250.939 122.985ZM1113.57 50.9452C1114.49 52.0485 1073.9 53.0132 1087.87 50.5727C1096.4 50.6914 1105.07 50.8126 1113.57 50.9452ZM1031.23 51.9027C1039.91 51.3518 1046.71 51.5161 1044.97 53.3675C1040.33 53.448 1035.71 53.53 1031.1 53.6135C1031.15 53.0432 1031.19 52.473 1031.23 51.9027ZM2569.23 165.874C2555.07 162.242 2540.9 158.584 2526.73 154.935C2527.38 154.604 2528.03 154.273 2528.68 153.941C2542.34 157.457 2556.01 160.979 2569.65 164.478C2569.51 164.943 2569.37 165.408 2569.23 165.874ZM242.105 119.775C232.116 121.499 222.176 123.263 212.225 125.081C222.28 123.903 232.319 122.778 242.4 121.696C242.309 121.052 242.219 120.408 242.129 119.763C242.121 119.767 242.113 119.771 242.105 119.775ZM2764.43 208.157C2733.47 199.501 2754.09 202.441 2771.95 206.818C2772.37 206.892 2773.58 207.255 2773.99 207.367C2780.73 209.692 2786.96 212.189 2789.77 214.056C2789.78 214.057 2789.79 214.058 2789.8 214.059C2790.69 214.653 2788.19 215.359 2789.64 216.429C2785.53 214.439 2781.4 212.442 2777.24 210.438C2775.89 210.278 2774.53 210.117 2773.17 209.956C2772.81 209.858 2771.73 209.537 2771.37 209.473C2768.51 209.406 2765.65 209.337 2762.8 209.264C2761.54 208.66 2760.29 208.056 2759.04 207.451C2760.83 207.688 2762.63 207.923 2764.43 208.157ZM2938.62 261.418C2977.13 273.804 2936.59 264.833 2918.32 256.078C2918.63 255.492 2935.11 260.289 2938.62 261.418ZM2837.22 230.059C2831.04 228.433 2824.82 226.791 2818.67 225.173C2818.02 224.535 2817.36 223.896 2816.71 223.258C2821.52 224.364 2826.23 225.437 2831.08 226.556C2833.13 227.726 2835.18 228.893 2837.22 230.059ZM2634.86 169.646C2625.09 166.624 2611.29 167.757 2643.4 174.865C2643.5 174.387 2643.61 173.909 2643.71 173.431C2642.43 173.181 2638.6 172.661 2638.4 172.572C2637.85 172.302 2638.94 170.9 2634.86 169.646ZM3013.94 271.424C3015.08 271.581 3017.19 266.838 3027.07 275.45C3030.57 276.182 3034.17 276.942 3037.72 277.684C3038.28 279.043 3038.84 280.402 3039.4 281.76C3026.21 276.823 3024.22 278.606 3023.22 278.351C3018.7 277.189 3022.34 277.071 3019.46 276.17C3012.09 273.869 2995.01 269.407 3003.62 268.538C3006.76 268.245 3012.8 271.269 3013.94 271.424ZM2988.66 260.518C2990.14 261.431 2984.51 261.257 2985.6 262.043C2986.5 262.716 3002.24 269.219 2997.1 270.293C2994.49 269.371 2991.87 268.443 2989.22 267.509C2988.52 266.557 2987.86 265.62 2987.17 264.675C2984.44 264.499 2981.69 264.318 2978.93 264.13C2975.06 261.118 2966.61 256.136 2977.91 258.198C2973.82 257.072 2969.85 255.986 2965.77 254.86C2963.45 254.997 2961.07 255.116 2958.77 255.261C2960.22 254.397 2961.7 253.543 2963.17 252.686C2971.71 255.318 2980.2 257.93 2988.66 260.518ZM3112.74 298.364C3112.07 298.852 3111.41 299.339 3110.75 299.825C3125.77 302.891 3148.73 308.618 3134.65 309.014C3114.73 303.915 3094.6 298.443 3074.6 292.865C3073.41 292.003 3072.22 291.139 3071.02 290.271C3085.35 296.487 3083.1 287.459 3095.31 293.426C3097.37 294.427 3090.35 295.323 3104.46 297.53C3104.16 296.765 3103.86 295.998 3103.56 295.232C3106.55 296.263 3109.72 297.339 3112.74 298.364ZM3244.98 332.871C3211.52 320.456 3250.24 330.348 3254.56 335.67C3254.55 335.665 3254.54 335.66 3254.53 335.656C3267.38 347.855 3235.54 329.752 3232.42 329.991C3229.54 329.167 3221.19 330.733 3208.96 322.853C3219.04 324.726 3232.57 327.617 3244.98 332.871ZM3156.76 310.416C3158.92 310.845 3157.5 311.489 3158.42 311.713C3158.42 311.715 3158.43 311.717 3158.44 311.719C3167.39 313.908 3184.69 317.711 3195.58 320.66L3194.72 320.489C3200.29 321.859 3204.64 323.228 3205.69 324.489C3203.29 324.118 3199.17 323.481 3194.32 322.646L3195.13 322.806C3178.85 319.686 3151.5 312.563 3149.97 310.407C3152.27 310.424 3154.46 310.409 3156.76 310.416ZM3061.43 285.795C3053.73 281.343 3072.41 286.664 3077.08 289.026C3077.97 289.503 3069.36 290.392 3061.43 285.795ZM2418.77 99.2448C2399.72 95.7184 2424.05 103.117 2415.05 102.839C2418.67 103.582 2422.28 104.328 2425.89 105.081C2423.52 103.133 2421.14 101.187 2418.77 99.2448ZM1542.21 13.6989C1537.75 13.483 1539.87 14.6551 1539.48 14.6735C1536.55 14.6489 1533.78 13.6987 1532.65 13.8039C1511.75 15.8198 1525.66 16.7561 1525.88 16.9846C1526.32 18.1481 1520.83 19.5327 1528.45 20.8349C1533.06 20.4048 1537.66 19.9774 1542.25 19.5525C1544.52 20.1942 1546.83 20.8363 1549.14 21.4792C1558.34 20.0724 1546.29 19.7136 1544.91 17.8746C1544.39 17.1511 1553.03 16.2631 1542.21 13.6989ZM2386.04 87.0974C2382.5 88.3416 2374.41 89.0442 2381.28 92.8201C2381.28 92.8221 2381.29 92.8241 2381.3 92.8261C2382.57 93.5201 2388.04 95.0653 2389.61 95.995C2402.37 96.3289 2398.41 92.4362 2386.04 87.0974ZM1625.09 10.1163C1632.44 10.63 1640.03 11.1534 1647.46 11.685C1647.33 12.9114 1647.19 14.1377 1647.06 15.3641C1643.07 15.0046 1639.07 14.6476 1635.05 14.293C1633.63 14.8446 1632.22 15.3965 1630.84 15.9489C1635.76 17.3756 1640.79 18.8067 1645.72 20.2413C1651.71 19.7942 1657.54 19.3516 1663.57 18.9166C1660.78 18.2439 1658.1 17.5734 1655.38 16.9038C1669.89 16.3124 1666.83 19.2704 1678.84 20.5357C1682 19.6998 1685.14 18.8656 1688.28 18.0331C1689.26 17.7781 1690.25 17.5232 1691.23 17.2685C1697.27 18.4857 1703.25 19.7093 1709.17 20.9391C1719.08 20.5543 1720.12 19.7043 1713.34 18.2952C1718.33 16.8832 1723.89 19.3147 1729.9 18.8139C1730.39 18.7737 1729.48 17.3556 1729.92 17.3464C1761.04 16.9759 1759.37 20.6765 1764.27 20.9317C1767.73 21.1134 1781.95 18.9773 1782.15 18.1385C1782.47 17.0136 1753.38 11.7377 1799.09 12.8322C1775.53 9.04064 1748.62 11.6601 1765.78 16.6046C1758.47 15.9536 1725.42 16.4621 1723.32 16.3083C1720.24 16.0505 1721.35 14.3351 1717.48 14.2278C1715.08 14.1687 1709.34 18.0238 1691.27 14.3334C1690.28 14.5967 1689.3 14.8602 1688.31 15.1239C1687 15.4832 1685.69 15.8428 1684.38 16.2027C1682.26 15.6438 1680.13 15.0857 1677.99 14.5283C1681.47 13.0704 1684.93 11.6145 1688.37 10.1607C1689.34 9.76131 1690.31 9.36211 1691.28 8.96307C1690.31 9.06483 1689.34 9.14887 1688.38 9.21736C1672.33 10.4006 1658.56 6.97952 1648.59 10.0049C1639.38 9.55659 1634.84 9.15581 1638.85 7.5037C1636.07 7.48624 1633.22 7.46958 1630.51 7.45488C1628.71 8.34156 1626.9 9.22871 1625.09 10.1163ZM2329.83 76.9497C2321.18 73.0669 2317.08 76.3855 2318.43 76.9163C2326.04 79.8947 2334.31 78.9733 2329.83 76.9497ZM1558.86 15.847C1568.94 16.8922 1579.02 17.9502 1589.14 19.0223C1589.15 17.7243 1589.15 16.4263 1589.15 15.1283C1579.02 15.3543 1568.94 15.5942 1558.86 15.847ZM2422.22 97.1089C2422.88 98.2808 2423.55 99.4541 2424.22 100.627C2435.88 99.9244 2445.27 107.625 2450.84 107.986C2452.04 108.062 2450.16 105.795 2448.05 104.869C2446.75 104.28 2424.23 97.2635 2422.22 97.1089ZM2867.26 217.073C2863.19 216.462 2859.09 215.844 2854.97 215.218C2855.52 214.245 2856.07 213.271 2856.62 212.297C2858.62 212.719 2860.61 213.139 2862.59 213.557C2864.15 214.731 2865.71 215.902 2867.26 217.073ZM2822.29 204.575C2815.29 202.252 2808.43 199.972 2801.44 197.653C2828.33 205.171 2806.62 197.737 2823.26 201.544C2822.94 202.555 2822.61 203.565 2822.29 204.575ZM2748.27 181.482C2749.28 181.044 2750.29 180.605 2751.3 180.165C2758.35 181.776 2765.35 183.349 2772.4 184.905C2768.43 181.706 2764.49 178.504 2760.56 175.292C2757.98 174.704 2755.41 174.114 2752.84 173.521C2751.32 176.176 2749.79 178.83 2748.27 181.482ZM1343.82 10.7602C1339.39 10.7909 1323.96 13.0365 1324.65 13.7557C1331.07 14.5404 1337.51 15.3285 1343.94 16.1207C1343.94 14.8196 1343.95 13.5184 1343.96 12.2173C1344.88 12.8501 1345.79 13.4829 1346.71 14.1158C1350.35 13.5709 1353.98 13.0272 1357.62 12.4847C1359.47 13.5931 1361.33 14.7016 1363.19 15.8105C1365.02 14.4848 1366.85 13.1594 1368.68 11.8343C1351 9.79698 1351.68 12.0939 1348.01 12.1266C1346.15 12.1453 1344.96 11.3591 1344.29 10.9646C1344.14 10.8965 1343.98 10.8283 1343.82 10.7602ZM1565.82 7.56049C1544.73 7.25466 1532.8 10.7228 1517.48 7.9258C1527.32 13.944 1590.37 7.53261 1612.6 12.7526C1614.93 11.7826 1617.24 10.8133 1619.56 9.84488C1607.41 10.6643 1599 8.63164 1593.13 8.33084C1588.45 8.09272 1588.93 9.11948 1588.57 9.10413C1588.56 9.10411 1588.54 9.10408 1588.52 9.10406C1577.52 8.66976 1574.07 7.68413 1565.82 7.56049ZM2438.64 96.366C2433.53 93.4514 2423.82 91.1403 2423.16 93.3035C2428.38 95.3005 2433.59 97.3068 2438.78 99.3174C2437.82 98.4748 2439.52 96.8637 2438.64 96.366ZM2741.52 173.455C2737.45 171.761 2727.37 170.043 2731.21 172.951C2731.89 173.472 2742.14 174.46 2735.51 176.524C2745.22 178.732 2743.83 174.423 2741.52 173.455ZM1926.4 20.1686C1930.18 20.3081 1933.94 20.451 1937.66 20.5974C1938.58 19.7376 1939.5 18.8779 1940.42 18.0185C1935.79 18.7298 1931.11 19.4465 1926.4 20.1686ZM2485.4 106.986C2489.03 112.561 2498.31 110.544 2506.31 116.48C2509.61 117.392 2512.9 118.305 2516.2 119.219C2516.21 119.221 2516.22 119.224 2516.22 119.226C2516.63 118.076 2517.03 116.925 2517.44 115.775C2506.78 112.836 2496.1 109.903 2485.4 106.986ZM1694.06 10.7032C1696.36 11.2981 1698.66 11.8939 1700.94 12.4907C1705.04 11.8876 1709.11 11.2874 1713.15 10.6902C1710.98 10.1847 1708.79 9.67999 1706.6 9.17618C1702.45 9.68207 1698.26 10.1911 1694.06 10.7032ZM2543.56 122.182C2532.19 118.539 2526.84 121.112 2541.58 125.091C2547.79 126.764 2555.48 125.997 2543.56 122.182ZM1115.41 17.4339C1119.51 17.644 1123.61 17.8555 1127.72 18.0682C1129.1 17.2139 1130.47 16.3598 1131.85 15.5058C1126.35 16.1462 1120.87 16.7889 1115.41 17.4339ZM2799.9 188.961C2799.19 189.591 2798.49 190.223 2797.79 190.854C2794.39 189.598 2790.97 188.337 2787.54 187.071C2788.66 186.579 2789.78 186.087 2790.9 185.595C2793.91 186.721 2796.91 187.841 2799.9 188.961ZM1142.99 17.1434C1146.26 17.2078 1149.54 17.273 1152.82 17.3391C1155.01 16.8832 1157.2 16.4278 1159.39 15.9727C1156.31 15.6624 1153.23 15.3528 1150.16 15.044C1147.77 15.7433 1145.38 16.4431 1142.99 17.1434ZM2652.21 151.433C2648.08 149.363 2629.68 147.726 2645.36 152.605C2655.32 155.693 2652.83 151.746 2652.21 151.433ZM2676.17 156.54C2659.86 150.472 2670.14 162.901 2691.62 161.918C2671.29 157.717 2677.13 156.889 2676.17 156.54ZM2829.21 191.643C2829.62 191.78 2829.56 193.189 2832.88 194.298C2844.87 198.306 2860.63 203.89 2869.16 206.691C2889.84 213.502 2953.89 231.193 2960.12 237.25C2961.41 238.523 2957.13 239.769 2957.71 240.087C2959.43 241.001 2970.38 243.18 2967.89 244.303C2957.49 241.03 2947.11 237.749 2936.71 234.45C2939.66 234.036 2942.6 233.617 2945.53 233.193C2919.39 225.664 2928.05 228.309 2919.71 228.604C2915.63 226.176 2911.64 223.776 2907.55 221.344C2897.67 219.353 2887.73 217.338 2877.92 215.362C2880.33 215.277 2882.73 215.189 2885.13 215.098C2871.27 209.116 2874.87 211.293 2866.43 210.675C2866.66 209.897 2866.89 209.118 2867.12 208.34C2852.67 205.815 2850.64 202.615 2847.64 201.63C2841.44 199.603 2830.58 206.221 2809.72 189.544C2798.28 190.721 2801.34 181.885 2794.03 184.544C2778.63 174.207 2810.34 186.276 2825.54 191.302C2825.55 191.305 2825.56 191.307 2825.57 191.31C2826.71 191.691 2825.15 190.279 2829.21 191.643ZM2735.85 170.956C2747.12 169.301 2706.46 159.232 2718.53 168.366C2720.49 169.041 2722.46 169.714 2724.43 170.387C2728.27 170.591 2732.05 170.775 2735.87 170.961C2735.86 170.959 2735.85 170.957 2735.85 170.956ZM2348.84 68.7564C2309.27 61.5784 2331.06 68.9703 2344.81 69.6673C2347.56 69.8152 2349.15 69.5216 2348.84 68.7564ZM1535.73 4.37703C1535.15 4.88503 1534.58 5.39307 1534 5.90115C1547.16 5.37565 1573.01 7.31006 1572.58 3.9017C1560.41 4.04079 1547.88 4.2002 1535.73 4.37703ZM1640.88 2.29918C1637.99 2.0724 1626.32 1.52253 1627.74 2.80813C1632.71 3.73858 1637.87 4.67394 1642.92 5.61288C1645.29 5.0632 1647.65 4.51437 1650 3.9664C1646.72 3.74913 1641.66 2.35784 1640.88 2.29918Z" fill="%234428DB"/></svg>');
  position: absolute;
  left: 0;
  background-size: 100% 100%;
  bottom: -17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-section-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-section-title {
    font-size: 40px;
  }

  .jiffy-section-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .jiffy-section-title {
    font-size: 33px;
  }
}

.jiffy-section-title-3 {
  font-family: var(--jiffy-ff-urban);
  font-weight: 700;
  font-size: 45px;
  line-height: 1.5;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-section-title-3 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-section-title-3 {
    font-size: 53px;
  }
}

@media (max-width: 767px) {
  .jiffy-section-title-3 {
    font-size: 35px;
  }

  .jiffy-section-title-3 br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .jiffy-section-title-3 {
    font-size: 38px;
  }

  .jiffy-section-title-3 br {
    display: none;
  }
}

.jiffy-section-title-3 span,
.jiffy-section-title-5 span,
.breadcrumb__title span,
.jiffy-hero-title-5 span {
  position: relative;
  font-weight: 400;
  color: var(--jiffy-common-yellow);
  display: inline-block;
}

.jiffy-section-title-3 span::after,
.jiffy-hero-title-5 span::after,
.jiffy-section-title-5 span::after,
.breadcrumb__title span::after {
  content: '';
  position: absolute;
  height: 24px;
  width: 100%;
  background-image: url('data:image/svg+xml,<svg width="3258" height="422" viewBox="0 0 3258 422" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M65.8976 103.69C134.271 76.8261 184.218 82.3041 249.214 75.2958C283.303 71.7439 319.912 67.8899 358.024 64.272C468.625 48.3912 612.416 26.3046 722.054 20.7642C730.545 20.2204 738.788 19.718 747.479 19.2121C849.358 13.355 952.155 9.94409 1052.91 7.20456C1058.48 7.05359 1061.87 8.27578 1064.41 8.20996C1088.29 7.57932 1128.3 5.17768 1151.97 4.71699C1201.81 3.67167 1288.46 1.56696 1334.13 2.09627C1353.52 2.29658 1373.42 2.22795 1380.98 5.29422C1388.06 5.35707 1391.87 2.44255 1393.73 2.26201C1393.75 2.26456 1393.78 2.26711 1393.8 2.26966C1399.77 1.70537 1414.83 3.52986 1418.13 3.36828C1418.63 3.3432 1415.54 1.30279 1423.6 1.83806C1424.32 1.8841 1423.68 3.30095 1430.47 3.24716C1432.27 3.22872 1454.83 0.839419 1461.38 0.655484C1482.9 0.0149186 1534.52 1.42794 1560.35 1.39768C1564.3 1.39351 1566.57 0.566713 1570.71 0.550917C1572.85 0.541794 1576.07 1.43809 1576.75 1.43349C1579.69 1.40049 1592.4 -2.65174 1587.83 5.37034C1601.07 4.88212 1597.16 2.22468 1597.47 0.500583C1611.79 0.28449 1618.84 4.10144 1622.58 0.110579C1644.49 0.361678 1666.66 0.687136 1688.48 1.09873C1737.55 2.02193 1786.36 3.39493 1835.33 5.42501C1835.37 4.77289 1835.42 4.12077 1835.46 3.46866C1856.42 6.81805 1863.67 2.71166 1875.54 7.00061C1882.83 6.47616 1890.42 5.98124 1897.8 5.49514C2017.69 12.9286 2138.74 22.0556 2259.01 44.5241C2328.11 57.4029 2396.1 73.4379 2462.66 90.8697C2470.31 92.874 2471.86 94.7136 2484.44 98.0533C2498.32 101.739 2518.21 105.396 2536.38 110.31C2552.33 114.618 2575.43 122.217 2593.04 127.138C2597.02 128.247 2600.14 128.166 2600.58 128.291C2603.22 129.028 2602.99 130.409 2605.53 131.128C2608.58 131.984 2612.54 131.968 2616.07 132.967C2629.21 136.687 2643.66 140.084 2645.33 140.539C2653.35 142.756 2654.76 144.523 2655.42 144.71C2664.33 147.171 2661.28 145.115 2663.49 145.756C2674.93 149.065 2682.35 154.12 2698.88 155.167C2698.17 156.167 2697.47 157.168 2696.77 158.168C2708.7 161.764 2701.44 156.859 2704.04 156.933C2705.1 157.008 2731.05 163.638 2733.03 164.133C2739.97 165.966 2739.82 167.48 2740.42 167.642C2741.9 168.048 2759.88 170.431 2768.59 173.711C2778.94 177.613 2765.69 177.828 2768.22 178.982C2768.51 179.114 2773.77 180.156 2777.56 181.203C2778.46 181.36 2781.07 182.141 2781.95 182.382C2783.75 183.059 2785.19 183.705 2785.58 184.156C2786.29 184.964 2783.89 184.462 2781.48 183.884C2780.62 183.651 2778.09 182.895 2777.22 182.742C2775.11 182.443 2773 182.084 2773.03 182.298C2773.04 182.402 2774.76 183.089 2776.95 183.986C2777.8 184.135 2780.26 184.87 2781.09 185.097C2785.42 187.345 2791.5 190.626 2789.16 190.891C2788.07 191.112 2784.42 190.03 2779.99 188.537C2779.23 188.328 2776.96 187.65 2776.17 187.513C2768.73 185.753 2759.31 183.058 2756.29 182.806C2755.49 182.742 2756.55 184.807 2755.85 184.717C2753.06 184.439 2702.72 172.593 2700.46 171.639C2703.27 171.493 2706.09 171.344 2708.91 171.193C2705.43 170.266 2701.97 169.335 2698.51 168.4C2703.6 168.982 2708.75 169.566 2713.83 170.122C2708.05 161.875 2684.31 162.978 2682.57 165.968C2681.79 167.366 2694.41 174.6 2681.22 173.693C2683.04 174.557 2684.87 175.42 2686.7 176.282C2690.83 176.639 2694.93 176.98 2699.04 177.319C2696.5 176.274 2693.97 175.23 2691.44 174.18C2692.52 173.971 2693.6 173.758 2694.68 173.547C2702.23 174.643 2709.84 175.727 2717.38 176.771C2721.11 178.015 2720 179.158 2722.56 180.039C2754.43 190.954 2734.1 181.85 2755.33 187.348C2758.24 188.761 2761.11 190.159 2764.01 191.558C2763.71 189.264 2768.24 190.646 2775.18 192.064C2775.87 192.186 2777.9 192.79 2778.58 192.976C2781.33 193.81 2784.45 194.686 2787.79 195.36C2786.14 195.866 2784.48 196.371 2782.82 196.876C2799.36 201.595 2831.2 216.952 2823.85 208.91C2827.47 210.551 2831.03 212.173 2834.7 213.827C2838.16 213.998 2841.61 214.164 2845.04 214.325C2849.34 215.803 2853.78 217.322 2858.12 218.811C2857.99 219.276 2857.87 219.74 2857.74 220.205C2854.25 219.096 2850.7 217.97 2847.22 216.862C2849.38 219.087 2851.61 221.335 2853.79 223.566C2856.45 224.158 2859.1 224.747 2861.74 225.332C2851.39 220.583 2866.23 222.932 2870.35 222.213C2879.72 224.444 2884.74 228.673 2887.8 229.764C2889.24 230.279 2907.5 231.425 2899.38 233.954C2908.34 236.177 2917.19 238.359 2926.1 240.556C2929.37 241.98 2932.68 243.419 2936 244.856C2927.9 244.678 2948.56 254.058 2932.45 249.964C2920.43 246.907 2918.18 243.971 2912.54 242.201C2907.53 240.625 2904.43 241.141 2898.89 239.449C2861.85 228.121 2831.81 218.262 2796.86 206.461C2789.95 204.126 2783.48 202.797 2778.81 201.207C2774.74 199.818 2778.12 199.748 2776.67 198.983C2776.1 198.827 2774.41 198.324 2773.83 198.222C2773.39 198.041 2772.54 197.84 2770.98 197.597C2763.74 196.471 2761.89 197.547 2760 197.156C2758.83 196.911 2755.41 194.795 2751.98 194.016C2737.96 190.853 2717.09 187.195 2715.09 186.7C2712.87 186.211 2673.48 175.28 2671.65 174.545C2670.68 174.175 2673.95 170.001 2663.95 172.804C2661.2 172.205 2658.47 171.607 2655.71 170.999C2656.39 170.173 2657.08 169.346 2657.76 168.52C2640.7 167.935 2646.78 167.379 2631.15 163.609C2593.73 154.593 2538.97 138.837 2497.87 128.202C2488.7 125.833 2484.91 126.023 2474.04 123.232C2463.95 120.621 2438.43 110.406 2442.96 116.547C2421.49 106.707 2416.09 112.767 2405.88 105.59C2404.35 105.878 2402.82 106.168 2401.3 106.459C2389.69 100.704 2385.32 102.151 2371.78 99.2394C2365.96 97.9981 2373.33 96.6977 2360.86 97.1356C2358.68 96.3673 2356.49 95.5997 2354.3 94.8359C2354.99 94.2577 2355.67 93.6812 2356.36 93.1042C2343.22 90.6357 2342.44 90.098 2343.33 93.0557C2337.12 91.1254 2330.97 89.2308 2324.75 87.3426C2323.77 88.0287 2322.8 88.7152 2321.82 89.4022C2324.76 90.9531 2467.28 123.625 2486.84 128.606C2509.33 136.644 2555.97 146.676 2574.31 152.078C2581.66 154.246 2584.4 157.047 2595.1 160.147C2605.78 163.244 2619.76 165.055 2625.51 166.492C2644.58 171.489 2734.85 194.26 2672.8 181.396C2674.33 182.783 2675.86 184.169 2677.39 185.555C2702.64 188.408 2693.29 188.208 2713.5 193.446C2722.05 195.666 2742.87 198.275 2740.73 202.305C2724.61 199.44 2708.11 194.036 2694.27 190.7C2692.91 190.382 2676.07 188.295 2667.81 185.63C2660.33 183.219 2666.62 180.487 2648.95 180.842C2637.87 173.225 2629.73 175.421 2626.39 175.01C2620.62 174.298 2620.57 171.927 2615.05 170.201C2609.05 168.316 2604.47 168.667 2603.64 168.456C2595.3 166.307 2551.76 154.831 2550 153.394C2551.86 153.475 2553.71 153.555 2555.56 153.636C2544.44 149.966 2546.2 152.853 2543.15 152.322C2540.94 151.717 2538.73 151.113 2536.52 150.508C2537.52 150.278 2538.52 150.047 2539.53 149.816C2526.15 146.319 2535.93 150.693 2516.99 145.547C2504.95 142.279 2492.98 137.167 2491.77 136.987C2491.41 136.932 2494.89 139.148 2489.93 137.997C2481.72 136.086 2467.65 132.329 2466.49 130.277C2462.44 129.456 2462.36 131.15 2461.82 131.046C2459.47 130.561 2419.38 120.745 2412.16 119.074C2392.21 114.312 2370.1 108.531 2348.35 103.762C2346.12 103.271 2347.78 102.566 2345.54 102.081C2341.93 101.284 2323.14 98.7352 2320.34 98.2501C2313.42 96.9893 2295.41 92.4382 2292.45 92.3258C2292.03 92.3073 2297.71 94.9734 2290.63 93.9369C2282.76 92.7932 2287.34 91.7773 2286.92 91.6695C2271.76 87.8626 2261.66 87.1389 2251.13 85.4244C2250.8 85.371 2250.47 85.3167 2250.14 85.2612C2246.67 84.6775 2240.35 82.0068 2235.36 81.5354C2234.78 81.4791 2235.67 83.0082 2235.1 82.9708C2227.4 82.2799 2220.92 78.6213 2217.62 77.8899C2209.78 76.1516 2213.77 78.702 2213.36 78.6441C2208.03 77.7995 2201.06 75.9708 2192.89 74.7748C2156.82 69.5416 2127.32 65.8391 2088.91 61.5853C2084.02 61.0486 2078.49 59.1781 2077.75 59.1013C2075.46 58.8804 2075.99 60.4616 2069.33 59.7676C2055.5 58.3279 2042.49 57.2226 2028.74 56.0391C2025.97 55.8014 2024.9 54.2944 2022.78 54.0895C2015.62 53.3884 1991.17 55.2693 1991.12 50.6653C1976.6 53.7164 1967.54 49.6039 1956.24 48.9383C1929.39 47.3167 1887.11 46.0543 1860.34 44.4988C1854.76 44.1638 1852.17 42.8853 1849.03 42.7033C1843.34 42.3452 1811.07 41.9339 1809.48 41.7216C1806.18 41.2688 1808.43 36.1167 1791.13 40.1685C1781.25 40.2265 1782.46 38.1292 1780.41 37.9607C1764.21 36.69 1748.68 41.1423 1751.64 36.8386C1732.74 37.6322 1720.79 39.8592 1713.11 35.6597C1713.17 37.6521 1704.49 38.7099 1693.81 37.8159C1704.85 34.6234 1703.19 32.4303 1729.69 33.4892C1730.1 33.5062 1729.29 34.9317 1729.7 34.9488C1733.47 35.1118 1741.14 34.5263 1747.66 34.7373C1754.09 34.9473 1750.5 35.8581 1753.06 35.8926C1755.41 35.9227 1755.36 34.5434 1758.74 34.5975C1769.54 34.7798 1779.6 34.6514 1785.73 34.7882C1789.6 34.8752 1794.04 36.2074 1797.13 36.2943C1809 36.6065 1833.92 36.4548 1849.14 37.1721C1852.27 37.3215 1850.92 38.6268 1857.72 39.0039C1858.49 39.0478 1861.49 37.746 1867.57 37.7016C1873.62 37.6573 1878.21 38.5604 1882.02 38.5821C1885.3 38.6055 1884.01 37.2856 1890.66 37.5114C1895.99 37.5756 1958.78 41.9099 1962.01 42.4399C1966.87 43.039 1969.14 44.9593 1972.12 44.9407C1972.65 44.9295 1973.65 43.2854 1975.47 43.2851C2005.54 43.1203 2071.85 51.0726 2106.04 55.1444C2156.35 60.8335 2204.21 67.3535 2252.89 76.2819C2273.27 80.02 2293.81 84.0838 2314.79 88.564C2316.12 88.551 2317.44 88.5388 2318.77 88.5273C2311.63 86.9387 2304.41 85.3649 2297.25 83.8364C2297.37 83.041 2297.49 82.2457 2297.61 81.4503C2287.91 79.2719 2288.8 81.4121 2288.84 82.5888C2285.33 81.3614 2281.85 80.1477 2278.34 78.9357C2275.84 80.3566 2264.26 77.7626 2253.09 75.2585C2247.82 74.0728 2242.46 72.8733 2238.49 72.1472C2230.34 70.6447 2220.47 70.0118 2216.23 69.2089C2207.22 67.5112 2207.65 65.8513 2206.97 65.708C2205.81 65.4699 2192.9 64.9148 2183.72 63.4772C2170.27 61.3862 2169.12 58.5085 2150.29 58.2244C2126.67 53.6675 2100.26 51.2974 2074.59 48.9598C2079.72 47.0007 2056.45 47.0248 2046.15 46.0942C1982.89 40.0973 1905.36 34.7614 1841.29 31.5522C1833.01 31.1324 1826.99 29.4879 1822.34 29.3847C1819.84 29.3283 1818.7 30.9945 1815.21 30.6599C1814.58 30.5975 1814.25 28.9919 1807.88 28.5602C1791.72 27.438 1752.19 29.1689 1741.95 25.9437C1724.16 25.7538 1706.27 25.6313 1688.19 25.5694C1651.47 25.4481 1614.81 25.5748 1578.16 25.8753C1576.78 25.2243 1575.38 24.5736 1574.02 23.9231C1563.79 27.2292 1522.68 25.3668 1502.77 25.6561C1467.6 26.1242 1422.77 27.6136 1391.98 28.1455C1385.3 28.259 1379.82 27.3923 1373.49 27.5029C1370.76 27.552 1367.39 28.8243 1364.55 28.8733C1332.74 29.435 1289.61 28.9627 1257.55 29.6848C1184.77 31.3107 1116.13 32.9966 1042.43 35.5428C944.432 38.979 846.952 43.3572 749.336 49.5876C619.35 56.7594 485.087 75.4444 361.074 94.1146C341.53 96.0843 322.014 98.2257 302.522 100.523C299.217 100.913 299.212 99.4985 296.651 99.802C281.519 101.545 247.944 107.15 230.918 109.571C217.339 111.445 195.49 112.614 191.159 115.5C239.827 111.183 290.643 104.201 341.101 99.6268C344.686 99.3021 345.272 100.585 345.715 100.562C353.908 100.157 348.58 98.8603 360.386 97.5542C360.62 97.5286 360.969 97.5063 361.418 97.4864C368.063 97.4168 399.391 96.6134 394.945 93.1594C403.399 93.7576 464.407 84.7185 476.189 82.5514C479.784 81.8473 477.038 80.9811 477.747 80.812C480.893 80.0685 482.434 81.5972 485.218 81.2398C492.71 80.2453 511.173 76.3002 514.866 75.8406C523.067 74.7416 547.954 73.0834 558.766 71.5479C568.805 70.1062 566.635 68.5276 575.256 67.421C582.075 66.5672 574.932 68.8411 590.025 67.7334C597.733 67.1365 623.646 63.5613 630.279 62.9926C636.467 62.4364 643.991 62.8655 652.631 62.06C665.504 60.8423 692.728 58.1534 705.918 56.8997C706.685 56.8261 708.42 55.2914 710.303 55.1904C714.206 54.9799 713.154 56.7976 716.131 56.7714C717.831 56.7506 733.684 55.6558 749.646 54.6506C762.414 53.8389 775.627 53.0433 779.41 52.8383C785.391 52.5087 789.532 51.2409 792.903 51.0645C795.534 50.9297 795.978 52.3577 798.576 52.2326C799.388 52.1884 806.246 50.5547 813.312 50.2131C820.172 49.8724 845.094 49.8178 848.184 49.6857C850.06 49.5992 847.944 48.6698 853.509 48.4246C858.588 48.2043 862.02 49.381 864.948 49.2621C871.796 48.9818 879.241 47.4949 886.4 47.165C907.147 46.2169 906.064 47.9376 907.316 47.9338C910.733 47.9349 912.043 46.3591 913.166 46.2793C917.868 45.9478 929.721 45.1667 933.841 44.9384C939.088 44.6478 941.379 45.9979 947.001 45.7749C951.197 45.6039 959.641 43.857 969.119 43.4205C990.749 42.4159 1016.22 41.2229 1037.35 40.5547C1043.67 40.3531 1044.7 41.6369 1046.63 41.6059C1056.69 41.4479 1062.32 39.7921 1065.22 39.717C1085.87 39.1674 1122.63 40.3721 1141.8 40.0404C1149.56 39.8946 1183.63 37.9116 1202.89 37.6407C1205.08 37.6068 1203.05 38.6892 1205.49 38.4682C1211.33 37.939 1210.74 35.8506 1213.71 35.8432C1215.15 35.8461 1218.44 36.9533 1222.62 36.9737C1244.3 37.0806 1259.16 35.847 1269.05 35.7054C1363.96 34.3507 1460.68 33.7016 1549.38 33.7121C1559.36 33.7118 1571.41 32.4468 1586.48 33.6785C1586.94 34.3323 1587.4 34.9861 1587.86 35.64C1588.38 34.9987 1588.9 34.3575 1589.43 33.7164C1606.22 33.3981 1612.82 32.5926 1629.95 33.497C1631.4 33.5731 1635.98 36.5813 1638.83 32.8956C1655.96 35.6953 1646.59 32.9235 1659.21 32.7751C1669.07 32.6667 1678.7 33.213 1688.09 33.6259C1690.96 33.7494 1693.8 33.8614 1696.64 33.9412C1700.02 34.6491 1694.62 35.6703 1688.05 36.521C1681.66 37.3746 1674.1 38.0607 1673.17 38.0468C1670.19 38.0047 1667.1 36.1334 1664.22 36.0092C1655.69 35.6381 1647.59 37.0416 1645.67 35.3846C1634.67 37.0476 1648.36 36.2721 1646.97 37.8287C1639.68 37.1286 1632.23 36.4365 1625.02 35.7538C1621.3 41.0386 1580.9 33.9984 1583.69 38.0701C1580.47 37.2555 1577.22 36.4423 1574 35.6305C1560.05 40.7184 1551.52 37.1449 1532.86 35.6911C1534.22 36.3369 1535.57 36.983 1536.93 37.6293C1536.56 37.8993 1519.96 39.0018 1525.89 36.2086C1508.79 39.9321 1509.62 33.8574 1494.36 38.339C1485.3 38.9623 1490.67 36.3712 1474.52 36.5362C1464.95 36.6346 1452.95 38.0735 1442.27 38.274C1439.8 38.316 1438.71 36.8507 1436.51 36.8735C1434.31 36.8971 1433.25 38.3559 1430.59 38.4211C1425.06 38.5587 1417.93 37.6246 1414.5 37.7635C1411.42 37.8837 1407.04 39.2125 1399.6 39.5084C1373.65 40.5602 1381.49 38.6403 1377.38 38.0781C1372.97 37.4852 1369.84 39.9318 1361.04 39.7866C1360.16 39.7707 1362.42 38.2389 1359.55 38.3415C1357.25 38.4232 1356.12 40.0668 1348.49 40.4918C1345.45 40.6466 1298.2 41.8239 1291 42.0111C1279.98 42.2648 1255.37 41.398 1243.96 41.6649C1239.56 41.7625 1234.9 43.1741 1230.22 43.2727C1214.72 43.5956 1189.9 44.089 1170.31 44.5448C1152.58 44.945 1121.46 42.9478 1111.88 45.8435C1087.02 46.9259 1080.97 44.9066 1079.1 44.9324C1074.06 45.0093 1071.72 46.5588 1065.33 46.8347C982.74 50.3288 873.775 53.7927 795.649 58.2547C780.309 59.118 765.031 60.0257 750.032 60.9728C620.5 67.9762 488.167 86.3557 362.228 105.41C325.346 109.161 288.55 113.518 251.825 118.428C251.427 119.142 251.029 119.856 250.632 120.57C272.133 118.027 297.466 115.959 318.698 113.76C331.598 112.414 347.275 110.199 362.543 108.493C380.246 106.51 397.473 104.166 408.993 104.857C400.748 106.551 387.107 106.767 387.638 108.996C402.413 107.114 417.293 104.883 432.179 102.682C431.567 101.705 430.957 100.729 430.347 99.752C445.873 96.9619 461.844 94.6698 477.539 92.1969C480.284 91.7662 478.191 91.1017 480.602 90.7422C483.304 90.3427 481.613 91.5808 482.117 91.5147C488.724 90.5606 490.725 89.2809 491.55 89.1767C493.7 88.9118 492.127 90.0828 498.224 89.4952C509.582 88.4085 517.396 84.8696 515.273 89.3588C518.852 88.8847 522.462 88.4145 526.172 87.94C526.992 86.689 527.801 85.44 528.576 84.196C551.478 85.9427 561.013 76.8043 574.052 81.7938C577.995 80.3827 582.179 78.9554 586.035 77.5717C588.434 78.4639 590.855 79.3566 593.298 80.2499C593.652 79.233 594.008 78.2161 594.365 77.1992C616.513 75.6663 639.9 72.3871 660.988 70.785C675.75 69.6716 679.35 69.7867 692.286 68.7508C721.319 66.4969 692.84 70.4573 716.813 70.8829C715.481 69.7747 714.153 68.6667 712.829 67.559C716.75 66.8493 720.722 66.1414 724.745 65.4352C727.674 66.2187 730.432 67.0159 733.242 67.8121C740.348 64.3118 746.288 64.1995 750.257 64.648C752.797 64.954 754.499 65.507 755.161 65.4669C756.496 65.3798 760.912 62.0497 775.752 63.7793C769.544 59.9623 786.741 63.1275 788.178 63.0769C789.546 63.0138 806.133 61.1749 812.931 60.8609C818.362 60.6031 829.677 60.9168 837.634 60.4765C844.676 60.0863 843.91 58.7104 844.422 58.67C853.136 58.1247 847.704 59.4905 853.919 59.2425C860.112 58.9967 864.924 57.5635 866.282 57.6072C866.967 57.6324 864.75 59.0554 867.876 59.0354C876.41 58.9792 891.097 57.1543 900.828 56.7611C904.215 56.6221 908.457 57.5552 912.221 57.4269C917.981 57.2271 920.631 55.6296 924.007 55.5308C925.205 55.4997 932.734 57.4755 941.932 56.7472C943.687 56.6048 948.658 51.5463 955.86 58.1378C956.356 57.1501 956.852 56.1625 957.349 55.1749C988.191 51.5631 997.161 59.1154 1010.73 51.6429C1033.32 51.6163 1017.93 54.8831 1020.43 55.2101C1022.02 55.4163 1029.32 54.4133 1030.13 54.4281C1031.56 54.4616 1031.35 55.3414 1032.92 55.2823C1061.74 54.1356 1048.82 52.9337 1057.9 51.5857C1079.47 48.3965 1096.6 53.3645 1058.82 52.9302C1058.84 53.4163 1058.86 53.9025 1058.87 54.3886C1068.13 53.6133 1091.66 53.094 1083.89 55.8071C1077.76 57.9219 1021.98 58.5232 1053.62 60.1903C1060.8 60.5697 1064.44 58.6214 1077.03 61.6431C1085.22 61.5692 1086.25 57.0993 1097.44 58.5356C1095.56 57.0456 1093.68 55.5558 1091.8 54.0663C1106.97 51.5777 1125.68 53.735 1137.37 52.539C1141.32 52.1302 1155.36 44.3661 1152.24 51.8281C1158.9 51.178 1190.28 51.7179 1196.11 50.9192C1197.51 50.7267 1199.24 46.7472 1219.55 47.6362C1220.97 48.0949 1222.39 48.5538 1223.81 49.0129C1205.29 50.8763 1238.1 51.5652 1229.28 55.4968C1226.22 53.8909 1211.48 53.217 1209.1 52.4338C1205.03 51.0828 1217.01 48.923 1201.7 49.8051C1192.18 56.2648 1219.74 52.729 1215.66 58.743C1235.74 55.5092 1237.81 58.1055 1242.37 58.1116C1261.85 58.1261 1274.11 57.2459 1292.5 57.5778C1296.96 56.2714 1263.65 55.1832 1259.53 55.8035C1274.62 51.1804 1248.48 51.5334 1237.53 54.3419C1236.57 53.0622 1235.62 51.7826 1234.66 50.5031C1249.01 50.883 1263.04 50.9445 1277.23 49.59C1278.16 50.0576 1279.1 50.5252 1280.03 50.993C1276.86 51.7892 1273.68 52.5863 1270.51 53.3843C1282.35 54.3427 1275.19 50.6907 1291 53.7037C1291.46 52.2297 1291.92 50.7557 1292.38 49.2816C1307.5 49.4756 1322.59 49.6902 1337.72 49.9246C1345.53 46.8489 1374.61 47.5034 1369.35 51.3878C1381.09 51.4855 1366.57 49.6714 1377.55 48.5879C1382.34 48.1176 1391.65 47.8786 1393.99 48.8717C1393.02 52.5049 1379.08 53.1443 1374.88 55.6938C1377.43 56.4257 1442.47 53.0544 1436.73 57.3774C1441.92 57.8334 1439.52 55.6743 1448.86 55.0248C1475.16 53.2023 1515.73 57.2673 1536.92 51.8055C1512.05 48.8786 1504.8 52.1157 1485.7 52.3695C1473.63 52.4839 1399.45 53.7939 1415.99 49.7934C1413.28 50.3118 1410.56 50.8309 1407.85 51.3507C1405.08 50.245 1402.32 49.14 1399.55 48.0358C1407.31 47.7722 1415.05 47.5146 1422.78 47.2631C1424.65 48.3787 1426.52 49.4948 1428.39 50.6112C1429.24 49.7903 1430.08 48.9694 1430.93 48.1487C1434.2 47.9522 1437.47 47.7569 1440.73 47.5627C1439.82 48.5475 1438.91 49.5324 1438.01 50.5175C1443.04 50.6324 1448.06 50.7501 1453.07 50.8704C1451.71 49.5793 1450.35 48.2884 1448.99 46.9978C1472.7 46.4525 1464.7 47.3444 1477.84 49.6778C1487.63 49.8561 1471.02 47.4664 1491.82 46.6864C1516.01 45.8049 1500.03 49.862 1531.42 48.8797C1531.87 48.2277 1532.31 47.5758 1532.76 46.9238C1539.63 47.551 1546.46 48.1839 1553.39 48.8225C1552.47 48.0153 1551.56 47.2082 1550.65 46.4011C1564.89 46.6826 1584.39 45.1506 1589.13 48.3332C1574.72 46.7886 1574.81 52.3357 1578.59 53.354C1584.25 54.8549 1646.13 54.3514 1687.84 54.4031C1703.76 54.4058 1716.27 54.4354 1722.47 54.5011C1750.59 54.8009 1772.11 57.0605 1797.92 55.056C1780.51 52.2404 1718.93 52.8319 1707.28 51.1843C1706.13 51.0164 1706.54 45.9405 1699.03 51.5525C1695.44 51.3589 1691.72 51.2244 1687.88 51.1347C1666.63 50.6309 1641.86 51.5767 1616.6 51.3348C1617.52 49.8765 1618.44 48.4183 1619.36 46.9602C1637.53 50.1448 1654.84 43.4587 1652.33 49.1184C1655.99 49.1469 1659.53 49.1765 1663.27 49.2102C1663.28 48.2318 1663.28 47.2534 1663.29 46.275C1668.86 46.3251 1674.39 46.3803 1679.88 46.4406C1679.87 47.419 1679.86 48.3973 1679.85 49.3757C1682.54 49.4053 1685.23 49.4361 1687.9 49.4681C1689.78 49.4907 1691.66 49.5139 1693.54 49.5377C1694.03 48.5683 1694.52 47.5989 1695.01 46.6295C1708.66 48.7892 1755.27 44.2364 1734.77 49.6852C1741.05 49.8007 1747.68 49.9318 1754.07 50.0677C1754.06 49.352 1754.05 48.6362 1754.05 47.9205C1756.81 47.883 1759.56 47.847 1762.29 47.8125C1761.38 48.4396 1760.46 49.0669 1759.55 49.6944C1772.15 48.8113 1784.17 52.5295 1792.47 50.5163C1786.96 49.8761 1781.62 49.2479 1776.12 48.6225C1786.53 49.7996 1806.07 48.4332 1807.75 48.4847C1812.97 48.6325 1815.73 50.1649 1821.5 50.4247C1826.68 50.6566 1826 49.5235 1826.96 49.5944C1854.7 51.6875 1844.01 57.3466 1857.17 50.7158C1858.5 51.7416 1859.82 52.7674 1861.2 53.7961C1863.1 53.0599 1864.99 52.3244 1866.88 51.5898C1875.14 52.0066 1883.26 52.4374 1891.57 52.8994C1888.88 51.5573 1886.17 50.2168 1883.44 48.8779C1895.95 48.8954 1901.43 51.6156 1902.62 51.7274C1906.04 52.0368 1907.67 50.5871 1908.73 50.637C1959.1 53.4499 1928.23 53.1385 1953.18 60.3512C1962.22 58.6513 1953.36 55.8349 1952.22 53.4673C1963.95 55.2695 1967.91 54.8865 1980.33 55.8595C1983.59 56.1184 1987.08 57.6062 1989.14 57.7699C1990.95 57.9128 1996.56 56.999 2000.85 57.3165C2008.12 57.8511 2017.42 59.3608 2027.29 60.1661C2035.34 60.799 2060.41 62.0811 2077.78 63.8717C2085.12 64.6244 2083.33 65.5516 2085.25 65.7535C2086.06 65.8375 2092.01 65.1408 2096.7 65.6521C2135.44 69.8692 2175.03 76.0477 2213.69 82.6065C2225.91 84.6777 2238.2 86.6823 2250.48 88.8162C2265.67 91.4568 2280.74 94.2145 2295.71 97.4552C2301.45 98.703 2298.21 99.0015 2300.7 99.5711C2301.55 99.7652 2302.98 98.3302 2311.72 100.935C2314.87 101.878 2310.93 102.222 2314.07 102.971C2315.59 103.339 2316.56 102.022 2325.62 103.706C2342.03 106.767 2350.33 110.771 2351.79 111.045C2354.55 111.578 2354.03 110.197 2357.67 111.01C2375.43 114.991 2390.26 118.419 2406.03 122.271C2413.41 123.995 2464.05 136.878 2466.74 137.87C2472.82 139.983 2466.39 140.929 2474.36 142.95C2476.75 142.914 2479.14 142.879 2481.54 142.846C2478.13 141.429 2474.72 140.016 2471.31 138.603C2480.83 141.975 2492.17 143.797 2499.36 145.769C2500.69 146.134 2512.63 150.539 2518.9 152.097C2516.12 151.847 2513.34 151.598 2510.56 151.35C2511.4 151.998 2512.23 152.646 2513.06 153.294C2525.7 156.048 2538.89 159.624 2551.65 163.15C2556.25 164.42 2554.43 164.963 2559.09 166.251C2586.23 173.752 2580.41 167.918 2604.58 182.379C2595.91 179.373 2563.44 171.704 2558.83 170.187C2555.61 169.136 2544.66 159.383 2547.55 167.144C2521.45 160.082 2545.1 162.6 2520.5 156.816C2520.77 157.742 2521.05 158.668 2521.32 159.593C2512.67 157.802 2506.27 156.514 2501.47 153.723C2498.7 157.109 2470.36 147.105 2454.38 143.205C2431.3 137.538 2405.04 131.822 2382.12 126.391C2374.24 124.521 2370.13 121.927 2369.14 121.692C2367.68 121.352 2363.3 121.71 2360.42 121.034C2349.62 118.45 2317.22 108.685 2308.2 110.665C2372.66 124.733 2436.5 141.327 2500.15 158.41C2492.64 154.44 2557.05 171.603 2560.29 172.565C2563.29 173.457 2560.4 174.042 2561.28 174.36C2567.82 176.701 2574.03 176.393 2576.15 176.96C2577.76 177.393 2580.8 179.131 2586.57 180.65C2587.63 180.929 2588.16 180.094 2589.3 180.394C2596.8 182.391 2604.23 184.375 2611.76 186.354C2612.22 186.483 2613.77 188.319 2615.68 188.822C2617.59 189.324 2619.83 188.487 2620.31 188.608C2626.32 190.194 2636.46 193.757 2642.19 195.239C2644.18 195.752 2643.05 194.418 2645.28 195.001C2652.14 196.786 2649.4 198.128 2658 199.792C2660.89 200.348 2661.07 198.836 2666.48 200.407C2670.31 201.518 2669.23 204.024 2669.82 204.273C2670.62 204.601 2684.51 205.87 2688.43 208.641C2677.78 210.821 2698.8 211.438 2698.31 209.285C2703.5 211.054 2708.64 212.802 2713.84 214.548C2715.77 214.495 2717.7 214.44 2719.61 214.381C2737.99 220.738 2750.51 222.758 2767.58 226.762C2767.62 226.77 2767.75 226.809 2767.8 226.82C2770.08 227.583 2772.43 228.389 2774.88 229.257C2775.87 229.609 2792.87 236.189 2791.87 236.603C2782.41 234.69 2773.47 232.025 2767.25 228.532C2767.24 228.529 2767.21 228.519 2767.19 228.517C2766.23 228.087 2765.34 227.635 2764.52 227.159C2752.37 228.815 2752.91 225.497 2734.72 221.901C2728.63 220.688 2727.93 221.702 2727.23 221.556C2703.55 216.673 2665.87 207.816 2650.95 200.492C2646.31 200.249 2662.09 204.641 2655.75 203.721C2652.25 203.364 2571.04 183.077 2597.89 186.145C2595.18 185.537 2592.47 184.929 2589.77 184.319C2586.15 187.149 2573.02 182.771 2575.48 179.653C2574.02 180.036 2572.57 180.419 2571.11 180.802C2568.45 180.744 2565.41 180.277 2561.22 179.359C2545.17 175.814 2451.2 149.25 2446.01 148.581C2445.67 149.388 2445.34 150.196 2445.01 151.003C2486.47 162.843 2527.39 171.792 2572.21 186.365C2571.1 185.227 2569.99 184.091 2568.88 182.952C2586.72 188.912 2604.57 194.838 2622.47 200.685C2602.84 197.096 2571.97 190.128 2552.13 183.531C2548.6 182.359 2551.52 181.973 2550.74 181.619C2548.68 180.696 2545.85 181.97 2538.09 180.075C2530.31 178.177 2511.28 171.609 2509.49 171.17C2506.05 170.327 2496.22 170.013 2490.39 168.425C2482.74 166.337 2488.23 166.368 2486.7 165.928C2480.37 164.095 2474.48 163.241 2469.53 161.819C2462.16 159.703 2447.39 153.291 2441.3 155.42C2446.56 156.959 2451.81 158.506 2457.05 160.057C2428.06 153.76 2406.73 143.533 2377.52 140.015C2370.05 142.662 2393.59 147.827 2373.37 144.783C2376.96 145.596 2380.58 146.42 2384.18 147.246C2385.24 146.57 2386.3 145.894 2387.36 145.219C2393.38 147.38 2399.42 149.564 2405.43 151.755C2403.87 150.523 2402.31 149.291 2400.74 148.06C2422.81 152.973 2445.13 157.962 2451.66 164.19C2452.38 163.288 2453.09 162.387 2453.81 161.485C2473.8 168.057 2505.45 171.939 2498.23 176.077C2499.27 176.035 2500.31 175.992 2501.36 175.95C2513.32 180.408 2508.71 176.655 2513.4 177.632C2514.73 177.911 2538.28 185.553 2527.25 184.385C2550.2 191.948 2544.44 184.715 2550.93 186.212C2565.13 192.857 2593.07 196.089 2580.66 197.222C2582.85 197.972 2585.03 198.72 2587.21 199.467C2595.39 198.147 2601.62 203.752 2609.23 207.076C2611.9 207.857 2614.59 208.639 2617.25 209.414C2619.34 208.785 2621.43 208.156 2623.51 207.525C2647.49 219.334 2643.17 202.914 2651.66 217.92C2649.67 218.181 2647.69 218.443 2645.7 218.701C2641.31 217.946 2636.94 217.187 2632.58 216.424C2649.78 221.209 2666.98 225.899 2684.26 230.479C2705.47 239.251 2718.93 238.58 2742.91 246.859C2745.31 247.062 2747.66 247.253 2750.04 247.445C2747.09 249.666 2738.22 247.266 2754.62 252.218C2755.6 254.477 2744.31 252.231 2739.48 249.56C2738.32 248.916 2749.21 249.822 2737.37 247.079C2729.34 245.192 2743.4 250.914 2719.52 244.462C2720.3 245.144 2721.08 245.826 2721.87 246.508C2719.26 245.885 2716.65 245.26 2714.05 244.632C2712 242.992 2709.95 241.349 2707.88 239.701C2701.54 239.856 2697.7 241.297 2684.21 237.498C2688.06 237.714 2683.59 234.301 2676.89 232.683C2676.7 233.474 2676.5 234.264 2676.31 235.055C2659.91 231.52 2666.14 230.611 2652.18 229.009C2650.99 228.04 2649.8 227.07 2648.61 226.1C2640.61 226.839 2613.18 221.59 2619.11 218.994C2610.59 220.794 2595.17 214.913 2590.07 210.341C2589.41 211.002 2588.75 211.664 2588.09 212.325C2584.91 211.651 2581.75 210.978 2578.57 210.301C2576.95 209.361 2575.33 208.422 2573.71 207.483C2571.36 207.362 2569.02 207.242 2566.67 207.121C2565.55 205.978 2564.42 204.837 2563.29 203.693C2559.47 203.677 2555.66 203.659 2551.84 203.642C2549.83 202.431 2547.83 201.221 2545.81 200.008C2545.14 201.583 2523.48 196.136 2517.76 193.443C2515.84 193.435 2513.91 193.427 2511.99 193.419C2511.33 192.405 2510.66 191.391 2509.99 190.377C2508.49 190.641 2506.99 190.904 2505.49 191.168C2502.58 189.719 2499.67 188.27 2496.77 186.822C2483.21 187.276 2483.71 183.826 2480.84 183.084C2475.52 181.705 2456.84 179.306 2453.86 178.393C2450.88 177.475 2449.79 175.722 2447.39 174.954C2407.85 162.335 2423.38 170.35 2415.19 168.849C2410.77 168.056 2408.02 165.99 2404.15 165.16C2397.53 163.692 2363.99 157.221 2362.13 156.636C2359.41 155.726 2367.42 151.235 2358 150.626C2356.93 153.801 2338.38 145.948 2346.35 152.626C2338.48 150.349 2330.63 148.111 2322.76 145.904C2322.79 149.984 2313.53 145.25 2302.8 143.127C2287.59 140.028 2252.87 135.647 2254.94 131.949C2251.12 132.147 2247.3 132.352 2243.47 132.565C2243.02 132.454 2242.57 132.345 2242.12 132.236C2218.08 126.42 2193.78 123.626 2169.47 120.069C2095.83 109.231 2014.79 101.281 1940.15 96.1407C1936.6 95.8944 1937.19 94.5958 1934.62 94.4192C1920.9 93.4528 1885.62 92.6331 1866.58 91.5864C1860.45 91.2399 1857.45 89.8245 1855.57 89.6907C1849.06 89.2267 1850.52 90.9964 1847.5 90.8328C1842.67 90.5573 1817.48 88.0994 1808.74 87.6844C1804.46 87.4721 1799.33 88.681 1794.24 88.1196C1793.8 88.0733 1794.65 86.6959 1794.28 86.661C1784.96 86.2335 1790.54 87.5979 1787.43 87.4501C1765.29 86.4022 1741.46 85.8657 1717.32 85.1913C1711.25 85.0195 1702.27 83.9023 1697.06 83.7414C1695.09 83.6829 1698.62 84.7905 1691.78 84.6152C1689.95 84.5687 1689.07 83.7071 1687.49 83.2759C1687.07 83.1561 1686.59 83.0696 1686.03 83.0434C1674.82 82.537 1670.97 86.9406 1661.19 83.2803C1642.59 83.3376 1609.69 84.3199 1592.66 84.3264C1588.61 84.3237 1586.64 83.505 1582.76 83.5161C1580.02 83.5234 1575.11 84.7854 1570.89 84.8018C1566.64 84.8173 1559.91 83.617 1551.65 83.6764C1542.89 83.7357 1532.27 84.4864 1530.28 84.4897C1527.93 84.4983 1526.82 82.9817 1524.46 83.0104C1517.24 83.0852 1498.29 84.6798 1489.04 84.9075C1479.13 85.146 1473.26 84.4567 1469.88 84.4986C1466.75 84.5443 1463.11 85.8588 1461.68 85.8826C1459.46 85.9217 1458.92 84.4266 1456.09 84.4647C1451.46 84.5314 1446.77 85.5187 1439.85 85.6141C1315.42 87.372 1193.37 89.2422 1072.31 92.0284C1058.76 92.3454 1051.29 93.6401 1031.32 93.8512C1023.27 93.9365 1026.6 92.2712 1020.37 92.7844C1017.59 93.0152 1018.34 94.2065 1014.78 94.3928C999.081 95.2083 980.927 94.7652 974.108 95.05C971.424 95.1597 968.41 96.6597 962.944 96.8953C922.029 98.6601 873.236 100.41 829.288 102.904C808.359 104.081 778.101 106.304 752.911 108.042C749.803 108.254 746.798 108.458 743.917 108.65C670.35 113.485 591.078 120.07 524.766 128.977C472.669 135.487 422.3 146.139 367.038 152.472C318.57 157.572 270.119 163.577 221.767 170.043C263.708 166.739 318.796 159.774 367.307 155.106C373.866 154.467 380.29 153.734 386.454 152.973C507.563 133.903 628.297 118.36 753.086 110.911C787.412 108.69 821.785 106.784 855.889 105.148C910.467 102.512 979.391 99.6439 1039.21 98.383C1041.92 98.3243 1047.59 97.0673 1053.4 96.986C1054.64 96.9695 1070.14 98.3995 1075.38 98.2533C1070.36 94.9642 1090.8 97.3866 1097.12 97.1131C1105.12 96.7585 1121.56 94.5374 1140.28 94.9854C1157.15 95.3956 1152.55 96.8536 1153.48 96.9101C1159.47 97.284 1161.5 95.0919 1166.08 94.7534C1184.74 93.3251 1281.01 92.3509 1307.86 92.0086C1314.8 91.9004 1315.02 93.2561 1316.58 93.2327C1320.72 93.1672 1326.57 91.7219 1333.22 91.6183C1345.2 91.4334 1358.95 92.5011 1365.55 92.4077C1381.31 92.1804 1411.14 90.2708 1431.61 90.0274C1437.37 89.957 1437.03 91.3749 1439.64 91.3431C1451.06 91.1938 1480.89 89.2732 1495.17 89.1772C1518.24 89.0074 1542.01 89.832 1565.55 89.3513C1567.03 89.981 1568.51 90.6109 1569.99 91.2411C1572.33 90.5787 1574.64 89.917 1577.03 89.2561C1613.65 89.7338 1650.9 88.7521 1687.43 89.0792C1690.52 89.107 1693.59 89.1438 1696.64 89.1912C1701.21 89.2521 1723.61 90.803 1727.4 90.8835C1730.51 90.938 1733.6 89.4308 1738.16 89.7474C1744.62 90.1921 1738.49 93.0442 1749.13 92.4087C1751.98 92.2381 1749.26 90.9062 1754.97 90.6311C1756.8 90.5122 1793.34 90.898 1795.42 91.0722C1798.72 91.3133 1801.56 94.1255 1802.4 94.209C1806.77 94.6458 1806.65 92.5481 1809.57 92.446C1818.28 92.1368 1829.68 93.932 1831.04 93.9496C1848.22 94.1319 1880.09 93.7551 1897.98 95.6346C1900.42 95.8908 1900.04 97.434 1900.47 97.5055C1903.3 97.9674 1905.15 96.2821 1907.83 96.3764C1922.04 96.881 1944.69 99.361 1958.91 100.584C1960.55 100.721 1964.18 100.099 1967.13 100.376C1983.77 101.971 1978.26 102.988 1979.21 103.106C1981.48 103.41 1985.59 102.181 1991.55 102.523C2007.04 103.372 2036.56 106.02 2053.02 107.724C2065.32 108.984 2064.98 110.713 2065.79 110.823C2067.55 111.061 2072.44 110.153 2080.57 110.848C2096.23 112.205 2094.28 113.389 2100.71 114.05C2101.23 114.112 2100.49 112.679 2107.52 113.359C2121.31 114.646 2151.89 119.951 2166.44 122.083C2172.05 122.886 2173.5 121.807 2179.29 122.669C2188.35 123.982 2208.64 128.781 2210.2 129.073C2210.65 129.152 2211.93 127.873 2214.59 128.339C2217.52 128.853 2220.19 130.1 2222.41 130.495C2228.16 131.52 2235.96 132.402 2241.88 133.473C2248.86 134.734 2253.39 136.22 2249.67 138.363C2253.9 137.868 2258.09 137.377 2262.35 136.909C2288.29 142.414 2313.58 147.436 2339.29 153.166C2345.07 154.456 2349.67 156.571 2354.54 157.684C2359.42 158.778 2381.27 162.417 2384.87 163.296C2391.29 164.787 2427.69 173.898 2432.19 175.226C2440.96 177.739 2448.98 182.102 2452.69 182.638C2455.66 183.068 2453.3 181.176 2458.9 182.295C2468.57 184.229 2484.37 190.082 2487.28 190.84C2488.53 191.165 2486.45 189.613 2498.12 192.675C2504.41 194.324 2507.51 196.25 2509.79 196.859C2510.5 197.044 2509.88 195.107 2522.26 198.68C2530.81 201.153 2534.14 203.414 2535.04 203.661C2536.39 204.035 2540.02 203.557 2545.46 205.07C2558.14 208.614 2581.03 216.413 2593.15 219.74C2595.5 220.385 2595.12 218.532 2604.45 221.15C2611.12 223.021 2609.62 224.021 2612.11 224.73C2616.05 225.849 2622.43 225.804 2631.2 228.125C2642.15 231.26 2724.51 253.188 2728.82 254.372C2731.64 255.329 2735 256.115 2736.27 257.158C2734.88 257.564 2733.5 257.969 2732.11 258.374C2719.94 253.041 2724.43 256.965 2721 256.359C2716.03 255.483 2697.67 250.753 2693.09 250.277C2691.44 250.111 2694.75 252.463 2686.01 251.136C2676.66 249.705 2673.27 246.103 2668.74 248.745C2656.77 241.589 2643.29 242.606 2658 247.507C2665.25 250.041 2730.6 267.142 2757.4 273.228L2753.36 272.142C2756.64 273.246 2759.3 274.136 2761.14 274.749C2774.25 279.117 2799.4 285.994 2815.58 291.442C2825.03 294.625 2848.59 302.322 2847.01 303.858C2855.43 306.792 2847.03 302.091 2848.89 302.401C2852.75 303.04 2878.89 312.741 2883.94 314.285C2908.74 321.877 2940.78 329.698 2964.15 339.537C2962.88 339.686 2961.61 339.835 2960.33 339.982C2954.58 339.198 2929.86 330.019 2926.29 331.507C2963.04 343.061 2999.87 354.526 3037.04 365.685C3036.87 363.475 3083.18 377.157 3085.15 378.635C3084.04 379.388 3082.93 380.141 3081.82 380.892C3056.68 369.552 3057.62 375.16 3040.86 367.318C3033.76 365.149 3035.39 367.411 3031.78 366.664C2996.03 359.196 3032.27 363.192 3005.14 356.521C3012.4 361.32 2990.39 355.532 2980.55 352.805C2978.31 352.197 2949.4 342.547 2945.94 341.497C2926.51 335.658 2892.86 326.451 2874.1 319.075C2859.06 314.136 2850.23 313.171 2836.35 309.182C2825.9 306.18 2829.23 305.944 2824.33 304.367C2814.06 301.06 2809.58 303.581 2804.54 296.471C2797.45 294.896 2790.22 293.277 2783.09 291.69C2783.33 290.914 2783.58 290.138 2783.83 289.362C2779.48 287.976 2775.11 286.582 2770.71 285.18C2769.16 285.539 2767.64 285.907 2766.12 286.272C2752.63 280.806 2758.98 280.773 2757.09 277.751C2755.45 277.136 2753.81 276.519 2752.16 275.902L2756.56 277.082C2755.18 276.708 2753.8 276.332 2752.42 275.957C2749.62 277.151 2746.81 278.342 2744.01 279.53C2730.09 276.276 2716.18 272.914 2702.35 269.482C2701.64 268.479 2700.93 267.475 2700.22 266.471C2700 267.254 2699.78 268.036 2699.57 268.819C2676.03 263.378 2652.6 257.699 2629.28 251.872C2622.75 251.56 2659.88 262.042 2662.72 262.783C2678.37 267.209 2720.84 275.922 2720.3 278.708C2727.15 278.832 2742.51 282.076 2754.71 285.507L2749.54 284.119C2755.47 286.409 2760.51 288.688 2763.24 290.474C2758.52 288.914 2753.78 287.346 2749.01 285.769L2754.34 287.199C2745.15 285.082 2736.07 282.943 2726.93 280.748C2727.17 281.798 2727.41 282.848 2727.65 283.898C2710.97 276.05 2708.4 275.665 2689.54 274.947C2689.83 273.678 2690.11 272.41 2690.4 271.141C2676.79 272.535 2656.59 259.589 2654.62 264.844C2648.1 262.741 2641.58 260.62 2635.09 258.493C2620.66 255.455 2641.62 265.454 2586.39 249.21C2582.59 248.081 2583.75 246.918 2577.97 245.486C2576.31 245.074 2566.27 244.553 2548.24 239.488C2545.42 238.697 2545.53 237.448 2542.64 236.51C2535.98 234.334 2521.91 233.07 2529.04 230.873C2502.64 222.558 2512.87 228.694 2504.26 227.719C2498.53 227.067 2500.25 225.093 2495.34 224.327C2489.28 223.387 2492.97 226.819 2469.71 219.467C2472.39 220.016 2475.07 220.566 2477.76 221.118C2476.59 220.14 2475.43 219.161 2474.27 218.183C2460.44 216.089 2462.29 214.248 2455.03 216.07C2445.7 211.924 2437.3 209.571 2423.92 206.394C2397.94 200.28 2410.22 207.425 2382.06 194.91C2377.12 194.437 2372.18 193.974 2367.23 193.519C2359.77 190.096 2366.57 189.75 2354.97 186.535C2363.21 192.464 2338.89 185.171 2333.93 187.548C2333.68 186.652 2333.43 185.756 2333.18 184.862C2330.58 184.253 2327.97 183.647 2325.36 183.044C2325.21 183.679 2325.05 184.314 2324.9 184.948C2321.54 183.67 2318.15 182.392 2314.8 181.13C2312.05 181.17 2309.3 181.213 2306.55 181.26C2302.54 178.964 2298.55 176.682 2294.55 174.408C2291.87 173.727 2289.19 173.05 2286.5 172.376C2287.15 173.511 2287.8 174.647 2288.45 175.782C2285.04 174.711 2281.66 173.656 2278.26 172.603C2281.96 175.024 2279.06 176.299 2268.26 173.997C2259.39 172.134 2270.09 170.893 2250.64 168.384C2249.48 168.244 2247.28 169.565 2235.23 167.983C2233.26 167.728 2231 167.393 2228.4 166.958C2206.85 163.422 2217.53 163.665 2213.73 162.907C2213.02 162.768 2206.18 162.766 2200.02 161.896C2196.53 161.401 2193.28 159.884 2192.81 159.809C2190.62 159.494 2189.81 160.743 2186.81 160.306C2179.12 159.176 2168.99 156.94 2161.53 155.918C2158.11 155.444 2154.76 155.783 2153.27 155.58C2150.93 155.256 2148.1 153.611 2145.68 153.283C2136.87 152.081 2122.94 154.425 2119.48 148.263C2110.37 152.384 2093.17 144.043 2094.08 147.689C2071.34 143.569 2009.6 142.513 2011.73 136.878C1998.33 140.876 1999.73 137.336 1994.18 136.99C1988.07 136.621 1991.17 137.831 1986.31 137.433C1974.83 136.501 1964.01 135.354 1952.62 134.623C1954.45 133.927 1956.25 133.23 1958.09 132.537C1946.24 131.531 1950.25 133.661 1937.92 133.292C1915.56 132.675 1924.98 131.722 1921.79 129.416C1922.56 131.489 1895.96 129.801 1893.38 129.43C1891.77 129.193 1899.02 126.881 1882.65 126.979C1883.51 127.83 1884.37 128.682 1885.23 129.533C1877.71 128.065 1857.66 128.641 1854.19 128.241C1852.65 128.053 1844.56 121.188 1836.56 126.087C1835.66 125.242 1834.72 124.397 1833.85 123.554C1825.4 124.233 1816.63 124.922 1808.1 125.638C1806.8 124.136 1805.48 122.634 1804.16 121.132C1801.46 121.051 1798.74 120.972 1796 120.895C1797.78 122.244 1799.55 123.593 1801.31 124.943C1784.36 123.852 1763.94 125.423 1760.57 120.972C1756.99 121.703 1753.39 122.437 1749.76 123.173C1747.44 121.668 1745.11 120.164 1742.77 118.661C1726.1 118.708 1725.89 119.687 1714.31 121.051C1714.78 119.921 1715.25 118.792 1715.72 117.662C1708.9 118.84 1697.74 119.894 1687.05 120.295C1684.56 120.392 1682.1 120.45 1679.76 120.463C1674.03 120.491 1664.05 118.829 1662.66 118.96C1661.19 119.094 1647.76 125.14 1646.28 119.803C1626.11 122.023 1617.57 119.591 1609.36 119.619C1604.03 119.641 1601.66 120.913 1595.73 121.033C1587.25 121.206 1578.6 120.582 1573.67 120.67C1570.87 120.724 1570.35 121.972 1568.42 122.012C1559.27 122.208 1564.64 120.928 1554.96 121.024C1554.09 121.04 1546.89 122.573 1539.01 122.4C1534.58 122.303 1523.03 120.636 1522 120.646C1517.49 120.696 1521.04 124.096 1505.67 120.225C1506.12 120.873 1506.57 121.521 1507.02 122.169C1487.98 123.927 1484.85 121.06 1481.04 120.884C1480.55 120.871 1475.92 122.027 1473.14 121.895C1468.45 121.668 1466.53 120.15 1465.49 120.091C1461.81 119.886 1449.46 120.672 1441.39 119.272C1443.14 123.617 1414.84 125.477 1408.54 120.616C1403.54 121.653 1398.54 122.693 1393.53 123.735C1391.25 122.951 1388.99 122.167 1386.71 121.384C1385.35 122.214 1383.98 123.045 1382.62 123.876C1375.3 122.19 1367.97 120.511 1360.63 118.836C1360.19 120.633 1359.75 122.43 1359.32 124.227C1357.27 124.054 1355.23 123.883 1353.18 123.711C1351.57 122.314 1349.95 120.918 1348.33 119.521C1345.78 119.834 1343.23 120.147 1340.68 120.46C1340.06 121.5 1339.45 122.54 1338.83 123.58C1325.11 125.001 1332 115.052 1305.99 124.159C1301.9 123.424 1297.81 122.69 1293.72 121.957C1289.2 125.995 1280.54 123.774 1273.6 124.361C1268.7 124.775 1269.01 126.338 1262.33 126.513C1255.65 126.69 1255.85 125.185 1255.33 125.187C1249.89 125.212 1245.81 126.625 1241.81 126.451C1241.21 126.425 1239.66 124.677 1234.58 124.68C1229.47 124.684 1226.44 126.649 1218.85 126.47C1214.96 126.382 1213.81 124.907 1210.36 124.858C1193.91 124.608 1177.6 132.635 1165.02 123.95C1162.24 125.165 1142.3 129.712 1133.62 129.734C1120.19 129.753 1125.31 127.837 1119.98 127.668C1119.19 127.643 1115.2 128.355 1103.9 128.59C1101.89 128.632 1102.38 129.616 1102.09 129.638C1089 130.013 1063.45 130.041 1049.15 130.386C1047.86 130.416 1041.16 133.425 1029.65 130.08C1012.92 133.427 980.709 128.667 958.708 133.724C955.597 133.936 951.793 133.093 950.425 133.183C938.608 133.976 943.246 136.794 916.297 133.513C918.505 134.962 912.382 136.616 903.615 136.886C890.292 137.303 899.598 134.008 888.978 134.723C889.014 135.534 889.051 136.345 889.088 137.155C864.587 136.096 860.012 139.786 835.384 141.04C826.76 141.479 813.407 140.382 811.383 140.487C810.538 140.536 801.218 142.999 800.215 143.07C794.97 143.416 791.989 142.679 787.539 142.924C772.981 143.72 755.355 147.343 758.333 142.532C757.246 142.869 756.162 143.205 755.081 143.542C752.141 144.428 749.229 145.316 746.344 146.205C730.973 142.226 719.768 149.822 716.385 145.251C713.787 146.423 711.141 147.601 708.436 148.786C643.143 152.945 578.57 158.471 514.548 166.766C512.104 168.614 484.188 172.097 482.758 172.108C475.929 172.044 482.485 167.632 469.077 170.474C467.808 172.161 466.555 173.847 465.317 175.532C448.391 178.677 456.25 175.961 449.39 176.036C446.642 176.657 447.674 177.651 443.839 178.346C427.675 181.243 397.012 186.489 370.791 189.196C364.491 189.861 358.654 190.497 353.782 191.044C349.245 191.554 349.812 190.42 348.401 190.571C344.515 191.006 337.021 193.195 329.24 194.099C281.126 199.559 212.962 208.392 165.076 215.68C161.805 216.169 161.189 214.983 158.997 215.304C156.005 215.745 149.347 217.985 146.203 218.453C143.246 218.893 141.079 218.308 137.883 218.79C123.156 220.99 104.064 226.465 88.2158 227.068C86.8921 227.082 69.9278 225.727 69.4594 225.527C66.9158 224.111 80.1468 217.589 56.5114 220.428C76.4686 212.946 68.8189 209.806 41.7175 214.777C54.7772 210.566 68.2753 206.742 81.9857 203.11C81.8897 202.584 81.7937 202.058 81.6977 201.532C68.531 201.779 55.7717 203.747 37.2777 208.665C37.703 208.031 38.1351 207.395 38.5737 206.758C54.2733 199.771 74.7305 194.612 87.0523 188.524C67.3796 190.222 47.7065 192.275 28.4864 195.301C29.3003 194.654 30.1304 194.007 30.9763 193.357C39.6187 189.731 59.3474 184.194 66.8389 181.545C95.3213 171.302 40.6765 184.911 49.1297 180.78C80.0415 173.133 111.296 167.039 142.755 161.451C143.409 158.683 22.4301 179.884 22.4842 176.887C32.1285 173.697 41.8464 170.814 51.6299 168.08C46.8824 167.964 42.3514 167.828 37.5243 167.815C38.6375 167.115 39.7726 166.413 40.9123 165.714C57.2129 160.526 73.8995 155.808 90.3949 151.402C39.6294 162.947 16.2746 169.614 0.526643 164.709C1.82562 163.992 3.15883 163.276 4.52587 162.559C17.9887 163.873 69.3717 149.011 97.1119 142.539C91.0256 141.881 66.8247 148.477 61.3797 148.692C59.8283 148.731 64.7219 146.335 61.1422 146.501C51.9158 146.633 13.0299 154.84 17.958 151.535C21.39 148.509 82.6427 132.183 94.6532 130.347C66.0522 133.793 37.1241 139.38 6.9305 145.636C24.3214 136.202 39.4962 127.153 72.2793 119.79C82.0291 115.18 11.2855 128.835 8.46149 129.36C20.8492 124.435 32.9042 120.097 44.8806 115.985C34.6265 118.765 24.2426 121.732 13.618 125.077C13.4763 124.694 13.3345 124.311 13.1926 123.928C40.2902 114.386 63.8689 105.656 94.2919 99.8019C92.9203 97.8594 74.7319 101.754 65.8976 103.69ZM2884.1 327.424C2884.15 329.314 2873.79 325.726 2867.91 323.822C2868.68 324.41 2869.46 324.996 2870.26 325.591C2857.88 321.313 2834.67 313.209 2832.78 316.247C2823.75 313.824 2828.59 312.202 2825.82 310.959C2824.7 310.459 2812.57 308.438 2803.84 303.414C2801.59 302.706 2799.42 302.024 2797.2 301.325C2796.43 302.272 2795.65 303.219 2794.88 304.166C2792.22 301.869 2789.54 299.567 2786.85 297.262C2819.25 307.333 2851.63 317.397 2884.05 327.408C2884.06 327.414 2884.08 327.419 2884.1 327.424ZM2560.92 239.455C2549.11 235.632 2531.09 229.729 2533.98 233.73C2541.57 235.604 2549.15 237.473 2556.76 239.342C2558.15 239.379 2559.54 239.417 2560.92 239.455ZM1362.02 115.904C1351.71 112.997 1342.3 115.796 1326.39 115.519C1326.43 116.166 1326.46 116.813 1326.49 117.46C1332.96 115.791 1350.16 116.538 1362.02 115.904ZM3187.53 402.572C3189.77 403.217 3191.91 403.84 3193.97 404.457C3187.26 405.818 3184.44 404.724 3179.3 403.371C3179.06 403.317 3178.35 403.197 3178.12 403.137C3176.22 402.585 3173.97 401.981 3170.9 401.393C3170.22 401.263 3170.28 402.093 3170.05 402.045C3167.43 401.514 3165.21 400.02 3162.78 399.468C3158.25 398.435 3154.21 398.477 3146.29 396.464C3140.07 394.867 3140.51 393.392 3138.32 392.871C3136.37 392.429 3117.31 391.764 3106.33 386.808C3088.47 378.776 3153.42 395.992 3178.6 400.863C3178.82 400.92 3179.5 401.035 3179.72 401.086C3183.82 401.844 3186.58 402.356 3187.53 402.572ZM3230.65 420.995C3229.06 420.02 3227.53 419.105 3226.06 418.252C3231.84 419 3222.09 413.381 3216.7 411.045C3217.43 408.656 3230.35 416.665 3237.92 421.067C3235.42 420.97 3233 420.945 3230.65 420.995ZM2978.95 342.864C2987.26 345.196 2985.08 347.459 2984.48 348.152C2981.85 347.34 2979.19 346.516 2976.61 345.717C2977.39 344.766 2978.17 343.815 2978.95 342.864ZM3041.32 360.875C3038.16 361.929 3019.95 357.311 3011.44 354.871C3011.07 354.756 3013.73 354.474 3007.65 352.717C3005.91 352.225 2986.98 350.395 2992.19 347.466C3008.53 351.988 3024.89 356.463 3041.3 360.868C3041.31 360.87 3041.31 360.872 3041.32 360.875ZM3059.15 367.351C3055.63 366.938 3052.07 366.508 3048.47 366.062C3046.93 364.67 3045.47 363.299 3043.99 361.92C3047.82 362.83 3051.88 363.802 3055.77 364.716C3056.9 365.596 3058.02 366.475 3059.15 367.351ZM474.511 149.94C475.447 150.768 476.386 151.595 477.329 152.421C480.552 152.516 494.85 146.196 490.024 146.089C484.748 147.372 479.736 148.633 474.511 149.94ZM410.091 158.002C406.772 158.014 403.469 158.014 400.119 158.007C396.631 160.151 393.009 162.295 389.408 164.41C406.223 163.296 423.392 161.788 419.935 157.494C423.528 156.934 427.293 156.34 430.848 155.776C428.127 158.214 428.611 158.802 438.304 158.533C439.896 155.488 449.981 155.293 460.896 152.97C452.79 154.075 444.7 155.203 436.552 156.338C436.475 155.857 436.399 155.377 436.322 154.897C454.446 152.182 431.495 152.738 419.835 156.514C418.778 156.023 417.725 155.531 416.677 155.038C414.475 156.031 412.339 157.01 410.091 158.002ZM1727.06 99.3201C1724.81 98.7916 1722.55 98.264 1720.28 97.7374C1711.35 103.967 1729.44 98.204 1741.92 103.498C1737.78 99.5816 1757.25 100.138 1758.3 99.9106C1756.12 98.5726 1753.93 97.2356 1751.72 95.8994C1743.45 97.0235 1735.24 98.1644 1727.06 99.3201ZM1662.91 94.0872C1670.73 97.3254 1632.07 97.2018 1619.26 96.4707C1616.12 96.2845 1610.49 94.519 1608.2 94.7322C1606.81 95.3725 1605.42 96.013 1604.03 96.6538C1602.49 94.4146 1577.07 96.8752 1567.18 98.0885C1566.25 97.2774 1565.31 96.4664 1564.37 95.6555C1560.75 95.9807 1557.11 96.3076 1553.47 96.6361C1553.93 95.8266 1554.38 95.0171 1554.84 94.2076C1552.08 95.1847 1549.32 96.1628 1546.56 97.1419C1535.79 98.2511 1542.43 93.8241 1534.34 95.2246C1525.35 96.7826 1540.1 99.3588 1539.82 101.07C1547.06 100.606 1563.84 99.5934 1571.17 99.5463C1575.4 99.5219 1570.59 102.573 1589 99.0737C1593.03 99.8995 1597.04 100.728 1601.03 101.558C1608.4 100.273 1615.89 98.9962 1623.24 97.7273C1624.61 98.8678 1625.97 100.009 1627.33 101.15C1628.04 101.327 1645.27 98.8579 1644.34 98.0029C1651.22 100.218 1665.45 100.714 1680.36 100.991C1681.8 100.39 1683.24 99.7898 1684.67 99.1899C1670.29 100.36 1680.11 98.4863 1675.83 97.2593C1673.36 96.5516 1665.73 95.1399 1662.91 94.0872ZM572.967 134.446C549.405 139.927 563.838 135.909 538.105 139.062C540.069 140.291 542.048 141.521 544.042 142.751C556.298 138.517 577.463 137.946 572.993 134.443C572.984 134.444 572.976 134.445 572.967 134.446ZM318.05 173.425C331.62 170.942 324.496 169.458 341.767 166.781C341.776 166.781 341.784 166.78 341.792 166.779C332.803 167.611 323.802 168.484 314.812 169.394C315.893 170.737 316.972 172.081 318.05 173.425ZM1126.64 106.654C1140.02 106.906 1137.39 105.841 1149.53 107.78C1167.47 104.526 1152.23 105.334 1152.16 102.828C1148.06 103.676 1143.97 104.525 1139.88 105.376C1129.79 103.317 1139.26 101.868 1139.25 101.643C1139.25 101.643 1139.24 101.643 1139.23 101.643C1139.21 100.891 1139.53 100.723 1135.67 100.378C1132.65 102.469 1129.65 104.562 1126.64 106.654ZM1183.69 101.998C1179.16 103.781 1177.15 105.969 1189.21 106.729C1189.22 106.728 1189.23 106.728 1189.23 106.728C1190.1 102.984 1201.75 105.696 1206.98 105.32C1208.35 104.882 1209.72 104.444 1211.09 104.007C1201.99 103.329 1192.81 102.661 1183.69 101.998ZM1384.97 94.5885C1385.08 98.6978 1375 99.2275 1389.24 102.819C1391.99 102.709 1394.76 102.598 1397.52 102.489C1399.33 101.563 1401.13 100.638 1402.93 99.7131C1437.97 106.738 1448.29 93.9213 1389.2 99.4009C1389.19 99.4038 1389.18 99.4067 1389.17 99.4097C1387.77 97.8024 1386.37 96.1954 1384.97 94.5885ZM1323.31 95.9046C1322.9 98.0698 1322.5 100.235 1322.09 102.4C1314.27 97.3329 1304.37 102.477 1289.14 99.1021C1287.78 99.7849 1286.42 100.468 1285.06 101.151C1279.37 99.7961 1223.71 100.6 1235.84 103.657C1241.13 104.986 1252.55 102.766 1253.54 102.789C1256.89 102.88 1261.29 104.639 1266.93 104.414C1270.19 104.281 1277.02 101.96 1283.68 101.832C1298.57 101.541 1325.82 106.889 1345.32 101.039C1346.74 101.666 1348.15 102.294 1349.57 102.922C1364.07 102.297 1359.2 100.31 1372.76 102.567C1381.94 92.1615 1318.44 103.931 1331.56 95.4138C1331.55 95.414 1331.54 95.4141 1331.53 95.4143C1328.79 95.5772 1326.05 95.7405 1323.31 95.9046ZM923.581 110.742C922.593 108.939 905.955 112.501 909.705 107.925C904.374 109.695 898.833 111.477 893.413 113.258C893.473 113.666 893.533 114.073 893.594 114.481C899.036 113.914 904.592 113.345 909.942 112.789C909.991 113.438 910.04 114.087 910.089 114.736C918.059 112.02 952.071 111.639 951.137 113.991C952.918 112.945 954.702 111.9 956.49 110.855C972.754 112.857 986.773 109.501 1004.45 111.44C1005.79 110.584 1007.13 109.729 1008.48 108.874C1009.39 109.491 1010.31 110.109 1011.23 110.726C1017.74 110.573 1024.13 110.429 1030.57 110.286C1051.46 106.939 1010.62 104.967 1005.61 105.549C1004.95 105.626 1005.11 107.305 1001.02 107.72C993.858 108.434 952.816 108.339 940.255 109.985C940.101 108.874 939.947 107.762 939.792 106.65C934.434 108.009 929.023 109.373 923.581 110.742ZM1463.14 98.1039C1464.07 99.2327 1465.01 100.362 1465.94 101.491C1481.84 100.222 1491.85 101.155 1487.74 97.4214C1487.73 97.4215 1487.73 97.4216 1487.72 97.4216C1479.5 97.6419 1471.36 97.869 1463.14 98.1039ZM2624.38 237.507C2624.54 235.213 2617.29 232.468 2607.3 231.522C2607.6 232.278 2607.89 233.034 2608.19 233.79C2613.66 233.231 2619.08 238.129 2634.67 241.676C2634.95 240.574 2635.23 239.473 2635.51 238.372C2631.8 238.086 2628.08 237.798 2624.38 237.507ZM1449.38 97.7368C1444.54 96.4411 1430.96 100.649 1439.92 100.757C1446.77 100.839 1451.99 98.4321 1449.38 97.7368ZM264.029 178.085C267.581 177.842 271.141 177.605 274.709 177.372C276.429 176.168 278.13 174.969 279.846 173.77C279.838 173.771 279.83 173.772 279.821 173.773C274.569 175.195 269.27 176.637 264.029 178.085ZM1081.06 108.224C1093.17 107.698 1105.5 107.18 1117.62 106.681C1117.73 106.047 1117.83 105.413 1117.93 104.779C1105.84 107.438 1100.77 105.115 1097.93 105.05C1097.94 105.049 1097.95 105.049 1097.97 105.048C1088.77 104.831 1080.15 104.735 1071.39 104.264C1074.61 105.583 1077.88 106.902 1081.06 108.224ZM1039.08 105.628C1041.28 110.013 1044.06 110.428 1062.62 106.68C1061.86 106.156 1061.1 105.632 1060.34 105.108C1050.67 105.756 1045.05 106.978 1046.67 104.597C1044.14 104.94 1041.61 105.284 1039.08 105.628ZM1230.23 101.596C1227.94 100.227 1210.12 102.074 1211.11 102.767C1211.49 103.038 1234.68 104.273 1230.23 101.596ZM2758.23 268.747C2754.2 267.53 2750.18 266.308 2746.18 265.08C2750.38 265.642 2754.59 266.199 2758.82 266.748L2755.37 265.822C2756.66 266.113 2757.96 266.404 2759.25 266.694C2757.76 267.036 2756.26 267.378 2754.76 267.72L2758.4 268.694C2758.34 268.712 2758.29 268.729 2758.23 268.747ZM2799.69 275.48C2802.31 276.911 2792.03 277.839 2808.41 284.141C2796.25 280.356 2784.02 276.547 2771.76 272.73C2777.69 273.938 2783.63 275.154 2789.51 276.346C2788.86 274.933 2788.22 273.52 2787.58 272.107C2791.58 273.22 2795.65 274.354 2799.69 275.48ZM2811.88 282.443C2806.24 277.451 2840.94 288.265 2843.98 289.621C2844.67 289.934 2847.41 293.228 2848.52 294.101C2843.24 292.424 2838.09 290.789 2832.85 289.123C2834.38 290.373 2835.91 291.621 2837.43 292.869C2831.27 291.168 2825 289.435 2818.87 287.742C2821.7 287.879 2824.49 288.003 2827.35 288.145C2822.19 286.246 2817.07 284.357 2811.88 282.443ZM2673.55 246.206C2678.02 247.39 2682.49 248.567 2686.98 249.739C2686.35 248.415 2685.72 247.091 2685.09 245.767C2682.4 245.109 2679.71 244.449 2677.03 243.788C2675.87 244.594 2674.71 245.402 2673.55 246.206ZM2762.48 265.933C2760.35 266.776 2757.82 266.208 2755.6 265.113L2758.98 266.022C2752.96 263.734 2748.73 257.812 2759.83 262.154L2756.8 261.341C2757.66 261.772 2758.61 262.279 2759.66 262.87C2761.57 263.953 2763.24 265.622 2762.48 265.933ZM2856.77 294.375C2871.59 294.897 2865.8 302.303 2853.79 295.777C2853.19 295.442 2855.67 294.333 2856.77 294.375ZM2958.97 326.493C2960.08 326.871 2961.13 330.191 2972.51 330.891C2974.17 331.747 2975.82 332.6 2977.47 333.451C2972.9 333.437 2937.9 323.322 2943.52 322.113C2948.92 323.76 2953.38 324.657 2958.97 326.493ZM2928.35 305.833C2923.13 304.272 2917.91 302.708 2912.61 301.118C2914.08 302.519 2915.54 303.918 2917 305.315C2914.36 304.737 2911.65 304.136 2909.06 303.571C2905.16 300.724 2901.23 297.865 2897.27 294.994C2908.75 298.372 2920.14 301.709 2931.56 305.046C2930.5 305.309 2929.43 305.571 2928.35 305.833ZM2790.36 259.699C2800 263.951 2812.71 266.748 2828.91 272.11C2828.92 272.115 2828.92 272.12 2828.93 272.125C2829.73 272.394 2830.79 274.02 2833.42 274.906C2835.65 275.664 2880.08 288.374 2876 289.258C2858.34 285.609 2852.94 280.912 2847.39 284.003C2846.85 282.806 2846.32 281.612 2845.79 280.421C2829.97 273.613 2824.27 275.342 2814.67 273.585C2814.93 272.896 2815.19 272.207 2815.45 271.518C2809.31 269.482 2803.27 267.48 2797.1 265.438C2797.82 266.176 2798.55 266.914 2799.27 267.651C2797.1 266.958 2794.88 266.254 2792.74 265.571C2788.15 261.82 2781.58 259.195 2790.36 259.699ZM2951.73 314.445C2958.21 310.647 3004.25 328.989 3026.18 334.386C3013.85 334.153 2997.03 326.566 2984.65 322.692C2960.79 315.219 2976.69 322.306 2972.37 321.908C2970.29 321.731 2957.72 314.065 2951.73 314.445ZM2755.23 250.103C2757.7 250.746 2759.98 251.266 2762.11 251.724L2760.04 251.168C2768.14 253.712 2774.06 255.091 2781.75 259.255C2780.77 259.368 2779.78 259.482 2778.8 259.595C2776.84 258.746 2766.86 255.068 2759.7 252.226L2761.88 252.809C2756.31 251.181 2752.51 249.887 2755.23 250.103ZM3057.52 345.325C3035.02 336.524 3044.85 344.724 3034.02 337.514C3041.91 339.647 3049.91 341.796 3057.93 343.926C3057.79 344.392 3057.65 344.859 3057.52 345.325ZM1421.75 77.0458C1411.68 77.0323 1400.38 76.1575 1394.36 78.3416C1401.24 78.576 1408.11 78.8152 1414.96 79.0592C1417.22 78.3875 1419.49 77.7164 1421.75 77.0458ZM1709.9 56.5259C1707.64 55.986 1698.5 57.3473 1697.52 57.3357C1695.73 57.312 1696.23 56.5854 1696.21 56.3936C1685.06 56.3774 1694.15 58.5306 1687.78 59.093C1687.42 59.1259 1687.01 59.1534 1686.54 59.1749C1685.15 59.2347 1664.76 57.8925 1656.5 57.9241C1643.91 57.9607 1630.96 57.7419 1626.33 57.7586C1618.39 57.7811 1603.31 59.4292 1590.23 59.4993C1584.8 59.525 1582.89 58.1575 1577.39 58.1892C1542.25 58.3579 1473.29 60.6267 1442.11 60.1136C1434.43 59.9751 1427.05 58.2679 1422.97 58.46C1419.78 59.1494 1416.59 59.8398 1413.39 60.5313C1403.47 54.7704 1400.21 60.0419 1389.58 60.7323C1382.84 61.1699 1379.66 59.4734 1378.75 59.4904C1372.74 59.6101 1369.78 60.4833 1365.05 60.6914C1359.73 60.9226 1352.13 60.256 1350.23 60.4285C1349.06 60.5443 1352.83 62.791 1332.24 63.0918C1311.28 63.4027 1290.57 63.5485 1269.25 63.8813C1276.51 70.7243 1282.53 65.8166 1291.23 65.3919C1293.56 65.2781 1292.1 66.4167 1294.14 66.3285C1299.87 66.0847 1310.85 64.79 1315.6 64.9697C1320.74 65.163 1319.03 67.7662 1325.52 66.7033C1325.85 66.6487 1324.79 65.6043 1326.31 65.3998C1341.68 63.3785 1346.73 65.1408 1366.19 64.8997C1379.07 64.6921 1457.33 62.7394 1460.02 63.4571C1474.01 67.0181 1391.64 67.9014 1381.97 67.8024C1378.6 67.7464 1382.12 66.5237 1379.04 66.3418C1377.74 66.2699 1366.03 68.6735 1354.46 69.0415C1340.47 69.4798 1312.29 68.4439 1298.94 68.7568C1184.2 71.4193 1071.01 73.273 956.478 77.7853C954.019 77.8837 950.82 79.3516 942.87 79.6762C879.832 82.2531 815.918 85.0687 751.734 88.8024C664.603 93.9214 577.392 101.13 491.81 113.847C459.466 118.562 427.684 125.392 394.496 129.202C390.524 130.755 386.556 132.285 382.521 133.789C393.035 131.699 412.53 130.943 414.281 130.694C414.946 130.6 418.674 128.906 425.072 127.951C434.076 126.601 438.051 126.933 438.829 126.81C441.126 126.447 439.454 125.683 441.606 125.346C457.73 122.826 470.186 120.595 484.998 118.41C501.789 115.951 510.356 116.708 522.33 113.031C523.804 113.656 525.288 114.282 526.781 114.907C535.459 110.104 589.842 104.192 612.017 102.398C619.146 101.772 617.908 103.326 620.255 103.103C621.719 102.973 621.001 101.125 639.254 99.8649C648.425 99.2461 651.133 100.388 655.611 99.9671C658.092 99.7342 657.57 98.4239 661.175 98.1272C681.979 96.4267 699.162 95.5944 719.49 94.4589C725.253 94.1378 725.419 95.2574 726.716 95.1559C731.612 94.7817 739.31 92.3632 751.643 91.6121C751.73 91.6068 751.817 91.6015 751.905 91.5962C771.667 90.3697 810.918 88.2221 827.232 88.3299C829.597 88.3459 831.628 89.5946 833.374 89.4866C836.018 89.3184 836.993 87.8593 837.46 87.8283C846.374 87.3587 841.068 88.9345 847.057 88.3199C850.355 87.9863 853.458 86.2247 860.91 85.6861C870.748 84.9774 868.917 86.9755 873.053 86.5901C873.477 86.5406 873.607 85.2064 877.608 84.9771C892.813 84.1127 915.05 82.8303 929.676 82.2261C933.851 82.0514 936.927 82.8168 942.737 82.594C954.591 82.0949 1021.04 79.0342 1026.53 79.3921C1027.11 79.4259 1021.27 81.5873 1030.69 81.1994C1033.4 80.2901 1036.11 79.3814 1038.84 78.4732C1043.48 79.6186 1048.15 80.7648 1052.74 81.916C1052.38 77.4158 1079.4 75.8398 1079.28 80.4573C1082.22 80.5505 1085.17 80.6444 1088.12 80.739C1094.15 77.3674 1098.3 78.4127 1110.15 76.1868C1112.02 77.1068 1113.9 78.0271 1115.77 78.9477C1116.22 78.2838 1116.67 77.6199 1117.11 76.9561C1123.54 80.2918 1133.86 76.4555 1135.13 76.4004C1140.01 76.1834 1143.65 76.978 1145.93 76.8859C1154.4 76.5549 1172.86 74.8249 1182.77 75.1454C1183.24 75.1628 1182.82 76.6806 1185.65 76.7944C1190.76 77.0007 1191.2 74.7824 1198.08 77.2031C1199.44 76.5188 1200.8 75.8346 1202.16 75.1505C1203.62 75.4512 1205.08 75.7521 1206.55 76.0531C1215.13 75.6718 1223.73 75.2964 1232.34 74.9272C1224.57 77.6578 1233.62 78.8725 1242.07 76.6764C1244.94 75.9317 1242.35 74.4361 1243.3 74.1797C1244.61 73.8219 1283.25 73.7998 1285.81 74.7639C1287.63 74.2387 1289.45 73.7138 1291.27 73.1891C1292.21 74.1494 1293.15 75.1098 1294.1 76.0703C1295.1 75.7087 1296.1 75.3473 1297.1 74.9859C1307.19 76.511 1333.18 72.1 1337.93 72.3379C1340.46 72.4631 1338.26 76.6674 1350.35 76.0469C1350.75 74.8951 1351.15 73.7432 1351.56 72.5914C1354.32 72.3835 1357.09 72.1764 1359.86 71.9699C1365.07 71.9915 1372.68 73.8653 1372.94 75.2192C1374.55 74.3812 1376.17 73.5435 1377.78 72.7061C1382.17 75.2934 1405.47 74.0416 1414.79 72.2568C1417.54 73.0246 1420.27 73.7932 1423.02 74.5625C1426.7 73.5479 1430.38 72.5347 1434.05 71.523C1442.58 71.1408 1433.58 72.8521 1435.4 72.968C1439.27 73.2028 1458.76 70.2857 1457.53 73.7024C1460.21 73.6868 1462.89 73.672 1465.57 73.6579C1466.93 72.6736 1468.3 71.6895 1469.66 70.7055C1474.29 74.0232 1482.14 72.7714 1498.48 73.8945C1499.84 73.1143 1501.2 72.3342 1502.56 71.5544C1507.61 72.6227 1512.57 73.6943 1517.64 74.7682C1518.68 73.4853 1519.71 72.2025 1520.74 70.9198C1522.94 70.7264 1525.13 70.5336 1527.32 70.3414C1531.79 73.187 1539.74 70.068 1543.78 71.2395C1549.71 72.9499 1545.12 75.0098 1534.17 75.4413C1534.93 77.5143 1567.83 76.4895 1575.28 76.352C1574.77 75.9447 1574.28 75.5375 1573.78 75.1302C1566.11 75.4522 1558.39 75.782 1550.63 76.1194C1544.11 70.8872 1565.21 72.2529 1574.73 71.5841C1575.62 71.52 1580.67 69.5313 1590.38 69.7308C1594.14 69.8073 1608.73 72.7492 1611.59 72.9237C1634.23 74.3454 1617.5 70.1129 1639.68 73.8778C1635.06 71.0635 1647.86 73.4519 1660.95 73.0295C1663.27 72.9522 1682.4 70.8884 1683.64 70.8493C1687.27 70.726 1687.43 71.1511 1687.63 71.601C1687.88 72.1381 1688.19 72.709 1694.57 72.4416C1695.98 71.8122 1697.39 71.1832 1698.8 70.5545C1701.52 70.591 1704.22 70.6288 1706.91 70.6679C1723.12 76.6805 1727.2 72.5138 1732.97 72.0698C1735.31 71.8926 1732.29 73.3416 1738.34 73.1369C1740.57 73.0612 1743.27 71.8587 1749.48 71.8981C1768.75 72.0325 1775.37 77.5589 1793.23 72.4587C1795.97 73.3435 1798.69 74.2297 1801.4 75.1175C1803.27 74.2015 1805.14 73.2862 1807 72.3716C1820.89 75.6118 1816.04 72.5829 1821.13 72.7788C1834.55 73.2813 1861.94 74.8871 1864.39 77.3251C1876.23 72.4687 1889.86 79.1126 1894.42 79.1233C1897.16 78.6049 1899.83 78.0852 1902.61 77.5733C1905.81 78.382 1908.99 79.1931 1912.15 80.0066C1910.88 74.6932 1927.06 80.7034 1928.7 80.8819C1930.54 81.045 1956.01 80.9784 1965.47 81.6485C1974.92 82.2812 1991.28 84.8679 1992.7 84.9813C1994.29 85.0932 2010.46 84.8639 2023.07 85.9323C2034.06 86.6381 2098.73 95.1231 2094.78 92.5138C2090.69 91.4113 2084.69 90.2028 2079.46 89.3562C2063.49 86.3329 1968.1 77.4628 1943.53 76.0204C1894.57 72.3809 1843.29 70.4554 1793.89 68.5817C1790.97 68.4716 1790.51 67.1018 1788.06 67.0057C1784.34 66.865 1774.72 67.9798 1770.94 67.862C1757.06 67.4071 1739.89 66.8467 1732.61 66.6837C1715.88 66.3146 1704.58 65.3367 1691.84 65.0426C1691.05 65.0249 1689.61 65.0672 1687.71 65.1401C1680.3 65.4351 1665.08 66.2446 1654.2 65.5918C1651.73 65.1904 1649.26 64.7898 1646.78 64.3902C1653.77 63.99 1672.42 63.0027 1680.95 62.9711C1683.44 62.9614 1685.69 62.9998 1687.74 63.068C1696.33 63.3509 1701.36 64.1306 1705.15 64.1688C1708.97 64.2022 1729.43 63.2735 1738.46 63.4237C1741.26 63.4672 1741.89 64.9029 1744.34 64.9464C1757.67 65.1725 1775.14 65.5429 1786.59 64.4544C1781.79 64.7706 1811.28 66.4696 1812.67 66.5265C1815.29 66.6074 1818.27 65.3678 1823.65 65.5445C1834.02 65.893 1832.43 68.6195 1845.6 66.3118C1848.78 67.2417 1851.93 68.1738 1855.07 69.108C1855.37 65.372 1895.65 72.1282 1907.3 68.2503C1907.6 67.6855 1855.1 63.9028 1850.85 63.7415C1824.83 62.2795 1786.33 62.0633 1761.03 60.869C1753.52 60.4924 1729.54 57.7783 1727.79 57.7991C1724.87 57.8122 1727.48 59.1478 1726.22 59.172C1700.3 59.7077 1713.35 57.333 1709.9 56.5259ZM2817.19 265.687C2809.78 263.166 2802.39 260.651 2794.97 258.125C2795.76 257.52 2796.54 256.916 2797.33 256.311C2800.65 257.704 2803.99 259.101 2807.31 260.489C2810.08 260.862 2812.83 261.23 2815.59 261.597C2816.12 262.961 2816.66 264.324 2817.19 265.687ZM2836.6 268.29C2843.21 269.964 2842.99 271.696 2844.45 272.25C2848.78 273.896 2852.9 274.476 2857.21 275.873C2850.96 278.165 2840.98 273.03 2836.6 268.29ZM2703.23 229.569C2704.67 230.116 2713.64 236.79 2725.94 235.454C2734.15 238.696 2742.39 241.91 2750.62 245.08C2736.56 239.92 2716.11 237.25 2709.06 235.481C2706.37 234.811 2706.17 233.377 2704.04 232.842C2691.74 229.787 2678.98 229.778 2678.81 225.135C2690.13 229.274 2701.4 228.883 2703.23 229.569ZM2775.79 249.036C2777.43 250.539 2779.03 252.029 2780.7 253.541C2774.23 251.479 2767.79 249.425 2761.26 247.344L2762.97 247.804C2762.47 247.694 2761.97 247.585 2761.47 247.475C2762.02 247.348 2762.57 247.221 2763.13 247.093L2761.48 246.651C2763.1 246.431 2764.72 246.211 2766.34 245.989C2769.5 247.009 2772.65 248.024 2775.79 249.036ZM2232.73 111.758C2236.99 112.555 2241.36 113.391 2245.59 114.216C2245.69 114.235 2245.79 114.255 2245.89 114.274C2245.87 114.185 2245.78 114.092 2245.63 113.995C2244.59 113.323 2240.56 112.507 2239.01 111.806C2239.01 111.808 2239.02 111.809 2239.03 111.811C2237.06 110.913 2238.09 110.212 2234.4 109.134C2233.84 110.009 2233.29 110.883 2232.73 111.758ZM376.665 131.579C375.081 131.758 370.799 132.27 365.035 132.876C343.47 135.051 301.125 140.502 306.031 141.92C309.142 142.77 332.625 138.932 339.596 138.206C345.228 137.594 356.699 137.333 365.363 136.082C371.32 135.226 375.956 133.808 376.665 131.579ZM254.065 145.711C253.219 148.258 296.327 142.987 300.51 142.116C299.572 141.876 298.097 141.268 296.879 141.24C290.949 141.087 263.438 145.069 254.065 145.711ZM1984.26 74.7656C1987.7 76.2605 1991.11 77.7585 1994.48 79.2594C1993.68 77.5708 1992.89 75.8823 1992.09 74.194C1989.5 74.3827 1986.89 74.5732 1984.26 74.7656ZM1643.95 65.1254C1585.37 64.647 1526.85 64.7008 1468.37 65.0998C1473.51 64.3816 1478.64 63.6663 1483.76 62.954C1534.27 62.8294 1587.98 63.4343 1636.71 62.6945C1639.13 63.5039 1641.54 64.3142 1643.95 65.1254ZM2688.88 218.553C2674.3 214.952 2661.8 213.049 2646.45 207.16C2661.98 209.23 2668.77 213.876 2684.13 214.878C2684.14 214.88 2684.14 214.882 2684.15 214.884C2685.72 216.108 2687.3 217.331 2688.88 218.553ZM2364.9 133.707C2369.6 133.668 2374.29 133.637 2378.98 133.613C2373.67 132.314 2368.33 131.022 2363 129.744C2363.63 131.064 2364.27 132.386 2364.9 133.707ZM1133.27 65.2844C1117.61 68.2001 1077.47 64.9397 1064.72 68.3551C1063.91 68.578 1071.52 69.5886 1059.35 72.4272C1068.58 71.6236 1075.13 70.9054 1075.77 68.9661C1078.56 69.5275 1081.29 70.0918 1084.05 70.6555C1088.58 70.0208 1093.12 69.3876 1097.67 68.7559C1097.24 70.68 1097.59 70.5662 1104.58 69.0466C1107.81 69.4328 1111 69.8211 1114.19 70.21C1115.52 69.3616 1116.85 68.5133 1118.17 67.6652C1120.97 68.7146 1123.76 69.7647 1126.56 70.8153C1137.32 69.2782 1130.68 67.2766 1133.27 65.2844ZM1188.18 64.272C1185.63 63.8813 1112.98 67.2604 1146.09 70.1512C1154.66 69.7916 1163.26 69.4372 1171.86 69.0895C1164.6 62.9703 1188.11 67.9988 1190.05 68.0862C1199.28 68.4685 1210.95 66.685 1217.62 66.6054C1223.37 66.5382 1226.81 67.5903 1230.85 67.4684C1244.59 67.0517 1266.32 66.5498 1269.25 63.8813C1258.56 64.0484 1247.69 64.2553 1236.58 64.5715C1224.82 64.908 1214.44 62.6795 1192.42 66.6092C1186.95 66.3838 1188.85 64.3631 1188.18 64.272ZM2392.24 137.155C2391.07 139.543 2418.12 145.715 2418.55 144.777C2418.75 144.201 2409.98 141.983 2408.79 141.448C2408.79 141.446 2408.78 141.444 2408.77 141.441C2408.27 141.212 2411.16 140.908 2407.12 139.598C2402.17 138.776 2397.19 137.956 2392.24 137.155ZM483.327 109.575C479.316 108.431 394.877 122.593 392.346 123.363C391.692 123.652 392.733 124.157 392.516 124.564C412.079 119.723 440.49 117.472 459.248 114.753C464.477 113.987 462.778 113.197 463.066 113.132C463.078 113.13 463.091 113.128 463.103 113.126C466.081 112.657 479.759 113.165 483.327 109.575ZM1037.32 70.4695C1040.98 70.754 1044.68 71.0387 1048.33 71.326C1049.22 70.4839 1050.11 69.6419 1051.01 68.7999C1051 68.8002 1050.99 68.8005 1050.98 68.8008C1046.49 69.353 1041.86 69.9116 1037.32 70.4695ZM911.018 72.6789C911.925 73.2113 912.833 73.7438 913.742 74.2764C922.892 73.9609 932.18 73.6499 941.263 73.3569C940.355 73.7168 939.447 74.0768 938.54 74.4368C952.373 74.7311 958.22 72.4933 965.507 72.4956C965.498 72.4959 965.49 72.4963 965.482 72.4966C966.274 72.4992 967.276 73.6509 970.227 73.5764C976.997 73.4025 996.5 73.1127 998.762 71.8338C1003.68 69.0866 964.524 71.7762 957.328 71.9611C954.001 72.0394 949.977 71.159 947.967 71.216C945.766 71.2823 942.824 72.809 937.501 72.9852C936.016 73.0294 918.45 72.1086 911.018 72.6789ZM749.384 82.6902C749.954 82.9042 750.636 83.0169 751.383 83.06C754.37 83.2477 758.458 82.2232 760.211 82.2888C760.729 82.3077 756.788 83.6231 761.665 83.6554C762.998 82.8394 764.337 82.0236 765.681 81.2078C760.842 81.6405 756.064 82.0748 751.349 82.5105C750.693 82.5704 750.038 82.6302 749.384 82.6902ZM2437.73 147.451C2437.03 146.978 2422.57 143.353 2421.84 143.351C2412.61 143.403 2442.55 150.852 2437.73 147.451ZM2802.26 240.181C2796.82 234.866 2873.28 262.751 2880.87 264.954C2879.84 266.883 2862.04 258.96 2870.78 264.832C2862.15 260.39 2836.26 253.051 2830.49 250.718C2826.94 249.29 2826.58 247.228 2826.04 246.997C2823.89 246.092 2804.25 242.079 2802.26 240.181ZM2944.53 286.606C2937.26 283.895 2930.04 281.195 2922.76 278.469C2931.55 280.987 2940.35 283.505 2949.07 285.988C2947.56 286.196 2946.05 286.402 2944.53 286.606ZM2954.1 288.586C2954.52 286.543 2979 295.858 2985.8 297.457C2977.24 298.507 2965.91 291.481 2954.1 288.586ZM2534.66 167.693C2523.34 163.219 2516.68 167.993 2531.59 169.15C2532.04 169.179 2535.13 167.895 2534.66 167.693ZM1129.27 56.4704C1127.18 56.4863 1101.55 55.1881 1100.05 56.2575C1095.44 59.6477 1112.28 57.8328 1117.91 58.8969C1127.07 60.6193 1113.71 62.641 1135.92 60.804C1135.03 61.48 1134.14 62.1561 1133.25 62.8322C1146.28 62.6781 1141.86 58.2973 1144.19 57.6522C1144.89 57.4558 1153.02 57.6105 1154.48 57.2835C1172.68 53.1549 1131.23 56.4325 1129.27 56.4704ZM2243.68 96.9671C2220.31 90.7014 2230.02 95.2699 2205.65 90.9422C2204.66 92.1423 2240.32 97.5054 2243.68 96.9671ZM1363.79 53.8888C1338.91 54.8288 1318.38 53.3148 1295.2 56.27C1296.8 60.0692 1370.25 54.7572 1363.79 53.8888ZM197.18 136.274C249.804 131.856 306.391 125.519 363.7 119.81C411.667 114.702 459.856 104.612 506.754 98.4829C517.874 96.9635 519.169 98.3592 523.162 97.6682C525.806 97.2177 525.175 96.0524 528.76 95.5892C604.092 85.9132 677.557 79.4124 750.864 74.565C800.923 71.2849 850.935 68.6967 901.014 66.7818C908.632 66.4791 946.309 67.5512 954.231 63.2461C960.181 59.9679 933.244 63.4242 928.819 63.5902C925.407 63.7138 925.204 62.2952 922.937 62.386C920.534 62.4831 922.559 63.3722 919.774 63.5054C908.033 64.0737 895.167 64.2606 884.541 64.8287C839.699 67.2196 794.818 69.6708 750.732 72.4148C692.394 76.0625 634.118 80.4538 575.391 86.7427C563.071 88.0779 565.291 86.6988 564.712 86.7544C564.704 86.7581 564.696 86.7619 564.688 86.7657C501.366 93.0477 429.97 109.133 363.365 116.535C359.395 116.907 355.431 117.276 351.478 117.641C301.343 122.184 251.294 127.868 201.383 134.764C199.978 135.267 198.577 135.77 197.18 136.274ZM1182.55 59.0524C1176.17 54.9087 1174.91 59.2764 1152.35 58.1308C1150.55 58.9159 1148.74 59.7012 1146.93 60.4868C1158.79 59.9968 1170.74 59.5167 1182.59 59.0514C1182.57 59.0517 1182.56 59.0521 1182.55 59.0524ZM1034.03 61.9413C1030.09 56.2384 979.843 62.1572 957.287 61.9696C953.249 65.0485 986.095 62.4515 993.837 62.4826C997.658 62.4901 1018.63 64.7291 1034.27 62.5274C1034.19 62.3321 1034.11 62.1367 1034.03 61.9413ZM2722.01 209.944C2718.44 209.277 2714.83 208.593 2711.24 207.909C2720 210.669 2728.71 213.376 2737.47 216.058C2723.35 212.378 2709.29 208.606 2695.23 204.744C2698.15 204.214 2701.09 203.687 2704 203.148C2709.97 205.424 2716.02 207.701 2722.01 209.944ZM2675.94 199.385C2700.84 205.095 2674.15 201.823 2668.35 198.866C2664.87 197.1 2673.4 198.804 2675.94 199.385ZM2612.16 180.835C2624.23 181.837 2647.52 187.71 2638.19 189.669C2626.22 184.519 2617.79 184.022 2600.04 178.14C2602.88 178.054 2605.73 177.969 2608.57 177.878C2608.58 177.881 2608.59 177.884 2608.6 177.888C2609.79 178.87 2610.97 179.853 2612.16 180.835ZM2687.87 199.706C2703.49 206.086 2656.77 193.614 2671.9 195.733C2672.59 195.839 2687.26 199.469 2687.87 199.706ZM303.035 117.227C301.191 118.841 314.026 117.269 318.308 116.872C331.691 115.607 347.744 113.603 362.899 111.977C368.623 111.361 374.239 110.688 379.499 110.066C378.018 109.797 376.562 109.521 375.078 109.244C370.96 109.743 366.86 110.203 362.76 110.617C342.833 112.63 322.923 114.839 303.035 117.227ZM438.881 101.108C451.992 99.0229 465.163 96.967 478.343 95.0195C479.574 94.8361 485.245 92.8064 480.865 93.1559C466.832 95.7114 452.808 98.3946 438.881 101.108ZM1266.18 48.8072C1255.98 48.2431 1285.22 43.6679 1283.98 47.9527C1278.05 48.2345 1272.11 48.5194 1266.18 48.8072ZM1360.9 45.3971C1354.52 45.8988 1348.15 46.4041 1341.77 46.9133C1341.76 46.4243 1341.74 45.9352 1341.72 45.4462C1348.12 45.426 1354.51 45.4097 1360.9 45.3971ZM250.939 122.985C257.905 123.708 273.896 121.313 283.931 120.08C276.84 119.523 260.499 122.385 250.939 122.985ZM1113.57 50.9452C1114.49 52.0485 1073.9 53.0132 1087.87 50.5727C1096.4 50.6914 1105.07 50.8126 1113.57 50.9452ZM1031.23 51.9027C1039.91 51.3518 1046.71 51.5161 1044.97 53.3675C1040.33 53.448 1035.71 53.53 1031.1 53.6135C1031.15 53.0432 1031.19 52.473 1031.23 51.9027ZM2569.23 165.874C2555.07 162.242 2540.9 158.584 2526.73 154.935C2527.38 154.604 2528.03 154.273 2528.68 153.941C2542.34 157.457 2556.01 160.979 2569.65 164.478C2569.51 164.943 2569.37 165.408 2569.23 165.874ZM242.105 119.775C232.116 121.499 222.176 123.263 212.225 125.081C222.28 123.903 232.319 122.778 242.4 121.696C242.309 121.052 242.219 120.408 242.129 119.763C242.121 119.767 242.113 119.771 242.105 119.775ZM2764.43 208.157C2733.47 199.501 2754.09 202.441 2771.95 206.818C2772.37 206.892 2773.58 207.255 2773.99 207.367C2780.73 209.692 2786.96 212.189 2789.77 214.056C2789.78 214.057 2789.79 214.058 2789.8 214.059C2790.69 214.653 2788.19 215.359 2789.64 216.429C2785.53 214.439 2781.4 212.442 2777.24 210.438C2775.89 210.278 2774.53 210.117 2773.17 209.956C2772.81 209.858 2771.73 209.537 2771.37 209.473C2768.51 209.406 2765.65 209.337 2762.8 209.264C2761.54 208.66 2760.29 208.056 2759.04 207.451C2760.83 207.688 2762.63 207.923 2764.43 208.157ZM2938.62 261.418C2977.13 273.804 2936.59 264.833 2918.32 256.078C2918.63 255.492 2935.11 260.289 2938.62 261.418ZM2837.22 230.059C2831.04 228.433 2824.82 226.791 2818.67 225.173C2818.02 224.535 2817.36 223.896 2816.71 223.258C2821.52 224.364 2826.23 225.437 2831.08 226.556C2833.13 227.726 2835.18 228.893 2837.22 230.059ZM2634.86 169.646C2625.09 166.624 2611.29 167.757 2643.4 174.865C2643.5 174.387 2643.61 173.909 2643.71 173.431C2642.43 173.181 2638.6 172.661 2638.4 172.572C2637.85 172.302 2638.94 170.9 2634.86 169.646ZM3013.94 271.424C3015.08 271.581 3017.19 266.838 3027.07 275.45C3030.57 276.182 3034.17 276.942 3037.72 277.684C3038.28 279.043 3038.84 280.402 3039.4 281.76C3026.21 276.823 3024.22 278.606 3023.22 278.351C3018.7 277.189 3022.34 277.071 3019.46 276.17C3012.09 273.869 2995.01 269.407 3003.62 268.538C3006.76 268.245 3012.8 271.269 3013.94 271.424ZM2988.66 260.518C2990.14 261.431 2984.51 261.257 2985.6 262.043C2986.5 262.716 3002.24 269.219 2997.1 270.293C2994.49 269.371 2991.87 268.443 2989.22 267.509C2988.52 266.557 2987.86 265.62 2987.17 264.675C2984.44 264.499 2981.69 264.318 2978.93 264.13C2975.06 261.118 2966.61 256.136 2977.91 258.198C2973.82 257.072 2969.85 255.986 2965.77 254.86C2963.45 254.997 2961.07 255.116 2958.77 255.261C2960.22 254.397 2961.7 253.543 2963.17 252.686C2971.71 255.318 2980.2 257.93 2988.66 260.518ZM3112.74 298.364C3112.07 298.852 3111.41 299.339 3110.75 299.825C3125.77 302.891 3148.73 308.618 3134.65 309.014C3114.73 303.915 3094.6 298.443 3074.6 292.865C3073.41 292.003 3072.22 291.139 3071.02 290.271C3085.35 296.487 3083.1 287.459 3095.31 293.426C3097.37 294.427 3090.35 295.323 3104.46 297.53C3104.16 296.765 3103.86 295.998 3103.56 295.232C3106.55 296.263 3109.72 297.339 3112.74 298.364ZM3244.98 332.871C3211.52 320.456 3250.24 330.348 3254.56 335.67C3254.55 335.665 3254.54 335.66 3254.53 335.656C3267.38 347.855 3235.54 329.752 3232.42 329.991C3229.54 329.167 3221.19 330.733 3208.96 322.853C3219.04 324.726 3232.57 327.617 3244.98 332.871ZM3156.76 310.416C3158.92 310.845 3157.5 311.489 3158.42 311.713C3158.42 311.715 3158.43 311.717 3158.44 311.719C3167.39 313.908 3184.69 317.711 3195.58 320.66L3194.72 320.489C3200.29 321.859 3204.64 323.228 3205.69 324.489C3203.29 324.118 3199.17 323.481 3194.32 322.646L3195.13 322.806C3178.85 319.686 3151.5 312.563 3149.97 310.407C3152.27 310.424 3154.46 310.409 3156.76 310.416ZM3061.43 285.795C3053.73 281.343 3072.41 286.664 3077.08 289.026C3077.97 289.503 3069.36 290.392 3061.43 285.795ZM2418.77 99.2448C2399.72 95.7184 2424.05 103.117 2415.05 102.839C2418.67 103.582 2422.28 104.328 2425.89 105.081C2423.52 103.133 2421.14 101.187 2418.77 99.2448ZM1542.21 13.6989C1537.75 13.483 1539.87 14.6551 1539.48 14.6735C1536.55 14.6489 1533.78 13.6987 1532.65 13.8039C1511.75 15.8198 1525.66 16.7561 1525.88 16.9846C1526.32 18.1481 1520.83 19.5327 1528.45 20.8349C1533.06 20.4048 1537.66 19.9774 1542.25 19.5525C1544.52 20.1942 1546.83 20.8363 1549.14 21.4792C1558.34 20.0724 1546.29 19.7136 1544.91 17.8746C1544.39 17.1511 1553.03 16.2631 1542.21 13.6989ZM2386.04 87.0974C2382.5 88.3416 2374.41 89.0442 2381.28 92.8201C2381.28 92.8221 2381.29 92.8241 2381.3 92.8261C2382.57 93.5201 2388.04 95.0653 2389.61 95.995C2402.37 96.3289 2398.41 92.4362 2386.04 87.0974ZM1625.09 10.1163C1632.44 10.63 1640.03 11.1534 1647.46 11.685C1647.33 12.9114 1647.19 14.1377 1647.06 15.3641C1643.07 15.0046 1639.07 14.6476 1635.05 14.293C1633.63 14.8446 1632.22 15.3965 1630.84 15.9489C1635.76 17.3756 1640.79 18.8067 1645.72 20.2413C1651.71 19.7942 1657.54 19.3516 1663.57 18.9166C1660.78 18.2439 1658.1 17.5734 1655.38 16.9038C1669.89 16.3124 1666.83 19.2704 1678.84 20.5357C1682 19.6998 1685.14 18.8656 1688.28 18.0331C1689.26 17.7781 1690.25 17.5232 1691.23 17.2685C1697.27 18.4857 1703.25 19.7093 1709.17 20.9391C1719.08 20.5543 1720.12 19.7043 1713.34 18.2952C1718.33 16.8832 1723.89 19.3147 1729.9 18.8139C1730.39 18.7737 1729.48 17.3556 1729.92 17.3464C1761.04 16.9759 1759.37 20.6765 1764.27 20.9317C1767.73 21.1134 1781.95 18.9773 1782.15 18.1385C1782.47 17.0136 1753.38 11.7377 1799.09 12.8322C1775.53 9.04064 1748.62 11.6601 1765.78 16.6046C1758.47 15.9536 1725.42 16.4621 1723.32 16.3083C1720.24 16.0505 1721.35 14.3351 1717.48 14.2278C1715.08 14.1687 1709.34 18.0238 1691.27 14.3334C1690.28 14.5967 1689.3 14.8602 1688.31 15.1239C1687 15.4832 1685.69 15.8428 1684.38 16.2027C1682.26 15.6438 1680.13 15.0857 1677.99 14.5283C1681.47 13.0704 1684.93 11.6145 1688.37 10.1607C1689.34 9.76131 1690.31 9.36211 1691.28 8.96307C1690.31 9.06483 1689.34 9.14887 1688.38 9.21736C1672.33 10.4006 1658.56 6.97952 1648.59 10.0049C1639.38 9.55659 1634.84 9.15581 1638.85 7.5037C1636.07 7.48624 1633.22 7.46958 1630.51 7.45488C1628.71 8.34156 1626.9 9.22871 1625.09 10.1163ZM2329.83 76.9497C2321.18 73.0669 2317.08 76.3855 2318.43 76.9163C2326.04 79.8947 2334.31 78.9733 2329.83 76.9497ZM1558.86 15.847C1568.94 16.8922 1579.02 17.9502 1589.14 19.0223C1589.15 17.7243 1589.15 16.4263 1589.15 15.1283C1579.02 15.3543 1568.94 15.5942 1558.86 15.847ZM2422.22 97.1089C2422.88 98.2808 2423.55 99.4541 2424.22 100.627C2435.88 99.9244 2445.27 107.625 2450.84 107.986C2452.04 108.062 2450.16 105.795 2448.05 104.869C2446.75 104.28 2424.23 97.2635 2422.22 97.1089ZM2867.26 217.073C2863.19 216.462 2859.09 215.844 2854.97 215.218C2855.52 214.245 2856.07 213.271 2856.62 212.297C2858.62 212.719 2860.61 213.139 2862.59 213.557C2864.15 214.731 2865.71 215.902 2867.26 217.073ZM2822.29 204.575C2815.29 202.252 2808.43 199.972 2801.44 197.653C2828.33 205.171 2806.62 197.737 2823.26 201.544C2822.94 202.555 2822.61 203.565 2822.29 204.575ZM2748.27 181.482C2749.28 181.044 2750.29 180.605 2751.3 180.165C2758.35 181.776 2765.35 183.349 2772.4 184.905C2768.43 181.706 2764.49 178.504 2760.56 175.292C2757.98 174.704 2755.41 174.114 2752.84 173.521C2751.32 176.176 2749.79 178.83 2748.27 181.482ZM1343.82 10.7602C1339.39 10.7909 1323.96 13.0365 1324.65 13.7557C1331.07 14.5404 1337.51 15.3285 1343.94 16.1207C1343.94 14.8196 1343.95 13.5184 1343.96 12.2173C1344.88 12.8501 1345.79 13.4829 1346.71 14.1158C1350.35 13.5709 1353.98 13.0272 1357.62 12.4847C1359.47 13.5931 1361.33 14.7016 1363.19 15.8105C1365.02 14.4848 1366.85 13.1594 1368.68 11.8343C1351 9.79698 1351.68 12.0939 1348.01 12.1266C1346.15 12.1453 1344.96 11.3591 1344.29 10.9646C1344.14 10.8965 1343.98 10.8283 1343.82 10.7602ZM1565.82 7.56049C1544.73 7.25466 1532.8 10.7228 1517.48 7.9258C1527.32 13.944 1590.37 7.53261 1612.6 12.7526C1614.93 11.7826 1617.24 10.8133 1619.56 9.84488C1607.41 10.6643 1599 8.63164 1593.13 8.33084C1588.45 8.09272 1588.93 9.11948 1588.57 9.10413C1588.56 9.10411 1588.54 9.10408 1588.52 9.10406C1577.52 8.66976 1574.07 7.68413 1565.82 7.56049ZM2438.64 96.366C2433.53 93.4514 2423.82 91.1403 2423.16 93.3035C2428.38 95.3005 2433.59 97.3068 2438.78 99.3174C2437.82 98.4748 2439.52 96.8637 2438.64 96.366ZM2741.52 173.455C2737.45 171.761 2727.37 170.043 2731.21 172.951C2731.89 173.472 2742.14 174.46 2735.51 176.524C2745.22 178.732 2743.83 174.423 2741.52 173.455ZM1926.4 20.1686C1930.18 20.3081 1933.94 20.451 1937.66 20.5974C1938.58 19.7376 1939.5 18.8779 1940.42 18.0185C1935.79 18.7298 1931.11 19.4465 1926.4 20.1686ZM2485.4 106.986C2489.03 112.561 2498.31 110.544 2506.31 116.48C2509.61 117.392 2512.9 118.305 2516.2 119.219C2516.21 119.221 2516.22 119.224 2516.22 119.226C2516.63 118.076 2517.03 116.925 2517.44 115.775C2506.78 112.836 2496.1 109.903 2485.4 106.986ZM1694.06 10.7032C1696.36 11.2981 1698.66 11.8939 1700.94 12.4907C1705.04 11.8876 1709.11 11.2874 1713.15 10.6902C1710.98 10.1847 1708.79 9.67999 1706.6 9.17618C1702.45 9.68207 1698.26 10.1911 1694.06 10.7032ZM2543.56 122.182C2532.19 118.539 2526.84 121.112 2541.58 125.091C2547.79 126.764 2555.48 125.997 2543.56 122.182ZM1115.41 17.4339C1119.51 17.644 1123.61 17.8555 1127.72 18.0682C1129.1 17.2139 1130.47 16.3598 1131.85 15.5058C1126.35 16.1462 1120.87 16.7889 1115.41 17.4339ZM2799.9 188.961C2799.19 189.591 2798.49 190.223 2797.79 190.854C2794.39 189.598 2790.97 188.337 2787.54 187.071C2788.66 186.579 2789.78 186.087 2790.9 185.595C2793.91 186.721 2796.91 187.841 2799.9 188.961ZM1142.99 17.1434C1146.26 17.2078 1149.54 17.273 1152.82 17.3391C1155.01 16.8832 1157.2 16.4278 1159.39 15.9727C1156.31 15.6624 1153.23 15.3528 1150.16 15.044C1147.77 15.7433 1145.38 16.4431 1142.99 17.1434ZM2652.21 151.433C2648.08 149.363 2629.68 147.726 2645.36 152.605C2655.32 155.693 2652.83 151.746 2652.21 151.433ZM2676.17 156.54C2659.86 150.472 2670.14 162.901 2691.62 161.918C2671.29 157.717 2677.13 156.889 2676.17 156.54ZM2829.21 191.643C2829.62 191.78 2829.56 193.189 2832.88 194.298C2844.87 198.306 2860.63 203.89 2869.16 206.691C2889.84 213.502 2953.89 231.193 2960.12 237.25C2961.41 238.523 2957.13 239.769 2957.71 240.087C2959.43 241.001 2970.38 243.18 2967.89 244.303C2957.49 241.03 2947.11 237.749 2936.71 234.45C2939.66 234.036 2942.6 233.617 2945.53 233.193C2919.39 225.664 2928.05 228.309 2919.71 228.604C2915.63 226.176 2911.64 223.776 2907.55 221.344C2897.67 219.353 2887.73 217.338 2877.92 215.362C2880.33 215.277 2882.73 215.189 2885.13 215.098C2871.27 209.116 2874.87 211.293 2866.43 210.675C2866.66 209.897 2866.89 209.118 2867.12 208.34C2852.67 205.815 2850.64 202.615 2847.64 201.63C2841.44 199.603 2830.58 206.221 2809.72 189.544C2798.28 190.721 2801.34 181.885 2794.03 184.544C2778.63 174.207 2810.34 186.276 2825.54 191.302C2825.55 191.305 2825.56 191.307 2825.57 191.31C2826.71 191.691 2825.15 190.279 2829.21 191.643ZM2735.85 170.956C2747.12 169.301 2706.46 159.232 2718.53 168.366C2720.49 169.041 2722.46 169.714 2724.43 170.387C2728.27 170.591 2732.05 170.775 2735.87 170.961C2735.86 170.959 2735.85 170.957 2735.85 170.956ZM2348.84 68.7564C2309.27 61.5784 2331.06 68.9703 2344.81 69.6673C2347.56 69.8152 2349.15 69.5216 2348.84 68.7564ZM1535.73 4.37703C1535.15 4.88503 1534.58 5.39307 1534 5.90115C1547.16 5.37565 1573.01 7.31006 1572.58 3.9017C1560.41 4.04079 1547.88 4.2002 1535.73 4.37703ZM1640.88 2.29918C1637.99 2.0724 1626.32 1.52253 1627.74 2.80813C1632.71 3.73858 1637.87 4.67394 1642.92 5.61288C1645.29 5.0632 1647.65 4.51437 1650 3.9664C1646.72 3.74913 1641.66 2.35784 1640.88 2.29918Z" fill="%234428DB"/></svg>');
  bottom: -8px;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}



.jiffy-section-title-5 {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.4;
  color: var(--jiffy-common-white);
  letter-spacing: -0.03em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-section-title-5 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-section-title-5 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .jiffy-section-title-5 {
    font-size: 35px;
  }

  .jiffy-section-title-5 br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .jiffy-section-title-5 br {
    display: none;
  }
}

.jiffy-section-title-5 span {
  font-weight: 400;
}

.jiffy-section-title-5 i {
  font-style: normal;
  overflow: hidden;
  display: inline-block;
}

.jiffy-section-title-5 i i.child-2 {
  transform: translateY(0px);
  opacity: 1;
  display: inline-block;
  padding-bottom: 20px;
}

.jiffy-section-subtitle {
  font-weight: 600;
  font-size: 13px;
  line-height: 14px;
  color: var(--jiffy-common-yellow-2);

  border-radius: 8px;
  display: inline-block;
  padding: 10px 0px;
  margin-bottom: 8px;
  text-transform: uppercase;
  position: relative;
}

h4.jiffy-section-subtitle span {
  position: absolute;
  font-size: 100px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 62px;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #c5c3c3;
  display: none;
}

/*----------------------------------------*/
/*  02. MEANMENU CSS START
/*----------------------------------------*/
.mobile-menu.mean-container {
  overflow: hidden;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .mobile-menu.mean-container {
    margin-bottom: 30px;
  }
}

.mobile-menu .sidebar-list {
  clear: both;
}

.mobile-menu .sidebar-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  color: var(--jiffy-common-white);
}

.mobile-menu .sidebar-list li::after {
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #c00;
  background-color: transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

.mobile-menu .jiffy-sidebar-social {
  margin-top: 20px;
}

.mobile-menu .jiffy-sidebar-social a {
  margin-right: 5px;
  background-color: var(--jiffy-theme-primary);
  color: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
}

/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  color: #000000;
  border-top: 1px solid rgb(78 78 78 / 10%);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--jiffy-theme-3);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 10px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #333 !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #000000;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  color: var(--jiffy-theme-2);
  border-color: #888888;
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--jiffy-theme-2);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: var(--jiffy-common-white);
}

/*----------------------------------------*/
/*  03. HEADER CSS START
/*----------------------------------------*/

.header-sticky-bg-2.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  opacity: 1;
  visibility: visible;
  width: 100%;
  animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.header-sticky-bg-2.header-sticky .black-logo {
  display: block;
}

.header-sticky-bg-2.header-sticky .white-logo {
  display: none;
}



.header-sticky-bg-2.header-sticky .header-bottom__bar {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}





.header-sticky-bg-2.header-sticky .jiffy-header-2__right .jiffy-header-2__login {
  color: var(--jiffy-common-black);
}

.header-sticky-bg-2.header-sticky .jiffy-header-2__right .jiffy-header-2__login:hover {
  color: #57B639;
}

.header-sticky-bg-2.header-sticky .jiffy-btn-white {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}


.black-logo {
  display: none;
}


.header-bottom__transparent {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 16px 20px rgb(157 182 255 / 10%);
  background: #fff;
}

.header-bottom__logo a img {
  width: 140px;
}


.header-bottom__bdr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .header-bottom__bdr {
    padding: 15px 0px;
  }
}

.header-bottom__main-menu nav ul {
  margin-left: -45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu nav ul {
    margin-left: -2px;
  }
}

.header-bottom__main-menu nav ul li {
  display: inline-block;
  margin: 0px 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu nav ul li {
    margin: 0px 12px;
  }
}

.dark-gray_bg {
  background: #ffffff;
}

.header-bottom__main-menu nav ul li:hover a {
  color: var(--jiffy-common-yellow-2);
}

.header-bottom__main-menu nav ul li a {
  font-weight: 500;
  font-size: 15px;
  color: var(--jiffy-grey-8);
  display: inline-block;
  padding: 40px 0;
}

.header-bottom__main-menu nav ul li .submenu {
  position: absolute;
  background-color: #fff;
  width: 240px;
  z-index: 999;
  margin-left: -1px;
  padding: 30px 0px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  box-shadow: 0px 8px 20px rgb(52 136 235 / 20%);
  transform: scaleY(0);
  transform-origin: top center;
}

.header-bottom__main-menu nav ul li .submenu li {
  margin: 0;
  display: block;
  margin-bottom: 15px;
  padding: 0 40px;
}

.header-bottom__main-menu nav ul li .submenu li:last-child {
  margin-bottom: 0;
}

.header-bottom__main-menu nav ul li .submenu li a {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-transform: capitalizes;
  font-size: 14px;
  color: var(--jiffy-common-black);
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
}

.header-bottom__main-menu nav ul li .submenu li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--jiffy-common-yellow);
  transition: 0.7s;
  display: inline-block;
}

.header-bottom__main-menu nav ul li .submenu li:hover a {
  color: var(--jiffy-common-yellow);
}

.header-bottom__main-menu nav ul li .submenu li:hover a::after {
  width: 100%;
  right: auto;
  left: 0;
}

.header-bottom__main-menu nav ul li .submenu li .submenu {
  left: 100%;
  top: 0;
}

.header-bottom__main-menu nav ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.header-bottom__main-menu-3 nav ul {
  margin-left: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-3 nav ul {
    margin-left: 0px;
  }
}

.header-bottom__main-menu-3 nav ul li {
  margin: 0px 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-3 nav ul li {
    margin: 0px 8px;
  }
}

.header-bottom__main-menu-3 nav ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.02em;
  font-family: var(--jiffy-ff-urban);
  color: var(--jiffy-common-black);
  margin: 0px 7px;
}

.header-bottom__main-menu-4>nav>ul {
  margin-left: 30px;
}

.header-bottom__main-menu-4>nav>ul>li {
  margin: 0;
  position: relative;
}

.header-bottom__main-menu-4>nav>ul>li .submenu {
  border-radius: 0;
  left: 1px;
}

.header-bottom__main-menu-4>nav>ul>li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 100%);
  filter: drop-shadow(0px 2px 0px #F8FF35);
  transition: 0.3s;
}

.header-bottom__main-menu-4>nav>ul>li::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  content: "";
  background-color: var(--jiffy-common-yellow-3);
  transition: 0.3s;
}

.header-bottom__main-menu-4>nav>ul>li>a {
  position: relative;
  z-index: 5;
  padding: 30px 0;
  padding-left: 22px;
  padding-right: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-4>nav>ul>li>a {
    padding: 30px 15px;
  }
}

.header-bottom__main-menu-4>nav>ul>li:hover::after {
  height: 100%;
}

.header-bottom__main-menu-4>nav>ul>li:hover::before {
  width: 100%;
}



.header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul {
  margin-left: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul {
    margin-left: 25px;
  }
}

.header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul li::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  filter: drop-shadow(0px 2px 0px #FFFFFF);
}

.header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul li::before {
  background-color: white;
}

.header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul li a {
  padding: 30px 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul li a {
    padding: 30px 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-5 nav ul {
    margin-left: 0;
  }
}

.header-bottom__main-menu-5 nav ul li {
  margin: 0px 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-5 nav ul li {
    margin: 0px 15px;
  }
}

.header-bottom__main-menu-5 nav ul li ul.submenu li {
  text-align: left;
}

.header-bottom__main-menu-5 nav ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  padding: 35px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-5 nav ul li a {
    font-size: 16px;
  }
}

.header-bottom__main-menu-5 nav ul li a:hover {
  color: var(--jiffy-common-blue-3);
}

.header-bottom__main-menu-5 nav ul li .submenu {
  border-radius: 0;
}


.header-bottom__btn {
  line-height: 0;
}

.header-bottom__btn a {
  margin-left: 25px;
}

@media (max-width: 767px) {
  .header-bottom__btn a {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  }
}

.header-bottom__bar {
  height: 40px;
  width: 40px;
  border-radius: 6px;
  line-height: 45px;
  text-align: center;
  color: var(--jiffy-common-dark-black);
  font-size: 25px;
}

/*----------------------------------------*/
/*  16. HERO CSS START
/*----------------------------------------*/


.jiffy-hero__bg {
  padding-top: 100px;
  background-image: url('../img/hero/hero_bg.png');
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-hero__bg {
    padding-top: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero__bg {
    padding-top: 170px;
  }
}

@media (max-width: 767px) {
  .jiffy-hero__bg {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.jiffy-hero__hero-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.5;
  padding-bottom: 50px;
  overflow: hidden;
}

.jiffy-hero__hero-title span {
  display: inline-block;
  color: var(--jiffy-common-yellow);
  position: relative;
}

.jiffy-hero__hero-title span::after {
  content: '';
  width: 100%;
  height: 86px;
  position: absolute;
  background-image: url('data:image/svg+xml,<svg width="3215" height="422" viewBox="0 0 3215 422" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M64.545 104.028C132.003 77.1649 181.367 82.6383 245.534 75.6299C279.191 72.0776 315.336 68.2232 352.967 64.6048C461.876 48.7621 604.029 26.6505 712.221 21.1182C720.573 20.5766 728.689 20.0756 737.241 19.5712C837.832 13.7135 939.325 10.3037 1038.79 7.5655C1044.3 7.41463 1047.64 8.63686 1050.14 8.57109C1073.71 7.941 1113.21 5.54005 1136.56 5.0799C1185.76 4.03554 1271.29 1.93264 1316.37 2.46294C1335.5 2.66369 1355.14 2.59549 1362.61 5.66194C1369.59 5.72497 1373.36 2.8105 1375.19 2.63002C1375.21 2.63257 1375.24 2.63513 1375.26 2.63767C1381.15 2.07353 1396.01 3.8984 1399.27 3.7369C1399.77 3.71182 1396.72 1.67138 1404.68 2.20679C1405.39 2.25285 1404.75 3.66968 1411.46 3.61606C1413.23 3.59769 1435.5 1.20892 1441.97 1.02518C1463.2 0.385211 1514.15 1.79967 1539.65 1.7703C1543.55 1.76626 1545.78 0.93954 1549.88 0.923885C1551.98 0.914833 1555.18 1.81125 1555.84 1.80667C1558.74 1.77377 1571.29 -2.27801 1566.78 5.74391C1579.84 5.25617 1575.98 2.59859 1576.29 0.874503C1590.44 0.658981 1597.38 4.47618 1601.07 0.485476C1622.56 0.735822 1644.3 1.05961 1665.69 1.46841C1714.27 2.39422 1762.61 3.77315 1811.08 5.81322C1811.13 5.16111 1811.17 4.50901 1811.22 3.85691C1831.91 7.20847 1839.08 3.10324 1850.78 7.39283C1857.97 6.86857 1865.49 6.37571 1872.76 5.88984C1990.93 13.3243 2110.24 22.4595 2228.8 44.8948C2297.21 57.8088 2364.5 73.892 2430.33 91.3628C2437.88 93.3655 2439.4 95.204 2451.81 98.5408C2465.5 102.223 2485.12 105.877 2503.03 110.785C2518.75 115.088 2541.52 122.677 2558.89 127.591C2562.81 128.698 2565.89 128.617 2566.33 128.741C2568.92 129.477 2568.69 130.857 2571.2 131.575C2574.21 132.43 2578.12 132.414 2581.59 133.41C2594.54 137.125 2608.8 140.515 2610.44 140.97C2618.34 143.182 2619.73 144.948 2620.38 145.135C2629.16 147.591 2626.17 145.538 2628.34 146.178C2639.62 149.481 2646.92 154.531 2663.22 155.571C2662.52 156.571 2661.82 157.571 2661.12 158.571C2672.88 162.161 2665.74 157.261 2668.31 157.335C2669.35 157.41 2694.94 164.028 2696.89 164.52C2703.73 166.351 2703.57 167.864 2704.16 168.026C2705.62 168.431 2723.36 170.807 2731.94 174.081C2742.14 177.978 2729.05 178.196 2731.54 179.349C2731.82 179.476 2736.67 180.452 2740.36 181.459C2741.27 181.621 2743.92 182.42 2744.81 182.667C2746.75 183.394 2748.35 184.1 2748.75 184.582C2749.49 185.434 2746.81 184.828 2744.31 184.214C2743.45 183.976 2740.89 183.203 2740.01 183.047C2738.07 182.762 2736.25 182.461 2736.27 182.661C2736.28 182.759 2737.79 183.373 2739.76 184.192C2740.62 184.344 2743.11 185.098 2743.95 185.33C2748.22 187.575 2754.63 191.035 2752.25 191.308C2751.14 191.536 2747.35 190.384 2742.82 188.827C2742.05 188.613 2739.75 187.919 2738.96 187.779C2731.69 186.022 2722.67 183.419 2719.74 183.174C2718.96 183.11 2719.99 185.174 2719.3 185.084C2716.54 184.807 2666.91 172.983 2664.69 172.031C2667.47 171.884 2670.25 171.735 2673.03 171.583C2669.61 170.657 2666.19 169.728 2662.78 168.795C2667.81 169.375 2672.89 169.958 2677.89 170.511C2672.24 162.272 2648.79 163.381 2647.06 166.369C2646.28 167.766 2658.7 174.991 2645.68 174.087C2647.47 174.95 2649.27 175.812 2651.07 176.674C2655.15 177.029 2659.19 177.369 2663.26 177.706C2660.75 176.663 2658.26 175.619 2655.77 174.572C2656.83 174.361 2657.9 174.15 2658.97 173.938C2666.42 175.032 2673.92 176.112 2681.37 177.155C2685.04 178.397 2683.94 179.539 2686.46 180.419C2717.86 191.318 2697.84 182.224 2718.78 187.713C2721.64 189.125 2724.46 190.52 2727.31 191.918C2727.04 189.669 2731.33 190.954 2737.95 192.339C2738.65 192.464 2740.7 193.082 2741.39 193.273C2744.19 194.14 2747.4 195.067 2750.86 195.771C2749.22 196.277 2747.58 196.782 2745.94 197.287C2762.25 202 2793.59 217.332 2786.39 209.301C2789.95 210.939 2793.47 212.562 2797.07 214.212C2800.49 214.382 2803.89 214.547 2807.28 214.707C2811.52 216.181 2815.9 217.701 2820.18 219.187C2820.05 219.651 2819.92 220.115 2819.79 220.579C2816.35 219.472 2812.86 218.35 2809.41 217.241C2811.54 219.467 2813.72 221.708 2815.86 223.937C2818.48 224.528 2821.1 225.115 2823.7 225.7C2813.51 220.957 2828.16 223.304 2832.24 222.584C2841.47 224.81 2846.41 229.035 2849.43 230.124C2850.84 230.636 2868.88 231.781 2860.83 234.307C2869.67 236.525 2878.4 238.706 2887.18 240.898C2890.4 242.319 2893.67 243.758 2896.93 245.191C2888.94 245.016 2909.27 254.38 2893.39 250.294C2881.52 247.24 2879.34 244.313 2873.77 242.542C2868.83 240.969 2865.77 241.485 2860.3 239.796C2823.79 228.484 2794.18 218.641 2759.74 206.859C2752.92 204.524 2746.54 203.2 2741.94 201.613C2737.65 200.13 2741.77 200.153 2739.47 199.221C2738.89 199.062 2737.18 198.546 2736.6 198.442C2736.11 198.296 2735.34 198.136 2734.17 197.952C2727.02 196.828 2725.19 197.904 2723.33 197.513C2722.17 197.268 2718.81 195.156 2715.43 194.377C2701.6 191.219 2681.02 187.572 2679.05 187.076C2676.85 186.587 2638.02 175.675 2636.23 174.941C2635.26 174.572 2638.52 170.401 2628.63 173.203C2625.92 172.605 2623.23 172.009 2620.51 171.402C2621.18 170.576 2621.86 169.75 2622.54 168.924C2605.7 168.343 2611.7 167.787 2596.29 164.023C2559.39 155.022 2505.41 139.288 2464.87 128.663C2455.83 126.296 2452.08 126.486 2441.36 123.698C2431.42 121.089 2406.27 110.881 2410.71 117.018C2389.56 107.184 2384.19 113.239 2374.14 106.067C2372.63 106.355 2371.12 106.643 2369.61 106.934C2358.19 101.183 2353.85 102.627 2340.5 99.7169C2334.75 98.4744 2342.05 97.1767 2329.73 97.6127C2327.58 96.8445 2325.42 96.078 2323.26 95.3133C2323.94 94.7365 2324.62 94.1599 2325.31 93.5836C2312.33 91.1136 2311.57 90.5771 2312.43 93.5327C2306.32 91.6033 2300.25 89.7075 2294.12 87.82C2293.15 88.5055 2292.18 89.1914 2291.21 89.8778C2294.1 91.4313 2434.69 124.096 2453.98 129.067C2476.14 137.098 2522.15 147.117 2540.23 152.511C2547.47 154.676 2550.16 157.475 2560.7 160.57C2571.24 163.663 2585.03 165.471 2590.7 166.904C2609.51 171.895 2698.51 194.626 2637.32 181.786C2638.82 183.171 2640.32 184.556 2641.82 185.941C2666.74 188.786 2657.52 188.589 2677.44 193.818C2685.86 196.033 2706.41 198.636 2704.28 202.663C2688.38 199.805 2672.11 194.407 2658.46 191.079C2657.12 190.761 2640.51 188.679 2632.36 186.019C2624.99 183.611 2631.22 180.879 2613.76 181.238C2602.87 173.628 2594.81 175.825 2591.52 175.415C2585.83 174.705 2585.79 172.336 2580.35 170.612C2574.43 168.729 2569.91 169.082 2569.09 168.871C2560.86 166.724 2517.94 155.265 2516.21 153.829C2518.04 153.91 2519.87 153.99 2521.7 154.07C2510.73 150.404 2512.45 153.288 2509.45 152.758C2507.27 152.154 2505.09 151.551 2502.91 150.947C2503.9 150.716 2504.89 150.486 2505.88 150.256C2492.69 146.763 2502.33 151.131 2483.64 145.992C2471.78 142.728 2459.98 137.62 2458.79 137.44C2458.44 137.386 2461.86 139.6 2456.97 138.45C2448.87 136.541 2434.99 132.787 2433.87 130.737C2429.87 129.916 2429.78 131.608 2429.24 131.505C2426.93 131.021 2387.38 121.211 2380.26 119.541C2360.59 114.78 2338.78 109.001 2317.33 104.232C2315.13 103.742 2316.78 103.037 2314.56 102.552C2311.01 101.756 2292.46 99.2047 2289.7 98.72C2282.87 97.4578 2265.1 92.9061 2262.19 92.7935C2261.77 92.775 2267.36 95.4404 2260.38 94.4034C2252.62 93.2592 2257.14 92.2446 2256.73 92.1368C2241.49 88.2564 2231.43 87.5757 2220.82 85.7891C2220.69 85.767 2220.56 85.7448 2220.43 85.7224C2217.02 85.1401 2210.77 82.4645 2205.86 81.9941C2205.29 81.9378 2206.16 83.4663 2205.59 83.4288C2198.01 82.7386 2191.61 79.0761 2188.36 78.3451C2180.61 76.602 2184.55 79.1549 2184.14 79.0963C2178.89 78.2519 2172.01 76.4214 2163.94 75.2209C2128.34 69.9774 2099.25 66.2709 2061.33 62.0077C2056.52 61.4715 2051.04 59.597 2050.31 59.5211C2048.06 59.3 2048.58 60.881 2042.01 60.1864C2028.35 58.7424 2015.53 57.6371 2001.94 56.4498C1999.21 56.2119 1998.16 54.7049 1996.06 54.4998C1988.99 53.796 1964.86 55.6739 1964.82 51.0705C1950.46 54.1179 1941.57 50.0074 1930.39 49.3385C1903.88 47.7136 1862.17 46.4471 1835.74 44.889C1830.21 44.5525 1827.68 43.2747 1824.58 43.0923C1818.97 42.7339 1787.13 42.3202 1785.54 42.1072C1782.28 41.6542 1784.51 36.5023 1767.44 40.5531C1757.66 40.6097 1758.87 38.513 1756.85 38.3443C1740.87 37.0728 1725.52 41.5236 1728.45 37.2202C1709.78 38.0122 1698.02 40.2393 1690.42 36.0389C1690.48 38.0313 1681.92 39.0887 1671.38 38.1942C1682.28 35.0022 1680.62 32.8088 1706.79 33.8694C1707.2 33.8865 1706.39 35.312 1706.8 35.329C1710.51 35.4921 1718.11 34.9076 1724.53 35.1188C1730.87 35.3291 1727.33 36.2398 1729.86 36.2744C1732.17 36.3046 1732.13 34.9253 1735.45 34.9795C1746.14 35.1631 1756.04 35.0348 1762.1 35.1721C1765.91 35.2591 1770.32 36.5923 1773.35 36.6792C1785.07 36.992 1809.65 36.842 1824.69 37.5612C1827.78 37.7108 1826.45 39.016 1833.15 39.3935C1833.9 39.4372 1836.9 38.1368 1842.88 38.0925C1848.86 38.0489 1853.36 38.9513 1857.15 38.9746C1860.38 38.9983 1859.11 37.6783 1865.68 37.9046C1870.95 37.9697 1932.92 42.3114 1936.09 42.8409C1940.92 43.4427 1943.13 45.3615 1946.08 45.3436C1946.6 45.3324 1947.59 43.6885 1949.39 43.6883C1979.09 43.5289 2044.51 51.4913 2078.26 55.5717C2127.73 61.2506 2174.76 67.7528 2222.61 76.6397C2242.91 80.4109 2263.36 84.5128 2284.27 89.0382C2285.58 89.0254 2286.89 89.0134 2288.2 89.0022C2281.16 87.4139 2274.03 85.8381 2266.97 84.3097C2267.09 83.5149 2267.22 82.72 2267.34 81.9251C2257.77 79.7462 2258.63 81.8853 2258.67 83.0615C2255.21 81.8322 2251.78 80.6198 2248.32 79.4075C2245.8 80.8525 2234.01 78.1388 2222.81 75.5931C2217.83 74.4531 2212.76 73.3095 2209 72.6107C2200.96 71.1082 2191.22 70.4725 2187.01 69.6652C2178.13 67.9665 2178.58 66.3096 2177.89 66.1618C2176.75 65.925 2163.99 65.363 2154.94 63.9259C2141.66 61.8291 2140.55 58.9539 2121.94 58.6629C2098.65 54.102 2072.55 51.7221 2047.23 49.3807C2052.3 47.4229 2029.34 47.4431 2019.15 46.5091C1956.7 40.4998 1880.19 35.1556 1816.95 31.9409C1808.76 31.5194 1802.83 29.8754 1798.25 29.7717C1795.78 29.7151 1794.65 31.3812 1791.21 31.0464C1790.59 30.9842 1790.25 29.3777 1783.96 28.9458C1768.04 27.823 1728.98 29.5502 1718.9 26.3249C1701.19 26.1321 1683.39 26.0082 1665.39 25.9459C1629.3 25.8251 1593.26 25.9505 1557.23 26.2486C1555.87 25.5975 1554.5 24.9467 1553.14 24.2961C1543.04 27.602 1502.48 25.7381 1482.81 26.0269C1448.11 26.4941 1403.86 27.9823 1373.47 28.5134C1366.88 28.6268 1361.47 27.7599 1355.22 27.8704C1352.53 27.9194 1349.2 29.1916 1346.4 29.2405C1315 29.8016 1272.44 29.3283 1240.79 30.0497C1168.96 31.6741 1101.22 33.3585 1028.48 35.903C931.727 39.3382 835.494 43.7155 739.122 49.9458C610.872 57.1112 478.279 75.8036 356.056 94.4433C336.763 96.4128 317.498 98.5541 298.257 100.851C294.995 101.241 294.986 99.8269 292.458 100.13C277.522 101.873 244.389 107.476 227.586 109.897C214.185 111.77 192.613 112.939 188.348 115.824C236.391 111.509 286.539 104.528 336.344 99.9553C339.883 99.6308 340.465 100.913 340.902 100.89C348.99 100.485 343.726 99.189 355.378 97.8832C355.61 97.8575 355.958 97.8351 356.405 97.815C362.966 97.7471 393.847 96.947 389.449 93.4947C397.787 94.0947 457.986 85.0609 469.614 82.8942C473.162 82.1904 470.446 81.3244 471.147 81.1553C474.25 80.412 475.777 81.9404 478.525 81.5831C485.918 80.5891 504.136 76.645 507.781 76.1856C515.876 75.0869 540.443 73.4294 551.114 71.8945C561.023 70.453 558.873 68.8749 567.383 67.7685C574.115 66.9148 567.065 69.1886 581.966 68.0812C589.572 67.4847 615.15 63.9101 621.694 63.3418C627.802 62.7858 635.234 63.2148 643.758 62.4099C656.468 61.1923 683.331 58.5048 696.353 57.2512C697.104 57.1781 698.819 55.6432 700.677 55.5423C704.53 55.3319 703.494 57.1494 706.434 57.1233C708.11 57.1025 723.706 56.0119 739.436 55.0085C752.065 54.1953 765.146 53.3976 768.889 53.1921C774.792 52.8626 778.879 51.595 782.207 51.4186C784.806 51.2838 785.239 52.7122 787.806 52.587C788.607 52.5428 795.375 50.9093 802.35 50.5679C809.121 50.2272 833.722 50.1732 836.766 50.0414C838.619 49.9549 836.528 49.0255 842.021 48.7804C847.035 48.5602 850.424 49.7369 853.314 49.6181C860.076 49.3379 867.416 47.8514 874.485 47.5216C894.965 46.5738 893.891 48.2948 895.129 48.2909C898.502 48.2921 899.793 46.7163 900.902 46.6365C905.544 46.3051 917.238 45.5245 921.306 45.2962C926.485 45.0057 928.748 46.3558 934.297 46.1329C938.441 45.962 946.768 44.2155 956.124 43.779C977.478 42.7748 1002.61 41.5827 1023.46 40.9148C1029.7 40.7134 1030.72 41.997 1032.62 41.9663C1042.56 41.8084 1048.12 40.1528 1050.97 40.0777C1071.35 39.5287 1107.63 40.734 1126.56 40.4028C1134.21 40.2571 1167.83 38.2748 1186.85 38.0044C1189.01 37.9705 1187.01 39.0529 1189.42 38.8319C1195.18 38.3028 1194.6 36.2145 1197.53 36.2071C1198.94 36.2101 1202.2 37.3173 1206.32 37.3377C1227.72 37.4452 1242.39 36.2119 1252.14 36.0705C1345.82 34.7179 1441.27 34.071 1528.82 34.0844C1538.67 34.0844 1550.57 32.8198 1565.44 34.0521C1565.89 34.7059 1566.34 35.3597 1566.8 36.0135C1567.31 35.3723 1567.83 34.7311 1568.35 34.09C1584.91 33.7723 1591.45 32.9671 1608.35 33.8722C1609.77 33.9483 1614.3 36.9568 1617.11 33.2712C1634.01 36.0716 1624.77 33.2994 1637.22 33.1516C1646.82 33.0454 1656.17 33.5738 1665.3 33.9846C1668.27 34.1159 1671.23 34.2355 1674.17 34.3195C1677.57 35.0436 1671.93 36.0949 1665.26 36.9563C1659.04 37.7826 1651.89 38.4376 1651 38.4239C1648.06 38.3817 1645.02 36.5103 1642.17 36.386C1633.73 36.0143 1625.76 37.4176 1623.86 35.7605C1613.01 37.423 1626.51 36.6481 1625.14 38.2046C1617.95 37.5043 1610.59 36.8118 1603.47 36.1288C1599.81 41.4134 1559.93 34.3717 1562.68 38.4435C1559.5 37.6288 1556.31 36.8155 1553.12 36.0035C1539.35 41.091 1530.94 37.5172 1512.52 36.0628C1513.86 36.7087 1515.2 37.3548 1516.53 38.0012C1516.17 38.2711 1499.79 39.3732 1505.64 36.5802C1488.77 40.3031 1489.57 34.2284 1474.52 38.7096C1465.58 39.3326 1470.87 36.7417 1454.94 36.9062C1445.49 37.0043 1433.65 38.443 1423.11 38.6432C1420.67 38.6851 1419.6 37.2198 1417.43 37.2426C1415.26 37.266 1414.21 38.7248 1411.58 38.7899C1406.13 38.9274 1399.08 37.9931 1395.7 38.1319C1392.66 38.252 1388.33 39.5808 1381 39.8765C1355.39 40.9277 1363.12 39.0079 1359.06 38.4457C1354.71 37.8526 1351.62 40.2992 1342.94 40.1537C1342.07 40.1378 1344.3 38.6061 1341.47 38.7086C1339.2 38.7903 1338.08 40.4338 1330.55 40.8587C1327.55 41.0134 1280.92 42.1896 1273.81 42.3766C1262.93 42.6301 1238.65 41.7628 1227.38 42.0294C1223.04 42.1269 1218.44 43.5384 1213.82 43.6369C1198.53 43.9595 1174.04 44.4523 1154.7 44.9077C1137.2 45.3075 1106.48 43.3097 1097.03 46.2052C1072.5 47.287 1066.52 45.2676 1064.68 45.2934C1059.71 45.37 1057.39 46.9195 1051.09 47.1953C969.575 50.6876 862.031 54.1491 784.927 58.6086C769.759 59.4731 754.657 60.3818 739.827 61.3304C612.022 68.3284 481.387 86.7084 357.225 105.737C320.822 109.487 284.506 113.844 248.261 118.751C247.87 119.465 247.48 120.179 247.091 120.893C268.31 118.351 293.313 116.285 314.267 114.086C327.001 112.74 342.474 110.525 357.544 108.82C374.998 106.839 391.986 104.498 403.36 105.19C395.227 106.883 381.766 107.098 382.298 109.326C396.872 107.446 411.552 105.217 426.24 103.017C425.632 102.041 425.025 101.064 424.419 100.088C439.736 97.2996 455.496 95.0088 470.983 92.537C473.692 92.1065 471.623 91.4421 474.002 91.0828C476.668 90.6836 475.003 91.9212 475.501 91.8552C482.02 90.9016 483.992 89.6222 484.805 89.518C486.927 89.2533 485.379 90.4239 491.396 89.8367C502.606 88.7507 510.31 85.2126 508.229 89.7008C511.759 89.227 515.323 88.7569 518.984 88.2826C519.79 87.0319 520.584 85.7833 521.345 84.5396C543.961 86.2866 553.349 77.1499 566.234 82.139C570.123 80.7282 574.248 79.3015 578.052 77.918C580.423 78.8101 582.815 79.7028 585.229 80.596C585.577 79.5793 585.925 78.5625 586.275 77.5457C608.136 76.0137 631.215 72.7355 652.028 71.1343C666.593 70.0217 670.154 70.1363 682.916 69.1013C711.574 66.8481 683.469 70.8075 707.132 71.234C705.815 70.1258 704.501 69.0179 703.192 67.9102C707.062 67.2006 710.981 66.4928 714.952 65.7868C717.847 66.5701 720.565 67.3679 723.342 68.1639C730.304 64.6876 736.136 64.5535 740.054 64.9914C742.605 65.2954 744.312 65.86 744.973 65.8195C746.29 65.7326 750.649 62.4023 765.294 64.1326C759.16 60.3156 776.141 63.4811 777.559 63.4304C778.911 63.3673 795.275 61.5292 801.988 61.2152C807.35 60.9574 818.513 61.2717 826.369 60.8315C833.32 60.4414 832.562 59.0655 833.067 59.0252C841.662 58.4804 836.306 59.8458 842.439 59.598C848.552 59.3523 853.3 57.9193 854.642 57.963C855.317 57.9882 853.13 59.4111 856.217 59.3911C864.633 59.3355 879.134 57.5106 888.737 57.1177C892.075 56.9791 896.268 57.912 899.981 57.7839C905.667 57.5842 908.281 55.9867 911.613 55.888C912.797 55.8568 920.225 57.8331 929.305 57.1048C931.037 56.9625 935.939 51.9042 943.055 58.4957C943.543 57.5081 944.032 56.5205 944.521 55.5329C974.956 51.9219 983.816 59.4744 997.207 52.0022C1019.49 51.9763 1004.31 55.2426 1006.77 55.5697C1008.35 55.7759 1015.55 54.773 1016.36 54.7878C1017.77 54.8214 1017.56 55.7012 1019.1 55.6421C1047.55 54.4961 1034.8 53.2939 1043.75 51.9461C1065.05 48.7573 1081.95 53.7258 1044.67 53.2906C1044.69 53.7767 1044.7 54.2628 1044.72 54.749C1053.86 53.9738 1077.08 53.4552 1069.41 56.168C1063.37 58.2826 1008.31 58.8826 1039.54 60.5505C1046.62 60.9301 1050.22 58.9818 1062.65 62.0038C1070.72 61.9302 1071.74 57.4603 1082.78 58.8968C1080.93 57.4067 1079.07 55.9169 1077.22 54.4274C1092.19 51.939 1110.65 54.0968 1122.2 52.9011C1126.09 52.4924 1139.94 44.7287 1136.87 52.1906C1143.44 51.5406 1174.41 52.0811 1180.16 51.2826C1181.55 51.0901 1183.25 47.1108 1203.3 48.0001C1204.7 48.4589 1206.1 48.9178 1207.51 49.3769C1189.22 51.2399 1221.61 51.9295 1212.91 55.8609C1209.88 54.2549 1195.34 53.5807 1192.99 52.7975C1188.97 51.4465 1200.79 49.2868 1185.68 50.1686C1176.3 56.628 1203.49 53.0929 1199.46 59.1068C1219.28 55.8735 1221.32 58.4697 1225.82 58.4759C1245.06 58.4909 1257.15 57.611 1275.3 57.9433C1279.7 56.637 1246.82 55.5481 1242.76 56.1683C1257.65 51.5455 1231.85 51.8979 1221.04 54.7062C1220.1 53.4265 1219.16 52.1469 1218.22 50.8673C1232.38 51.2476 1246.22 51.3094 1260.22 49.9552C1261.14 50.4228 1262.07 50.8905 1262.99 51.3582C1259.86 52.1544 1256.73 52.9514 1253.6 53.7493C1265.28 54.708 1258.21 51.0559 1273.82 54.0692C1274.27 52.5952 1274.73 51.1212 1275.18 49.6472C1290.1 49.8415 1304.99 50.0564 1319.92 50.2911C1327.64 47.2157 1356.34 47.8708 1351.14 51.7551C1362.73 51.8531 1348.4 50.0387 1359.24 48.9555C1363.96 48.4852 1373.15 48.2464 1375.46 49.2396C1374.51 52.8728 1360.75 53.5118 1356.6 56.0612C1359.12 56.7932 1423.31 53.4235 1417.64 57.7464C1422.77 58.2025 1420.4 56.0433 1429.62 55.3942C1455.58 53.5723 1495.62 57.6385 1516.52 52.1774C1491.98 49.2497 1484.83 52.4866 1465.97 52.7398C1454.06 52.8538 1380.85 54.162 1397.17 50.1619C1394.5 50.6802 1391.82 51.1992 1389.14 51.719C1386.41 50.6132 1383.68 49.5081 1380.95 48.4039C1388.61 48.1404 1396.25 47.8831 1403.88 47.6317C1405.73 48.7474 1407.57 49.8635 1409.41 50.98C1410.25 50.1591 1411.09 49.3383 1411.92 48.5175C1415.15 48.3211 1418.37 48.1259 1421.59 47.9318C1420.69 48.9166 1419.8 49.9015 1418.9 50.8865C1423.87 51.0016 1428.83 51.1194 1433.77 51.2398C1432.43 49.9487 1431.09 48.6578 1429.74 47.3671C1453.15 46.8224 1445.25 47.7141 1458.21 50.0479C1467.88 50.2265 1451.48 47.8363 1472.01 47.0569C1495.89 46.1762 1480.13 50.2327 1511.1 49.2514C1511.54 48.5994 1511.98 47.9475 1512.42 47.2956C1519.2 47.923 1525.94 48.556 1532.78 49.1949C1531.88 48.3876 1530.98 47.5805 1530.07 46.7734C1544.13 47.0554 1563.39 45.524 1568.05 48.7068C1553.83 47.1617 1553.93 52.7088 1557.65 53.7273C1563.22 55.2235 1623.88 54.7294 1665.04 54.7809C1680.94 54.7838 1693.49 54.8143 1699.65 54.881C1727.41 55.1826 1748.63 57.4431 1774.12 55.4407C1756.93 52.6236 1696.17 53.2115 1684.66 51.5632C1683.52 51.3953 1683.94 46.3193 1676.52 51.931C1672.84 51.7297 1669.03 51.5922 1665.08 51.5024C1644.21 51.0204 1619.93 51.9508 1595.17 51.7094C1596.08 50.2512 1596.98 48.793 1597.89 47.335C1615.83 50.5203 1632.9 43.8349 1630.43 49.4945C1634.04 49.5231 1637.54 49.553 1641.23 49.5869C1641.24 48.6085 1641.25 47.63 1641.26 46.6516C1646.75 46.7021 1652.2 46.7575 1657.62 46.818C1657.61 47.7964 1657.6 48.7748 1657.58 49.7532C1660.1 49.7813 1662.61 49.8104 1665.1 49.8407C1667.11 49.8651 1669.11 49.8902 1671.1 49.9159C1671.59 48.9465 1672.07 47.9772 1672.56 47.0078C1686.01 49.168 1732.02 44.618 1711.79 50.0657C1717.98 50.1814 1724.55 50.3133 1730.84 50.4494C1730.83 49.7337 1730.83 49.018 1730.82 48.3022C1733.55 48.2649 1736.26 48.229 1738.96 48.1946C1738.05 48.8217 1737.15 49.449 1736.25 50.0764C1748.71 49.1948 1760.53 52.9126 1768.74 50.9008C1763.28 50.2595 1758.04 49.6315 1752.61 49.0057C1762.87 50.1832 1782.17 48.8187 1783.82 48.8701C1788.96 49.0179 1791.71 50.5515 1797.39 50.8113C1802.51 51.0435 1801.83 49.9104 1802.78 49.9814C1830.17 52.0772 1819.6 57.7348 1832.6 51.1052C1833.9 52.1307 1835.23 53.1578 1836.58 54.1862C1838.46 53.4501 1840.32 52.7148 1842.18 51.9803C1850.33 52.3973 1858.36 52.83 1866.55 53.2922C1863.9 51.9499 1861.23 50.6093 1858.54 49.2703C1870.88 49.2888 1876.27 52.0083 1877.47 52.1216C1880.84 52.4315 1882.45 50.9818 1883.49 51.0318C1933.2 53.8499 1902.74 53.5356 1927.35 60.7506C1936.27 59.0514 1927.54 56.2346 1926.41 53.867C1937.97 55.6694 1941.91 55.2889 1954.15 56.2623C1957.4 56.5238 1960.82 58.0101 1962.85 58.1744C1964.64 58.3179 1970.15 57.4028 1974.42 57.7233C1981.58 58.2577 1990.78 59.7709 2000.5 60.5762C2008.47 61.2125 2033.18 62.4956 2050.33 64.2908C2057.55 65.0431 2055.83 65.9738 2057.71 66.1748C2058.5 66.2589 2064.38 65.5629 2069 66.0746C2107.23 70.2985 2146.32 76.4912 2184.45 83.0571C2196.32 85.0991 2208.24 87.0757 2220.16 89.1736C2235.35 91.847 2250.42 94.6367 2265.38 97.9204C2271.04 99.1683 2267.83 99.4662 2270.29 100.036C2271.14 100.232 2272.55 98.7966 2281.16 101.401C2284.27 102.344 2280.38 102.687 2283.47 103.437C2284.98 103.804 2285.94 102.49 2294.88 104.173C2311.08 107.236 2319.24 111.235 2320.68 111.512C2323.41 112.044 2322.91 110.664 2326.49 111.477C2344.02 115.458 2358.63 118.884 2374.19 122.735C2381.47 124.458 2431.41 137.332 2434.06 138.323C2440.05 140.434 2433.7 141.379 2441.56 143.399C2443.92 143.363 2446.28 143.328 2448.64 143.295C2445.28 141.879 2441.93 140.467 2438.57 139.056C2447.95 142.424 2459.14 144.245 2466.23 146.215C2467.54 146.579 2479.3 150.98 2485.49 152.535C2482.75 152.286 2480 152.038 2477.26 151.79C2478.08 152.437 2478.9 153.085 2479.72 153.732C2492.18 156.483 2505.19 160.055 2517.77 163.576C2522.3 164.844 2520.51 165.388 2525.1 166.674C2551.86 174.165 2546.14 168.337 2569.93 182.781C2561.39 179.78 2529.36 172.122 2524.82 170.606C2521.65 169.556 2510.89 159.812 2513.7 167.566C2487.96 160.514 2511.3 163.027 2487.04 157.25C2487.31 158.175 2487.57 159.1 2487.83 160.025C2479.3 158.235 2472.99 156.949 2468.27 154.161C2465.51 157.544 2437.58 147.55 2421.82 143.653C2399.05 137.991 2373.15 132.279 2350.55 126.85C2342.78 124.979 2338.74 122.388 2337.76 122.152C2336.32 121.814 2331.99 122.169 2329.14 121.494C2318.5 118.91 2286.55 109.149 2277.64 111.125C2341.21 125.195 2404.17 141.779 2466.93 158.844C2459.53 154.878 2523.05 172.021 2526.24 172.982C2529.2 173.873 2526.35 174.457 2527.21 174.775C2533.66 177.113 2539.79 176.804 2541.88 177.371C2543.47 177.803 2546.46 179.539 2552.15 181.056C2553.2 181.335 2553.73 180.5 2554.85 180.799C2562.25 182.795 2569.57 184.775 2577 186.751C2577.45 186.881 2578.97 188.714 2580.85 189.217C2582.74 189.718 2584.96 188.881 2585.43 189.002C2591.35 190.586 2601.35 194.143 2607 195.624C2608.96 196.136 2607.85 194.803 2610.05 195.386C2616.82 197.169 2614.1 198.509 2622.59 200.171C2625.44 200.726 2625.63 199.215 2630.96 200.784C2634.74 201.892 2633.66 204.397 2634.24 204.646C2635.03 204.974 2648.73 206.238 2652.58 209.007C2642.06 211.187 2662.82 211.8 2662.35 209.649C2667.45 211.414 2672.53 213.161 2677.66 214.905C2679.56 214.852 2681.46 214.796 2683.35 214.736C2701.32 221.037 2713.62 223.068 2730.26 227.006C2730.31 227.014 2730.44 227.054 2730.48 227.066C2732.85 227.865 2735.29 228.713 2737.85 229.629C2738.82 229.979 2755.58 236.551 2754.58 236.964C2745.06 235.016 2736.07 232.286 2729.95 228.697C2729.94 228.693 2729.9 228.682 2729.89 228.679C2729.09 228.302 2728.33 227.908 2727.63 227.497C2715.62 229.153 2716.18 225.839 2698.23 222.248C2692.23 221.039 2691.52 222.051 2690.84 221.905C2667.48 217.03 2630.32 208.188 2615.62 200.871C2611.04 200.629 2626.6 205.015 2620.34 204.096C2616.89 203.741 2536.79 183.483 2563.3 186.545C2560.63 185.938 2557.95 185.33 2555.28 184.722C2551.7 187.55 2538.75 183.177 2541.2 180.061C2539.76 180.444 2538.32 180.827 2536.88 181.21C2534.26 181.152 2531.25 180.686 2527.12 179.77C2511.29 176.231 2418.63 149.694 2413.51 149.024C2413.18 149.831 2412.84 150.638 2412.51 151.445C2453.39 163.274 2493.75 172.213 2537.93 186.768C2536.84 185.631 2535.75 184.496 2534.66 183.359C2552.24 189.311 2569.84 195.23 2587.48 201.068C2568.12 197.486 2537.66 190.527 2518.11 183.939C2514.64 182.768 2517.53 182.382 2516.75 182.028C2514.72 181.107 2511.92 182.379 2504.26 180.487C2496.6 178.591 2477.84 172.03 2476.08 171.592C2472.68 170.75 2462.97 170.437 2457.22 168.851C2449.68 166.765 2455.11 166.795 2453.6 166.356C2447.36 164.525 2441.54 163.671 2436.66 162.251C2429.4 160.137 2414.85 153.731 2408.82 155.858C2414 157.396 2419.18 158.941 2424.35 160.49C2395.75 154.199 2374.75 143.981 2345.92 140.463C2338.52 143.106 2361.74 148.271 2341.79 145.227C2345.33 146.038 2348.91 146.863 2352.46 147.689C2353.51 147.013 2354.56 146.338 2355.61 145.663C2361.54 147.822 2367.5 150.006 2373.42 152.195C2371.88 150.964 2370.34 149.733 2368.8 148.503C2390.57 153.413 2412.58 158.398 2418.99 164.62C2419.71 163.719 2420.42 162.818 2421.14 161.917C2440.84 168.484 2472.07 172.36 2464.92 176.495C2465.95 176.453 2466.98 176.41 2468.01 176.368C2479.8 180.821 2475.27 177.072 2479.89 178.048C2481.21 178.326 2504.42 185.961 2493.53 184.794C2516.15 192.348 2510.51 185.122 2516.91 186.617C2530.89 193.255 2558.48 196.48 2546.21 197.614C2548.36 198.364 2550.51 199.11 2552.66 199.857C2560.75 198.537 2566.87 204.136 2574.37 207.456C2577.01 208.236 2579.65 209.016 2582.27 209.791C2584.34 209.163 2586.41 208.533 2588.48 207.903C2612.09 219.698 2607.92 203.293 2616.21 218.285C2614.25 218.546 2612.28 218.807 2610.32 219.067C2605.99 218.313 2601.68 217.554 2597.37 216.793C2614.34 221.572 2631.3 226.255 2648.34 230.829C2669.24 239.591 2682.54 238.919 2706.19 247.189C2708.55 247.391 2710.87 247.58 2713.22 247.773C2710.29 249.993 2701.55 247.595 2717.72 252.542C2718.67 254.8 2707.53 252.556 2702.78 249.889C2701.64 249.245 2712.39 250.149 2700.71 247.409C2692.78 245.525 2706.64 251.24 2683.09 244.797C2683.86 245.478 2684.63 246.16 2685.4 246.841C2682.82 246.219 2680.25 245.594 2677.69 244.968C2675.67 243.328 2673.66 241.688 2671.62 240.041C2665.35 240.196 2661.56 241.638 2648.25 237.843C2652.05 238.059 2647.66 234.648 2641.05 233.033C2640.85 233.823 2640.66 234.613 2640.46 235.403C2624.28 231.872 2630.44 230.965 2616.66 229.366C2615.49 228.397 2614.32 227.428 2613.15 226.458C2605.25 227.199 2578.18 221.957 2584.06 219.362C2575.62 221.161 2560.43 215.289 2555.42 210.72C2554.77 211.381 2554.11 212.042 2553.45 212.704C2550.32 212.03 2547.19 211.357 2544.06 210.682C2542.46 209.743 2540.87 208.805 2539.27 207.867C2536.96 207.747 2534.64 207.626 2532.33 207.506C2531.22 206.364 2530.12 205.224 2529.01 204.082C2525.23 204.066 2521.47 204.049 2517.7 204.032C2515.72 202.822 2513.75 201.613 2511.77 200.402C2511.09 201.975 2489.73 196.535 2484.09 193.844C2482.2 193.837 2480.3 193.829 2478.4 193.821C2477.75 192.808 2477.09 191.795 2476.44 190.782C2474.96 191.045 2473.47 191.309 2471.99 191.572C2469.13 190.124 2466.26 188.677 2463.4 187.231C2450.01 187.685 2450.52 184.238 2447.7 183.497C2442.45 182.119 2424.02 179.723 2421.07 178.811C2418.13 177.893 2417.07 176.142 2414.7 175.375C2375.73 162.767 2391.02 170.775 2382.94 169.275C2378.58 168.483 2375.88 166.419 2372.06 165.589C2365.54 164.123 2332.46 157.655 2330.62 157.07C2327.94 156.161 2335.88 151.674 2326.57 151.064C2325.5 154.237 2307.24 146.389 2315.06 153.063C2307.3 150.785 2299.58 148.551 2291.81 146.343C2291.82 150.42 2282.7 145.69 2272.12 143.567C2257.11 140.467 2222.88 136.087 2224.93 132.389C2221.16 132.586 2217.39 132.791 2213.61 133.004C2212.97 132.846 2212.34 132.69 2211.71 132.536C2188.2 126.811 2164.43 124.031 2140.63 120.496C2068.02 109.647 1988.1 101.686 1914.42 96.5365C1910.93 96.29 1911.51 94.9915 1908.97 94.8147C1895.45 93.8476 1860.64 93.0244 1841.84 91.976C1835.81 91.6294 1832.82 90.2126 1830.97 90.0791C1824.55 89.6148 1825.99 91.3845 1823.02 91.2207C1818.26 90.9451 1793.4 88.4855 1784.76 88.0694C1780.55 87.8568 1775.48 89.0655 1770.46 88.5038C1770.03 88.4575 1770.87 87.0801 1770.5 87.0452C1761.32 86.6174 1766.79 87.9814 1763.74 87.8336C1741.92 86.7849 1718.36 86.246 1694.56 85.5707C1688.54 85.3982 1679.71 84.2809 1674.57 84.1197C1672.62 84.0611 1676.11 85.1688 1669.36 84.9932C1667.39 84.9424 1666.53 83.9236 1664.69 83.5489C1664.38 83.4842 1664.05 83.4388 1663.67 83.421C1652.62 82.9142 1648.82 87.3175 1639.17 83.6568C1620.8 83.7132 1588.35 84.6943 1571.53 84.7002C1567.54 84.6973 1565.59 83.8786 1561.77 83.8895C1559.07 83.8967 1554.21 85.1585 1550.05 85.1747C1545.86 85.1902 1539.22 83.9896 1531.07 84.0487C1522.42 84.1077 1511.94 84.8581 1509.98 84.8614C1507.65 84.8698 1506.56 83.3532 1504.23 83.3819C1497.11 83.4564 1478.41 85.0505 1469.27 85.2779C1459.49 85.5161 1453.71 84.8267 1450.36 84.8685C1447.28 84.914 1443.69 86.2284 1442.28 86.2522C1440.08 86.2912 1439.55 84.7961 1436.76 84.8342C1432.19 84.9008 1427.56 85.8879 1420.74 85.9831C1297.94 87.7377 1177.49 89.6053 1058.02 92.3885C1044.64 92.7053 1037.27 93.9996 1017.56 94.2103C1009.61 94.2954 1012.9 92.6303 1006.75 93.1433C1004.01 93.3741 1004.75 94.5652 1001.24 94.7514C985.744 95.5667 967.832 95.123 961.1 95.4077C958.451 95.5173 955.478 97.0172 950.083 97.2527C909.712 99.0161 861.555 100.764 818.186 103.257C797.514 104.434 767.615 106.661 742.743 108.397C739.704 108.608 736.765 108.81 733.945 108.999C661.357 113.831 583.14 120.412 517.732 129.31C466.341 135.815 416.697 146.453 362.096 152.793C314.278 157.89 266.478 163.891 218.778 170.352C260.162 167.051 314.509 160.091 362.369 155.427C368.847 154.787 375.192 154.054 381.277 153.293C500.8 134.232 619.794 118.713 742.92 111.266C776.816 109.045 810.761 107.138 844.441 105.502C898.305 102.868 966.314 100.002 1025.36 98.7422C1028.03 98.6835 1033.62 97.4268 1039.36 97.3457C1040.57 97.3292 1055.88 98.7595 1061.05 98.6134C1056.09 95.3242 1076.26 97.7472 1082.5 97.4738C1090.4 97.1193 1106.62 94.8987 1125.09 95.3472C1141.74 95.7577 1137.21 97.2156 1138.12 97.2722C1144.03 97.6462 1146.03 95.4541 1150.55 95.1157C1168.97 93.6879 1263.97 92.7159 1290.47 92.3743C1297.32 92.2663 1297.54 93.622 1299.08 93.5986C1303.17 93.5332 1308.94 92.0881 1315.5 91.9846C1327.33 91.8 1340.89 92.8681 1347.41 92.7748C1362.96 92.5479 1392.4 90.6391 1412.6 90.3962C1418.29 90.326 1417.95 91.7438 1420.52 91.7121C1431.8 91.5631 1461.23 89.6434 1475.33 89.5478C1498.08 89.3787 1521.56 90.2039 1544.78 89.7241C1546.24 90.3538 1547.71 90.9838 1549.17 91.614C1551.47 90.9517 1553.76 90.2901 1556.11 89.6293C1592.11 90.1063 1628.71 89.1358 1664.62 89.4531C1667.82 89.4815 1670.99 89.5197 1674.14 89.5695C1678.65 89.6304 1700.77 91.1828 1704.5 91.2634C1707.57 91.318 1710.61 89.811 1715.11 90.1279C1721.51 90.5733 1715.44 93.4247 1725.94 92.7899C1728.76 92.6194 1726.07 91.2874 1731.7 91.0126C1733.5 90.8938 1769.55 91.2815 1771.63 91.4564C1774.88 91.6976 1777.68 94.51 1778.51 94.5935C1782.82 95.0306 1782.69 92.9329 1785.58 92.8309C1794.2 92.5231 1805.42 94.3183 1806.77 94.3361C1823.72 94.5197 1855.19 94.1465 1872.81 96.0264C1875.21 96.2826 1874.85 97.8262 1875.28 97.8982C1878.07 98.3602 1879.89 96.6751 1882.54 96.7695C1896.53 97.2739 1918.93 99.7588 1932.93 100.981C1934.58 101.121 1938.13 100.497 1941.05 100.775C1957.44 102.37 1952.04 103.389 1952.96 103.507C1955.2 103.81 1959.26 102.582 1965.13 102.924C1980.43 103.776 2009.54 106.427 2025.78 108.133C2037.89 109.393 2037.58 111.126 2038.37 111.235C2040.11 111.473 2044.92 110.563 2052.96 111.262C2068.38 112.618 2066.48 113.806 2072.81 114.466C2073.34 114.528 2072.58 113.093 2079.55 113.777C2093.11 115.062 2123.3 120.376 2137.64 122.509C2143.16 123.311 2144.63 122.237 2150.32 123.097C2159.27 124.414 2179.23 129.21 2180.79 129.506C2181.24 129.585 2182.51 128.307 2185.13 128.772C2188 129.285 2190.65 130.536 2192.83 130.93C2198.32 131.921 2205.71 132.782 2211.46 133.807C2218.66 135.09 2223.49 136.598 2219.7 138.799C2223.87 138.304 2228.02 137.815 2232.22 137.348C2257.8 142.853 2282.73 147.873 2308.09 153.601C2313.79 154.892 2318.32 157.005 2323.12 158.117C2327.93 159.211 2349.49 162.848 2353.03 163.726C2359.36 165.216 2395.26 174.32 2399.69 175.647C2408.34 178.158 2416.23 182.517 2419.89 183.052C2422.82 183.482 2420.51 181.592 2426.02 182.71C2435.57 184.642 2451.13 190.488 2454.01 191.246C2455.24 191.57 2453.19 190.02 2464.7 193.078C2470.9 194.725 2473.95 196.649 2476.2 197.258C2476.9 197.443 2476.3 195.508 2488.51 199.077C2496.94 201.546 2500.21 203.805 2501.1 204.052C2502.43 204.425 2506.02 203.948 2511.38 205.459C2523.89 208.999 2546.45 216.788 2558.4 220.111C2560.72 220.755 2560.36 218.904 2569.55 221.519C2576.14 223.388 2574.64 224.387 2577.1 225.095C2580.99 226.212 2587.29 226.167 2595.94 228.485C2606.74 231.616 2687.97 253.516 2692.22 254.698C2695 255.654 2698.32 256.439 2699.57 257.482C2698.2 257.887 2696.82 258.293 2695.45 258.697C2683.45 253.368 2687.87 257.291 2684.49 256.685C2679.58 255.811 2661.47 251.087 2656.95 250.611C2655.32 250.446 2658.57 252.794 2649.95 251.471C2640.72 250.041 2637.4 246.443 2632.9 249.084C2621.12 241.934 2607.8 242.953 2622.3 247.848C2629.41 250.364 2693.26 267.294 2719.96 273.443L2715.87 272.333C2719.29 273.496 2722.04 274.43 2723.93 275.066C2736.86 279.43 2761.65 286.292 2777.6 291.733C2786.91 294.914 2810.14 302.598 2808.56 304.132C2816.86 307.06 2808.6 302.367 2810.43 302.676C2814.23 303.311 2840 313.003 2844.98 314.542C2869.42 322.121 2901.03 329.932 2924.05 339.756C2922.79 339.906 2921.54 340.054 2920.27 340.202C2914.6 339.421 2890.23 330.251 2886.69 331.74C2922.93 343.277 2959.24 354.726 2995.9 365.871C2995.73 363.66 3041.41 377.327 3043.35 378.804C3042.25 379.558 3041.15 380.309 3040.04 381.06C3015.26 369.73 3016.17 375.335 2999.66 367.501C2992.66 365.335 2994.26 367.596 2990.69 366.848C2955.41 359.39 2991.19 363.38 2964.44 356.717C2971.57 361.511 2949.86 355.729 2940.16 353.009C2937.94 352.398 2909.46 342.767 2906.04 341.716C2886.89 335.885 2853.71 326.693 2835.22 319.328C2820.39 314.395 2811.67 313.434 2797.98 309.449C2787.68 306.453 2790.98 306.217 2786.14 304.643C2776.01 301.338 2771.58 303.859 2766.65 296.758C2759.65 295.183 2752.53 293.571 2745.48 291.984C2745.74 291.209 2745.99 290.434 2746.24 289.659C2741.95 288.275 2737.64 286.883 2733.31 285.484C2731.78 285.844 2730.26 286.208 2728.76 286.574C2715.47 281.117 2721.75 281.083 2719.91 278.065C2718.16 277.403 2716.42 276.739 2714.66 276.074L2719.11 277.282C2717.88 276.944 2716.65 276.606 2715.43 276.267C2712.65 277.46 2709.87 278.651 2707.1 279.839C2693.36 276.589 2679.63 273.23 2665.99 269.802C2665.29 268.799 2664.6 267.797 2663.9 266.794C2663.68 267.576 2663.46 268.358 2663.24 269.14C2640.02 263.705 2616.9 258.032 2593.9 252.213C2587.44 251.902 2624.07 262.37 2626.87 263.111C2642.31 267.533 2684.22 276.236 2683.67 279.019C2690.37 279.141 2705.26 282.313 2717.24 285.698L2712.02 284.278C2718.02 286.614 2723.14 288.949 2725.88 290.771C2721.11 289.171 2716.31 287.563 2711.48 285.945L2716.86 287.408C2707.93 285.324 2699.1 283.219 2690.22 281.058C2690.45 282.107 2690.68 283.156 2690.91 284.205C2674.47 276.365 2671.93 275.981 2653.3 275.264C2653.59 273.996 2653.88 272.729 2654.17 271.461C2640.72 272.856 2620.83 259.921 2618.86 265.171C2612.43 263.072 2605.99 260.951 2599.6 258.828C2585.36 255.793 2606.01 265.782 2551.54 249.556C2547.79 248.43 2548.94 247.267 2543.24 245.836C2541.61 245.425 2531.69 244.905 2513.9 239.846C2511.13 239.056 2511.24 237.808 2508.4 236.871C2501.83 234.698 2487.93 233.435 2495 231.24C2468.97 222.935 2479.03 229.064 2470.53 228.09C2464.88 227.44 2466.59 225.467 2461.75 224.702C2455.77 223.763 2459.39 227.192 2436.46 219.848C2439.11 220.396 2441.75 220.946 2444.4 221.498C2443.26 220.52 2442.12 219.542 2440.97 218.565C2427.33 216.474 2429.16 214.634 2421.99 216.455C2412.79 212.313 2404.51 209.963 2391.32 206.789C2365.7 200.68 2377.79 207.82 2350.06 195.316C2345.18 194.842 2340.31 194.38 2335.43 193.926C2328.08 190.505 2334.8 190.159 2323.36 186.947C2331.47 192.871 2307.5 185.583 2302.59 187.959C2302.35 187.064 2302.11 186.169 2301.86 185.274C2299.3 184.666 2296.73 184.061 2294.16 183.458C2294 184.093 2293.84 184.727 2293.69 185.361C2290.38 184.084 2287.04 182.807 2283.75 181.545C2281.03 181.585 2278.32 181.628 2275.6 181.675C2271.66 179.381 2267.73 177.099 2263.79 174.827C2261.16 174.147 2258.51 173.469 2255.86 172.796C2256.5 173.931 2257.14 175.065 2257.77 176.2C2254.41 175.13 2251.08 174.075 2247.73 173.023C2251.36 175.442 2248.49 176.716 2237.85 174.416C2229.1 172.551 2239.68 171.314 2220.5 168.804C2219.33 168.662 2217.1 170.025 2204.73 168.326C2202.92 168.082 2200.87 167.77 2198.56 167.376C2177.32 163.839 2187.87 164.088 2184.1 163.324C2183.4 163.185 2176.68 163.187 2170.59 162.313C2167.15 161.818 2163.95 160.302 2163.49 160.228C2161.31 159.908 2160.52 161.16 2157.56 160.723C2150.01 159.596 2139.99 157.352 2132.66 156.334C2129.3 155.861 2125.97 156.195 2124.5 155.994C2122.2 155.67 2119.42 154.026 2117.04 153.698C2108.35 152.493 2094.6 154.836 2091.22 148.676C2082.21 152.793 2065.28 144.452 2066.16 148.099C2043.74 143.975 1982.85 142.913 1984.98 137.28C1971.73 141.274 1973.14 137.736 1967.67 137.39C1961.61 137.018 1964.69 138.23 1959.9 137.832C1948.58 136.899 1937.91 135.752 1926.66 135.018C1928.47 134.322 1930.22 133.624 1932.08 132.934C1920.36 131.925 1924.35 134.058 1912.16 133.686C1890.12 133.068 1899.4 132.115 1896.27 129.81C1896.98 131.88 1870.81 130.193 1868.24 129.821C1866.64 129.583 1873.8 127.272 1857.66 127.369C1858.5 128.22 1859.35 129.072 1860.19 129.924C1852.76 128.454 1833.02 129.03 1829.57 128.629C1828.05 128.44 1820.08 121.576 1812.19 126.474C1811.3 125.629 1810.38 124.784 1809.5 123.94C1801.17 124.619 1792.54 125.308 1784.1 126.023C1782.81 124.52 1781.52 123.018 1780.22 121.516C1777.55 121.436 1774.87 121.356 1772.18 121.279C1773.93 122.628 1775.67 123.977 1777.41 125.328C1760.7 124.235 1740.55 125.805 1737.21 121.354C1733.68 122.085 1730.12 122.818 1726.55 123.554C1724.26 122.049 1721.96 120.545 1719.66 119.042C1703.19 119.087 1702.99 120.066 1691.58 121.43C1692.04 120.301 1692.51 119.171 1692.97 118.042C1686.12 119.235 1674.91 120.301 1664.24 120.689C1661.93 120.776 1659.66 120.829 1657.48 120.841C1651.82 120.868 1641.98 119.206 1640.61 119.337C1639.15 119.47 1625.9 125.516 1624.44 120.179C1604.55 122.398 1596.11 119.965 1588.01 119.993C1582.76 120.015 1580.4 121.287 1574.56 121.406C1566.19 121.579 1557.67 120.955 1552.79 121.043C1550.03 121.097 1549.51 122.345 1547.61 122.385C1538.59 122.581 1543.88 121.301 1534.33 121.397C1533.47 121.412 1526.37 122.945 1518.59 122.772C1514.22 122.675 1502.82 121.008 1501.81 121.017C1497.36 121.067 1500.86 124.467 1485.7 120.596C1486.14 121.244 1486.58 121.892 1487.03 122.54C1468.24 124.297 1465.14 121.43 1461.38 121.255C1460.9 121.242 1456.34 122.397 1453.59 122.265C1448.96 122.038 1447.07 120.52 1446.04 120.461C1442.41 120.256 1430.22 121.042 1422.26 119.641C1423.99 123.986 1396.06 125.845 1389.84 120.984C1384.91 122.021 1379.98 123.061 1375.03 124.103C1372.78 123.319 1370.55 122.535 1368.3 121.751C1366.95 122.582 1365.61 123.412 1364.26 124.243C1357.04 122.558 1349.81 120.878 1342.56 119.203C1342.13 121 1341.7 122.796 1341.27 124.593C1339.25 124.421 1337.23 124.249 1335.22 124.078C1333.62 122.681 1332.02 121.284 1330.43 119.888C1327.91 120.2 1325.39 120.513 1322.88 120.827C1322.27 121.866 1321.66 122.906 1321.05 123.946C1307.51 125.367 1314.31 115.418 1288.64 124.525C1284.61 123.789 1280.57 123.055 1276.54 122.322C1272.08 126.36 1263.53 124.139 1256.68 124.725C1251.85 125.14 1252.15 126.702 1245.56 126.878C1238.97 127.054 1239.17 125.55 1238.66 125.551C1233.28 125.576 1229.26 126.989 1225.31 126.815C1224.72 126.789 1223.19 125.041 1218.17 125.043C1213.14 125.047 1210.15 127.012 1202.66 126.834C1198.82 126.745 1197.67 125.271 1194.27 125.221C1178.04 124.971 1161.95 132.997 1149.53 124.312C1146.78 125.527 1127.11 130.074 1118.54 130.095C1105.29 130.114 1110.35 128.198 1105.08 128.029C1104.31 128.004 1100.37 128.716 1089.22 128.95C1087.23 128.992 1087.72 129.976 1087.44 129.998C1074.51 130.373 1049.3 130.401 1035.19 130.745C1033.92 130.774 1027.31 133.784 1015.95 130.438C999.438 133.785 967.646 129.024 945.943 134.081C942.873 134.293 939.118 133.449 937.767 133.539C926.104 134.332 930.69 137.15 904.089 133.869C906.271 135.317 900.225 136.972 891.579 137.241C878.431 137.657 887.611 134.363 877.131 135.077C877.168 135.888 877.205 136.699 877.243 137.51C853.065 136.45 848.557 140.139 824.252 141.392C815.74 141.831 802.567 140.733 800.568 140.838C799.735 140.887 790.536 143.35 789.553 143.421C784.378 143.767 781.435 143.029 777.043 143.275C762.684 144.069 745.291 147.691 748.223 142.881C747.126 143.225 746.032 143.569 744.943 143.914C742.068 144.792 739.221 145.672 736.401 146.553C721.225 142.573 710.188 150.168 706.84 145.598C704.277 146.77 701.674 147.947 699.005 149.132C634.591 153.286 570.908 158.806 507.781 167.089C505.377 168.937 477.851 172.414 476.439 172.425C469.701 172.36 476.153 167.95 462.934 170.789C461.689 172.476 460.459 174.161 459.244 175.845C442.553 178.988 450.297 176.274 443.526 176.348C440.817 176.969 441.84 177.962 438.056 178.657C422.114 181.551 391.847 186.797 365.897 189.512C359.681 190.177 353.922 190.813 349.116 191.358C344.641 191.869 345.198 190.734 343.805 190.885C339.973 191.32 332.586 193.508 324.912 194.411C277.461 199.866 210.237 208.689 163.023 215.966C159.799 216.454 159.185 215.27 157.025 215.59C154.075 216.03 147.516 218.268 144.416 218.735C141.499 219.175 139.36 218.59 136.21 219.07C121.691 221.267 102.884 226.735 87.2582 227.331C85.9539 227.345 69.2123 225.986 68.7506 225.785C66.2329 224.369 79.2413 217.858 55.9489 220.685C75.5853 213.216 68.0183 210.078 41.3193 215.033C54.1685 210.832 67.4666 207.015 80.9746 203.388C80.8768 202.862 80.7791 202.336 80.6814 201.811C67.6905 202.055 55.105 204.02 36.8962 208.925C37.3112 208.291 37.7328 207.657 38.161 207.021C53.6022 200.048 73.7651 194.894 85.894 188.813C66.4832 190.507 47.0763 192.555 28.1232 195.573C28.9218 194.927 29.7366 194.28 30.567 193.632C39.0752 190.012 58.5176 184.483 65.8999 181.835C93.9643 171.601 40.0858 185.197 48.4089 181.069C78.8884 173.431 109.716 167.341 140.749 161.758C141.384 158.991 22.0384 180.173 22.063 177.178C31.5708 173.991 41.1531 171.111 50.8011 168.379C46.1096 168.264 41.6323 168.128 36.8637 168.114C37.9594 167.415 39.0747 166.714 40.1986 166.015C56.2709 160.831 72.7294 156.115 88.9978 151.712C38.9144 163.252 15.885 169.91 0.259405 165.018C1.54002 164.302 2.85432 163.586 4.20189 162.869C17.5409 164.175 68.2182 149.323 95.5875 142.853C89.572 142.195 65.7004 148.789 60.3206 149.004C58.7881 149.043 63.6092 146.648 60.0737 146.814C50.9615 146.947 12.5675 155.154 17.415 151.851C20.7989 148.826 81.2439 132.503 93.0981 130.668C64.858 134.114 36.3082 139.698 6.46318 145.963C23.6143 136.53 38.5733 127.482 70.9364 120.118C80.5539 115.508 10.6833 129.17 7.8721 129.701C20.1072 124.773 32.0072 120.434 43.8286 116.321C33.7022 119.102 23.4495 122.07 12.951 125.418C12.8083 125.036 12.6655 124.653 12.5227 124.27C39.2885 114.722 62.5515 105.993 92.5915 100.137C91.2282 98.1955 73.2673 102.092 64.545 104.028ZM2845.03 327.664C2845.06 329.551 2834.87 325.973 2829.06 324.068C2829.82 324.655 2830.59 325.244 2831.37 325.836C2819.17 321.563 2796.3 313.474 2794.41 316.506C2785.5 314.087 2790.3 312.467 2787.57 311.225C2786.47 310.728 2774.49 308.708 2765.91 303.693C2763.69 302.985 2761.54 302.303 2759.36 301.606C2758.59 302.552 2757.82 303.498 2757.05 304.443C2754.43 302.149 2751.8 299.851 2749.17 297.549C2781.1 307.604 2813.03 317.655 2844.98 327.649C2845 327.654 2845.01 327.659 2845.03 327.664ZM2526.44 239.812C2514.79 235.994 2497.03 230.097 2499.85 234.095C2507.34 235.965 2514.82 237.833 2522.33 239.699C2523.7 239.737 2525.07 239.775 2526.44 239.812ZM1343.93 116.271C1333.76 113.364 1324.47 116.163 1308.78 115.885C1308.81 116.532 1308.84 117.179 1308.87 117.826C1315.26 116.157 1332.23 116.905 1343.93 116.271ZM3144.44 402.729C3146.65 403.373 3148.75 403.994 3150.77 404.611C3144.11 405.984 3141.35 404.865 3136.19 403.498C3135.96 403.443 3135.24 403.32 3135 403.259C3133.15 402.716 3130.95 402.124 3127.98 401.548C3127.31 401.418 3127.37 402.247 3127.14 402.2C3124.54 401.665 3122.36 400.175 3119.96 399.622C3115.48 398.589 3111.48 398.63 3103.67 396.619C3097.52 395.021 3097.98 393.549 3095.81 393.028C3093.87 392.584 3075.06 391.922 3064.23 386.969C3046.66 378.957 3110.5 396.093 3135.49 400.994C3135.71 401.052 3136.4 401.17 3136.62 401.222C3140.73 401.992 3143.5 402.511 3144.44 402.729ZM3186.51 420.993C3184.95 420.025 3183.45 419.116 3182.01 418.269C3187.71 419.005 3178.14 413.424 3172.89 411.115C3173.62 408.73 3186.25 416.68 3193.7 421.056C3191.23 420.962 3188.83 420.94 3186.51 420.993ZM2938.65 343.078C2946.86 345.409 2944.67 347.668 2944.08 348.361C2941.49 347.551 2938.86 346.725 2936.32 345.928C2937.1 344.978 2937.88 344.028 2938.65 343.078ZM3000.16 361.065C2997.03 362.12 2979.05 357.503 2970.68 355.07C2970.31 354.955 2972.94 354.675 2966.94 352.917C2965.23 352.428 2946.53 350.599 2951.7 347.674C2967.81 352.19 2983.95 356.659 3000.13 361.057C3000.14 361.06 3000.15 361.062 3000.16 361.065ZM3017.73 367.532C3014.25 367.12 3010.74 366.692 3007.18 366.247C3005.68 364.857 3004.24 363.485 3002.78 362.108C3006.56 363.016 3010.58 363.989 3014.41 364.901C3015.52 365.78 3016.62 366.657 3017.73 367.532ZM468.215 150.263C469.142 151.09 470.072 151.917 471.006 152.744C474.187 152.838 488.272 146.522 483.509 146.414C478.308 147.697 473.367 148.957 468.215 150.263ZM404.648 158.319C401.37 158.331 398.106 158.331 394.796 158.324C391.358 160.468 387.786 162.612 384.233 164.727C400.851 163.611 417.8 162.104 414.369 157.811C417.916 157.252 421.631 156.657 425.139 156.094C422.462 158.531 422.943 159.119 432.511 158.85C434.072 155.806 444.026 155.611 454.791 153.291C446.794 154.394 438.814 155.521 430.773 156.655C430.696 156.175 430.618 155.695 430.541 155.215C448.422 152.502 425.768 153.056 414.267 156.831C413.221 156.341 412.179 155.849 411.142 155.356C408.97 156.349 406.865 157.328 404.648 158.319ZM1704.16 99.7C1701.94 99.1713 1699.71 98.6437 1697.47 98.1169C1688.66 104.346 1706.49 98.5837 1718.82 103.879C1714.75 99.9622 1733.95 100.519 1734.98 100.292C1732.83 98.9541 1730.67 97.617 1728.5 96.2807C1720.35 97.4045 1712.22 98.5445 1704.16 99.7ZM1640.87 94.4638C1648.57 97.7023 1610.43 97.5771 1597.78 96.8454C1594.68 96.6591 1589.13 94.8934 1586.87 95.1065C1585.5 95.7467 1584.13 96.3872 1582.76 97.028C1581.22 94.7887 1556.16 97.2484 1546.39 98.4613C1545.47 97.6502 1544.54 96.8392 1543.62 96.0283C1540.04 96.3533 1536.46 96.6801 1532.86 97.0085C1533.31 96.199 1533.76 95.3895 1534.21 94.58C1531.49 95.5571 1528.77 96.5351 1526.04 97.5141C1515.41 98.6229 1521.96 94.1962 1513.98 95.5964C1505.11 97.1541 1519.67 99.7307 1519.39 101.442C1526.55 100.978 1543.09 99.9661 1550.33 99.9192C1554.5 99.895 1549.76 102.946 1567.93 99.4473C1571.9 100.273 1575.85 101.101 1579.79 101.932C1587.08 100.647 1594.46 99.3708 1601.71 98.1022C1603.06 99.2427 1604.4 100.384 1605.75 101.525C1606.44 101.702 1623.46 99.2337 1622.53 98.3787C1629.32 100.594 1643.37 101.09 1658.08 101.368C1659.5 100.767 1660.91 100.167 1662.32 99.5675C1648.14 100.737 1657.83 98.8636 1653.61 97.6364C1651.17 96.9287 1643.64 95.5167 1640.87 94.4638ZM565.313 134.783C542.078 140.26 556.31 136.245 530.928 139.394C532.87 140.624 534.827 141.854 536.799 143.084C548.876 138.851 569.76 138.283 565.338 134.78C565.33 134.781 565.322 134.782 565.313 134.783ZM313.809 173.74C327.191 171.259 320.157 169.774 337.192 167.099C337.2 167.098 337.208 167.097 337.216 167.097C328.349 167.928 319.469 168.801 310.601 169.71C311.672 171.053 312.741 172.396 313.809 173.74ZM1111.64 107.016C1124.84 107.268 1122.25 106.203 1134.23 108.142C1151.94 104.888 1136.89 105.695 1136.82 103.19C1132.78 104.038 1128.74 104.887 1124.71 105.738C1114.74 103.678 1124.09 102.229 1124.09 102.004C1124.08 102.005 1124.07 102.005 1124.06 102.005C1124.04 101.253 1124.36 101.085 1120.55 100.739C1117.57 102.831 1114.61 104.923 1111.64 107.016ZM1167.94 102.361C1163.47 104.143 1161.49 106.331 1173.39 107.091C1173.4 107.091 1173.41 107.091 1173.41 107.091C1174.26 103.346 1185.77 106.059 1190.93 105.683C1192.28 105.245 1193.63 104.808 1194.98 104.37C1185.99 103.693 1176.94 103.024 1167.94 102.361ZM1366.58 94.9561C1366.68 99.0654 1356.74 99.5948 1370.79 103.187C1373.5 103.077 1376.24 102.966 1378.97 102.857C1380.75 101.931 1382.52 101.006 1384.3 100.081C1418.88 107.107 1429.06 94.2905 1370.75 99.7686C1370.74 99.7715 1370.73 99.7744 1370.72 99.7774C1369.34 98.1701 1367.96 96.563 1366.58 94.9561ZM1305.72 96.2707C1305.32 98.4358 1304.92 100.601 1304.52 102.766C1296.81 97.6987 1287.04 102.843 1272.01 99.4673C1270.66 100.15 1269.32 100.833 1267.98 101.516C1262.37 100.161 1207.43 100.964 1219.41 104.021C1224.63 105.35 1235.9 103.13 1236.87 103.154C1240.18 103.244 1244.52 105.004 1250.09 104.778C1253.31 104.645 1260.05 102.325 1266.62 102.197C1281.31 101.907 1308.2 107.255 1327.44 101.406C1328.84 102.033 1330.25 102.661 1331.65 103.289C1345.95 102.664 1341.15 100.677 1354.53 102.935C1363.58 92.529 1300.93 104.296 1313.86 95.7801C1313.86 95.7802 1313.85 95.7804 1313.84 95.7805C1311.13 95.9433 1308.43 96.1066 1305.72 96.2707ZM911.253 111.098C910.276 109.295 893.858 112.857 897.554 108.281C892.292 110.05 886.832 111.832 881.483 113.613C881.543 114.021 881.603 114.428 881.663 114.836C887.035 114.269 892.512 113.701 897.793 113.145C897.842 113.794 897.891 114.443 897.941 115.091C905.806 112.376 939.368 111.995 938.45 114.347C940.207 113.302 941.966 112.257 943.73 111.212C959.779 113.215 973.611 109.859 991.058 111.798C992.381 110.943 993.705 110.087 995.031 109.232C995.938 109.849 996.846 110.467 997.754 111.085C1004.18 110.932 1010.48 110.787 1016.83 110.645C1037.45 107.299 997.145 105.326 992.195 105.907C991.548 105.985 991.708 107.663 987.667 108.078C980.6 108.792 940.105 108.695 927.706 110.342C927.553 109.23 927.399 108.118 927.245 107.007C921.957 108.365 916.624 109.729 911.253 111.098ZM1443.72 98.4735C1444.64 99.6023 1445.56 100.731 1446.48 101.86C1462.17 100.592 1472.05 101.525 1468 97.7918C1467.99 97.7918 1467.98 97.7919 1467.97 97.792C1459.86 98.0121 1451.84 98.2389 1443.72 98.4735ZM2589.14 237.859C2589.32 235.569 2582.17 232.825 2572.31 231.881C2572.6 232.637 2572.88 233.392 2573.17 234.147C2578.58 233.588 2583.9 238.481 2599.28 242.024C2599.57 240.924 2599.85 239.823 2600.14 238.723C2596.47 238.438 2592.8 238.15 2589.14 237.859ZM1430.14 98.1061C1425.36 96.8103 1411.96 101.018 1420.8 101.126C1427.56 101.208 1432.71 98.8015 1430.14 98.1061ZM260.516 178.395C264.02 178.153 267.533 177.915 271.052 177.683C272.746 176.48 274.421 175.281 276.11 174.082C276.102 174.083 276.094 174.084 276.086 174.085C270.908 175.506 265.683 176.948 260.516 178.395ZM1066.66 108.584C1078.61 108.059 1090.79 107.54 1102.74 107.042C1102.84 106.408 1102.95 105.774 1103.05 105.14C1091.12 107.799 1086.11 105.476 1083.31 105.41C1083.32 105.41 1083.33 105.409 1083.34 105.409C1074.26 105.192 1065.77 105.095 1057.12 104.624C1060.29 105.943 1063.52 107.262 1066.66 108.584ZM1025.24 105.987C1027.41 110.372 1030.15 110.787 1048.46 107.04C1047.71 106.516 1046.96 105.992 1046.21 105.468C1036.67 106.115 1031.13 107.337 1032.73 104.956C1030.22 105.3 1027.73 105.643 1025.24 105.987ZM1213.87 101.96C1211.61 100.591 1194.02 102.437 1195 103.131C1195.38 103.402 1218.26 104.637 1213.87 101.96ZM2717.52 268.085C2717.44 268.052 2717.35 268.019 2717.27 267.985L2720.95 268.984C2717.05 267.793 2713.18 266.598 2709.31 265.397C2713.32 265.94 2717.35 266.478 2721.39 267.009L2717.9 266.061C2719.31 266.382 2720.71 266.702 2722.12 267.021C2720.59 267.376 2719.05 267.731 2717.52 268.085ZM2762.02 275.792C2764.6 277.221 2754.43 278.149 2770.56 284.443C2758.57 280.662 2746.52 276.861 2734.44 273.048C2740.29 274.257 2746.15 275.467 2751.94 276.658C2751.32 275.247 2750.69 273.836 2750.07 272.424C2754.01 273.534 2758.04 274.67 2762.02 275.792ZM2774.01 282.747C2768.47 277.761 2802.68 288.558 2805.67 289.911C2806.36 290.226 2809.04 293.514 2810.13 294.386C2804.93 292.713 2799.84 291.078 2794.68 289.416C2796.18 290.664 2797.68 291.911 2799.17 293.156C2793.1 291.46 2786.92 289.726 2780.87 288.037C2783.67 288.175 2786.42 288.295 2789.25 288.44C2784.16 286.541 2779.13 284.657 2774.01 282.747ZM2637.67 246.546C2642.07 247.728 2646.49 248.904 2650.92 250.075C2650.3 248.752 2649.69 247.429 2649.07 246.106C2646.42 245.449 2643.76 244.79 2641.12 244.129C2639.97 244.935 2638.82 245.741 2637.67 246.546ZM2725.32 266.261C2723.09 267.15 2720.43 266.468 2718.16 265.254L2721.57 266.182C2715.92 263.826 2712.2 258.364 2722.43 262.32L2719.37 261.49C2720.31 261.958 2721.37 262.525 2722.55 263.202C2724.43 264.284 2726.07 265.95 2725.32 266.261ZM2818.28 294.658C2832.92 295.18 2827.15 302.578 2815.32 296.059C2814.73 295.724 2817.19 294.616 2818.28 294.658ZM2919.03 326.729C2920.13 327.106 2921.13 330.421 2932.38 331.12C2934.01 331.975 2935.64 332.827 2937.26 333.676C2932.75 333.665 2898.22 323.562 2903.79 322.356C2909.11 323.998 2913.53 324.897 2919.03 326.729ZM2888.93 306.097C2883.77 304.535 2878.63 302.977 2873.41 301.389C2874.85 302.788 2876.28 304.185 2877.71 305.58C2875.11 305.004 2872.44 304.403 2869.87 303.838C2866.04 300.995 2862.18 298.14 2858.29 295.273C2869.61 298.645 2880.84 301.977 2892.11 305.311C2891.05 305.573 2889.99 305.835 2888.93 306.097ZM2752.91 260.032C2762.42 264.279 2774.95 267.072 2790.91 272.423C2790.92 272.428 2790.93 272.433 2790.93 272.438C2791.72 272.706 2792.76 274.333 2795.35 275.217C2797.54 275.971 2841.35 288.664 2837.32 289.546C2819.9 285.906 2814.59 281.212 2809.09 284.301C2808.57 283.107 2808.04 281.911 2807.53 280.723C2791.95 273.926 2786.3 275.651 2776.84 273.899C2777.1 273.21 2777.36 272.522 2777.62 271.834C2771.55 269.798 2765.61 267.803 2759.53 265.763C2760.24 266.5 2760.95 267.237 2761.66 267.974C2759.52 267.283 2757.33 266.576 2755.22 265.895C2750.71 262.15 2744.25 259.53 2752.91 260.032ZM2911.96 314.695C2918.39 310.902 2963.76 329.218 2985.39 334.605C2973.21 334.376 2956.63 326.798 2944.43 322.929C2920.92 315.47 2936.57 322.545 2932.3 322.148C2930.25 321.969 2917.88 314.315 2911.96 314.695ZM2718.33 250.429C2720.62 251.03 2722.73 251.524 2724.73 251.96L2722.63 251.391C2730.82 254.01 2736.71 255.362 2744.41 259.589C2743.44 259.703 2742.47 259.816 2741.49 259.929C2739.52 259.064 2729.37 255.275 2722.3 252.419L2724.49 253.014C2719.22 251.444 2715.71 250.218 2718.33 250.429ZM3016.27 345.53C2994.1 336.741 3003.75 344.929 2993.11 337.73C3000.89 339.858 3008.78 342.005 3016.69 344.133C3016.55 344.599 3016.41 345.065 3016.27 345.53ZM1402.86 77.4143C1392.93 77.4006 1381.78 76.5255 1375.83 78.7094C1382.62 78.9441 1389.4 79.1834 1396.17 79.4275C1398.4 78.756 1400.63 78.0849 1402.86 77.4143ZM1687.25 56.9048C1685.01 56.3649 1676 57.7257 1675.03 57.7141C1673.26 57.6903 1673.76 56.9637 1673.73 56.7719C1662.49 56.7549 1672.11 59.0044 1664.99 59.5058C1664.74 59.5236 1664.48 59.5393 1664.19 59.5526C1662.81 59.6123 1642.71 58.2693 1634.54 58.3004C1622.12 58.3365 1609.33 58.1171 1604.76 58.1336C1596.93 58.1558 1582.04 59.8033 1569.14 59.873C1563.78 59.8984 1561.9 58.5309 1556.47 58.5624C1521.79 58.7298 1453.72 60.9966 1422.96 60.4827C1415.38 60.344 1408.1 58.6366 1404.07 58.8286C1400.91 59.518 1397.77 60.2083 1394.61 60.8997C1384.82 55.1385 1381.61 60.4099 1371.11 61.1001C1364.46 61.5375 1361.32 59.841 1360.43 59.8579C1354.49 59.9775 1351.57 60.8506 1346.91 61.0586C1341.66 61.2896 1334.15 60.6229 1332.28 60.7953C1331.13 60.9111 1334.84 63.1579 1314.53 63.4582C1293.84 63.7687 1273.4 63.9139 1252.36 64.2463C1259.52 71.0894 1265.46 66.1818 1274.05 65.7574C1276.35 65.6436 1274.91 66.7821 1276.92 66.694C1282.58 66.4503 1293.41 65.1559 1298.11 65.3357C1303.17 65.5292 1301.49 68.1322 1307.89 67.0695C1308.22 67.0149 1307.17 65.9705 1308.68 65.766C1323.84 63.7451 1328.83 65.5075 1348.03 65.2669C1360.74 65.0596 1437.98 63.1089 1440.63 63.8267C1454.44 67.388 1373.15 68.2692 1363.61 68.17C1360.28 68.1139 1363.75 66.8913 1360.71 66.7093C1359.43 66.6374 1347.87 69.0406 1336.46 69.4084C1322.65 69.8464 1294.83 68.8098 1281.66 69.1224C1168.42 71.7822 1056.72 73.6335 943.685 78.1429C941.257 78.2412 938.101 79.7089 930.255 80.0334C868.021 82.6096 804.914 85.4247 741.551 89.1583C655.592 94.2734 569.559 101.477 485.152 114.181C453.241 118.894 421.897 125.719 389.14 129.527C385.223 131.08 381.311 132.609 377.33 134.113C387.707 132.023 406.954 131.268 408.681 131.019C409.338 130.925 413.012 129.232 419.325 128.277C428.209 126.928 432.135 127.26 432.902 127.138C435.168 126.775 433.515 126.011 435.637 125.674C451.546 123.156 463.832 120.926 478.445 118.743C495.01 116.286 503.468 117.043 515.275 113.368C516.731 113.993 518.198 114.619 519.674 115.244C528.223 110.442 581.88 104.535 603.763 102.742C610.799 102.116 609.578 103.67 611.895 103.448C613.338 103.317 612.628 101.47 630.638 100.211C639.69 99.5921 642.361 100.734 646.781 100.314C649.23 100.081 648.711 98.7706 652.269 98.474C672.796 96.7748 689.757 95.943 709.815 94.8086C715.502 94.4877 715.668 95.6072 716.948 95.5058C721.774 95.1322 729.373 92.7138 741.544 91.9632C741.604 91.9595 741.664 91.9558 741.724 91.9521C761.201 90.7275 800.018 88.5751 816.138 88.6837C818.472 88.6998 820.478 89.9485 822.202 89.8406C824.811 89.6724 825.772 88.2133 826.232 88.1824C835.03 87.713 829.795 89.2886 835.706 88.6742C838.954 88.341 842.019 86.5793 849.373 86.0409C859.083 85.3325 857.278 87.3305 861.36 86.9452C861.777 86.8958 861.908 85.5614 865.851 85.3325C880.859 84.4684 902.8 83.1868 917.238 82.5828C921.352 82.4085 924.393 83.1737 930.127 82.9511C941.821 82.4525 1007.41 79.3931 1012.82 79.7513C1013.39 79.7852 1007.63 81.9464 1016.92 81.5587C1019.6 80.6495 1022.28 79.7409 1024.97 78.8327C1029.55 79.9781 1034.16 81.1246 1038.69 82.2758C1038.33 77.7757 1065 76.2002 1064.88 80.8178C1067.78 80.9111 1070.69 81.005 1073.6 81.0996C1079.56 77.7283 1083.65 78.7736 1095.34 76.5481C1097.19 77.4681 1099.04 78.3884 1100.9 79.309C1101.34 78.6452 1101.78 77.9813 1102.22 77.3175C1108.56 80.6533 1118.74 76.8173 1119.99 76.7622C1124.82 76.5452 1128.41 77.3401 1130.66 77.2479C1139.02 76.9171 1157.23 75.1876 1167.02 75.5083C1167.48 75.5257 1167.06 77.0435 1169.86 77.1574C1174.9 77.3638 1175.34 75.1455 1182.12 77.5663C1183.46 76.882 1184.81 76.1978 1186.15 75.5139C1187.59 75.8146 1189.04 76.1155 1190.48 76.4165C1198.95 76.0354 1207.44 75.6602 1215.94 75.2912C1208.27 78.0216 1217.2 79.2365 1225.54 77.0406C1228.37 76.296 1225.81 74.8003 1226.75 74.5439C1228.04 74.1863 1266.17 74.165 1268.71 75.1292C1270.5 74.604 1272.3 74.0791 1274.09 73.5545C1275.02 74.5148 1275.95 75.4752 1276.88 76.4357C1277.87 76.0742 1278.86 75.7128 1279.85 75.3514C1289.81 76.8767 1315.45 72.4663 1320.14 72.7044C1322.64 72.8296 1320.47 77.0338 1332.4 76.4137C1332.8 75.2619 1333.19 74.1101 1333.59 72.9583C1336.32 72.7504 1339.05 72.5433 1341.78 72.337C1346.93 72.3587 1354.44 74.2326 1354.7 75.5866C1356.29 74.7486 1357.88 73.9109 1359.47 73.0735C1363.8 75.661 1386.8 74.4097 1396 72.6252C1398.71 73.3931 1401.41 74.1618 1404.12 74.9311C1407.75 73.9166 1411.38 72.9035 1415 71.8919C1423.42 71.51 1414.54 73.2209 1416.34 73.3369C1420.15 73.5719 1439.39 70.6552 1438.18 74.072C1440.83 74.0564 1443.47 74.0417 1446.11 74.0277C1447.46 73.0434 1448.8 72.0593 1450.15 71.0754C1454.71 74.3932 1462.47 73.1415 1478.59 74.2652C1479.94 73.485 1481.28 72.705 1482.62 71.9252C1487.6 72.9937 1492.49 74.0654 1497.51 75.1395C1498.52 73.8566 1499.54 72.5738 1500.56 71.2911C1502.73 71.0978 1504.89 70.9051 1507.05 70.713C1511.46 73.5587 1519.31 70.44 1523.29 71.6116C1529.16 73.3222 1524.62 75.382 1513.81 75.813C1514.57 77.8861 1547.03 76.8624 1554.39 76.7252C1553.89 76.3178 1553.39 75.9105 1552.9 75.5033C1545.33 75.825 1537.72 76.1545 1530.06 76.4917C1523.63 71.2593 1544.44 72.6256 1553.85 71.9573C1554.72 71.8932 1559.71 69.9046 1569.29 70.1045C1573 70.1811 1587.41 73.1236 1590.22 73.2981C1612.56 74.7207 1596.05 70.4875 1617.94 74.2534C1613.39 71.439 1626 73.8277 1638.94 73.4061C1641.23 73.3288 1660.1 71.2659 1661.32 71.2268C1663.51 71.1516 1664.42 71.2807 1664.84 71.4946C1665.96 72.0508 1663.75 73.1751 1672.11 72.8198C1673.5 72.1905 1674.9 71.5615 1676.29 70.9329C1678.96 70.9695 1681.63 71.0074 1684.28 71.0467C1700.3 77.0604 1704.31 72.8937 1710 72.4501C1712.32 72.273 1709.33 73.7218 1715.3 73.5174C1717.53 73.4424 1720.17 72.2396 1726.3 72.2794C1745.31 72.4148 1751.84 77.9415 1769.48 72.843C1772.18 73.7279 1774.87 74.6143 1777.54 75.5022C1779.39 74.5863 1781.23 73.6711 1783.07 72.7567C1796.79 75.9985 1791.99 72.9687 1797.01 73.165C1810.24 73.6679 1837.29 75.2768 1839.7 77.7148C1851.37 72.8589 1864.84 79.5049 1869.32 79.5155C1872.04 78.9975 1874.65 78.4769 1877.42 77.9668C1880.58 78.7757 1883.71 79.587 1886.82 80.4006C1885.57 75.0869 1901.55 81.0995 1903.16 81.2777C1904.97 81.4407 1930.1 81.3762 1939.45 82.0486C1948.76 82.6813 1964.92 85.2712 1966.3 85.384C1967.87 85.4958 1983.82 85.2683 1996.27 86.3395C2007.12 87.0467 2070.93 95.5422 2067.03 92.9321C2062.98 91.8275 2057.1 90.6224 2051.91 89.7716C2036.18 86.7476 1942.03 77.8612 1917.81 76.4183C1869.5 72.7733 1818.86 70.8425 1770.14 68.9661C1767.26 68.8558 1766.8 67.4859 1764.38 67.3894C1760.7 67.2485 1751.21 68.3628 1747.49 68.2448C1733.77 67.7886 1716.83 67.2273 1709.65 67.0639C1693.16 66.6942 1681.98 65.7153 1669.42 65.4207C1668.58 65.4016 1667.01 65.4519 1664.91 65.5353C1657.47 65.8423 1642.81 66.6092 1632.26 65.968C1629.83 65.5664 1627.4 65.1658 1624.95 64.7661C1631.84 64.3661 1650.26 63.3798 1658.67 63.3485C1660.96 63.3396 1663.04 63.3723 1664.94 63.4319C1673.69 63.7022 1678.75 64.5085 1682.55 64.5475C1686.31 64.5809 1706.53 63.6537 1715.43 63.8043C1718.2 63.8483 1718.82 65.2838 1721.24 65.3276C1734.38 65.5541 1751.63 65.9261 1762.92 64.838C1758.18 65.1538 1787.3 66.8552 1788.66 66.912C1791.27 66.9939 1794.19 65.7539 1799.5 65.9311C1809.72 66.2798 1808.18 69.0072 1821.16 66.7001C1824.3 67.6302 1827.41 68.5624 1830.5 69.4968C1830.83 65.7621 1870.54 72.52 1882.06 68.6444C1882.33 68.0781 1830.57 64.2928 1826.35 64.1301C1800.67 62.6659 1762.67 62.447 1737.7 61.251C1730.3 60.8742 1706.62 58.1583 1704.9 58.1791C1702.02 58.1922 1704.6 59.5279 1703.36 59.552C1677.76 60.0859 1690.65 57.7123 1687.25 56.9048ZM2779.38 266.011C2772.07 263.49 2764.81 260.984 2757.48 258.458C2758.26 257.855 2759.04 257.25 2759.82 256.646C2763.11 258.041 2766.39 259.433 2769.65 260.819C2772.39 261.191 2775.1 261.556 2777.83 261.926C2778.35 263.288 2778.87 264.649 2779.38 266.011ZM2798.54 268.608C2805.06 270.279 2804.83 272.009 2806.27 272.562C2810.53 274.204 2814.6 274.786 2818.85 276.179C2812.66 278.471 2802.83 273.34 2798.54 268.608ZM2667.09 229.917C2668.51 230.464 2677.33 237.13 2689.49 235.794C2697.57 239.031 2705.7 242.244 2713.81 245.409C2699.95 240.255 2679.76 237.59 2672.81 235.823C2670.16 235.155 2669.97 233.722 2667.86 233.187C2655.74 230.138 2643.13 230.128 2642.99 225.491C2654.15 229.624 2665.28 229.231 2667.09 229.917ZM2738.59 249.382C2740.2 250.883 2741.78 252.373 2743.42 253.883C2736.9 251.78 2730.43 249.691 2723.86 247.571L2725.59 248.041C2725.23 247.961 2724.87 247.881 2724.51 247.801C2724.91 247.708 2725.31 247.615 2725.71 247.522L2724.03 247.065C2725.78 246.825 2727.53 246.584 2729.28 246.342C2732.39 247.359 2735.5 248.373 2738.59 249.382ZM2203.11 112.202C2207.14 112.967 2211.23 113.762 2215.22 114.549C2215.51 114.607 2215.8 114.664 2216.09 114.722C2216.06 114.552 2215.76 114.366 2215.29 114.172C2213.82 113.559 2210.64 112.863 2209.31 112.253C2209.32 112.255 2209.32 112.256 2209.33 112.258C2207.39 111.359 2208.42 110.662 2204.77 109.579C2204.21 110.454 2203.66 111.328 2203.11 112.202ZM371.54 131.903C369.978 132.083 365.755 132.594 360.068 133.199C338.792 135.373 297.002 140.823 301.849 142.241C304.923 143.09 328.089 139.254 334.967 138.528C340.525 137.917 351.851 137.656 360.4 136.405C366.278 135.549 370.848 134.131 371.54 131.903ZM250.568 146.028C249.742 148.574 292.274 143.307 296.4 142.436C295.473 142.196 294.016 141.588 292.814 141.56C286.96 141.407 259.818 145.387 250.568 146.028ZM1958 75.1685C1961.39 76.6636 1964.75 78.1617 1968.07 79.6627C1967.29 77.9742 1966.51 76.2858 1965.73 74.5975C1963.17 74.786 1960.59 74.9763 1958 75.1685ZM1622.16 65.5012C1564.33 65.0202 1506.59 65.0723 1448.87 65.4696C1453.95 64.7516 1459.01 64.0364 1464.06 63.3243C1513.92 63.201 1566.91 63.8077 1615.01 63.07C1617.4 63.8795 1619.78 64.6899 1622.16 65.5012ZM2652.97 218.911C2638.6 215.316 2626.26 213.416 2611.14 207.535C2626.46 209.6 2633.14 214.242 2648.3 215.24C2648.31 215.242 2648.32 215.244 2648.33 215.246C2649.87 216.468 2651.42 217.69 2652.97 218.911ZM2333.5 134.159C2338.14 134.12 2342.77 134.089 2347.4 134.066C2342.16 132.766 2336.91 131.477 2331.64 130.198C2332.26 131.518 2332.88 132.839 2333.5 134.159ZM1118.15 65.6463C1102.7 68.5616 1063.08 65.3004 1050.5 68.7154C1049.7 68.9383 1057.21 69.949 1045.21 72.7873C1054.31 71.9839 1060.78 71.2659 1061.4 69.3266C1064.16 69.8882 1066.85 70.4525 1069.58 71.0163C1074.05 70.3816 1078.53 69.7485 1083.03 69.1169C1082.6 71.041 1082.94 70.9272 1089.84 69.4078C1093.03 69.794 1096.17 70.1825 1099.33 70.5715C1100.64 69.7231 1101.95 68.8748 1103.26 68.0267C1106.01 69.0762 1108.78 70.1263 1111.54 71.177C1122.15 69.6401 1115.6 67.6384 1118.15 65.6463ZM1172.35 64.6352C1169.82 64.2444 1098.13 67.6218 1130.82 70.5133C1139.27 70.1539 1147.76 69.7997 1156.24 69.4522C1149.07 63.3329 1172.28 68.3619 1174.19 68.4493C1183.3 68.8318 1194.82 67.0486 1201.41 66.9691C1207.08 66.9021 1210.47 67.9543 1214.46 67.8325C1228.02 67.4161 1249.47 66.9146 1252.36 64.2463C1241.81 64.4131 1231.08 64.6198 1220.12 64.9357C1208.51 65.2719 1198.26 63.0432 1176.53 66.9724C1171.13 66.7469 1173 64.7262 1172.35 64.6352ZM2360.48 137.606C2359.31 139.993 2385.98 146.161 2386.41 145.223C2386.62 144.648 2377.97 142.431 2376.8 141.896C2376.79 141.894 2376.78 141.892 2376.78 141.89C2376.29 141.661 2379.14 141.357 2375.16 140.047C2370.27 139.226 2365.36 138.407 2360.48 137.606ZM476.762 109.91C472.799 108.766 389.493 122.919 386.997 123.689C386.352 123.979 387.381 124.484 387.168 124.89C406.464 120.051 434.505 117.803 453.012 115.085C458.171 114.32 456.49 113.53 456.774 113.465C456.786 113.463 456.799 113.462 456.811 113.46C459.749 112.991 473.253 113.5 476.762 109.91ZM1023.46 70.8291C1027.08 71.1137 1030.73 71.3984 1034.33 71.6859C1035.21 70.8439 1036.09 70.0019 1036.97 69.16C1036.96 69.1602 1036.95 69.1605 1036.94 69.1608C1032.51 69.7129 1027.95 70.2713 1023.46 70.8291ZM898.811 73.0355C899.707 73.5679 900.604 74.1004 901.501 74.633C910.534 74.3176 919.695 74.0071 928.662 73.7142C927.766 74.0741 926.87 74.434 925.976 74.794C939.631 75.0886 945.394 72.8511 952.588 72.8535C952.58 72.8539 952.571 72.8542 952.563 72.8545C953.346 72.8571 954.336 74.0088 957.249 73.9344C963.932 73.7605 983.176 73.4714 985.409 72.1925C990.257 69.4455 951.616 72.1342 944.518 72.3187C941.233 72.397 937.261 71.5166 935.277 71.5734C933.105 71.6397 930.203 73.1663 924.948 73.3425C923.481 73.3866 906.147 72.4653 898.811 73.0355ZM739.3 83.0416C739.843 83.248 740.489 83.3602 741.195 83.4066C744.151 83.6172 748.238 82.5745 749.984 82.6408C750.495 82.6596 746.606 83.9749 751.421 84.0073C752.736 83.1914 754.056 82.3756 755.382 81.5599C750.579 81.9948 745.839 82.4313 741.162 82.8693C740.54 82.9267 739.919 82.9841 739.3 83.0416ZM2405.34 147.895C2404.65 147.423 2390.4 143.8 2389.67 143.799C2380.56 143.85 2410.08 151.293 2405.34 147.895ZM2764.81 240.536C2759.49 235.23 2834.83 263.071 2842.31 265.271C2841.29 267.2 2823.74 259.284 2832.35 265.151C2823.84 260.713 2798.33 253.39 2792.63 251.058C2789.14 249.632 2788.8 247.573 2788.27 247.342C2786.15 246.439 2766.77 242.434 2764.81 240.536ZM2905.05 286.89C2897.89 284.185 2890.78 281.486 2883.61 278.766C2892.26 281.279 2900.95 283.795 2909.55 286.272C2908.05 286.479 2906.55 286.686 2905.05 286.89ZM2914.49 288.867C2914.93 286.827 2939.04 296.126 2945.75 297.724C2937.28 298.772 2926.14 291.756 2914.49 288.867ZM2500.96 168.117C2489.81 163.647 2483.19 168.418 2497.91 169.573C2498.36 169.601 2501.42 168.318 2500.96 168.117ZM1114.2 56.8323C1112.14 56.8482 1086.84 55.5493 1085.36 56.6187C1080.82 60.0088 1097.43 58.1943 1103 59.2585C1112.03 60.9811 1098.85 63.0025 1120.77 61.166C1119.89 61.842 1119.01 62.518 1118.13 63.1941C1130.99 63.0403 1126.63 58.6595 1128.92 58.0144C1129.62 57.8181 1137.64 57.9729 1139.08 57.6459C1157.04 53.5178 1116.14 56.7944 1114.2 56.8323ZM2214 97.4217C2190.95 91.1523 2200.52 95.7214 2176.48 91.3886C2175.49 92.5864 2210.67 97.957 2214 97.4217ZM1345.66 54.256C1321.1 55.1954 1300.85 53.6809 1277.97 56.6355C1279.54 60.4348 1352.03 55.1246 1345.66 54.256ZM194.375 136.592C246.317 132.176 302.158 125.843 358.716 120.135C406.038 115.031 453.575 104.948 499.849 98.8225C510.822 97.3038 512.104 98.6994 516.044 98.0086C518.653 97.5584 518.027 96.3931 521.563 95.9304C595.873 86.2628 668.348 79.7663 740.669 74.9221C790.1 71.6412 839.48 69.0528 888.933 67.1381C896.447 66.8358 933.636 67.9088 941.452 63.6039C947.323 60.3258 920.733 63.7817 916.372 63.9473C913.004 64.0708 912.802 62.6523 910.564 62.7431C908.193 62.8401 910.192 63.7292 907.444 63.8624C895.853 64.4305 883.16 64.6168 872.67 65.1848C828.387 67.576 784.071 70.0272 740.536 72.7718C682.988 76.4164 625.499 80.8042 567.569 87.0872C555.41 88.422 557.6 87.0428 557.028 87.0985C557.02 87.1022 557.012 87.106 557.004 87.1098C494.516 93.3888 424.077 109.466 358.377 116.861C354.456 117.233 350.542 117.602 346.638 117.967C297.161 122.508 247.77 128.19 198.519 135.082C197.134 135.585 195.753 136.088 194.375 136.592ZM1166.79 59.4154C1160.49 55.2716 1159.25 59.6392 1136.98 58.4932C1135.2 59.2782 1133.42 60.0635 1131.64 60.849C1143.34 60.3593 1155.13 59.8795 1166.82 59.4144C1166.81 59.4148 1166.8 59.4151 1166.79 59.4154ZM1020.21 62.301C1016.31 56.5982 966.728 62.5157 944.467 62.3274C940.477 65.4065 972.903 62.8099 980.538 62.8414C984.312 62.8489 1005 65.0885 1020.44 62.8871C1020.36 62.6918 1020.29 62.4964 1020.21 62.301ZM2685.75 210.302C2682.22 209.635 2678.66 208.954 2675.12 208.271C2683.76 211.027 2692.34 213.731 2700.98 216.408C2687.06 212.735 2673.19 208.968 2659.33 205.112C2662.21 204.582 2665.13 204.055 2668 203.514C2673.88 205.788 2679.85 208.063 2685.75 210.302ZM2640.3 199.76C2664.87 205.46 2638.53 202.197 2632.82 199.244C2629.39 197.48 2637.8 199.18 2640.3 199.76ZM2577.43 181.237C2589.34 182.237 2612.31 188.1 2603.09 190.06C2591.3 184.916 2582.97 184.421 2565.47 178.546C2568.28 178.461 2571.09 178.374 2573.9 178.283C2573.91 178.286 2573.92 178.29 2573.93 178.293C2575.1 179.274 2576.26 180.256 2577.43 181.237ZM2652.09 200.079C2667.48 206.451 2621.41 193.998 2636.34 196.112C2637.02 196.217 2651.5 199.843 2652.09 200.079ZM298.815 117.552C296.999 119.166 309.665 117.595 313.892 117.197C327.102 115.933 342.946 113.929 357.905 112.303C363.547 111.688 369.083 111.016 374.27 110.395C372.807 110.126 371.37 109.85 369.904 109.573C365.846 110.071 361.805 110.53 357.764 110.943C338.095 112.956 318.444 115.164 298.815 117.552ZM432.849 101.444C445.786 99.3601 458.782 97.3054 471.787 95.3589C473.002 95.1755 478.593 93.1467 474.27 93.4958C460.425 96.0503 446.588 98.7321 432.849 101.444ZM1249.32 49.1722C1239.25 48.6078 1268.11 44.0333 1266.89 48.3181C1261.03 48.5997 1255.17 48.8844 1249.32 49.1722ZM1342.81 45.7642C1336.51 46.2658 1330.22 46.7709 1323.92 47.28C1323.91 46.7909 1323.89 46.3019 1323.87 45.8129C1330.19 45.7928 1336.49 45.7767 1342.81 45.7642ZM247.402 123.308C254.282 124.031 270.061 121.636 279.964 120.404C272.961 119.847 256.838 122.708 247.402 123.308ZM1098.7 51.3068C1099.61 52.4101 1059.55 53.3739 1073.34 50.9338C1081.76 51.0527 1090.31 51.1739 1098.7 51.3068ZM1017.44 52.2625C1026 51.7118 1032.71 51.8762 1031 53.7276C1026.42 53.8079 1021.86 53.8898 1017.31 53.9732C1017.35 53.403 1017.4 52.8328 1017.44 52.2625ZM2535.12 166.295C2521.16 162.668 2507.18 159.016 2493.21 155.371C2493.85 155.04 2494.5 154.709 2495.14 154.378C2508.62 157.89 2522.09 161.407 2535.55 164.9C2535.4 165.365 2535.26 165.83 2535.12 166.295ZM238.669 120.099C228.813 121.821 219.005 123.585 209.186 125.402C219.11 124.224 229.018 123.1 238.967 122.019C238.875 121.375 238.784 120.731 238.692 120.087C238.685 120.091 238.677 120.095 238.669 120.099ZM2727.65 208.507C2697.35 199.928 2717.17 202.752 2734.68 207.07C2735.11 207.146 2736.34 207.518 2736.75 207.632C2743.53 209.991 2749.86 212.544 2752.67 214.444C2752.68 214.445 2752.69 214.446 2752.71 214.447C2753.58 215.04 2751.1 215.746 2752.53 216.814C2748.48 214.827 2744.41 212.834 2740.32 210.833C2738.85 210.657 2737.37 210.48 2735.89 210.303C2735.53 210.202 2734.45 209.876 2734.08 209.81C2731.39 209.747 2728.71 209.681 2726.03 209.613C2724.79 209.01 2723.56 208.406 2722.32 207.802C2724.09 208.038 2725.87 208.273 2727.65 208.507ZM2899.4 261.732C2937.36 274.099 2897.37 265.144 2879.38 256.402C2879.69 255.815 2895.94 260.606 2899.4 261.732ZM2799.43 230.423C2793.35 228.802 2787.2 227.159 2781.14 225.545C2780.5 224.908 2779.86 224.27 2779.22 223.633C2783.97 224.736 2788.62 225.81 2793.4 226.926C2795.42 228.094 2797.43 229.259 2799.43 230.423ZM2599.92 170.054C2590.28 167.036 2576.65 168.171 2608.32 175.267C2608.42 174.789 2608.53 174.312 2608.64 173.834C2607.37 173.584 2603.59 173.066 2603.4 172.977C2602.85 172.708 2603.95 171.307 2599.92 170.054ZM2973.74 271.718C2974.87 271.873 2977 267.138 2986.68 275.736C2990.13 276.466 2993.69 277.228 2997.19 277.966C2997.74 279.324 2998.28 280.681 2998.82 282.037C2985.84 277.11 2983.85 278.889 2982.86 278.635C2978.4 277.476 2982.01 277.357 2979.17 276.457C2971.9 274.159 2955.06 269.705 2963.57 268.836C2966.68 268.545 2972.62 271.562 2973.74 271.718ZM2948.85 260.828C2950.3 261.739 2944.74 261.566 2945.81 262.351C2946.69 263.023 2962.2 269.517 2957.12 270.59C2954.55 269.67 2951.96 268.744 2949.36 267.811C2948.67 266.86 2948.01 265.923 2947.35 264.979C2944.65 264.805 2941.93 264.624 2939.21 264.438C2935.41 261.431 2927.09 256.452 2938.25 258.512C2934.2 257.386 2930.3 256.304 2926.27 255.18C2923.98 255.317 2921.63 255.438 2919.36 255.581C2920.79 254.716 2922.27 253.866 2923.73 253.009C2932.13 255.635 2940.52 258.245 2948.85 260.828ZM3071.15 298.609C3070.49 299.097 3069.83 299.584 3069.17 300.07C3083.99 303.129 3106.63 308.847 3092.71 309.244C3073.09 304.156 3053.24 298.691 3033.52 293.125C3032.35 292.264 3031.18 291.401 3030 290.535C3044.11 296.739 3041.95 287.723 3053.97 293.681C3056 294.681 3049.06 295.578 3062.98 297.779C3062.69 297.014 3062.4 296.248 3062.1 295.483C3065.06 296.514 3068.18 297.586 3071.15 298.609ZM3201.67 333.128C3168.51 320.633 3206.92 330.63 3211.15 335.944C3211.14 335.939 3211.13 335.934 3211.12 335.929C3223.74 348.126 3192.34 329.999 3189.21 330.218C3186.35 329.388 3178.05 330.927 3165.96 323.042C3175.93 324.918 3189.38 327.848 3201.67 333.128ZM3114.54 310.639C3116.67 311.067 3115.26 311.711 3116.17 311.934C3116.17 311.936 3116.18 311.938 3116.19 311.94C3124.99 314.118 3141.96 317.895 3152.68 320.83L3151.81 320.655C3157.34 322.031 3161.68 323.408 3162.72 324.677C3160.34 324.302 3156.23 323.66 3151.4 322.818L3152.22 322.982C3136.17 319.866 3109.33 312.781 3107.83 310.632C3110.1 310.648 3112.26 310.63 3114.54 310.639ZM3020.56 286.065C3012.99 281.619 3031.41 286.932 3035.99 289.289C3036.87 289.766 3028.35 290.654 3020.56 286.065ZM2386.92 99.7275C2368.13 96.2024 2392.11 103.597 2383.22 103.319C2386.79 104.061 2390.35 104.807 2393.92 105.56C2391.59 103.614 2389.25 101.668 2386.92 99.7275ZM1521.74 14.0709C1517.34 13.8548 1519.43 15.027 1519.05 15.0454C1516.16 15.0208 1513.42 14.0704 1512.31 14.1757C1491.69 16.1909 1505.41 17.1277 1505.62 17.3562C1506.06 18.5196 1500.65 19.9041 1508.16 21.2065C1512.72 20.7766 1517.26 20.3493 1521.78 19.9245C1524.02 20.5663 1526.31 21.2085 1528.58 21.8514C1537.67 20.4449 1525.78 20.0858 1524.42 18.2467C1523.9 17.5232 1532.43 16.6354 1521.74 14.0709ZM2354.66 87.5853C2351.16 88.8281 2343.16 89.5294 2349.92 93.3032C2349.93 93.3052 2349.94 93.3072 2349.94 93.3092C2351.2 94.003 2356.59 95.5469 2358.13 96.4772C2370.73 96.8118 2366.85 92.9228 2354.66 87.5853ZM1603.55 10.4913C1610.8 11.0053 1618.31 11.5291 1625.64 12.061C1625.5 13.2873 1625.37 14.5137 1625.23 15.74C1621.3 15.3804 1617.35 15.0232 1613.38 14.6685C1611.99 15.22 1610.58 15.7718 1609.22 16.3241C1614.1 17.7511 1619.04 19.1824 1623.91 20.6171C1629.82 20.1703 1635.57 19.7279 1641.53 19.2933C1638.79 18.6205 1636.13 17.9498 1633.44 17.2801C1647.78 16.6895 1644.75 19.6472 1656.6 20.9131C1659.57 20.1161 1662.53 19.3207 1665.48 18.5268C1666.6 18.2332 1667.72 17.9398 1668.84 17.6467C1674.8 18.8642 1680.69 20.088 1686.53 21.3182C1696.33 20.9341 1697.37 20.0843 1690.65 18.6745C1695.61 17.2631 1701.07 19.6947 1707 19.1942C1707.49 19.1541 1706.59 17.7359 1707.03 17.7268C1737.76 17.3585 1736.08 21.0586 1740.92 21.3141C1744.37 21.4967 1758.38 19.361 1758.58 18.5223C1758.9 17.3976 1730.19 12.1195 1775.31 13.2175C1752.05 9.42388 1725.49 12.0417 1742.42 16.9871C1735.22 16.3359 1702.57 16.842 1700.51 16.6883C1697.48 16.4303 1698.57 14.715 1694.75 14.6075C1692.38 14.5481 1686.7 18.4028 1668.88 14.7116C1667.76 15.0147 1666.64 15.318 1665.52 15.6215C1664.37 15.9409 1663.22 16.2605 1662.07 16.5803C1659.97 16.0214 1657.87 15.4632 1655.77 14.9057C1659.05 13.5096 1662.32 12.1154 1665.58 10.7231C1666.69 10.2623 1667.79 9.80165 1668.9 9.34125C1667.78 9.45879 1666.68 9.55267 1665.59 9.62623C1649.94 10.7164 1636.49 7.38329 1626.75 10.3809C1617.66 9.9322 1613.18 9.53124 1617.13 7.8793C1614.4 7.86172 1611.59 7.84497 1608.9 7.83009C1607.12 8.71669 1605.34 9.60377 1603.55 10.4913ZM2299.19 77.4344C2290.67 73.5527 2286.6 76.8672 2287.93 77.3982C2295.44 80.378 2303.61 79.4572 2299.19 77.4344ZM1538.18 16.2196C1548.12 17.2651 1558.08 18.3235 1568.07 19.3959C1568.07 18.0979 1568.07 16.7999 1568.08 15.5019C1558.08 15.7275 1548.12 15.9672 1538.18 16.2196ZM2390.34 97.5935C2390.99 98.7649 2391.64 99.9374 2392.29 101.109C2403.81 100.408 2413.05 108.104 2418.54 108.464C2419.74 108.54 2417.88 106.275 2415.81 105.349C2414.53 104.761 2392.32 97.749 2390.34 97.5935ZM2829.22 217.451C2825.19 216.838 2821.16 216.224 2817.09 215.599C2817.64 214.627 2818.19 213.654 2818.74 212.681C2820.71 213.103 2822.68 213.522 2824.63 213.939C2826.17 215.111 2827.69 216.279 2829.22 217.451ZM2784.88 204.973C2777.99 202.655 2771.21 200.375 2764.33 198.062C2790.83 205.564 2769.45 198.147 2785.86 201.945C2785.53 202.954 2785.21 203.964 2784.88 204.973ZM2711.83 181.853C2712.83 181.415 2713.83 180.976 2714.83 180.537C2721.78 182.145 2728.68 183.714 2735.64 185.267C2731.74 182.071 2727.86 178.871 2724.01 175.664C2721.46 175.078 2718.92 174.488 2716.39 173.897C2714.87 176.55 2713.35 179.202 2711.83 181.853ZM1325.93 11.127C1321.56 11.1577 1306.33 13.4029 1307.01 14.1221C1313.35 14.907 1319.71 15.6952 1326.05 16.4875C1326.05 15.1864 1326.06 13.8853 1326.07 12.5842C1326.98 13.2169 1327.88 13.8498 1328.79 14.4828C1332.37 13.9379 1335.96 13.3942 1339.55 12.8518C1341.38 13.9603 1343.22 15.0688 1345.05 16.1778C1346.86 14.8521 1348.66 13.5267 1350.47 12.2017C1333.01 10.164 1333.69 12.461 1330.06 12.4936C1328.23 12.5122 1327.06 11.726 1326.4 11.3315C1326.24 11.2633 1326.09 11.1952 1325.93 11.127ZM1545.05 7.9333C1524.23 7.62674 1512.45 11.0945 1497.34 8.29706C1507.04 14.3155 1569.28 7.90617 1591.23 13.1271C1593.52 12.1572 1595.81 11.188 1598.09 10.2197C1586.11 11.0386 1577.79 9.0056 1572.01 8.7046C1567.38 8.46631 1567.86 9.49309 1567.51 9.47773C1567.49 9.4777 1567.48 9.47768 1567.46 9.47766C1556.61 9.04297 1553.18 8.05721 1545.05 7.9333ZM2406.57 96.8527C2401.54 93.9401 2391.96 91.6307 2391.29 93.7912C2396.44 95.7879 2401.57 97.7923 2406.68 99.8017C2405.75 98.9597 2407.43 97.35 2406.57 96.8527ZM2705.22 173.834C2701.21 172.142 2691.26 170.428 2695.04 173.332C2695.71 173.853 2705.82 174.838 2699.27 176.902C2708.84 179.106 2707.49 174.8 2705.22 173.834ZM1900.99 20.5668C1904.72 20.7066 1908.42 20.8499 1912.1 20.9966C1913.01 20.1368 1913.91 19.2773 1914.82 18.418C1910.25 19.1288 1905.64 19.8451 1900.99 20.5668ZM2452.69 107.466C2456.24 113.036 2465.43 111.021 2473.29 116.951C2476.54 117.862 2479.79 118.775 2483.04 119.688C2483.05 119.69 2483.05 119.692 2483.06 119.694C2483.47 118.545 2483.88 117.395 2484.29 116.246C2473.77 113.31 2463.24 110.38 2452.69 107.466ZM1671.63 11.0815C1673.9 11.6765 1676.17 12.2725 1678.42 12.8694C1682.46 12.2664 1686.48 11.6665 1690.47 11.0695C1688.32 10.5638 1686.17 10.0591 1684.01 9.55514C1679.91 10.0608 1675.78 10.5696 1671.63 11.0815ZM2510.05 122.646C2498.84 119.007 2493.54 121.578 2508.07 125.552C2514.19 127.223 2521.8 126.456 2510.05 122.646ZM1100.49 17.7959C1104.53 18.0062 1108.59 18.2177 1112.64 18.4304C1114 17.5762 1115.36 16.7221 1116.71 15.8681C1111.29 16.5085 1105.88 17.1511 1100.49 17.7959ZM2762.87 189.38C2762.17 190.008 2761.47 190.639 2760.77 191.27C2757.42 190.016 2754.06 188.757 2750.68 187.493C2751.79 187.002 2752.9 186.511 2754.01 186.019C2756.97 187.143 2759.91 188.259 2762.87 189.38ZM1127.72 17.506C1130.94 17.5705 1134.18 17.6357 1137.41 17.7019C1139.57 17.2461 1141.74 16.7907 1143.9 16.3356C1140.86 16.0252 1137.82 15.7156 1134.79 15.4067C1132.43 16.106 1130.07 16.8058 1127.72 17.506ZM2617.17 151.853C2613.1 149.785 2594.94 148.154 2610.39 153.026C2620.21 156.108 2617.78 152.166 2617.17 151.853ZM2640.8 156.95C2624.72 150.89 2634.8 163.307 2656.01 162.319C2635.96 158.126 2641.74 157.299 2640.8 156.95ZM2791.81 192.055C2792.22 192.192 2792.15 193.599 2795.41 194.707C2807.24 198.71 2822.77 204.284 2831.17 207.08C2851.56 213.884 2914.71 231.542 2920.82 237.591C2922.08 238.862 2917.85 240.108 2918.42 240.426C2920.11 241.337 2930.92 243.514 2928.45 244.636C2918.2 241.367 2907.97 238.091 2897.71 234.798C2900.63 234.384 2903.54 233.965 2906.44 233.541C2880.66 226.024 2889.2 228.666 2880.96 228.962C2876.94 226.534 2873.02 224.14 2869 221.712C2859.24 219.722 2849.44 217.711 2839.77 215.74C2842.15 215.654 2844.52 215.566 2846.89 215.475C2833.24 209.502 2836.79 211.679 2828.45 211.06C2828.68 210.282 2828.92 209.505 2829.15 208.727C2814.89 206.209 2812.9 203.01 2809.95 202.028C2803.84 200.005 2793.06 206.616 2772.57 189.961C2761.26 191.139 2764.34 182.31 2757.1 184.968C2741.97 174.646 2773.2 186.696 2788.19 191.716C2788.2 191.718 2788.21 191.721 2788.22 191.723C2789.35 192.104 2787.81 190.694 2791.81 192.055ZM2699.63 171.338C2710.77 169.681 2670.69 159.631 2682.55 168.755C2684.49 169.429 2686.42 170.102 2688.37 170.773C2692.15 170.976 2695.88 171.158 2699.65 171.343C2699.65 171.342 2699.64 171.34 2699.63 171.338ZM2318.02 69.2504C2278.97 62.0685 2300.44 69.4597 2314.03 70.16C2316.75 70.3083 2318.32 70.0152 2318.02 69.2504ZM1515.35 4.74886C1514.78 5.25684 1514.21 5.76486 1513.64 6.27292C1526.64 5.7478 1552.14 7.68311 1551.72 4.27473C1539.71 4.41341 1527.35 4.57238 1515.35 4.74886ZM1619.14 2.67487C1616.29 2.44799 1604.76 1.89754 1606.17 3.18323C1611.07 4.11385 1616.17 5.04953 1621.16 5.98865C1623.49 5.43907 1625.82 4.89034 1628.14 4.34247C1624.91 4.12506 1619.91 2.73355 1619.14 2.67487Z" fill="%23FFAB0A"/></svg>');
  bottom: -55px;
  left: 0;
  background-size: 100% 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-hero__hero-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero__hero-title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .jiffy-hero__hero-title {
    font-size: 40px;
    padding-bottom: 28px;
  }
}

.jiffy-hero__title-shape {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .jiffy-hero__title-shape {
    bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .jiffy-hero__title-shape svg {
    width: 50%;
  }
}

.jiffy-hero__title-shape svg path.line1 {
  stroke-width: 2.7px;
  stroke: var(--jiffy-common-yellow-2);
  stroke-dasharray: 2300;
  stroke-dashoffset: 3200;
  animation: dash 2s linear both;
}

.jiffy-hero__sm-img {
  height: 170px;
}

.jiffy-hero__sm-img img {
  height: 170px;
}

.jiffy-hero__content-box p {
  font-weight: 400;
  font-size: 20px;
  line-height: 14px;
}

.jiffy-hero__input {
  margin: 0px 170px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero__input {
    margin: 0px 70px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .jiffy-hero__input {
    margin: 0px;
    margin-bottom: 20px;
  }

  .jiffy-hero__hero-title span::after {
    height: 45px;
    bottom: -30px;
  }
}

.jiffy-hero__input input {
  background-color: var(--jiffy-common-white);
  border: none;
  height: 60px;
  width: 100%;
  border-radius: 6px;
  padding-left: 55px;
  padding-right: 180px;
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 767px) {
  .jiffy-hero__input input {
    padding-right: 20px;
  }
}

.jiffy-hero__input button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .jiffy-hero__input button {
    position: static;
    transform: translate(0);
    margin-top: 20px;
  }
}

.jiffy-hero__input svg {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

.jiffy-hero__thumb-wrapper-main {
  position: relative;
}

.jiffy-hero__thumb-wrapper-main::after {
  position: absolute;
  content: "";
  top: 47px;
  left: -40px;
  right: 0;
  height: 100%;
  width: 108%;
  background: linear-gradient(180deg, rgb(64 4 143 / 2%) 0%, rgb(94 112 193 / 0%) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  filter: drop-shadow(0px 30px 50px rgba(1, 6, 20, 0.12));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0px 30px 50px rgb(82 115 209 / 12%);
  border-radius: 6px;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero__thumb-wrapper-main::after {
    top: 39px;
    left: -26px;
  }
}

@media (max-width: 767px) {
  .jiffy-hero__thumb-wrapper-main::after {
    top: 22px;
    left: -13px;
  }
}

.jiffy-hero__thumb-wrapper {
  border: 6px solid var(--jiffy-common-white);
  padding: 30px;
  margin-top: -340px;
  position: relative;
  background: #F1EFF4;
  box-shadow: 0px 1px 3px rgba(18, 20, 32, 0.2);
  border-radius: 6px;
}

@media (max-width: 767px) {
  .jiffy-hero__thumb-wrapper {
    margin-top: -365px;
  }
}



.jiffy-hero__shape-img-1 {
  position: absolute;
  top: 20%;
  left: -18%;
  animation: tpupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-hero__shape-img-1 {
    left: -17%;
  }
}

.jiffy-hero__shape-img-2 {
  position: absolute;
  bottom: -19%;
  right: -16%;
  animation: tpupdown 1s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-hero__shape-img-2 {
    bottom: -32%;
    right: -5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero__shape-img-2 {
    bottom: -36%;
    right: -5%;
  }
}

@media (max-width: 767px) {
  .jiffy-hero__shape-img-2 {
    bottom: -74%;
    right: -10%;
  }
}

.jiffy-hero-2__ptb {
  padding-top: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-hero-2__ptb {
    padding-top: 130px;
  }
}

@media (max-width: 767px) {
  .jiffy-hero-2__ptb {
    padding-top: 150px;
  }
}

.jiffy-hero-2__plr {
  padding-left: 310px;
  padding-right: 310px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .jiffy-hero-2__plr {
    padding-left: 250px;
    padding-right: 250px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .jiffy-hero-2__plr {
    padding-left: 180px;
    padding-right: 180px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-hero-2__plr {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-hero-2__plr {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero-2__plr {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .jiffy-hero-2__plr {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.jiffy-hero-2__title {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: var(--jiffy-common-black);
  font-family: var(--jiffy-ff-mont);
  padding-bottom: 35px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .jiffy-hero-2__title {
    font-size: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-hero-2__title {
    font-size: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-hero-2__title {
    font-size: 77px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero-2__title {
    font-size: 65px;
  }
}

@media (max-width: 767px) {
  .jiffy-hero-2__title {
    font-size: 46px;
  }
}

.jiffy-hero-2__user {
  padding-bottom: 70px;
}

.jiffy-hero-2__user h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--jiffy-ff-mont);
  margin-top: 15px;
}

.jiffy-hero-2__user h4 span {
  color: var(--jiffy-common-white);
  padding: 0px 8px;
}



.jiffy-hero-2__user-img {
  padding-top: 25px;
}



.jiffy-hero-2__main-img {
  margin-right: -60px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .jiffy-hero-2__main-img {
    margin-right: -130px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .jiffy-hero-2__main-img {
    margin-right: -150px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-hero-2__main-img {
    margin-right: -60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero-2__main-img {
    margin-right: 0px;
  }
}

.jiffy-hero-2__main-img img {
  max-width: inherit;
}

@media (max-width: 767px) {
  .jiffy-hero-2__main-img img {
    max-width: 100%;
  }
}

.jiffy-hero-2__sub-img-1 {
  position: absolute;
  top: 25%;
  right: -8%;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero-2__sub-img-1 {
    right: 0px;
  }
}

.jiffy-hero-2__sub-img-1 img {
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}

.jiffy-hero-2__sub-img-2 {
  position: absolute;
  top: 46%;
  right: -10%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero-2__sub-img-2 {
    right: 0px;
  }
}

.jiffy-hero-2__sub-img-3 {
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-hero-2__sub-img-3 {
    left: 3px;
  }
}

.jiffy-hero-2__sub-img-4 {
  position: absolute;
  top: 6%;
  right: 6%;
}

.jiffy-hero-btn-3 {
  margin-bottom: 15px;
}

.jiffy-hero-btn-3 a {
  margin: 0px 7px;
  margin-bottom: 20px;
}

.jiffy-hero-title-5 {
  font-size: 55px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  overflow: hidden;
  margin-bottom: 30px;
  font-weight: bold;
}

.jiffy-hero-title-5 span {
  font-weight: 200;
  position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .jiffy-hero-title-5 {
    font-size: 65px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-hero-title-5 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-hero-title-5 {
    font-size: 47px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {


  .jiffy-hero-title-5 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .jiffy-hero-title-5 {
    font-size: 38px;
    line-height: 1.5;
    text-align: center;
  }

  .jiffy-hero-five-section-box {
    text-align: center;
  }
}


.jiffy-hero-title-5 i {
  font-style: normal;
  overflow: hidden;
  display: inline-block;
}

.jiffy-hero-title-5 i i.child-2 {
  transform: translateY(150px);
  opacity: 0;
  display: inline-block;
  padding-bottom: 20px;
}

.jiffy-hero-title-5 span.child-1 {
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--jiffy-common-blue-4);
}

.jiffy-hero-title-5 span.child-1 svg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.jiffy-hero-title-5 span.child-2 {
  font-weight: 700;
  letter-spacing: -0.03em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-hero-five-section-box p {
    font-size: 15px;
  }
}

.jiffy-hero-five__ptb-5 {
  padding-top: 150px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-hero-five__ptb-5 {
    padding-top: 210px;
    padding-bottom: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero-five__ptb-5 {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .jiffy-hero-five__ptb-5 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero-five-btn-box {
    margin-bottom: 40px;
  }
}

.jiffy-hero-five-section-box p {
  padding-bottom: 0;
}

.jiffy-hero-five-section-wrap .jiffy-hero-2__user-img {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .jiffy-hero-five-section-box p {
    font-size: 15px;
  }

  .jiffy-hero-five-section-box p br {
    display: none;
  }

  .jiffy-hero-five-section-wrap .jiffy-hero-btn-3 {
    text-align: center;
  }
}

.jiffy-hero-five__shape-2 {
  position: absolute;
  top: 14%;
  left: -3%;
  animation: moving 9s linear infinite;
}

.jiffy-hero-five__shape-3 {
  position: absolute;
  top: 27%;
  left: 3%;
  animation: movingleftright1 infinite 18s;
}

.jiffy-hero-five__shape-4 {
  position: absolute;
  bottom: 12%;
  left: 45%;
  animation: moving 9s linear infinite;
}

@media (max-width: 767px) {
  .jiffy-hero-five-btn-box {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .jiffy-hero-five-section-wrap {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-hero-five-section-wrap {
    margin-left: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-hero-five-section-wrap {
    margin-left: 0px;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-hero-five-section-wrap {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .jiffy-hero-five-section-wrap {
    margin-left: 0px;
  }
}


.jiffy-hero-shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}

.jiffy-hero-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  mix-blend-mode: soft-light;
  opacity: 0.6;
}

.jiffy-section-title-shape svg {
  position: absolute;
  bottom: -2px;
  left: 60px;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-section-title-shape svg {
    left: 33%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-section-title-shape svg {
    left: 21%;
  }
}

@media (max-width: 767px) {
  .jiffy-section-title-shape svg {
    left: 100px;
  }
}

/*----------------------------------------*/
/*  04. ABOUT CSS START
/*----------------------------------------*/
.jiffy-about__image {
  text-align: left;
}

.jiffy-about__image img {
  width: 85%;
}

.jiffy-about__image.align-right,
.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .jiffy-about__pt-pb {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .jiffy-about__image.align-right,
  .jiffy-about__image {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-about__img-wrapper {
    margin-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .jiffy-about__img-wrapper {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .jiffy-about__img-wrapper {
    margin-bottom: 140px;
  }
}

.jiffy-about__right {
  padding-left: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-about__right {
    padding-left: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-about__right {
    padding-left: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-about__right {
    padding-left: 0px;
  }
}

.jiffy-about__section-box {
  padding-bottom: 20px;
}

.jiffy-about__section-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-about__section-box p {
    display: none;
  }
}

.jiffy-about__list {
  padding-bottom: 45px;
}

.jiffy-about__list ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  color: var(--jiffy-grey-8);
  list-style-type: none;
}

.jiffy-about__list ul li:last-child {
  margin-bottom: 0;
}

.jiffy-about__list ul li i {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 8px;
  color: var(--jiffy-common-dark-black);
  background-color: var(--jiffy-common-white);
  font-weight: 400;
}

.ab-brand-item img {
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

.ab-brand-border-bottom {
  border-bottom: 1px solid rgba(8, 8, 41, 0.1);
}

.ab-company-fun-fact span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #B2B2B8;
  padding-bottom: 10px;
  display: inline-block;
}

.ab-company-fun-fact h4 {
  font-weight: 700;
  font-size: 44px;
  line-height: 36px;
  color: var(--jiffy-common-white);
  padding-bottom: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ab-company-fun-fact h4 {
    font-size: 30px;
  }
}

.ab-company-fun-fact h4 em {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: var(--jiffy-common-white);
  font-style: normal;
}

.ab-company-fun-fact p {
  font-weight: 500;
  font-size: 17px;
  line-height: 14px;
  color: #5F6168;
}

.ab-company-fun-fact-wrap {
  border-right: 1px solid rgba(8, 8, 41, 0.1);
}

@media (max-width: 767px) {
  .ab-company-fun-fact-wrap {
    border-right: 0;
  }
}

.ab-company-border-none {
  border-right: none;
}

.journey-slider-item {
  box-shadow: 0px 14px 20px rgba(8, 8, 41, 0.08);
  border-radius: 6px;
  padding: 50px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .journey-slider-item {
    padding: 45px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .journey-slider-item {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .journey-slider-item {
    padding: 30px;
  }
}

.journey-slider-meta span {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--jiffy-common-yellow);
  padding-bottom: 10px;
  display: inline-block;
}

.journey-slider-title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3;
  padding-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .journey-slider-title {
    font-size: 20px;
  }
}

.journey-slider-content P {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .journey-slider-content P br {
    display: none;
  }
}

.journey-slider-wrapper .jiffy-scrollbar {
  background: rgba(1, 16, 61, 0.16);
  height: 2px;
  width: 50%;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.journey-slider-wrapper .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  background: #202124;
  border-radius: 4px;
  left: 0;
  top: 0;
}

.journey-stroke-text {
  position: absolute;
  top: 25px;
  right: 25px;
}

.journey-stroke-text h2 {
  font-size: 100px;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #e5e5e5;
}

/*----------------------------------------*/
/*  05. SERVICE CSS START
/*----------------------------------------*/
.jiffy-service__section-box p {
  font-size: 18px;
  line-height: 28px;
}

.jiffy-service__icon {
  margin-bottom: 25px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-service__title-sm {
    font-size: 20px;
  }
}

.jiffy-service__content p {
  padding-bottom: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-service__content p br {
    display: none;
  }
}

.jiffy-service__link a {
  line-height: 39px;
  border-radius: 8px;
  background: rgb(74 74 74 / 10%);
  display: inline-block;
  text-align: center;
  transition: 0.4s;
  padding: 5px 20px;
  height: auto;
  color: var(--jiffy-common-white);
  background-color: var(--jiffy-common-yellow);
  font-weight: 600;
}

.jiffy-service__link a:hover {
  background-color: var(--jiffy-common-yellow);
}

.jiffy-service__link a:hover svg {
  color: var(--jiffy-common-white);
}

.jiffy-service__link a svg {
  transition: 0.4s;
  color: var(--jiffy-common-white);
  display: inline-block;
  margin-left: 12px;
}

.jiffy-service__grey-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: -1;
}

.jiffy-service-3-content span {
  font-weight: 600;
  font-size: 13px;
  line-height: 12px;
  text-transform: uppercase;
  opacity: 0.7;
  font-family: var(--jiffy-ff-urban);
  padding-bottom: 10px;
  display: inline-block;
}

.jiffy-service-3-title-sm {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-family: var(--jiffy-ff-urban);
  padding-bottom: 25px;
}

.jiffy-service-sm-item {
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  padding: 45px;
  min-height: 345px;
  overflow: hidden;
  transition: 0.3s;
  background: linear-gradient(239.18deg, rgba(255, 255, 255, 0.16) 17.93%, rgba(255, 255, 255, 0.04) 81.51%);
}

.jiffy-service-3-content {
  margin-top: 20px;
}

.jiffy-service-sm-icon i {
  font-size: 25px;
  background: #f3f3f3;
  color: #000000;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  border-radius: 6px;
  transition: 0.3s all;
}

.jiffy-service-sm-item:hover .jiffy-service-sm-icon i {
  background-color: var(--jiffy-common-yellow);
  color: #000000;
}

.jiffy-service-sm-item:hover {
  box-shadow: 0px 8px 16px -2px rgba(32, 33, 36, 0.06), 0px 16px 32px -2px rgba(32, 33, 36, 0.1);
}

.jiffy-service-sm-item:hover .jiffy-service-sm-link {
  opacity: 1;
  visibility: visible;
}



.jiffy-service-sm-item:hover .jiffy-service-sm-icon svg {
  color: #5B6CFF;
  width: 45px;
}

.jiffy-service-sm-icon svg {
  transition: 0.3s;
  color: var(--jiffy-common-black);
}

.jiffy-service-sm-content span {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 6px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 13px;
}

.jiffy-service-sm-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
  padding-bottom: 20px;
  transition: 0.3s;
  line-height: 31px;
}

.jiffy-service-sm-title a:hover {
  color: var(--jiffy-common-yellow);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-service-sm-title {
    font-size: 22px;
    line-height: 28px;
  }

  .jiffy-service-sm-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .jiffy-service-sm-title {
    font-size: 18px;
    line-height: 23px;
  }

  .jiffy-service-sm-title br {
    display: none;
  }
}

.jiffy-service-sm-link {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.jiffy-service-sm-link a {
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  color: var(--jiffy-common-dark-black);
  transition: 0.3s;
}

.jiffy-service-sm-link a i {
  margin-left: 4px;
  transition: 0.3s;
  position: relative;
  top: 0;
}

.jiffy-service-sm-link a:hover {
  color: var(--jiffy-common-yellow);
}

.jiffy-service-sm-link a:hover i {
  animation: tfLeftToRight 0.4s forwards;
}

.jiffy-service-sm-link a span::before {
  content: "";
  height: 1px;
  width: 20px;
  background-color: var(--jiffy-common-black);
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-service-section-wrapper .jiffy-section-title-3 {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-service-section-wrapper {
    flex-wrap: wrap;
  }
}

.jiffy-service-area .container .row [class*=col-]:last-child {
  border-right: 0;
}

.jiffy-service-area .container .row [class*=col-]:first-child::after {
  display: none;
}

/*----------------------------------------*/
/*  06. PROJECT CSS START
/*----------------------------------------*/

.inner-project {
  height: 100%;
}

.inner-project-item {
  border-radius: 6px;
  padding: 0;
  transition: 0.3s;
  position: relative;
}

.inner-project-item::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.inner-project-item:hover {
  box-shadow: 0px 10px 20px rgba(1, 16, 61, 0.1);
}

.inner-project-item:hover .inner-project-img img {
  border-radius: 6px;
  transform: scale(1.2);
}

.inner-project-img {
  border-radius: 6px;
}

.inner-project-img img {
  border-radius: 6px;
  width: 100%;
  transition: 0.7s;
}

.inner-project-brand {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
}

.inner-project-brand img {
  box-shadow: 0px 10px 10px rgba(6, 22, 34, 0.06);
  backdrop-filter: blur(30px);
  border-radius: 6px;
}

.inner-project-content {
  padding-left: 20px;
  position: absolute;
  bottom: 0;
  z-index: 9;
}

.inner-project-content p {
  padding-bottom: 10px;
  color: #fff;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-project-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.inner-project-category-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--jiffy-common-yellow);
  padding-bottom: 15px;
  display: inline-block;
}

.inner-project-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 20px;
  color: #080829;
  padding-bottom: 10px;
  transition: 0.3s;
}

.inner-project-title:hover {
  color: var(--jiffy-common-yellow);
}

.inner-project-title a {
  color: #fff;
}

@media (max-width: 767px) {
  .inner-project-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-project-title {
    font-size: 18px;
  }
}

/*----------------------------------------*/
/*  07. FAQ CSS START
/*----------------------------------------*/



.jiffy-faq-left-wrapper {
  padding-right: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-faq-left-wrapper {
    padding-right: 0;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .jiffy-faq-left-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.jiffy-faq-section-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--jiffy-ff-mont);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-faq-section-box p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .jiffy-faq-section-box p {
    font-size: 16px;
  }

  .jiffy-faq-section-box p br {
    display: none;
  }
}

/*----------------------------------------*/
/*  10. CTA CSS START 
/*----------------------------------------*/
.jiffy-cta-bg {
  border-radius: 6px;
  padding: 52px 40px;
}

.jiffy-cta-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--bs-body-color);
  font-family: var(--jiffy-ff-mont);
  padding-bottom: 20px;
}

.jiffy-cta-bg .jiffy-btn-inner.white-bg {
  background-color: var(--jiffy-common-yellow-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-cta-content p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .jiffy-cta-content p {
    font-size: 15px;
  }

  .jiffy-cta-content p br {
    display: none;
  }
}

.jiffy-cta-grey-bg {
  height: 170px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-card-thumb-wrapper {
    margin-bottom: 170px;
  }
}

@media (max-width: 767px) {
  .jiffy-card-thumb-wrapper {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .jiffy-card-thumb-wrapper {
    margin-bottom: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-card-space {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .jiffy-card-space {
    padding-bottom: 0px;
  }
}

.jiffy-card-title-box {
  padding-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-card-title-box {
    padding-left: 50px;
  }

  .jiffy-card-title-box br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-card-title-box {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-card-title-box {
    padding-left: 0;
  }
}

.jiffy-card-title-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--jiffy-ff-urban);
  padding-bottom: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-card-title-box p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .jiffy-card-title-box p {
    font-size: 16px;
    line-height: 25px;
  }

  .jiffy-card-title-box p br {
    display: none;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-sales-img-wrapper {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .jiffy-sales-img-wrapper {
    margin-bottom: 50px;
  }
}

.jiffy-sales-section-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--jiffy-ff-urban);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-sales-section-box p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .jiffy-sales-section-box p {
    font-size: 16px;
    line-height: 25px;
  }

  .jiffy-sales-section-box p br {
    display: none;
  }
}

.jiffy-sales-feature ul {
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-sales-feature ul {
    margin-bottom: 40px;
  }
}

.jiffy-sales-feature ul li {
  position: relative;
  padding: 20px 15px;
  list-style-type: none;
  margin-bottom: 17px;
}

.jiffy-sales-feature ul li:last-child {
  margin-bottom: 0;
}

.jiffy-sales-feature ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #FFB545;
  opacity: 0.2;
  border-radius: 10px;
}

.jiffy-sales-feature ul li.purple-2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #625FFB;
  opacity: 0.2;
  border-radius: 10px;
}

.jiffy-sales-feature ul li.purple-2 span i {
  background-color: var(--jiffy-theme-1);
}

.jiffy-sales-feature ul li.purple-2 span em {
  color: var(--jiffy-theme-1);
}

.jiffy-sales-feature ul li.green-3::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #65CB7B;
  opacity: 0.2;
  border-radius: 10px;
}

.jiffy-sales-feature ul li.green-3 span i {
  background-color: var(--jiffy-common-green);
}

.jiffy-sales-feature ul li.green-3 span em {
  color: var(--jiffy-common-green);
}

.jiffy-sales-feature ul li span {
  position: relative;
  padding-left: 35px;
  z-index: 2;
}

.jiffy-sales-feature ul li span i {
  height: 22px;
  width: 22px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--jiffy-common-yellow);
  color: var(--jiffy-common-white);
  position: absolute;
  top: 0;
  left: 0;
}

.jiffy-sales-feature ul li span em {
  font-weight: 600;
  font-size: 16px;
  color: var(--jiffy-common-yellow);
  font-family: var(--jiffy-ff-urban);
  font-style: normal;
}

@media (max-width: 767px) {
  .jiffy-sales-feature ul li span em {
    font-size: 14px;
  }
}

.jiffy-inner-font p {
  font-family: var(--jiffy-ff-body);
}

.jiffy-plan-2-space {
  padding-bottom: 120px;
}

.jiffy-plan-2-img-box {
  margin-left: 95px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-plan-2-img-box {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-plan-2-img-box {
    margin-left: 0px;
  }
}

.jiffy-plan-2-img-1 img {
  border-radius: 6px;
  width: 100%;
}

/*----------------------------------------*/
/*  09. BLOG CSS START
/*----------------------------------------*/
.jiffy-blog-thumb {
  margin-bottom: 30px;
  border-radius: 6px;
}

.jiffy-blog-thumb img {
  border-radius: 6px;
  width: 100%;
  transition: transform 0.3s linear;
}

.jiffy-blog-thumb:hover img {
  transform: scale(1.1);
}

.jiffy-blog-meta {
  margin-bottom: 12px;
}

.jiffy-blog-category span {
  font-weight: 700;
  font-size: 12px;
  line-height: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--jiffy-common-yellow);
  font-family: var(--jiffy-ff-urban);
  border: 1px solid rgba(91, 108, 255, 0.1);
  border-radius: 6px;
  display: inline-block;
  padding: 8px 12px;
}

.jiffy-blog-date span {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  padding-left: 12px;
  margin-left: 12px;
  position: relative;
}

.jiffy-blog-date span::after {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #5F6168;
}

.jiffy-blog-title-box {
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E9EBF1;
}

.jiffy-blog-title-sm {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--jiffy-common-dark-black);
  font-family: var(--jiffy-ff-urban);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-blog-title-sm {
    font-size: 20px;
    line-height: 28px;
  }

  .jiffy-blog-title-sm br {
    display: none;
  }
}

@media (max-width: 767px) {
  .jiffy-blog-title-sm {
    font-size: 21px;
    line-height: 29px;
  }

  .jiffy-blog-title-sm br {
    display: none;
  }
}

.jiffy-blog-title-sm:hover {
  color: var(--jiffy-common-yellow);
}

.jiffy-blog-avata {
  margin-right: 15px;
}

.jiffy-blog-author-info h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;

  font-family: var(--jiffy-ff-urban);
  margin-bottom: 3px;
}

.jiffy-blog-author-info span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;

  font-family: var(--jiffy-ff-urban);
}


@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__wrapper {
    padding-right: 0px;
    margin-bottom: 50px;
  }
}



.postbox__thumb .play-btn {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 90px;
  width: 90px;
  background-color: var(--jiffy-common-white);
  text-align: center;
  line-height: 90px;
  color: var(--jiffy-common-black);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.postbox__thumb .play-btn:hover {
  background-color: var(--jiffy-common-blue-4);
  color: var(--jiffy-common-white);
}

article.postbox__item {
  border-radius: 6px;
  border: 1px solid #e9e9e9;
}

.postbox__thumb img {
  border-radius: 6px;
  margin-bottom: 40px;
}

.postbox__audio {
  height: 100%;
  width: 100%;
}

.postbox__audio iframe {
  width: 100%;
  height: 100%;
  border: none;
}


.postbox__content {
  padding: 22px;
}

.postbox__content p img {
  max-width: 100%;
  border-radius: 10px;
}

.basic-pagination ul {
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .postbox__content p img {
    width: 100%;
  }
}

.postbox__content-single {
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.postbox__title {
  color: var(--jiffy-common-black);
  line-height: 1.3;
  font-weight: 700;
  font-size: 30px;
  color: #202124;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__title {
    font-size: 33px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__title {
    font-size: 33px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__title {
    font-size: 30px;
  }

  .postbox__title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .postbox__title {
    font-size: 25px;
  }

  .postbox__title br {
    display: none;
  }
}

.postbox__title a:hover {
  color: var(--jiffy-common-yellow);
}

.postbox__meta {
  margin-bottom: 20px;
}

.postbox__meta span {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #888888;
  display: inline-block;
  margin-right: 12px;
}

.postbox__meta span:first-child {
  padding: 8px 12px;
  border: 1px solid #F0F0F0;
  border-radius: 6px;
}

.postbox__meta span:last-child {
  margin-right: 0;
}

.postbox__meta span i {
  color: var(--jiffy-theme-1);
  margin-right: 3px;
  font-weight: 500;
}

.postbox__meta span:hover {
  color: var(--jiffy-common-blue-4);
}

.postbox__text {
  padding-right: 30px;
}

.postbox__text img {
  max-width: 100%;
}

.postbox__text p {
  font-size: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__text p {
    font-size: 16px;
  }
}

.postbox__text-single p {
  margin-bottom: 15px;
}



.postbox__comment ul li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  list-style: none;
  border-bottom: 1px solid #161616;
}

.postbox__comment ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.postbox__comment ul li.children {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .postbox__comment ul li.children {
    margin-left: 0px;
  }
}

.postbox__comment ul-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--jiffy-common-black);
  margin-bottom: 40px;
  margin-right: 20px;
}

.postbox__comment-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 18px;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}

.postbox__comment-avater img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.postbox__comment-name {
  margin-bottom: 5px;
}

.postbox__comment-name h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}



.postbox__comment-name span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #888888;
}

@media (max-width: 767px) {
  .postbox__comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
}

.postbox__comment-text p {
  font-size: 16px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__comment-text p {
    font-size: 15px;
  }

  .postbox__comment-text p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .postbox__comment-text p br {
    display: none;
  }
}

.postbox__comment-reply {
  margin-top: 10px;
}

.postbox__comment-reply a {
  display: inline-block;
  height: 30px;
  line-height: 27px;
  padding: 0 18px;
  font-weight: 500;
  font-size: 13px;

  border: 1px solid #F0F0F0;
  border-radius: 6px;
  transition: 0.3s;
}

.postbox__comment-reply a:hover {
  color: var(--jiffy-common-dark-black);
  background: var(--jiffy-common-yellow);
  border-color: var(--jiffy-common-yellow);
}

.postbox__comment-reply a:hover svg {
  color: var(--jiffy-common-dark-black);
}

.postbox__comment-reply a svg {
  transform: translateY(-2px);
  margin-right: 6px;

  transition: 0.3s;
}

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

.postbox__comment-agree .form-check-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
}

.postbox__comment-agree .form-check-input:checked {
  background-color: var(--jiffy-common-blue-4);
  border-color: transparent;
}

.postbox__comment-agree .form-check-input:focus {
  box-shadow: none;
}

.postbox__comment-agree .form-check-input.form-check-input[type=checkbox] {
  border-radius: 2px;
  margin-top: 4px;
}


@media (max-width: 767px) {
  .postbox__navigation-more {
    flex-wrap: wrap;
  }
}

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

.postbox__navigation-img img {
  border-radius: 12px;
}

@media (max-width: 767px) {
  .postbox__navigation-left {
    margin-bottom: 30px;
  }
}

.postbox__navigation-content a:hover span {
  color: var(--jiffy-common-blue-4);
}

.postbox__navigation-content span {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  padding-bottom: 15px;
  display: inline-block;
  transition: 0.3s;
}

.postbox__navigation-content span i {
  margin-right: 10px;
}

.postbox__navigation-content h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  color: #202124;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .postbox__navigation-content h5 {
    font-size: 16px;
  }
}

.postbox__navigation-content h5:hover {
  color: var(--jiffy-common-blue-4);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__navigation-content h5 {
    font-size: 15px;
  }
}

.postbox__navigation-right .postbox__navigation-img {
  margin-right: 0;
  margin-left: 15px;
}

.postbox__navigation-right .postbox__navigation-content span i {
  margin-right: 0;
  margin-left: 10px;
}

.blog-grid-inner .jiffy-blog-item {
  border-radius: 6px;
  transition: 0.3s;
  border: 1px solid #e9e9e9;
}



.blog-grid-inner .jiffy-blog-content {
  padding: 30px;
}

@media (max-width: 767px) {
  .blog-grid-inner .jiffy-blog-content {
    padding: 25px;
  }
}

.blog-grid-inner .jiffy-blog-thumb {
  margin-bottom: 0;
  border-radius: 6px 6px 0 0;
}

.blog-grid-inner .jiffy-blog-thumb img {
  border-radius: 6px 6px 0 0;
}

.blog-grid-inner .jiffy-blog-title-box {
  margin-bottom: 0px;
  border-bottom: none;
}

.blog-grid-inner .jiffy-blog-title-sm {
  font-family: var(--jiffy-ff-body);

}

.blog-grid-inner .jiffy-blog-title-sm br {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .postbox__comment-form {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .postbox__comment-box {
    flex-wrap: wrap;
  }
}

.postbox__comment-info {
  flex: 0 0 auto;
}

.rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}

.rc__post-thumb {
  flex: 0 0 auto;
}

.rc__post-thumb img {
  border-radius: 6px;
  width: 75px;
  height: 75px;
  flex: 0 0 auto;
  object-fit: cover;
}

.rc__post-title {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--jiffy-common-black);
}

.rc__post-title a:hover {
  color: var(--jiffy-common-yellow);
}

.rc__meta span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.sidebar__wrapper {
  padding-left: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .sidebar__wrapper {
    padding-left: 0;
  }
}

.sidebar__widge-title-box {
  border-radius: 14px 14px 0px 0px;
}

.sidebar__widget-content {
  padding: 40px 30px;
}

@media (max-width: 767px) {
  .sidebar__widget-content {
    padding: 35px 25px;
  }
}

.sidebar__widget {
  border: 1px solid #e9e9e9;
  border-radius: 6px;
}

.sidebar__widget-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: var(--jiffy-common-dark-black);
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 20px;
}

.sidebar__widget:last-child-title {
  border-bottom: 0;
}

.sidebar__widget ul li {
  list-style: none;
  margin-bottom: 25px;
}

.sidebar__widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar__widget ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #424242;
  display: flex;
  justify-content: space-between;
}

.sidebar__widget ul li a:hover {
  color: var(--jiffy-common-yellow);
}

.sidebar__widget ul li a i {
  font-size: 18px;
  transform: translateY(2px);
  margin-right: 10px;
}

.sidebar__search {
  position: relative;
}

.sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  text-transform: capitalize;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 0;
  outline: none;
  padding-right: 60px;
  border: 1px solid #5c5454;
  background: transparent;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .sidebar__search input {
    padding-right: 40px;
    padding-left: 15px;
  }
}

.sidebar__search input:focus {
  border-color: var(--jiffy-common-blue-4);
}

.sidebar__search input::placeholder {
  color: #777777;
}

.sidebar__search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 24px;
  color: #fff;
  line-height: 60px;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  color: var(--jiffy-common-black);
}



.tagcloud a {
  border: 1px solid #5f5f5f;
  color: #bebdc9;
  display: inline-block;
  line-height: 1;
  padding: 10px 25px;
  margin-bottom: 8px;
  margin-right: 8px;
  border-radius: 6px;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    padding: 8px 15px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tagcloud a {
    padding: 10px 15px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .tagcloud a {
    padding: 10px 15px;
    font-size: 13px;
  }
}

.tagcloud a:hover {
  background: var(--jiffy-common-yellow);
  color: var(--jiffy-common-dark-black);
  border-color: var(--jiffy-common-yellow);
}

.tagcloud span {
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  color: #202124;
  margin-right: 8px;
}



.basic-pagination ul li {
  display: inline-block;
}

.basic-pagination ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.basic-pagination ul li span {
  display: inline-block;
  transform: translateY(-4px);
}

.basic-pagination ul li a.current {
  background: #F2F2F2;
  color: var(--jiffy-common-black);
}

.basic-pagination ul li a:hover {
  background: #F2F2F2;
  border-color: #F2F2F2;
  color: var(--jiffy-common-black);
}


.blog-details-title-box span {
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #000;
  padding: 8px 20px;
  border: 1.5px solid #9f9b9b;
  border-radius: 6px;
  margin-bottom: 10px;
  display: inline-block;
}

.blog-details-banner-title {
  font-weight: 700;
  font-size: 45px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--jiffy-common-dark-black);
  padding-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-banner-title {
    font-size: 57px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-banner-title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .blog-details-banner-title {
    font-size: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-banner-title {
    font-size: 40px;
  }
}

.blog-details-banner .jiffy-blog-author-info h5 {
  font-weight: 800;
  font-size: 17px;
  line-height: 16px;

}

.blog-details-banner .jiffy-blog-author-info span {
  font-weight: 600;
  font-size: 13px;
  line-height: 10px;
}

@media (max-width: 767px) {
  .blog-details-social-box {
    margin-top: 30px;
  }
}

.blog-details-img-area.mb-80 {
  margin-top: 50px;
}

.blog-details-social-box a {
  height: 42px;
  width: 42px;
  line-height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgb(90 89 89 / 20%);
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  color: var(--jiffy-common-dark-black);
  margin-left: 6px;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-social-box a {
    height: 35px;
    width: 35px;
    line-height: 33px;
    margin-left: 0px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .blog-details-social-box a {
    margin-left: 0px;
    margin-right: 6px;
  }
}

.blog-details-social-box a:hover {
  background-color: var(--jiffy-common-yellow-4);
  border-color: var(--jiffy-common-yellow-4);
  color: var(--jiffy-common-black);
}


.blog-details-big-img img {
  border-radius: 6px;
}

.postbox__details-checkmark {
  padding-bottom: 40px;
}

.postbox__details-checkmark ul li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;

}

@media (max-width: 767px) {
  .postbox__details-checkmark ul li {
    font-size: 14px;
  }
}

.postbox__details-checkmark ul li::last-child {
  margin-bottom: 0;
}

.postbox__details-checkmark ul li i {
  height: 20px;
  width: 20px;
  background-color: var(--jiffy-common-white);
  color: var(--jiffy-common-dark-black);
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  transform: translateX(2px);
  position: absolute;
  top: -2px;
  left: 0;
}

.postbox__details-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 10px;
}

.postbox__details-title-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;

}

.postbox__details-img-box {
  padding-bottom: 20px;
}

.postbox__details-img-box span img {
  border-radius: 6px;
  margin-bottom: 20px;
}



@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .postbox__details-wrapper {
    padding-right: 0;
  }
}

.postbox__details-qoute {
  background: #333;
  padding: 40px 50px;
  border-left: 3px solid var(--jiffy-common-yellow);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__details-qoute {
    padding: 40px 40px;
  }
}

@media (max-width: 767px) {
  .postbox__details-qoute {
    padding: 30px;
  }
}

.postbox__details-qoute blockquote {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .postbox__details-qoute blockquote {
    flex-wrap: wrap;
  }
}

.postbox__details-qoute-icon svg {
  transform: translateY(5px);
  margin-right: 30px;
}

@media (max-width: 767px) {
  .postbox__details-qoute-icon svg {
    margin-bottom: 20px;
  }
}

.postbox__details-qoute-text P {
  font-weight: 500;
  font-size: 23px;
  line-height: 34px;

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__details-qoute-text P {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .postbox__details-qoute-text P {
    font-size: 17px;
    line-height: 26px;
  }
}

.postbox__details-qoute-text span {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: var(--jiffy-common-yellow);
}

.postbox__details-qoute-text span::before {
  content: "";
  height: 1px;
  width: 16px;
  background-color: var(--jiffy-common-yellow);
  display: inline-block;
  transform: translateY(-4px);
  margin-right: 10px;
}

.postbox__details-author-info-box {
  background-color: #333;
  border-radius: 14px;
  padding: 50px 45px;
}

@media (max-width: 767px) {
  .postbox__details-author-info-box {
    flex-wrap: wrap;
    padding: 40px 30px;
  }
}

.postbox__details-author-avata {
  flex: 0 0 auto;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .postbox__details-author-avata {
    margin-bottom: 20px;
  }
}

.postbox__details-author-avata img {
  flex: 0 0 auto;
  border-radius: 50%;
}

.postbox__details-author-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
}

.postbox__details-author-social a {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  box-shadow: 0px 1px 1px rgba(32, 33, 36, 0.12);
  display: inline-block;
  font-size: 12px;
  margin-right: 6px;
  transition: 0.3s;

}

.postbox__details-author-social a:hover {
  background-color: var(--jiffy-common-blue-4);
  color: var(--jiffy-common-white);
}

.postbox__comment-input {
  position: relative;
}

.postbox__comment-input input:focus~.floating-label,
.postbox__comment-input input:not(:focus):valid~.floating-label {
  top: 0;
  left: 20px;
  font-size: 13px;
  font-weight: 400;
  color: var(--jiffy-common-dark-black);
  background-color: var(--jiffy-common-white);
  padding: 2px 6px;
  border-radius: 3px;
}

.postbox__comment-input textarea:focus~.floating-label-2,
.postbox__comment-input textarea:not(:focus):valid~.floating-label-2 {
  top: -9px;
  left: 20px;
  font-size: 13px;
  font-weight: 400;
  color: var(--jiffy-common-dark-black);
  background-color: var(--jiffy-common-white);
  padding: 2px 6px;
  border-radius: 3px;
}

.postbox__comment-input .eye-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}

.postbox__comment-input .eye-btn span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.postbox__comment-input .eye-btn .eye-on {
  transform: scale(0);
}

.postbox__comment-input .eye-btn.open .eye-on {
  transform: scale(1) translateY(-50%);
}

.postbox__comment-input .eye-btn.open .eye-off {
  transform: scale(0);
}

.postbox__comment-input .inputText {
  border-radius: 6px;
  padding: 0px 20px;
  font-size: 14px;
  width: 100%;
  height: 55px;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 15px;
  color: #87888A;
  box-shadow: inset 0 0 0 1px #665d5d;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
  color: var(--jiffy-common-white);
  background: transparent;
}

.postbox__comment-input .inputText:focus {
  box-shadow: 0px 1px 2px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 2px #ffffff;
}

.postbox__comment-input .inputText.password {
  padding-right: 55px;
}

.postbox__comment-input .textareaText {
  border-radius: 12px;
  padding: 20px;
  font-size: 14px;
  width: 100%;
  height: 160px;
  resize: none;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 15px;
  color: #87888A;
  box-shadow: inset 0 0 0 1px #665d5d;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
  color: var(--jiffy-common-black);
  background: transparent;
}

.postbox__comment-input .textareaText:focus {
  box-shadow: 0px 1px 2px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 2px #600EE4;
}

.postbox__comment-input .floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease all;
}

.postbox__comment-input .floating-label-2 {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 20px;
  transition: 0.2s ease all;
}

/* ---------------------------------- */
/* 10 SERVICE */
/*------------------------------------*/
.jiffy-service__section-box p {
  font-size: 18px;
  line-height: 28px;
}

.jiffy-service__item {
    /* border: 1px solid rgba(1, 16, 61, 0.08); */
    border-radius: 6px;
    padding: 0;
    transition: 0.3s;
    background: #fff;
    overflow: hidden;
    /* padding: 30px; */
    box-shadow: 0px 0px 20px 0px rgb(60 62 161 / 5%);
    text-align: center;
    padding: 40px 15px;
}
.jiffy-demo__image {
    height: 400px;
    overflow: hidden;
    position: relative;
    border: 1px solid #f1f1f1;
}
.demo_description {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jiffy-demo__image img {
    border-radius: 12px;
    transition: 8s all;
    position: relative;
    transform: translateY(0%);
}
.jiffy-demo__image:hover img {
    transform: translateY(-83%);
    /* top: -100%; */
}
.jiffy-service__item:hover {}

.jiffy-service__item:hover .jiffy-service__icon {
  animation: icon-bounce 0.8s 1;
}

.jiffy-service__icon {
  margin-bottom: 25px;
}

.jiffy-service__title-sm {
    font-weight: 700;
    font-size: 22px;
    padding: 0 !important;
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-service__title-sm {
    font-size: 20px;
  }
}

.jiffy-service__content p {
  padding-bottom: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-service__content p br {
    display: none;
  }
}


/*----------------------------------------*/
/*  09. COUNTER CSS START
/*----------------------------------------*/
.jiffy-counter-wrapper {
  box-shadow: 0px 20px 80px rgba(7, 13, 32, 0.08);
  backdrop-filter: blur(5px);
  border-radius: 6px;

}

@media (max-width: 767px) {
  .jiffy-counter-space {
    padding-bottom: 100px;
  }
}

.jiffy-counter-item p {
  margin-bottom: 0;
  font-family: var(--jiffy-ff-urban);
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .jiffy-counter-item p {
    font-size: 16px;
  }
}

.jiffy-counter-item h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  margin-bottom: 0;
}

.jiffy-counter-item h4 span {


  font-weight: 400;
  font-size: 60px;
  line-height: 50px;
  letter-spacing: -0.02em;
}

@media (max-width: 767px) {
  .jiffy-counter-item h4 span {
    font-size: 45px;
  }
}

.jiffy-counter-item h4 em {
  font-weight: 400;
  font-size: 60px;
  line-height: 50px;
}

.jiffy-counter-wrap {

  padding: 40px 0;
}

@media (max-width: 767px) {
  .jiffy-counter-wrap {
    margin-bottom: 20px;
    border-right: none;
  }
}

.jiffy-counter-wrapper .row [class*=col-]:last-child .jiffy-counter-wrap {
  border-right: 0;
}

.swiper-slide {
  transition: 0.3s;
}

.dragged .swiper-slide {
  transform: scale(0.97);
}

/*----------------------------------------*/
/*  11. INTEGRATION CSS START
/*----------------------------------------*/

.jiffy-intigration-area {
  padding-top: 70px;
  padding-bottom: 70px;
}

.jiffy-intigration-five-section-box p {
  padding-bottom: 30px;
}

.jiffy-intigration-five-wrapper>div>img.digi-icons {

  width: 55px;
  border-radius: unset;
  transition: 0.3s all;
}

.jiffy-intigration-five-wrapper>div>img.digi-icons:hover {
  transform: scale(1.2);
}

.jiffy-intigration-five-circle-img-1 {
  position: absolute;
  top: 0%;
  left: 0%;
}

.jiffy-intigration-five-circle-img-1 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-2 {
  position: absolute;
  top: 66%;
  left: -8%;
}

.jiffy-intigration-five-circle-img-2 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-3 {
  position: absolute;
  top: 78%;
  left: 5%;
}

.jiffy-intigration-five-circle-img-3 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-4 {
  position: absolute;
  top: 123%;
  left: -7%;
}

.jiffy-intigration-five-circle-img-4 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-5 {
  position: absolute;
  top: 103%;
  left: 18%;
}

.jiffy-intigration-five-circle-img-5 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-6 {
  position: absolute;
  top: 103%;
  right: 18%;
}

.jiffy-intigration-five-circle-img-6 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-7 {
  position: absolute;
  top: -3%;
  right: 7%;
}

.jiffy-intigration-five-circle-img-7 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-8 {
  position: absolute;
  top: 38%;
  right: 6%;
}

.jiffy-intigration-five-circle-img-8 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-9 {
  position: absolute;
  top: 35%;
  right: -13%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .jiffy-intigration-five-circle-img-9 {
    top: 41%;
    right: -9%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-intigration-five-circle-img-9 {
    top: 70%;
    right: 0;
  }
}

.jiffy-intigration-five-circle-img-9 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-10 {
  position: absolute;
  bottom: -43%;
  right: -4%;
}

.jiffy-intigration-five-circle-img-10 img {
  box-shadow: 20px 30px 100px rgba(5, 12, 31, 0.1);
  border-radius: 50%;
}

.jiffy-intigration-five-circle-img-11 {
  position: absolute;
  bottom: -34%;
  left: 3%;
  z-index: -1;
  animation: moving 9s linear infinite;
}

.jiffy-intigration-five-circle-img-12 {
  position: absolute;
  bottom: 49%;
  left: 7%;
  z-index: -1;
  animation: movingleftright1 infinite 18s;
}

.jiffy-intigration-five-circle-img-13 {
  position: absolute;
  bottom: -42%;
  right: 14%;
  animation: moving 9s linear infinite;
}

.jiffy-intigration-five-circle-img-14 {
  position: absolute;
  bottom: 21%;
  right: -11%;
  z-index: -1;
  animation: movingleftright1 infinite 18s;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .jiffy-intigration-five-circle-img-14 {
    bottom: 13%;
    right: -6%;
  }
}

.jiffy-feature-inner .jiffy-feature-five-wrapper .jiffy-feature-five-item {
  box-shadow: -1px -1px 4px rgba(20, 17, 37, 0.04), 0px 1px 4px rgba(32, 33, 36, 0.06);
}

/*----------------------------------------*/
/*  12. TESTIMONIAL CSS START
/*----------------------------------------*/
.jiffy-testimonial__rating span {
  margin: 0px 5px;
}

.jiffy-testimonial__wrapper {

  box-shadow: 0px 16px 20px rgba(1, 16, 61, 0.1);
  border-radius: 6px;
}

.jiffy-testimonial__left-item {
  display: inline-block;
  padding: 60px;
  background: linear-gradient(126.78deg, #ffffff 11.46%, #ffffff 90.23%);
  box-shadow: 0px 16px 20px rgb(35 85 233 / 10%);
  border-radius: 6px;
}

@media (max-width: 767px) {
  .jiffy-testimonial__left-item {
    padding: 30px;
  }
}



.jiffy-testimonial__content p {
  font-weight: normal;
  font-size: 17px;
  padding-bottom: 20px;
  padding-right: 30px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .jiffy-testimonial__content p {
    font-size: 15px;
  }
}

.jiffy-testimonial__author-info span {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding-bottom: 5px;
}

.jiffy-testimonial__author-info i {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
}

.jiffy-testimonial__slider-active {
  margin: 0 -55px;
}

.jiffy-testimonial__wrapper-main.slick-slide {
  padding: 55px;
}

.jiffy-testimonial__img-item svg {
  display: inline-block;
  color: #8C87A6;
}

.jiffy-testimonial__img-item {
  text-align: center;
  cursor: pointer;
}

.jiffy-testimonial__img-active {
  padding: 0px 120px;
}

@media (max-width: 767px) {
  .jiffy-testimonial__img-active {
    padding: 0 30px;
  }
}

.jiffy-testimonial__img-wrap.slick-current .jiffy-testimonial__img-item svg {
  color: var(--jiffy-common-dark-black);
}


.jiffy-testimonial-2-item {
  background: linear-gradient(239.18deg, rgba(255, 255, 255, 0.16) 17.93%, rgba(255, 255, 255, 0.04) 81.51%);
  backdrop-filter: blur(20px);
  border-radius: 6px;
  padding: 60px 40px;
  transition: 0.4s;
  border: 1px solid #e9e9e9;
}

.jiffy-testimonial-2-item:hover {
  box-shadow: 0px 20px 20px rgba(28, 9, 61, 0.2);
}

.jiffy-testimonial-2-star {
  margin-bottom: 13px;
}

.jiffy-testimonial-2-star span {
  color: var(--jiffy-common-yellow-2);
}

.jiffy-testimonial-2-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-testimonial-2-content p {
    font-size: 19px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-testimonial-2-content p {
    font-size: 18px;
  }
}

.jiffy-testimonial-2-author-info h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  font-family: var(--jiffy-ff-mont);
  margin-bottom: 0;
}

.jiffy-testimonial-2-author-info span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--jiffy-ff-mont);
}

.jiffy-testimonial-2-img {
  margin-right: 13px;
}

.jiffy-testimonial-2-img img {
  width: 50px;
  height: 50px;
}

.jiffy-testimonial-2-section {
  margin: 0px -15px;
}

.jiffy-testimonial-2-slider-active .slick-slide {
  padding: 40px 15px;
  padding-bottom: 60px;
}

.jiffy-testimonial-2-slider-active .slick-dots {
  text-align: center;
}

.jiffy-testimonial-2-slider-active .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.jiffy-testimonial-2-slider-active .slick-dots li.slick-active button {
  background-color: var(--jiffy-common-yellow);
  border-color: var(--jiffy-common-yellow);
}

.jiffy-testimonial-2-slider-active .slick-dots li button {
  height: 12px;
  width: 12px;
  border: 1px solid rgb(8 8 8 / 40%);
  font-size: 0;
  border-radius: 50%;
}

.jiffy-testimonial-five-wrapper {
  padding: 30px 70px 30px 60px;
  /* background: #F7F9FB; */
  border-radius: 16px;
}

.jiffy-testimonial-five-item {
  background: #f7f7f7;
  border-radius: 6px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-testimonial-five-wrapper {
    padding: 30px 30px 30px 30px;
  }
}

@media (max-width: 767px) {
  .jiffy-testimonial-five-wrapper {
    padding: 25px;
  }
}

.jiffy-testimonial-five-avata {
  margin-right: 20px;
}

.jiffy-testimonial-five-avata img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.jiffy-testimonial-five-author-info h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
}

.jiffy-testimonial-five-author-info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #5F6168;
}

@media (max-width: 767px) {
  .jiffy-testimonial-five-author-info span {
    font-size: 14px;
  }
}

.jiffy-testimonial-five-content {
  padding: 40px 60px 50px 60px;
  border-top: 1px solid #e3e3e3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-testimonial-five-content {
    padding: 40px 40px 50px 40px;
  }
}

@media (max-width: 767px) {
  .jiffy-testimonial-five-content {
    padding: 25px;
  }
}

.jiffy-testimonial-five-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #a0a2a9;
  padding-right: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .jiffy-testimonial-five-content p {
    padding-right: 0;
    font-size: 18px;
    line-height: 29px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-testimonial-five-content p {
    font-size: 17px;
    line-height: 29px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-testimonial-five-content p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-testimonial-five-content p {
    font-size: 16px;
    line-height: 27px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .jiffy-testimonial-five-content p {
    font-size: 16px;
    line-height: 26px;
    padding-right: 0px;
  }
}

.testimonial-five-slider-active {

  padding-bottom: 60px;
}

.jiffy-testimonial-five-slider-section .jiffy-scrollbar {
  background: rgba(255, 255, 255, 0.2);
  height: 2px;
  width: 50%;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.jiffy-testimonial-five-slider-section .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--jiffy-common-white);
  box-shadow: 0px 0px 6px rgba(187, 255, 94, 0.3);
  border-radius: 4px;
  left: 0;
  top: 0;
}

/*----------------------------------------*/
/*  13. PRICE CSS START
/*----------------------------------------*/


.jiffy-price__section-box p {
  font-size: 18px;
}

.jiffy-price__item {
  background-color: #fff;
  box-shadow: 0px 14px 20px rgb(130 130 239 / 8%);
  border-radius: 6px;
  padding: 50px 60px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-price__item {
    padding: 35px 28px;
  }
}

@media (max-width: 767px) {
  .jiffy-price__item {
    padding: 30px;
  }
}

.jiffy-price__item:hover .jiffy-price__btn a {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.jiffy-price__item:hover .jiffy-price__btn a i {
  transform: translateY(2px);
  margin-left: 10px;
}

.jiffy-price__item:hover .jiffy-price__btn span {
  transform: translateX(30px);
}

.jiffy-price__item.active {
  background: linear-gradient(358.1deg, #f5eded 49.57%, #efefef 107.48%);
  border-radius: 6px;
}



.jiffy-price__item.active .jiffy-price__title-box p {
  border-color: rgba(255, 255, 255, 0.2);
}



.jiffy-price__item.active .jiffy-price__feature ul li svg path.price-path-2 {
  color: #fff;
}

.jiffy-price__item.active .jiffy-price__feature ul li svg path.price-path-1 {
  color: #fff;
}

.jiffy-price__item.active .jiffy-price__btn {
  background-color: var(--jiffy-common-white);
  border-radius: 6px;
  color: #000;
}

.jiffy-price__item.active .jiffy-price__btn a {
  background-color: var(--jiffy-common-yellow);
}

.jiffy-price__btn {
  overflow: hidden;
  position: relative;
}

.jiffy-price__btn span {
  transform: translateX(0px);
  transition: 0.3s;
}

.jiffy-price__btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  border-radius: 6px;
  background-color: var(--jiffy-common-yellow);
  color: #fff;
  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;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  visibility: hidden;
}

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

.jiffy-price__feature ul li {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  list-style-type: none;
}

.jiffy-price__feature ul li.inactive span svg path.price-path-3 {
  color: #D9DADC;
}

.jiffy-price__feature ul li.inactive span svg path.price-path-2 {
  color: #D9DADC;
}

.jiffy-price__feature ul li.inactive span svg path.price-path-1 {
  color: #D9DADC;
}

.jiffy-price__feature ul li:last-child {
  margin-bottom: 0;
}

.jiffy-price__feature ul li span {
  position: absolute;
  top: 0;
  left: 0;
}

.jiffy-price__feature ul li span svg path.price-path-3 {
  color: #FF94BA;
}

.jiffy-price__feature ul li span svg path.price-path-2 {
  color: #6865FF;
}

.jiffy-price__feature ul li span svg path.price-path-1 {
  color: #6865FF;
}



.jiffy-price__title-sm {
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 5px;
}

.jiffy-price__title-box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(1, 16, 61, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-price__title-box p {
    font-size: 13px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.jiffy-price-header {
  padding-left: 40px;
}

.jiffy-price-header-img {
  padding-bottom: 20px;
}

.jiffy-price-header-img img {
  width: 150px;
}

.jiffy-price-header-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.jiffy-price-header-content p span {
  font-weight: 600;
  color: var(--jiffy-common-white);
}

.jiffy-price-top-item {
  width: 33.33%;
  float: left;
  padding: 40px 20px;
}

.jiffy-price-top-item.active {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 20px 20px 0px 0px;
}

.jiffy-price-top-item.active .jiffy-btn-service {
  background-color: var(--jiffy-common-yellow-3);
  color: var(--jiffy-common-black);
  border-color: var(--jiffy-common-yellow-3);
  transition: 0.3s;
}

.jiffy-price-top-item.active .jiffy-btn-service:hover {
  background-color: var(--jiffy-common-white);
  color: var(--jiffy-common-black);
  border-color: var(--jiffy-common-white);
}

.jiffy-price-top-tag-wrapper span {
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--jiffy-common-white);
  padding-bottom: 10px;
  display: inline-block;
}

.jiffy-price-top-tag-wrapper p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
}

.jiffy-price-top-title-wrapper h4 {
  font-weight: 600;
  font-size: 50px;
  line-height: 49px;
  color: #FFFFFF;
  padding-bottom: 8px;
}

.jiffy-price-top-title-wrapper h4 span {
  font-weight: 500;
  font-size: 18px;
  line-height: 14px;
}

.jiffy-price-top-title-wrapper h4 em {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  color: #FFFFFF;
  margin-right: 5px;
  transform: translateY(-23px);
  display: inline-block;
}

.jiffy-price-top-title-wrapper p {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  padding-bottom: 30px;
}

.jiffy-price-feature-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
}

.jiffy-price-feature-box {
  border-radius: 20px 0 0 20px;
  background: rgba(255, 255, 255, 0.06);
}

.jiffy-price-feature-item {
  height: 65px;
  line-height: 65px;
  padding: 0px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.jiffy-price-feature-item:last-child {
  border-bottom: 0;
}

.jiffy-price-feature-item span {
  color: var(--jiffy-common-white);
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  margin-right: 5px;
}

.jiffy-price-feature-info-item {
  width: 33.33%;
  float: left;
}

.jiffy-price-feature-info-item.active {
  background: rgba(255, 255, 255, 0.06);
}

.jiffy-price-feature-info {
  height: 65px;
  line-height: 65px;
  padding: 0px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.jiffy-price-feature-info:last-child {
  border-bottom: 0;
}

.jiffy-price-feature-info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
}

.jiffy-price-feature-tooltip {
  background-color: var(--jiffy-common-white);
  padding: 10px 20px;
  border-radius: 14px;
  position: absolute;
  bottom: 25px;
  left: -30px;
  width: 270px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.jiffy-price-feature-tooltip::after {
  position: absolute;
  content: "";
  left: 35px;
  bottom: 2px;
  width: 18px;
  height: 18px;
  background-color: var(--jiffy-common-white);
  -webkit-transform: rotate(45deg) translateY(50%);
  -moz-transform: rotate(45deg) translateY(50%);
  -ms-transform: rotate(45deg) translateY(50%);
  -o-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
}

.jiffy-price-feature-tooltip p {
  margin-bottom: 0;
  font-size: 14px;
}

.jiffy-price-feature-tooltip-box {
  display: inline-block;
  cursor: pointer;
}

.jiffy-price-feature-tooltip-box:hover svg {
  color: var(--jiffy-common-white);
}

.jiffy-price-feature-tooltip-box:hover .jiffy-price-feature-tooltip {
  visibility: visible;
  opacity: 1;
  bottom: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-price-table {
    overflow-x: scroll;
    scrollbar-color: rgba(255, 255, 255, 0.559) rgba(255, 255, 255, 0.14);
  }
}

.jiffy-price-table-wrapper {
  width: 1170px;
}

@media (max-width: 767px) {
  .plan-section-box p br {
    display: none;
  }
}

.jiffy-price__btn-box {
  display: inline-block;
}

.jiffy-price__btn-bg {
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(18, 20, 32, 0.14);
  border-radius: 6px;
  position: relative;
}

@media (max-width: 767px) {
  .jiffy-price__btn-bg {
    transform: translateY(40px);
  }
}

.jiffy-price__btn-bg button {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #222;
  position: relative;
  z-index: 999;
  padding: 18px 30px;
  transition: 0.3s;
}

.jiffy-price__btn-bg button.active {
  color: var(--jiffy-common-white);
}

.jiffy-price__btn-bg button.monthly.active~.test {
  transform: translateX(0px);
}

.jiffy-price__btn-bg button.yearly.active {
  transform: translateX(-10px);
}

.test {
  position: absolute;
  transition: transform 0.2s ease-in-out;
  will-change: transform;
  width: 100px;
  height: calc(100% - 8px);
  position: absolute;
  left: 5px;
  top: 4px;
  display: block;
  content: "";
  background: var(--jiffy-common-yellow-2);
  box-shadow: 0px 2px 2px -1px rgba(89, 86, 233, 0.15), 0px 0px 1px rgba(89, 86, 233, 0.1);
  border-radius: 6px;
  transform: translateX(104px);
}

.price-shape-line {
  position: absolute;
  right: 35%;
  top: -18px;
  -webkit-animation: lineDash 90s linear infinite;
  animation: lineDash 90s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .price-shape-line {
    right: 25%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .price-shape-line {
    right: 17%;
  }
}

.price-offer-badge {
  height: 50px;
  width: 50px;
  background: linear-gradient(149deg, #FF4386 -12.19%, #413DFF 89.78%);
  box-shadow: 0px 1px 3px rgba(75, 8, 69, 0.3);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 31%;
  top: -33px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .price-offer-badge {
    right: 20%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .price-offer-badge {
    right: 11%;
  }
}

.price-offer-badge span {
  color: var(--jiffy-common-white);
  font-weight: 800;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
  display: inline-block;
  margin-top: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jiffy-price__section-box .jiffy-section-title br {
    display: none;
  }
}

.price-inner-white-bg {
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  box-shadow: 0px 20px 80px rgba(7, 13, 32, 0.08);
}

.price-inner-white-bg .jiffy-price-table-wrapper {
  padding-top: 40px;
}


.price-inner-white-bg .jiffy-price-feature-item,
.price-inner-white-bg .jiffy-price-feature-info,
.price-inner-white-bg .jiffy-price-feature-wrapper {
  border-color: #ededed;
}

.price-inner-white-bg .jiffy-price-feature-item span {
  color: var(--jiffy-common-dark-black);
}





.price-inner-white-bg .jiffy-price-header-content p {
  color: #fff;
}

.price-inner-white-bg .jiffy-price-header-content p span {
  color: #fff;
}


.price-inner-white-bg .jiffy-price-top-item.active .jiffy-price-top-title-wrapper .jiffy-btn-service {
  background-color: var(--jiffy-common-yellow);
  color: var(--jiffy-common-dark-black);
  border-color: var(--jiffy-common-yellow);
}

.price-inner-white-bg .jiffy-price-top-item.active .jiffy-price-top-title-wrapper .jiffy-btn-service:hover {
  background-color: var(--jiffy-common-yellow-3);
  border-color: var(--jiffy-common-yellow-3);
}

.price-inner-white-bg .jiffy-price-top-tag-wrapper span {
  color: var(--jiffy-common-dark-black);
}

.price-inner-white-bg .jiffy-price-top-tag-wrapper p {
  color: #bdbdbd;
}

.price-inner-white-bg .jiffy-price-top-title-wrapper h4 {
  color: var(--jiffy-common-dark-black);
}

.price-inner-white-bg .jiffy-price-top-title-wrapper p {
  color: #5F6168;
}

.price-inner-white-bg .jiffy-price-top-title-wrapper .jiffy-btn-service {
  background-color: var(--jiffy-common-yellow);
  color: var(--jiffy-common-dark-black);
}

.price-inner-white-bg .jiffy-price-top-title-wrapper .jiffy-btn-service:hover {
  background-color: var(--jiffy-common-yellow);
  border-color: var(--jiffy-common-yellow);
}

.price-inner-white-bg .jiffy-price-feature-tooltip {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.jiffy-price__btn-box {
  position: relative;
}

.jiffy-price__btn-box .jiffy-price__btn-line {
  position: absolute;
  right: -20px;
  top: -55px;
  animation: lineDash-2 90s linear infinite;
}

.jiffy-price__btn-box .jiffy-price__btn-offer-tag {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: linear-gradient(146.58deg, #FF96F9 11.28%, #C32BAC 43.24%);
  box-shadow: 0px 1px 3px rgba(75, 8, 69, 0.3);
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -75px;
  right: -75px;
  z-index: 2222;
}

.jiffy-price__btn-box .jiffy-price__btn-offer-tag span {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: -0.02em;
  color: var(--jiffy-common-white);
  display: inline-block;
  text-align: center;
  transform: translateY(11px);
}

.pr-feature-main {
  box-shadow: 0px 20px 80px rgba(7, 13, 32, 0.08);
}

.pr-feature-wrapper {
  background: #fbfbfb;
  box-shadow: 0px 1px 2px rgba(32, 33, 36, 0.14);
  border-radius: 20px 20px 0px 0px;
  padding: 30px 40px;
  padding-right: 0;
}

.pr-feature-head ul {
  padding-left: 20px;
}

.pr-feature-head ul li {
  width: 33.33%;
  float: left;
  text-align: center;
  list-style-type: none;
}

.pr-feature-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  color: var(--jiffy-common-dark-black);
  margin-bottom: 0;
}

.pr-feature-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  color: var(--jiffy-common-dark-black);
  margin-bottom: 0;
}

.pr-feature-height {
  height: 100px;
  padding: 0px 40px;
  padding-right: 0;
  background: #f5f5f5;
}

.pr-feature-item h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 14px;
  text-transform: uppercase;
  color: #202124;
  padding-bottom: 5px;
}

.pr-feature-wrapper-2 .pr-feature-height:nth-child(2n) {
  background-color: #ffffff;
}

.pr-feature-item .jiffy-btn-service:hover {
  background-color: var(--jiffy-common-blue-4);
  border-color: var(--jiffy-common-blue-4);
}

.pr-feature-item.active .jiffy-btn-service {
  background-color: var(--jiffy-common-blue-4);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .price-inner-white-bg {
    overflow-x: scroll;
    scrollbar-color: rgba(255, 255, 255, 0.559) rgba(255, 255, 255, 0.14);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pr-feature-main {
    width: 930px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pr-feature-box {
    overflow-x: scroll;
    scrollbar-color: rgba(255, 255, 255, 0.559) rgba(255, 255, 255, 0.14);
  }
}

.pr-feature-bottom ul {
  text-align: center;
  padding-left: 20px;
}

.pr-feature-bottom ul li {
  width: 33.33%;
  float: left;
  list-style-type: none;
}

.pr-feature-bottom ul li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: var(--tp-common-black);
}

.pr-feature-bottom ul li i {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  color: var(--tp-common-blue-4);
  font-size: 12px;
  background: rgba(96, 14, 228, 0.06);
  line-height: 29px;
}

.pr-feature-bottom ul li i.times {
  color: #5F6168;
  background-color: #EAEAEA;
  font-size: 14px;
}

/*----------------------------------------*/
/*  14. TEAM CSS START
/*----------------------------------------*/

.jiffy-team-title-sm {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: var(--jiffy-common-white);
}

.jiffy-team-title-sm:hover {
  color: var(--jiffy-common-yellow-3);
}

.jiffy-team-content {
  margin-bottom: 30px;
  margin-top: 30px;
}

.jiffy-team-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: var(--jiffy-common-white);
  opacity: 0.7;
}

.jiffy-team-social a {
  color: var(--jiffy-common-white);
  opacity: 0.8;
  font-size: 15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}

.jiffy-team-social a span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0080FB;
  box-shadow: 0px 20px 40px rgba(9, 11, 65, 0.3);
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.jiffy-team-social a:hover {
  opacity: 1;
}

.jiffy-team-social a:hover span {
  opacity: 1;
  visibility: visible;
  transform: scale(1.2);
}

.jiffy-team-border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.jiffy-team-border-right::after {
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 1px;
  height: 24px;
  background-color: var(--jiffy-common-yellow-3);
  content: "";
  animation: scroll1 15s forwards infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-team-border-right {
    border-right: 0;
  }
}

.jiffy-team-border-right.jiffy-border-after-2::after {
  animation: scroll1 20s infinite;
}

.jiffy-team-border-right.jiffy-border-after-3::after {
  animation: scroll1 30s infinite;
}

.jiffy-team-inner-title-color .jiffy-team-title-sm {
  color: var(--jiffy-common-dark-black);
}

.jiffy-team-social .icon-color-2 span {
  background: linear-gradient(225.09deg, #8000FF 6.72%, #D50087 54.13%, #FFD600 93.85%);
  box-shadow: 0px 20px 40px rgba(9, 11, 65, 0.3);
}

.jiffy-team-social .icon-color-3 span {
  background: #1DA7FC;
  box-shadow: 0px 20px 40px rgba(9, 11, 65, 0.3);
}

.jiffy-team-social .icon-color-4 span {
  background: #087AED;
  box-shadow: 0px 20px 40px rgba(9, 11, 65, 0.3);
}

.jiffy-team-area .container .row .jiffy-team-border-right:last-child {
  border-right: 0;
}

.jiffy-team-area .container .row .jiffy-team-border-right:last-child::after {
  display: none;
}

.jiffy-team-inner .container .row .team-inner-border-right:nth-child(4n) {
  border-right: 0;
}

.jiffy-team-inner .container .row .team-inner-border-right:nth-child(4n)::after {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .jiffy-team-section-box {
    margin-bottom: 40px;
  }
}

.team-inner-border-right {
  border-right: 1px solid rgba(8, 8, 41, 0.08);
  position: relative;
}

.team-inner-border-right .jiffy-team-content span {
  color: #181818;

}

.team-inner-border-right .jiffy-team-social a {
  color: #b5b5b5;
  background: #333;
  margin-left: 3px;
  margin-right: 3px;
}

.team-inner-border-right .jiffy-team-social a:hover {
  color: var(--jiffy-common-white);
}

.jiffy-team-item {
  transition: 0.4s;
  border-radius: 6px;
  padding-bottom: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}

/*----------------------------------------*/
/*  15. CAREER CSS START
/*----------------------------------------*/

.parallax-main {
  overflow: hidden;
  border-radius: 6px;
  width: 100%;
  height: 620px;
  background-color: red;
}

.parallax-img {
  min-height: 1000px;
  margin-top: -300px;
}

@media (max-width: 767px) {
  .carrer-banner-img-item {
    margin-bottom: 30px;
  }
}

.carrer-banner-img-item img {
  border-radius: 6px;
  width: 100%;
}

.carrer-banner-space {
  margin-top: 75px;
  position: relative;
  z-index: 3;
}

/*----------------------------------------*/
/*  16. CONTACT CSS START
/*----------------------------------------*/
.jiffy-contact-overlay {
  position: relative;
}

.jiffy-contact-input-wrapper {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0px -1px 1px rgba(15, 56, 191, 0.2), 0px 1px 1px rgba(8, 18, 79, 0.2);
  backdrop-filter: blur(6px);
  border-radius: 6px;
  padding: 60px 50px;
}

@media (max-width: 767px) {
  .jiffy-contact-input-wrapper {
    padding: 30px 20px;
  }
}

.jiffy-contact-input input {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #6c6c6c;
  box-shadow: 0px 1px 1px rgba(12, 40, 133, 0.2);
  border-radius: 6px;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: var(--jiffy-common-dark-black);
  width: 100%;
}



.jiffy-contact-input input:focus {
  border-color: var(--jiffy-common-dark-black);
}

.jiffy-contact-input textarea {
  margin-top: 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #6c6c6c;
  box-shadow: 0px 1px 1px rgba(12, 40, 133, 0.2);
  border-radius: 6px;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: var(--jiffy-common-dark-black);
  width: 100%;
  resize: none;
  height: 160px;
}

.jiffy-contact-input textarea:focus {
  border-color: var(--jiffy-common-dark-black);
}

.jiffy-contact-input textarea::-webkit-input-placeholder,
.jiffy-contact-input textarea:-moz-placeholder,
.jiffy-contact-input textarea::-moz-placeholder,
.jiffy-contact-input textarea:-ms-input-placeholder,
.jiffy-contact-input input::-webkit-input-placeholder,
.jiffy-contact-input input:-moz-placeholder,
.jiffy-contact-input input::-moz-placeholder,
.jiffy-contact-input input:-ms-input-placeholder {
  color: #717171;
}



.contact-info-title-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #848587;
}

.jiffy-contact-shape {
  position: absolute;
  bottom: -1%;
  right: -8%;
}

.contact-info-item {
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  text-align: center;
  padding: 55px 30px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 20px 80px rgba(7, 13, 32, 0.08);
}

.contact-info-img {
  margin-bottom: 35px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-title-box p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .signin-banner-main-wrap {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .signin-banner-from-wrap {
    padding: 100px 0;
  }
}

.signin-banner-from {
  width: 100%;
  height: 100%;
}

.signin-banner-from-wrap {
  width: 470px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .signin-banner-from-wrap {
    width: 410px;
  }
}

@media (max-width: 767px) {
  .signin-banner-from-wrap {
    width: 100%;
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .signin-banner-from-wrap {
    width: 100%;
    padding: 100px 15px;
  }
}

.signin-banner-from-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 25px;
  color: var(--jiffy-common-white);
  padding-bottom: 30px;
}

.signin-banner-login-browser {
  padding-bottom: 15px;
}

.signin-banner-login-browser a {
  height: 55px;
  padding: 0px 35px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  display: block;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: var(--jiffy-common-dark-black);
  margin-bottom: 15px;
  margin-right: 15px;
  text-align: center;
}

.signin-banner-from-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #939498;
  padding-bottom: 35px;
}

.signin-banner-from-subtitle::before {
  content: "";
  height: 1px;
  width: 150px;
  background-color: #E5E5E5;
  display: inline-block;
  transform: translateY(-4px);
  margin-right: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .signin-banner-from-subtitle::before {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .signin-banner-from-subtitle::before {
    width: 60px;
  }
}

.signin-banner-from-subtitle::after {
  content: "";
  height: 1px;
  width: 150px;
  background-color: #E5E5E5;
  display: inline-block;
  transform: translateY(-4px);
  margin-left: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .signin-banner-from-subtitle::after {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .signin-banner-from-subtitle::after {
    width: 60px;
  }
}

.signin-banner-form-remember .form-check label {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;

}

.signin-banner-form-remember .postbox__comment-agree .form-check-input.form-check-input[type=checkbox] {
  border-radius: 3px;
  margin-top: 4px;
}

.signin-banner-form-remember .postbox__forget a {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: var(--jiffy-common-black);
}

.signin-banner-from-register a {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
}

.signin-banner-from-register a span {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: var(--jiffy-common-white);
}

.jiffy-contact-select .nice-select {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0px 1px 1px rgba(12, 40, 133, 0.2);
  border-radius: 6px;
  padding: 0px 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  width: 100%;
  height: 60px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.54);
  position: relative;
}

.jiffy-contact-select .nice-select.open {
  border: 2px solid var(--jiffy-common-white);
}

.jiffy-contact-select .nice-select.open::after {
  transform: translateY(-45%) rotate(-180deg);
}

.jiffy-contact-select .nice-select .option.selected {
  font-weight: 600;
}

.jiffy-contact-select .nice-select::after {
  border: none;
  background-color: transparent;
  transform: translateY(-45%);
  margin-top: 0;
  right: 20px;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  transform-origin: center;
  color: var(--jiffy-common-white);
  font-weight: 500;
  height: auto;
  width: auto;
  font-size: 20px;
  font-weight: 300;
  transition: 0.3s;
}

.jiffy-contact-select .nice-select ul {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  padding: 20px 0;
  background: #fff;
}

.jiffy-contact-select .nice-select ul li {
  color: var(--jiffy-common-black);
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
}

.jiffy-contact-select .nice-select ul li:last-child {
  margin-bottom: 0;
}

.jiffy-contact-select .nice-select .option {
  line-height: 1;
  min-height: 0;
}

.jiffy-contact-select .nice-select.open ul {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  17. FOOTER CSS START
/*----------------------------------------*/
.divider .jiffy-footer__border-bottom {
  position: relative;
}

.divider .jiffy-footer__border-bottom::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, #9b8585 48.44%, rgba(255, 255, 255, 0.151515) 99.99%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.2;
  bottom: 0;
  left: 0;
  position: absolute;
}

.jiffy-footer__widget-logo {
  display: inline-block;
}

@media (max-width: 767px) {
  .jiffy-footer__widget-logo {
    margin-bottom: 30px;
  }
}

.jiffy-footer__top-text span {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}

.jiffy-footer__icon-space {
  padding-top: 3px;
}

.jiffy-footer__top-space {
  margin-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.jiffy-footer__jiffy-border-bottom {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 45px;
}

.jiffy-footer__input input {
  background-color: transparent;
  border: none;
  height: 60px;
  width: 100%;
  border-radius: 6px;
  padding-left: 55px;
  padding-right: 80px;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #525252;
}

.jiffy-footer__input button {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  background-color: #333;
}

.jiffy-footer__input button svg {
  color: var(--jiffy-common-white);
  transform: rotate(-45deg);
  margin-left: 2px;
  margin-top: 0;
}

.jiffy-footer__input button:hover {
  background-color: var(--jiffy-common-yellow);
}

.jiffy-footer__input span {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}

.jiffy-footer__text p {
  font-weight: 400;
  font-size: 16px;
  color: var(--jiffy-common-white);
  line-height: 26px;
  padding-bottom: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jiffy-footer__text p {
    padding-right: 10px;
  }

  .jiffy-footer__text p br {
    display: none;
  }
}

.jiffy-footer__social a {
  height: 40px;
  width: 40px;
  line-height: 36px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  color: var(--jiffy-grey-2);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  display: inline-block;
  margin-right: 10px;
  transform: scale(1);
  transition: 0.3s;
}

.jiffy-footer__social a:hover {
  background-color: var(--jiffy-common-yellow);
  border-color: var(--jiffy-common-yellow);
  color: var(--jiffy-common-white);
  transform: scale(1.1);
}

.jiffy-footer__content ul li {
  list-style-type: none;
  margin-bottom: 20px;
}

.jiffy-footer__content ul li :last-child {
  margin-bottom: 0;
}

.jiffy-footer__content ul li a {
  font-weight: 500;
  font-size: 16px;
  color: rgba(245, 245, 250, 0.6);
  transition: 0.3s;
}

.jiffy-footer__content ul li a:hover {
  color: var(--jiffy-common-yellow);
  margin-left: 5px;
}

.jiffy-footer__contact-info a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--jiffy-ff-mont);
}

.jiffy-footer__contact-info ul li {
  position: relative;
  list-style-type: none;
  padding-left: 35px;
  margin-bottom: 18px;
}

.jiffy-footer__contact-info ul li:last-child {
  margin-bottom: 0;
}

.jiffy-footer__contact-info ul li:first-child a {
  font-weight: 500;
  font-size: 20px;
}

.jiffy-footer__contact-info ul li span {
  position: absolute;
  top: 0;
  left: 0;
}

.jiffy-footer__contact-info ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #F5F5FA;
}

.jiffy-footer__social-3 h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: #000;
  padding-bottom: 10px;
}

.jiffy-footer__social-3 a {
  height: 44px;
  width: 44px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  transition: 0.3s;
  margin-left: 6px;
  background-color: var(--jiffy-common-white);
  box-shadow: 0px 1px 3px rgba(3, 7, 22, 0.1);
}

.jiffy-footer__social-3 a i {
  color: #82868C;
  transition: 0.3s;
}

.jiffy-footer__social-3 a i.fa-instagram {
  font-size: 16px;
  transform: translateX(1px);
}

.jiffy-footer__social-3 a:hover {
  background-color: #5B6CFF;
  border-radius: 6px;
  color: var(--jiffy-common-white);
}

.jiffy-footer__social-3 a:hover i {
  color: var(--jiffy-common-white);
}


.footer-col-4 {
  padding-left: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .footer-col-4 {
    padding-left: 0;
  }
}

.footer-widget-3 .jiffy-footer__contact-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6c6c6c;
  font-family: var(--jiffy-ff-urban);
  padding-bottom: 5px;
}

.footer-widget-3 .jiffy-footer__contact-info ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  color: #6c6c6c;

}

.footer-widget-3 .jiffy-footer__contact-info ul li a.first-child {
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  color: #6c6c6c;

}

.footer-widget-3 .jiffy-footer__content ul li {
  margin-bottom: 10px;
}

.footer-widget-3 .jiffy-footer__content ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #6c6c6c;
  font-family: var(--jiffy-ff-urban);
}

.footer-widget-3 .jiffy-footer__content ul li a:hover {
  color: var(--jiffy-common-yellow);
}

.footer-widget-3 .jiffy-footer__input input {
  box-shadow: 0px 1px 3px rgba(3, 7, 22, 0.1);
  border-radius: 6px;
}

.footer-widget-3 .jiffy-footer__input button {
  background: #5B6CFF;
  border-radius: 6px;
  line-height: 0;
}

.footer-widget-3 .jiffy-footer__input button:hover {
  background: var(--jiffy-common-yellow);
}

.footer-col-3-2 {
  padding-left: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-col-3-2 {
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .footer-col-3-2 {
    padding-left: 0px;
  }
}

.footer-col-3-4 {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .footer-col-3-4 {
    padding-left: 0px;
  }
}

.jiffy-copyright__text span {
  font-weight: 500;
  font-size: 15px;
  line-height: 12px;
  color: rgba(245, 245, 250, 0.6);
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jiffy-copyright__text span {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .jiffy-copyright__text span {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.jiffy-copyright__text span a {
  color: var(--jiffy-common-red);
}

.jiffy-copyright__lang span {
  line-height: 0;
}

.jiffy-copyright__lang>ul>li {
  position: relative;
  list-style: none;
}

.jiffy-copyright__lang>ul>li>a {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 5px 0 15px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
  color: var(--jiffy-common-white);
  background: rgba(217, 217, 217, 0.1);
  line-height: 0;
}

.jiffy-copyright__lang>ul>li>a i {
  height: 20px;
  width: 20px;
  line-height: 22px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  margin-left: 15px;
  text-align: center;
  color: var(--jiffy-common-black);
  background-color: var(--jiffy-common-white);
  display: inline-block;
}

.jiffy-copyright__lang>ul>li>a i::before {
  transform: translateX(0.6px);
  display: inline-block;
}

.jiffy-copyright__lang-submenu {
  position: absolute;
  bottom: 140%;
  left: 0px;
  width: 120px;
  background: var(--jiffy-common-white);
  z-index: 9;
  box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
  padding: 15px 20px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.jiffy-copyright__lang-submenu li {
  list-style: none;
  margin-bottom: 15px;
}

.jiffy-copyright__lang-submenu li:last-child {
  margin-bottom: 0;
}

.jiffy-copyright__lang-submenu li a:hover {
  color: var(--jiffy-common-red);
}

.jiffy-copyright__lang-submenu.open {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}

.jiffy-copyright__text-3 span {
  color: #fff;
  font-family: var(--jiffy-ff-urban);
}

.jiffy-copyright__text-3 span a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .jiffy-footer__top-text {
    margin-bottom: 30px;
  }
}

.blue_bg {
    background-color: #0a061e;
}

.footer-slide-active {
  margin: 0px -100px;
}

.footer-slide-wrapper {
  padding: 15px 5px;
}



.image_wrapper--demo {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.demo_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #301b93c9;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s all;
  visibility: hidden;
}

.image_wrapper--demo:hover .demo_overlay {
  opacity: 1;
  visibility: visible;
}

.demo_overlay .jiffy-service__link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.jiffy-footer__widget-inner ul li a {
  position: relative;
}

.jiffy-footer__widget-inner ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--jiffy-common-yellow);
  transition: 0.7s;
  display: inline-block;
  box-shadow: 0px 4px 12px rgba(1, 16, 61, 0.14);
  border-radius: 6px;
}

.jiffy-footer__widget-inner ul li a:hover {
  color: var(--jiffy-common-yellow);
}

.jiffy-footer__widget-inner ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.jiffy-footer__input-inner .jiffy-footer__input input {
  box-shadow: none;
  border: 1px solid #525252;
}

.jiffy-footer__input-inner .jiffy-footer__input button {
  background: #333;
}

.jiffy-footer__input-inner .jiffy-footer__social-3 h4 {
  padding-bottom: 8px;
  margin-bottom: 0;
}

.jiffy-footer__input-inner .jiffy-footer__social-3 a {
  transition: 0.3s;
  box-shadow: none;
  width: inherit;
  height: inherit;
  margin-right: 20px;
  background: none;
}

.jiffy-footer__input-inner .jiffy-footer__social-3 a:hover {
  background-color: inherit;
}

.jiffy-footer__input-inner .jiffy-footer__social-3 a:hover i {
  color: #5138EE;
}

.jiffy-footer__input-inner .jiffy-footer__contact-info ul li a.first-child {
  font-family: var(--jiffy-ff-urban);
}

.jiffy-footer__input-inner .jiffy-footer__contact-info ul li a {
  font-family: var(--jiffy-ff-urban);
}

/* blue bg */
.blue_bg .jiffy-hero__hero-title,
.blue_bg .jiffy-section-title {
  color: #fff;
}

.blue_bg .jiffy-hero__hero-title span,
.blue_bg .jiffy-section-title span {
  color: #d3a900;
}

.blue_bg .jiffy-hero-btn-3 a {
  background: #d3a900;
  color: #000;
  border: 1px solid #d3a900;
}

.blue_bg .jiffy-btn-blue-lg span,
.blue_bg p {
  color: #fff;
}




.footer-slide-wrapper .image_wrapper--demo {
    height: 400px;
}

.footer-slide-active ul.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 25px;
}
.footer-slide-active ul.slick-dots button {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    text-indent: -50px;
    overflow: hidden;
    margin-left: 3px;
    margin-right: 3px;
}
.footer-slide-active ul.slick-dots li.slick-active button {
    background: #fff;
}


.hero-image {
    display: flex;
    justify-content: center;
    position: relative;
}

.hero-image.image-left {
    position: absolute;
    left: 128px;
    bottom: -1px;
}
.hero-image.image-center {
    top: 33px;
    z-index: 9;
}
.hero-image.image-right {
    position: absolute;
    right: 128px;
    bottom: -1px;
    border-radius: 12px;
}
.hero-image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #323131;
}
.hero-image.image-center img {border: none;}
