/*=======================================================================
* Template Name: EduLearn Hub
* Template URI: http://codepassenger.com/html/edulearn
* Author: CodePassenger
* Author URI: http://codepassenger.com/
* Description: EduLearn Hub - Education Template
* Version: 1.1
* License: GPL v2 or later
* License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
* Tags: html, edu_wpms, template, education, learning, lms, codepassenger, apps
======================================================================= */
/* Table of content
--------------------------------------------
1. General
2. Button
3. Navigation
4. Banner
5. Bg
6. Category Tile
7. Category Small
8. Book
9. Infobox
10. Cta
11. Course
12. Featured Course
13. Instructor
14. Instructor Single
15. Instructor Word
16. Campus
17. Gallery
18. Objective
19. Tags
20. Event
21. Blog
22. Widget
23. Fact
24. Facility
25. Partner
26. Testimonial
27. Country Flag
28. Subscription
29. Registration
30. Shop
31. Quick Link
32. Highlight
33. Kids
34. Class
35. Tabs
36. Faq
37. Flex
38. Map
39. Contact
40. Footer
41. Page
42. Header Floatbox
43. Course Infos
44. Course Single
45. Lesson
46. Student
47. Miscelleneous
------------------------------------------*/
/*------------------------------------
1. General
------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  color: #111111;
  line-height: 1.857143;
}

p {
  margin-bottom: 25px;
}
p:last-child {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 6rem;
}

h2,
.h2 {
  font-size: 4.8rem;
}

h3,
.h3 {
  font-size: 3.6rem;
}

h4,
.h4 {
  font-size: 2.4rem;
}

h5,
.h5 {
  font-size: 1.8rem;
}

h6,
.h6 {
  font-size: 1.2rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.208333;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus, a:visited {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.d-flex {
	display: flex;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.elh-main-wrap {
  position: relative;
}

.elh-section {
  position: relative;
}
.elh-section.elh-float-top-half {
  margin-top: -147.5px;
  position: relative;
}

.elh-section-padding {
  padding: 50px 0;
}
.elh-section-padding.elh-bottom-0 {
  padding-bottom: 0;
}

.elh-section-padding-big {
  padding: 120px 0;
}
.elh-section-padding-big.elh-bottom-0 {
  padding-bottom: 0;
}

.elh-section-padding-small {
  padding: 56px 0;
}
.elh-section-padding-small.elh-bottom-0 {
  padding-bottom: 0;
}

.elh-theme-bg {
  color: #ffffff;
}

.elh-gray-bg {
  background-color: #f7f7f7;
}

.elh-section-header {
  margin-bottom: 45px;
  position: relative;
}
.elh-section-header .elh-section-title {
  margin: 0;
  padding-bottom: 25px;
  position: relative;
}
.elh-section-header .elh-section-title:before {
  content: "";
  background-color: #bdbdbd;
  bottom: 2px;
  position: absolute;
  width: 190px;
  height: 1px;
  left: 50%;
  margin-left: -95px;
}
.elh-section-header .elh-section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 5px;
  margin-left: -30px;
}
.elh-section-header .elh-section-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.elh-section-header.text-left .elh-section-title:before {
  left: 0;
  margin-left: 0;
  width: 250px;
}
.elh-section-header.text-left .elh-section-title:after {
  left: 0;
  margin-left: 0;
  width: 100px;
}
.elh-overlay .elh-section-header, .elh-theme-bg .elh-section-header {
  color: #ffffff;
}

.elh-header-left-style {
  margin-top: 88px;
}
.elh-header-left-style h3 {
  font-size: 3.6rem;
  margin: 0;
}
.elh-header-left-style p {
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 3rem;
  font-family: 'Poppins', sans-serif;
}
.elh-header-left-style .btn {
  margin-top: 28px;
  min-width: 155px;
  text-align: center;
}

.elh-small-header {
  margin-bottom: 26px;
}
.elh-small-header .elh-small-title {
  font-size: 2.8rem;
  line-height: 4.4rem;
  margin: 0;
}

.elh-stylish-font {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
}

.elh-generic-carousel .owl-prev,
.elh-generic-carousel .owl-next {
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #e7e7e7;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elh-generic-carousel .owl-prev:hover,
.elh-generic-carousel .owl-next:hover {
  color: #ffffff;
}
.elh-generic-carousel .owl-prev {
  margin-right: 10px;
}

.elh-carousel-section .owl-buttons {
  position: absolute;
  right: 15px;
  top: -144px;
}

.elh-single-carousel .owl-prev,
.elh-single-carousel .owl-next {
  width: 26px;
  height: 26px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #e7e7e7;
  color: #262626;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elh-single-carousel .owl-prev:hover,
.elh-single-carousel .owl-next:hover {
  color: #ffffff;
}
.elh-single-carousel .owl-prev {
  margin-right: 10px;
}
.elh-single-carousel .owl-buttons {
  position: absolute;
  right: 0px;
  top: -70px;
}

.all-link {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #262626;
  position: absolute;
  right: 0;
  top: 13px;
}
.elh-theme-bg .all-link, .elh-img-bg .all-link {
  color: #ffffff;
}
.all-link.style-2 {
  color: #ffffff;
  line-height: 34px;
  padding: 0 20px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  top: 6px;
}
.all-link.style-2:hover {
  background-color: transparent;
}
.elh-carousel-section .all-link {
  right: 110px;
}

.elh-mini-section {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  padding: 45px 30px;
}
.elh-mini-section .elh-mini-section-title {
  color: #262626;
  font-size: 2.2rem;
  font-family: 'Poppins', sans-serif;
  position: relative;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.elh-mini-section .elh-mini-section-title:before {
  content: "";
  bottom: 2px;
  left: 0;
  height: 1px;
  width: 130px;
  background-color: #bdbdbd;
  position: absolute;
}
.elh-mini-section .elh-mini-section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 60px;
}

/*** 1.1 Form and inputs ***/
form {
  position: relative;
}
form p {
  margin-bottom: 20px;
}

input:not([type=submit]):not([type=radio]):not([type=checkbox]),
select,
textarea {
  background-color: transparent;
  border: 1px solid #e7e7e7;
  width: 100%;
  padding: 8px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus,
select:focus,
textarea:focus {
  outline: none;
}

button:focus {
  outline: none;
}

/*** Plyr Video Player ***/
.plyr .plyr__play-large {
  background-color: #ffffff;
  border: none;
  padding: 33px;
}
.plyr .plyr__play-large svg {
  width: 14px;
  height: 14px;
}

.plyr input[type=range] {
  border: none !important;
  padding: 0 !important;
  -webkit-transition: none;
  transition: none;
}

/*------------------------------------
2. Buttons
------------------------------------*/
.btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 39px;
  border-width: 1px;
  border-style: solid;
  padding: 0 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:active, .btn.active, .btn:focus, .btn:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.btn.btn-shade {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border-color: transparent !important;
  color: #ffffff !important;
}
.btn.btn-shade:hover {
  background-color: #ffffff !important;
}
.elh-theme-bg .btn {
  background-color: #ffffff;
  border-color: #ffffff;
}
.elh-theme-bg .btn:focus, .elh-theme-bg .btn:visited, .elh-theme-bg .btn:active, .elh-theme-bg .btn:focus:visited, .elh-theme-bg .btn:focus:active, .elh-theme-bg .btn:visited:active, .elh-theme-bg .btn:focus:visited:active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.elh-theme-bg .btn:hover, .elh-theme-bg .btn:hover:focus, .elh-theme-bg .btn:hover:visited, .elh-theme-bg .btn:hover:active, .elh-theme-bg .btn:hover:focus:visited, .elh-theme-bg .btn:hover:focus:active, .elh-theme-bg .btn:hover:visited:active, .elh-theme-bg .btn:hover:focus:visited:active {
  background-color: transparent;
  color: #ffffff;
}
.btn.btn-border {
  background-color: transparent;
}
.btn.btn-border:focus, .btn.btn-border:visited, .btn.btn-border:active, .btn.btn-border:focus:visited, .btn.btn-border:focus:active, .btn.btn-border:visited:active, .btn.btn-border:focus:visited:active {
  background-color: transparent;
}
.btn.btn-border:hover, .btn.btn-border:hover:focus, .btn.btn-border:hover:visited, .btn.btn-border:hover:active, .btn.btn-border:hover:focus:visited, .btn.btn-border:hover:focus:active, .btn.btn-border:hover:visited:active, .btn.btn-border:hover:focus:visited:active {
  color: #ffffff;
}
.elh-theme-bg .btn.btn-border, .elh-img-bg .btn.btn-border, .banner-overlay .btn.btn-border {
  border-color: #ffffff;
  color: #ffffff;
}
.elh-theme-bg .btn.btn-border:hover, .elh-theme-bg .btn.btn-border:hover:focus, .elh-theme-bg .btn.btn-border:hover:visited, .elh-theme-bg .btn.btn-border:hover:active, .elh-theme-bg .btn.btn-border:hover:focus:visited, .elh-theme-bg .btn.btn-border:hover:focus:active, .elh-theme-bg .btn.btn-border:hover:visited:active, .elh-theme-bg .btn.btn-border:hover:focus:visited:active, .elh-img-bg .btn.btn-border:hover, .elh-img-bg .btn.btn-border:hover:focus, .elh-img-bg .btn.btn-border:hover:visited, .elh-img-bg .btn.btn-border:hover:active, .elh-img-bg .btn.btn-border:hover:focus:visited, .elh-img-bg .btn.btn-border:hover:focus:active, .elh-img-bg .btn.btn-border:hover:visited:active, .elh-img-bg .btn.btn-border:hover:focus:visited:active, .banner-overlay .btn.btn-border:hover, .banner-overlay .btn.btn-border:hover:focus, .banner-overlay .btn.btn-border:hover:visited, .banner-overlay .btn.btn-border:hover:active, .banner-overlay .btn.btn-border:hover:focus:visited, .banner-overlay .btn.btn-border:hover:focus:active, .banner-overlay .btn.btn-border:hover:visited:active, .banner-overlay .btn.btn-border:hover:focus:visited:active {
  color: #ffffff;
}

.button-group {
  margin-top: 40px;
}

.simple-video-play {
  color: #111111;
  font-size: 3.6rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: inline-block;
}
.elh-theme-bg .simple-video-play, .elh-img-bg .simple-video-play {
  color: #ffffff;
}

/*------------------------------------
3. Navigation
------------------------------------*/
/*** Topbar ***/
.elh-topbar {
  color: #ffffff;
  line-height: 50px;
  position: relative;
  z-index: 991;
}
.elh-topbar .top-block {
  display: inline-block;
  vertical-align: middle;
}
.elh-topbar .top-block + .top-block {
  margin-left: 55px;
}
.elh-topbar p {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}
.elh-topbar p + p {
  margin-left: 25px;
}
.elh-topbar p .fa {
  margin-right: 8px;
}
.elh-topbar .top-socials a {
  display: inline-block;
  color: #ffffff;
}
.elh-topbar .top-socials a + a {
  margin-left: 11px;
}
.elh-topbar .language-block {
  position: relative;
}
.elh-topbar .language-selected {
  cursor: pointer;
}
.elh-topbar .language-selected .fa {
  margin-right: 0;
  margin-left: 1px;
}
.elh-topbar .language-select {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  width: 160px;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  list-style: none;
}
.elh-topbar .language-select li a {
  display: block;
  padding: 7px 15px;
  line-height: 20px;
  text-transform: uppercase;
}
.elh-topbar .language-select li a:hover {
  color: #ffffff;
}
.elh-topbar .language-select li:first-child {
  padding-top: 10px;
}
.elh-topbar .language-select li:last-child {
  padding-bottom: 10px;
}
.elh-topbar .language-select li.current a {
  color: #ffffff;
}
.elh-topbar .top-links a {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}
.elh-topbar .top-links a + a {
  margin-left: 25px;
}

/*** Main Navigation ***/
.navbar {
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 990;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar .container {
  position: relative;
}
.navbar .navbar-brand {
  font-size: 30px;
    color: floralwhite;
}
.navbar .navbar-search {
  margin-right: -30px;
}
.navbar .navbar-search-toggle {
  font-size: 1.4rem;
  line-height: 20px;
  padding: 30px 0;
  width: 50px;
  text-align: center;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar .navbar-searchform {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #ffffff;
  width: 320px;
}
.navbar .navbar-searchform [type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid transparent;
  background-color: transparent;
  padding: 8px 20px;
}
.navbar .navbar-nav li a {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #262626;
}
.navbar .navbar-nav > li > a {
  padding: 30px 18px;
}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}
.navbar .navbar-nav > li:hover > a {
  color: #000;
}
.navbar .navbar-nav .dropdown-menu {
  display: block;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
  padding: 10px;
  left: 0;
  right: auto;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar .navbar-nav .dropdown-menu li a {
  line-height: 20px;
  padding: 6px 20px;
}
.navbar .navbar-nav .dropdown-menu li a:hover {
  color: #ffffff;
}
.navbar .navbar-nav .dropdown > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 4px;
}
.navbar .navbar-nav .dropdown:hover .dropdown-menu {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  opacity: 1;
  visibility: visible;
}
.navbar .navbar-right > li:last-child .dropdown-menu, .navbar .navbar-right > li:nth-last-child(2) .dropdown-menu {
  right: 0;
  left: auto;
}
.navbar.fix-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.navbar.fix-nav .navbar-nav > li > a {
  color: #ffffff;
}
.navbar.fix-nav.style-2 {
  background-color: rgba(255, 255, 255, 0.07);
}
.navbar.fix-nav.style-3 {
  background-color: transparent;
}
.navbar.affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #262626;
}
.navbar.affix .navbar-brand {
  margin-top: 0;
  margin-bottom: 0;
  height: 60px;
}
.navbar.affix .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar.affix .navbar-search-toggle {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar.affix.style-3 {
  background-color: #262626;
}

/*------------------------------------
4. Banner
------------------------------------*/
.elh-banner-item {
  background-position: center top;
  background-size: cover;
}

.banner-item-1 {
  background-image: url(../images/banner/1.jpg);
}

.banner-item-2 {
  background-image: url(../images/banner/2.jpg);
}

.banner-item-3 {
  background-image: url(../images/banner/3.jpg);
}

.banner-item-4 {
  background-image: url(../images/banner/4.jpg);
}

.banner-item-5 {
  background-image: url(../images/banner/5.jpg);
}

.banner-item-6 {
  background-image: url(../images/banner/6.jpg);
}

.banner-item-7 {
  background-image: url(../images/banner/7.jpg);
}

.banner-item-9 {
  background-image: url(../images/cta.jpg);
}

.banner-item-11 {
  background-image: url(../images/banner/11.jpg);
}

.banner-item-12 {
  background-image: url(../images/banner/12.jpg);
}

.banner-item-13 {
  background-image: url(../images/banner/13.jpg);
}

.elh-banner {
  position: relative;
}
.elh-banner .elh-banner-item {
  height: 688px;
}
.elh-banner .banner-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.elh-banner .banner-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 88px;
  left: 0;
  right: 0;
  color: #ffffff;
}
.elh-banner .banner-content .elh-banner-subtitle {
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0;
}
.elh-banner .banner-content .elh-banner-title {
  font-size: 6.4rem;
  margin: 0;
}
.elh-banner .banner-content .elh-banner-title + .elh-banner-subtitle {
  margin-top: 15px;
}
.elh-banner .banner-content .elh-banner-text {
  margin-top: 8px;
  margin-bottom: 0;
}
.elh-banner .banner-content .elh-button-group {
  margin-top: 40px;
}
.elh-banner .banner-content .elh-button-group .btn + .btn {
  margin-left: 26px;
}
.elh-banner .elh-banner-search {
  max-width: 370px;
  margin: 40px auto 0;
}
.elh-banner .elh-banner-search ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.elh-banner .elh-banner-search ::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.elh-banner .elh-banner-search :-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.elh-banner .elh-banner-search :-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.elh-banner .elh-banner-search input:not([type=submit]) {
  border-radius: 3px;
  color: #ffffff;
}
.elh-banner .elh-banner-search [type=submit] {
  position: absolute;
  border: 1px solid transparent;
  line-height: 42px;
  top: 0;
  right: 0;
  padding: 0 20px;
  background-color: transparent;
}
.elh-banner .banner-registration {
  max-width: 420px;
  margin: 40px auto 0;
}
.elh-banner .banner-registration input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.elh-banner .banner-registration select,
.elh-banner .banner-registration textarea {
  border-radius: 3px;
  line-height: 23px;
  color: #ffffff;
  width: calc(100% - 145px);
  margin-right: 10px;
  float: left;
}
.elh-banner .banner-registration ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.elh-banner .banner-registration ::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.elh-banner .banner-registration :-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.elh-banner .banner-registration :-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.elh-banner .banner-registration [type=submit] {
  line-height: 23px;
  border-width: 1px;
  border-style: solid;
  width: 135px;
  text-align: center;
  padding: 8px;
  border-radius: 3px;
  float: left;
}
.elh-banner .elh-banner-facts {
  display: inline-block;
  margin: 120px auto 0;
}
.elh-banner .elh-banner-facts .elh-banner-fact {
  width: 270px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 21px 30px;
  text-align: left;
  display: inline-block;
}
.elh-banner .elh-banner-facts .elh-banner-fact + .elh-banner-fact {
  margin-left: 26px;
}
.elh-banner .elh-banner-facts .elh-banner-fact .banner-fact-number {
  font-size: 6.5rem;
  float: left;
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px 0 0;
}
.elh-banner .elh-banner-facts .elh-banner-fact .banner-fact {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 18px;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  line-height: 2.2rem;
}
.elh-banner .banner-video-play {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  margin-top: 50px;
  display: inline-block;
}
.elh-banner .banner-video-play .fa {
  margin-left: 4px;
}
.elh-banner.style-2 .banner-content {
  margin-top: 0;
}
.elh-banner.style-3 .banner-content {
  color: #262626;
  margin-top: 0;
}
.elh-banner.style-4 .elh-banner-item {
  height: 840px;
}
.elh-banner.style-4 .banner-content {
  top: auto;
  bottom: 50px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.elh-banner.style-kindergarten .banner-content {
  margin-top: 0;
}
.elh-banner.style-kindergarten .banner-content .elh-banner-subtitle {
  font-family: 'Pacifico', sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
}
.elh-banner.style-kindergarten .banner-content .elh-banner-subtitle + .elh-banner-title {
  margin-top: 25px;
}
.elh-banner.style-5 .elh-banner-item {
  height: 850px;
}
.elh-banner.style-5 .banner-content {
  top: auto;
  bottom: 30px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.elh-banner.style-6 {
  background-image: url(../images/cta.jpg);
  background-position: center top;
  background-size: cover;
}
.elh-banner.style-6 .elh-banner-item {
  min-height: 768px;
}
.elh-banner.style-6 .banner-content {
  margin-top: 40px;
}
.elh-banner.style-7 .elh-banner-item {
  height: 768px;
}
.elh-banner.style-7 .banner-registration {
  margin-left: 0;
  margin-right: auto;
}
.elh-banner.style-8 {
  background-image: url(../images/banner/10.jpg);
  background-position: center top;
  background-size: cover;
}
.elh-banner.style-8 .elh-banner-item {
  height: 768px;
}
.elh-banner.style-8 .banner-content {
  margin-top: 40px;
}
.elh-banner.style-9 .banner-content {
  margin-top: 0;
}
.elh-banner .owl-prev,
.elh-banner .owl-next {
  position: absolute;
  top: 50%;
  line-height: 60px;
  height: 60px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 3rem;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elh-banner .owl-prev {
  left: 0;
}
.elh-banner .owl-next {
  right: 0;
}
.elh-banner:hover .owl-prev,
.elh-banner:hover .owl-next {
  opacity: 1;
}

/*------------------------------------
5. Background
------------------------------------*/
.elh-bg-1, .elh-bg-2, .elh-bg-3, .elh-bg-4, .elh-bg-5, .elh-bg-6, .elh-bg-7, .elh-bg-8, .elh-bg-9, .elh-bg-10, .elh-bg-11, .elh-bg-14 {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.elh-bg-1 .elh-overlay, .elh-bg-2 .elh-overlay, .elh-bg-3 .elh-overlay, .elh-bg-4 .elh-overlay, .elh-bg-5 .elh-overlay, .elh-bg-6 .elh-overlay, .elh-bg-7 .elh-overlay, .elh-bg-8 .elh-overlay, .elh-bg-9 .elh-overlay, .elh-bg-10 .elh-overlay, .elh-bg-11 .elh-overlay, .elh-bg-14 .elh-overlay {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
}

.elh-bg-1 {
  background-image: url(../images/bg/1.jpg);
}

.elh-bg-2 {
  background-image: url(../images/bg/2.jpg);
}

.elh-bg-3 {
  background-image: url(../images/bg/3.jpg);
}

.elh-bg-4 {
  background-image: url(../images/bg/4.jpg);
}

.elh-bg-5 {
  background-image: url(../images/bg/5.jpg);
}

.elh-bg-6 {
  background-image: url(../images/bg/6.jpg);
}

.elh-bg-7 {
  background-image: url(../images/bg/7.jpg);
}

.elh-bg-8 {
  background-image: url(../images/bg/8.jpg);
}

.elh-bg-9 {
  background-image: url(../images/bg/9.jpg);
}

.elh-bg-10 {
  background-image: url(../images/bg/10.jpg);
}

.elh-bg-11 {
  background-image: url(../images/bg/11.jpg);
}

.elh-bg-12 {
  background-image: url(../images/bg/12.jpg);
  background-size: cover;
  background-position: center bottom;
}

.elh-bg-13 {
  background-image: url(../images/bg/13.jpg);
  background-size: cover;
  background-position: center bottom;
}

.elh-bg-14 {
  background-image: url(../images/bg/14.jpg);
}

.elh-bg-15 {
  background-image: url(../images/bg/15.jpg);
  background-color: cover;
  background-position: center center;
  color: #ffffff;
}

.elh-bg-17 {
  background-image: url(../images/bg/17.jpg);
  background-color: cover;
  background-position: center center;
  color: #ffffff;
}

/*------------------------------------
6. Category Tile
------------------------------------*/
.elh-category-tiles {
  zoom: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: -30px;
}

.elh-category-item {
  margin-bottom: 30px;
}

.elh-category-tile {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.elh-category-tile .elh-category-tile-overlay {
  background-color: rgba(17, 17, 17, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elh-category-tile .elh-category-tile-content {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 60px;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  padding: 15px 15px 47px;
  margin-top: 16px;
}
.elh-category-tile .elh-category-title {
  font-size: 1.8rem;
  margin: 0;
}
.elh-category-tile .elh-course-count {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 16px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elh-category-tile:hover .elh-category-tile-content {
  background-color: rgba(17, 17, 17, 0.8);
  border-radius: 20px;
}
.elh-category-tile:hover .elh-course-count {
  opacity: 1;
}

/*------------------------------------
7. Category Small
------------------------------------*/
.elh-categories-small {
  margin-top: 50px;
}

.elh-category-small {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  display: block;
}
.elh-category-small .elh-category-hover {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.elh-category-small .elh-category-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.8rem;
  margin: 0;
  color: #ffffff;
}

/*------------------------------------
8. Book
------------------------------------*/
.elh-book {
  background-color: #ffffff;
  border-radius: 3px;
  margin: 0 15px;
  text-align: center;
}
.elh-book .elh-book-name {
  margin: 0;
  color: #111111;
  font-size: 1.4rem;
}
.elh-book .elh-book-body {
  padding: 20px 15px;
}
.elh-book .elh-book-price {
  color: #111111;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  margin-top: 6px;
  margin-bottom: 10px;
}
.elh-book .btn {
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.elh-book .btn:hover {
  background-color: transparent;
}

/*------------------------------------
9. Infobox
------------------------------------*/
.elh-info-boxes {
  zoom: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: -30px;
}

.elh-info-box {
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  text-align: center;
  padding: 60px 30px;
}
.elh-info-box .elh-infobox-icon {
  margin-bottom: 18px;
}
.elh-info-box .elh-infobox-icon img {
  max-height: 70px;
  width: auto;
}
.elh-info-box .infobox-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.8rem;
  color: #000000;
}
.elh-info-box .infobox-info {
  font-family: 'Poppins', sans-serif;
}
.elh-info-box.style-2 {
  padding: 40px 30px 30px;
}
.elh-info-box.style-2 .elh-infobox-icon {
  margin-bottom: 25px;
}
.elh-info-box.style-2 .infobox-title {
  font-size: 2.2rem;
}
.elh-info-box.style-2 .elh-info-more {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-top: 18px;
  display: inline-block;
}
.elh-info-box.style-2 .elh-info-more .fa {
  margin-left: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elh-info-box.style-2 .elh-info-more:hover .fa {
  margin-left: 15px;
}
.elh-info-box.style-3 {
  border: none;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  color: #ffffff;
  background-size: cover;
  background-position: center center;
}
.elh-info-box.style-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.4);
}
.elh-info-box.style-3 * {
  position: relative;
  color: #ffffff;
}

.elh-theme-bg.elh-info-box, .elh-blue-bg.elh-info-box, .elh-green-bg.elh-info-box, .elh-orange-bg.elh-info-box {
  color: #ffffff;
}
.elh-theme-bg.elh-info-box .infobox-title, .elh-blue-bg.elh-info-box .infobox-title, .elh-green-bg.elh-info-box .infobox-title, .elh-orange-bg.elh-info-box .infobox-title {
  color: #ffffff;
}
.elh-theme-bg.elh-info-box .elh-info-more, .elh-blue-bg.elh-info-box .elh-info-more, .elh-green-bg.elh-info-box .elh-info-more, .elh-orange-bg.elh-info-box .elh-info-more {
  color: #ffffff;
}

/*------------------------------------
10. Call to action
------------------------------------*/
.elh-cta .elh-overlay {
  padding: 220px 0;
}
.elh-cta .cta-subtitle {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 400;
}
.elh-cta .cta-title {
  margin: 0;
  font-size: 6.5rem;
}
.elh-cta .button-group {
  margin-top: 35px;
}
.elh-cta.style-2 .cta-title {
  font-size: 3.6rem;
}
.elh-cta.style-2 .cta-text {
  margin-top: 15px;
  margin-bottom: 0;
}
.elh-cta.style-2 .button-group {
  margin-top: 25px;
}
.elh-cta.style-3 .elh-overlay {
  padding: 248px 0;
}
.elh-cta.style-3 .elh-header-left-style {
  margin-top: 0;
}
.elh-cta.style-3 .elh-header-left-style p {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
}
.elh-cta.style-3 .simple-video-play {
  margin-top: 70px;
}
.elh-cta.style-4 .button-group {
  margin-top: 0;
}
.elh-cta.style-5 .elh-overlay {
  padding: 90px 0;
}
.elh-cta.style-5 .elh-header-left-style {
  margin-top: 0;
}
.elh-cta.style-5 .elh-header-left-style p {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
}
.elh-cta.style-5 .simple-video-play {
  margin-top: 70px;
}
.elh-cta.style-6 {
  padding: 65px 0;
}
.elh-cta.style-6 .cta-title {
  font-size: 3.6rem;
}
.elh-cta.style-6 .cta-text {
  margin-top: 15px;
  margin-bottom: 0;
}
.elh-cta.style-6 .button-group {
  margin-top: 25px;
}

/*------------------------------------
11. Course
------------------------------------*/
.elh-course {
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  text-align: center;
}
.elh-generic-carousel .elh-course {
  margin: 0 15px;
}
.elh-course .elh-course-content {
  padding: 15px 30px;
  margin-top: 10px;
}
.elh-course .elh-course-title {
  margin: 0;
  font-size: 1.8rem;
  color: #111111;
  line-height: 2.5rem;
}
.elh-course .elh-course-title a {
  color: inherit;
}
.elh-course .elh-course-instructor {
  padding: 0 30px;
}
.elh-course .elh-instructor-thumb {
  border-radius: 50%;
  width: 60px;
  overflow: hidden;
  margin: 0 auto;
}
.elh-course .elh-instructor-thumb + .elh-instructor-name {
  margin-top: 5px;
}
.elh-course .elh-instructor-name {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
}
.elh-course .elh-course-footer {
  margin: 12px 30px 0;
  border-top: 1px solid #bdbdbd;
  padding: 12px 0 22px;
  zoom: 1;
  overflow: hidden;
  position: relative;
}
.elh-course .elh-course-price {
  margin: 0;
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  float: left;
  width: 50%;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
.elh-course .elh-course-price .elh-price-regular {
  text-decoration: line-through;
  color: rgba(38, 38, 38, 0.4);
  margin-left: 7px;
}
.elh-course .elh-course-price .elh-price-free {
  color: #7fba00;
}
.elh-course .elh-course-metas {
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  text-align: right;
  float: left;
  width: 50%;
}
.elh-course .elh-course-metas span + span {
  margin-left: 25px;
}
.elh-course.style-2 {
  text-align: left;
}
.elh-course.style-2 .elh-instructor-thumb {
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}
.elh-course.style-2 .elh-instructor-thumb + .elh-instructor-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-top: 0;
}

/*** Course Grid ***/
.elh-courses-grid {
  zoom: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: -30px;
}
.elh-courses-grid .elh-course {
  margin-bottom: 30px;
}

/*** Course Isotope ***/
.elh-grid-section .container {
  position: relative;
}
.elh-grid-section .elh-grid-filter {
  top: 7px;
  right: 15px;
  position: absolute;
}
.elh-grid-section .elh-grid-filter button {
  font-size: 1.2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #e7e7e7;
  line-height: 2.6rem;
  padding: 0 10px;
  background-color: transparent;
  min-width: 62px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elh-grid-section .elh-grid-filter button + button {
  margin-left: 7px;
}
.elh-grid-section .elh-grid-filter button:focus {
  outline: none;
}
.elh-grid-section .elh-grid-filter button.active {
  color: #ffffff;
}
.elh-grid-section .elh-grid-filter button.active:hover {
  color: #ffffff;
}

.elh-courses-isotope {
  zoom: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: -30px;
}
.elh-courses-isotope .elh-course {
  margin-bottom: 30px;
}

.elh-course-listing .elh-course {
  margin-bottom: 30px;
}
.elh-course-listing .nav-links {
  margin-top: 20px;
}

/*** Course Small ***/
.elh-courses-small {
  zoom: 1;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: -30px;
}
.elh-courses-small .elh-course {
  border: none;
  margin-bottom: 30px;
}
.elh-courses-small .elh-course .elh-course-content {
  padding: 5px 0 0;
}
.elh-courses-small .elh-course .elh-course-title {
  text-transform: uppercase;
}
.elh-courses-small .elh-course .elh-course-excerpt {
  margin-top: 6px;
}

/*------------------------------------
12. Featured Course
------------------------------------*/
.elh-featured-courses {
  border-radius: 3px;
  color: #ffffff;
  padding: 45px 30px;
}
.elh-featured-courses.upfloat-style {
  margin-top: -190px;
}
.elh-featured-courses .elh-featured-courses-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.2rem;
  position: relative;
  padding-bottom: 20px;
}
.elh-featured-courses .elh-featured-courses-title:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 60px;
  width: 70px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.elh-featured-courses .elh-featured-courses-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
}
.elh-featured-courses .featured-courses {
  position: relative;
  zoom: 1;
  overflow: hidden;
  margin-bottom: -30px;
}
.elh-featured-courses .featured-course {
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 3px;
  padding: 25px 10px;
  display: block;
}
.elh-featured-courses .featured-course .featured-course-icon {
  font-size: 3rem;
  line-height: 1;
}
.elh-featured-courses .featured-course .featured-course-title {
  font-size: 1.8rem;
  margin-top: 15px;
  margin-bottom: 0;
  color: #ffffff;
}
.elh-featured-courses.elh-banner-featured-course {
  border-radius: 0;
  padding: 0;
  margin-top: 60px;
  background-color: transparent;
}
.elh-featured-courses.elh-banner-featured-course .featured-courses {
  margin-bottom: 0;
  margin-left: -9px;
  margin-right: -9px;
}
.elh-featured-courses.elh-banner-featured-course .featured-course {
  margin-bottom: 0;
  margin-left: 9px;
  margin-right: 9px;
  width: calc(16.666666% - 18px);
  float: left;
  padding: 40px 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

/*------------------------------------
13. Instructor
------------------------------------*/
.elh-instructors {
  margin-bottom: -30px;
  zoom: 1;
  position: relative;
  overflow: hidden;
}

.elh-instructor-carousel .owl-prev,
.elh-instructor-carousel .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elh-instructor-carousel .owl-prev {
  left: -87px;
}
.elh-instructor-carousel .owl-next {
  right: -87px;
}

.elh-instructor {
  background-color: #ffffff;
  margin: 0 15px;
}
.elh-instructor .elh-instructor-thumb {
  display: block;
}
.elh-instructor .elh-instructor-body {
  padding: 35px 40px;
}
.elh-instructor .elh-instructor-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2.2rem;
  color: #262626;
}
.elh-instructor .elh-instructor-title a {
  color: inherit;
}
.elh-instructor .elh-instructor-field {
  font-weight: 600;
  color: #262626;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 15px;
}
.elh-instructor .elh-instructor-field:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100px;
}
.elh-instructor .elh-instructor-excerpt {
  color: #262626;
  margin-bottom: 15px;
}
.elh-instructor .elh-instructor-link {
  font-family: 'Poppins', sans-serif;
}
.elh-instructor .elh-instructor-link .fa {
  margin-left: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elh-instructor .elh-instructor-link:hover .fa {
  margin-left: 15px;
}
.elh-instructor.style-2 {
  margin: 0 0 30px;
  border-radius: 3px;
  overflow: hidden;
}
.elh-instructor.style-2 .instructor-cover {
  position: relative;
}
.elh-instructor.style-2 .instructor-cover .elh-instructor-thumb {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.elh-instructor.style-2 .instructor-cover .elh-instructor-thumb img {
	width: 120px;
}
.elh-instructor.style-2 .elh-instructor-body {
  border-radius: 0 0 3px 3px;
  border: 1px solid #e7e7e7;
  border-top: none;
  text-align: center;
  padding-top: 85px;
}
.elh-instructor.style-2 .elh-instructor-title {
  font-size: 1.8rem;
  margin-bottom: 3px;
}
.elh-instructor.style-2 .elh-instructor-title a:hover {
  color: #262626;
}
.elh-instructor.style-2 .elh-instructor-field {
  padding-bottom: 0;
  margin-bottom: 18px;
}
.elh-instructor.style-2 .elh-instructor-field:after {
  content: none;
}
.elh-instructor.style-3 {
  margin: 0 15px;
  background-color: transparent;
}
.elh-instructor.style-3 .elh-instructor-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  margin: 0 auto;
}
.elh-instructor.style-3 .elh-instructor-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elh-instructor.style-3 .elh-instructor-socials {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  right: 15px;
  text-align: center;
}
.elh-instructor.style-3 .elh-instructor-socials a {
  color: #ffffff;
  margin: 0 6px;
}
.elh-instructor.style-3 .elh-instructor-body {
  padding: 0;
  text-align: center;
  margin-top: 25px;
}
.elh-instructor.style-3 .elh-instructor-title {
  font-size: 1.8rem;
  margin: 0;
}
.elh-img-bg .elh-instructor.style-3 .elh-instructor-title, .elh-theme-bg .elh-instructor.style-3 .elh-instructor-title {
  color: #ffffff;
}
.elh-instructor.style-3 .elh-instructor-field {
  margin-bottom: 0;
  padding-bottom: 0;
}
.elh-img-bg .elh-instructor.style-3 .elh-instructor-field, .elh-theme-bg .elh-instructor.style-3 .elh-instructor-field {
  color: #ffffff;
}
.elh-instructor.style-3 .elh-instructor-field:after {
  content: none;
}
.elh-instructor.style-3:hover .elh-instructor-hover {
  opacity: 1;
}

/*** Instructor Single ***/
.elh-instructor-thumb + .elh-contact-instructor {
  margin-top: 30px;
}

.elh-contact-instructor .btn {
  width: 100%;
}
.elh-contact-instructor .btn + .btn {
  margin-top: 10px;
}

.elh-instructor-single-socials {
  margin-top: 30px;
  text-align: center;
}
.elh-instructor-single-socials a {
  display: inline-block;
  font-size: 1.6rem;
}
.elh-instructor-single-socials a + a {
  margin-left: 11px;
}

.elh-instructor-entry blockquote {
  border: none;
  position: relative;
  font-size: 1.6rem;
  padding: 0px 0 0px 70px;
}
.elh-instructor-entry blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f10d";
  font-family: "FontAwesome";
  opacity: 0.15;
  font-size: 6rem;
  line-height: 1;
}

.elh-instructor-facts {
  margin-top: 50px;
}
.elh-instructor-facts .elh-instructor-fact-item {
  display: inline-block;
}
.elh-instructor-facts .elh-instructor-fact-item + .elh-instructor-fact-item {
  margin-left: 26px;
}
.elh-instructor-facts .elh-instructor-fact-item h5 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
}
.elh-instructor-facts .elh-instructor-fact-item p {
  font-size: 3rem;
  font-family: 'Poppins', sans-serif;
  margin-top: -10px;
}

/*------------------------------------
14. Instructor Single
------------------------------------*/
.instructor-entry {
  margin-top: -20px;
}

.instructor-sign {
  margin-top: 30px;
}
.instructor-sign .instructor-role {
  margin-top: 6px;
  margin-bottom: 0;
}

.elh-instructor-counter-group {
  zoom: 1;
  position: relative;
  overflow: hidden;
  margin-top: 58px;
  margin-bottom: -30px;
}
.elh-instructor-counter-group .elh-counter-item {
  border-radius: 3px;
  margin-bottom: 30px;
  color: #ffffff;
  padding: 30px 25px 20px;
}
.elh-instructor-counter-group .elh-counter-item .fact-icon {
  font-size: 2.5rem;
  line-height: 1;
}
.elh-instructor-counter-group .elh-counter-item .elh-fact-number {
  font-size: 2.2rem;
  margin-top: 10px;
  margin-bottom: 0;
}
.elh-instructor-counter-group .elh-counter-item .elh-fact-name {
  font-family: 'Poppins', sans-serif;
}

/*------------------------------------
15. Word From Instructor
------------------------------------*/
.instructor-comments {
  color: #ffffff;
  border-radius: 3px;
}
.instructor-comments.style-2 {
  background-color: transparent;
  color: #262626;
  border-radius: 0;
}
.elh-theme-bg .instructor-comments.style-2, .elh-img-bg .instructor-comments.style-2 {
  color: #ffffff;
}

.instructor-comment {
  padding: 50px;
  text-align: center;
}
.style-2 .instructor-comment {
  padding: 0;
}
.instructor-comment .instructor-thumb {
  border-radius: 50%;
  width: 100px;
  margin: 0 auto 22px;
  overflow: hidden;
}
.instructor-comment blockquote {
  font-size: 1.4rem;
  border: none;
  padding: 0;
  margin: 0 0 13px;
}
.instructor-comment .instructor-name {
  font-size: 1.8rem;
  margin: 0;
}
.instructor-comment .instructor-field {
  font-family: 'Poppins', sans-serif;
  margin: 3px 0 0;
}

/*------------------------------------
16. Campus
------------------------------------*/
.elh-campus-item {
  margin-bottom: 80px;
}
.elh-campus-item .elh-campus-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  display: block;
}
.elh-campus-item .elh-campus-name {
  font-size: 1.8rem;
  color: #262626;
  margin-top: 27px;
  margin-bottom: 0;
}
.elh-theme-bg .elh-campus-item .elh-campus-name, .elh-img-bg .elh-campus-item .elh-campus-name {
  color: #ffffff;
}
.elh-campus-item .elh-campus-name a {
  color: inherit;
}
.elh-campus-item .elh-campus-location {
  margin-top: 8px;
  margin-bottom: 0;
}

/*------------------------------------
17. Gallery
------------------------------------*/
.elh-gallery {
  zoom: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: -30px;
}

.elh-gallery-item {
  margin-bottom: 30px;
  position: relative;
}
.elh-gallery-item .gallery-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.elh-gallery-item .gallery-big {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elh-gallery-item:hover .gallery-hover {
  opacity: 1;
}
.elh-gallery-item:hover .gallery-big {
  border-radius: 20px;
}
.elh-gallery-item.style-2 .gallery-hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.elh-gallery-item.style-2 .gallery-buttons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.elh-gallery-item.style-2 .gallery-big, .elh-gallery-item.style-2 .gallery-link {
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #ffffff;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  font-size: 2.8rem;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  line-height: 1;
  margin: 0 12px;
}

/*** Carouseled Gallery ***/
.elh-carouseled-gallery {
  margin-bottom: 0;
}
.elh-carouseled-gallery .elh-gallery-item {
  margin-bottom: 0;
  display: block;
}
.elh-carouseled-gallery .elh-gallery-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(255, 104, 0, 0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.elh-carouseled-gallery .elh-gallery-item img {
  z-index: 1;
  position: relative;
}
.elh-carouseled-gallery .elh-gallery-item .fa {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elh-carouseled-gallery .elh-gallery-item:hover:before {
  opacity: 1;
}
.elh-carouseled-gallery .elh-gallery-item:hover .fa {
  opacity: 1;
}

/*** Mini Gallery ***/
.elh-gallery.mini-gallery {
  margin-bottom: 0;
}
.elh-gallery.mini-gallery .elh-gallery-item {
  float: left;
  width: 33.333333%;
  margin-bottom: 0;
}
.elh-gallery.mini-gallery .elh-gallery-item .gallery-big {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 1.4rem;
}

/*** Filter Gallery ***/
.elh-gallery-section {
  text-align: center;
}
.elh-gallery-section .elh-grid-filter {
  position: relative;
  top: 0;
  right: auto;
  margin-bottom: 50px;
}
.elh-gallery-section .elh-grid-filter button {
  text-transform: none;
  font-weight: 400;
  font-size: 1.4rem;
}

/*------------------------------------
18. Objectives
------------------------------------*/
.elh-objectives {
  zoom: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: -48px;
}

.elh-objective {
  margin-bottom: 48px;
}
.elh-objective:nth-child(3n + 1) {
  clear: left;
}
.elh-objective .elh-objective-title {
  font-size: 1.8rem;
  margin-top: 17px;
  margin-bottom: 12px;
}

/*------------------------------------
19. Tags
------------------------------------*/
.tag-items {
  position: relative;
  overflow: hidden;
  zoom: 1;
  margin-top: 30px;
}

.tag-item {
  margin-bottom: 35px !important;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
.tag-item .fa {
  margin-right: 15px;
}

/*------------------------------------
20. Event
------------------------------------*/
.elh-events {
  zoom: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: -50px;
}
.elh-mini-section .elh-events {
  margin-bottom: 0;
}

.elh-event {
  margin-bottom: 50px;
  zoom: 1;
  position: relative;
  overflow: hidden;
}
.elh-event .col-sm-6:nth-child(2n + 1) {
  clear: left;
}
.elh-event .elh-event-date {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 30px;
  border-radius: 3px;
  height: 150px;
  width: 150px;
  float: left;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  margin-right: 40px;
  background-size: cover;
  background-position: center center;
}
.elh-event .elh-event-date .elh-event-day {
  font-size: 4.8rem;
  font-weight: 700;
  display: block;
  margin: 7px 0;
}
.elh-event .elh-event-date .elh-event-month {
  font-size: 1.8rem;
}
.elh-event .elh-event-date + .elh-event-detail {
  width: calc(100% - 190px);
  margin-top: 15px;
}
.elh-event .elh-event-detail {
  display: inline-block;
  vertical-align: middle;
  float: left;
  widows: 100%;
}
.elh-event .elh-event-title {
  font-size: 2.2rem;
  color: #262626;
  margin-top: 0;
  margin-bottom: 13px;
}
.elh-event .elh-event-title a {
  color: inherit;
}
.elh-event .elh-event-metas {
  margin-bottom: 7px;
}
.elh-event .elh-event-metas span {
  display: inline-block;
}
.elh-event .elh-event-metas span + span {
  margin-left: 90px;
}
.elh-event .elh-event-metas span .fa {
  margin-right: 6px;
}
.elh-mini-section .elh-event {
  margin-bottom: 20px;
}
.elh-mini-section .elh-event + .elh-event {
  margin-top: 0;
}
.elh-mini-section .elh-event .elh-event-date {
  height: 80px;
  width: 80px;
  padding: 8px 12px;
  margin-right: 20px;
}
.elh-mini-section .elh-event .elh-event-date .elh-event-day {
  font-size: 2.8rem;
  margin-bottom: 5px;
}
.elh-mini-section .elh-event .elh-event-date .elh-event-month {
  font-size: 1.2rem;
}
.elh-mini-section .elh-event .elh-event-date + .elh-event-detail {
  width: calc(100% - 100px);
}
.elh-mini-section .elh-event .elh-event-detail {
  color: #262626;
}
.elh-mini-section .elh-event .elh-event-title {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 7px;
}
.elh-mini-section .elh-event .elh-event-metas span + span {
  margin-left: 15px;
}
.elh-event.style-2 .elh-event-date {
  position: relative;
}
.elh-event.style-2 .elh-event-date:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.elh-event.style-2 .elh-event-date .elh-event-day {
  position: relative;
}
.elh-event.style-2 .elh-event-date .elh-event-month {
  position: relative;
}

.elh-mini-all-link {
  font-family: 'Poppins', sans-serif;
}
.elh-mini-all-link .fa {
  margin-left: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elh-mini-all-link:hover .fa {
  margin-left: 15px;
}

/* ----------------------------------
Event Single 
---------------------------------- */
.elh-event-single .elh-post {
  margin: 0;
}
.elh-event-single .elh-post-metas {
  font-size: 1.4rem;
  color: #111111;
  margin-bottom: 4px;
}
.elh-event-single .elh-post-metas .elh-event-date {
  background-color: transparent;
}
.elh-event-single .elh-post-metas a {
  color: inherit;
}
.elh-event-single .elh-event-location {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
.elh-event-single .elh-post.style-4 .elh-post-body {
  padding: 35px 40px;
}
.elh-event-single .elh-event-location-map {
  margin-top: 50px;
}
.elh-event-single .elh-event-location-map h4 {
  font-size: 2.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
.elh-event-single .elh-event-location-map .google-map {
  height: 250px;
}
.elh-event-single .elh-event-speakers {
  margin-top: 50px;
}
.elh-event-single .elh-event-speakers h4 {
  font-size: 2.8rem;
  margin-top: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.elh-event-single .elh-event-speakers .elh-speakers {
  margin: -10px;
}
.elh-event-single .elh-event-speakers .elh-speakers:after {
  content: "";
  display: table;
  clear: both;
}
.elh-event-single .elh-event-speakers .elh-speaker {
  margin: 10px;
  width: calc(25% - 20px);
  border-radius: 3px;
  overflow: hidden;
  float: left;
}
.elh-event-single .elh-event-speakers .elh-speaker .speaker-img {
  width: 100%;
  display: block;
}
.elh-event-single .elh-event-speakers .elh-speaker .speaker-body {
  border: 1px solid #e7e7e7;
  border-radius: 0 0 3px 3px;
  padding: 12px 10px 18px;
  text-align: center;
}
.elh-event-single .elh-event-speakers .elh-speaker .speaker-title {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 0;
}
.elh-event-single .elh-event-speakers .elh-speaker .speaker-designation {
  font-size: 1.2rem;
  color: #012353;
  margin-bottom: 0;
}
.elh-event-single .elh-event-speakers .elh-speaker .speaker-social {
  font-size: 0;
  margin-top: 10px;
}
.elh-event-single .elh-event-speakers .elh-speaker .speaker-social a {
  display: inline-block;
}
.elh-event-single .elh-event-speakers .elh-speaker .speaker-social a + a {
  margin-left: 5px;
}
.elh-event-single .elh-event-speakers .elh-speaker .speaker-social a i {
  font-size: 0.8rem;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
}
.elh-event-single .elh-event-speakers .elh-speaker .speaker-social a i[class*=fa-facebook] {
  background-color: #3b5998;
}
.elh-event-single .elh-event-speakers .elh-speaker .speaker-social a i[class*=fa-twitter] {
  background-color: #1da1f2;
}
.elh-event-single .elh-event-speakers .elh-speaker .speaker-social a i[class*=fa-google] {
  background-color: #e98a7e;
}
.elh-event-single .elh-event-speakers .elh-speaker .speaker-social a i[class*=fa-linkedin] {
  background-color: #0077b5;
}
.elh-event-single .elh-event-schedule {
  margin-top: 54px;
}
.elh-event-single .elh-event-schedule h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.8rem;
}
.elh-event-single .elh-event-schedule table {
  width: 100%;
}
.elh-event-single .elh-event-schedule table th, .elh-event-single .elh-event-schedule table td {
  padding: 5px 30px;
  vertical-align: middle;
  background-color: #f7f7f7;
}
.elh-event-single .elh-event-schedule table th + td, .elh-event-single .elh-event-schedule table th + th, .elh-event-single .elh-event-schedule table td + td, .elh-event-single .elh-event-schedule table td + th {
  border-left: 5px solid #ffffff;
}
.elh-event-single .elh-event-schedule table th {
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  text-align: center;
}
.elh-event-single .elh-event-schedule table td {
  border-top: 5px solid #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 12px 30px;
}
.elh-event-single .elh-event-schedule .elh-schedule-speaker {
  min-width: 170px;
}
.elh-event-single .elh-event-schedule .elh-schedule-speaker:after {
  content: "";
  display: table;
  clear: both;
}
.elh-event-single .elh-event-schedule .elh-schedule-speaker .elh-schedule-speaker-thumb {
  width: 32px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.elh-event-single .elh-event-schedule .elh-schedule-speaker .elh-schedule-speaker-thumb + .elh-schedule-speaker-body {
  width: calc(100% - 47px);
}
.elh-event-single .elh-event-schedule .elh-schedule-speaker .elh-schedule-speaker-body {
  width: 100%;
  float: left;
}
.elh-event-single .elh-event-schedule .elh-schedule-speaker .elh-schedule-speaker-body h5 {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}
.elh-event-single .elh-event-schedule .elh-schedule-speaker .elh-schedule-speaker-body p {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.elh-event-single .elh-post-social-share {
  margin-top: 40px;
}

.coming_event_widget .elh-events {
  margin: 0;
}
.coming_event_widget .elh-event {
  margin-bottom: 0;
}
.coming_event_widget .elh-event + .elh-event {
  margin-top: 30px;
}
.coming_event_widget .elh-event .elh-event-date {
  width: 64px;
  margin-right: 20px;
  padding: 10px 20px 15px;
  height: auto;
}
.coming_event_widget .elh-event .elh-event-date .elh-event-day {
  font-size: 2.2rem;
}
.coming_event_widget .elh-event .elh-event-date .elh-event-month {
  font-size: 1.4rem;
}
.coming_event_widget .elh-event .elh-event-date + .elh-event-detail {
  width: calc(100% - 84px);
  margin-top: 0;
}
.coming_event_widget .elh-event .elh-event-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.coming_event_widget .elh-event .elh-event-metas {
  margin-bottom: 0;
}
.coming_event_widget .elh-event .elh-event-metas span {
  display: block;
}
.coming_event_widget .elh-event .elh-event-metas span + span {
  margin-left: 0;
  margin-top: -4px;
}

/*------------------------------------
21. Blog
------------------------------------*/
.elh-posts {
  zoom: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: -30px;
}

.elh-post {
  margin: 0 15px;
  background-color: #ffffff;
}
.elh-post .elh-post-thumb {
  display: block;
}
.elh-post .elh-post-video {
  position: relative;
  display: block;
}
.elh-post .elh-post-video:before {
  position: absolute;
  content: "\f04b";
  font-family: "FontAwesome";
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 78px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elh-post .elh-post-body {
  padding: 25px 40px;
}
.elh-post .elh-post-title {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin: 0;
  color: #262626;
}
.elh-post .elh-post-title a {
  color: inherit;
}
.elh-post .elh-post-link {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  margin-top: 20px;
}
.elh-post .elh-post-link .fa {
  margin-left: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elh-post .elh-post-link:hover .fa {
  margin-left: 15px;
}
.elh-mini-section .elh-post {
  margin: 0;
}
.elh-mini-section .elh-post .elh-post-body {
  padding: 25px 0 22px;
}
.elh-post:hover .elh-post-video:before {
  color: #ffffff;
}
.elh-post.style-2 {
  margin-bottom: 30px;
}
.elh-post.style-2 .elh-post-body {
  padding: 25px 0 0;
}
.elh-post.style-3 .elh-post-body {
  border: 1px solid #e7e7e7;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.elh-post.style-4 .elh-post-body {
  border: 1px solid #e7e7e7;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.elh-post.style-4 .elh-post-title {
  font-size: 2.8rem;
  line-height: 4rem;
}
.elh-post.style-4 .elh-post-excerpt {
  margin-top: 15px;
  margin-bottom: 0;
}
.elh-post.style-4 .elh-post-link {
  font-size: 1.8rem;
  margin-top: 12px;
}
.elh-post.style-4 .elh-post-link .fa {
  margin-left: 10px;
}
.elh-post.style-4 .elh-post-link:hover .fa {
  margin-left: 25px;
}

/*** Post by category ***/
.elh-post-by-category .elh-category-title {
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 30px;
}
.elh-post-by-category .elh-post {
  margin: 0;
}
.elh-post-by-category .elh-post .elh-post-body {
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
}

/*** Listing ***/
.elh-posts-listing {
  zoom: 1;
  position: relative;
  overflow: hidden;
}
.elh-posts-listing .elh-post {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
}

/*** Blog Pagination ***/
.post-pagination .page-numbers {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  color: #262626;
  border: 1px solid #e7e7e7;
  width: 41px;
  height: 41px;
  line-height: 39px;
  text-align: center;
  border-radius: 3px;
}
.post-pagination .page-numbers + .page-numbers {
  margin-left: 12px;
}
.post-pagination .page-numbers.current {
  color: #ffffff;
}
.post-pagination .page-numbers.current:hover {
  color: #ffffff;
}

/*--------------------------------------
Blog Single 
--------------------------------------*/
.elh-post-single .elh-post {
  margin: 0;
}
.elh-post-single .elh-post.style-4 .elh-post-body {
  padding: 54px 40px 40px;
  margin-bottom: 0;
}

.elh-post-metas {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 12px;
  font-weight: 700;
}
.elh-post-metas > a + a, .elh-post-metas > a + span, .elh-post-metas > span + a, .elh-post-metas > span + span {
  margin-left: 30px;
}

.elh-post-entry blockquote {
  font-size: 1.4rem;
  font-weight: 700;
  font-style: italic;
  margin: 35px 0 25px 60px;
  padding: 10px 0 10px 15px;
}
.elh-post-entry .embed-responsive:not(:last-child) {
  margin-bottom: 25px;
}

.elh-post-tags {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-size: 700;
  margin-top: 50px;
}
.elh-post-tags a {
  display: inline-block;
  color: inherit;
}
.elh-post-tags a:hover {
  color: #232b2d;
}

/* Social Share */
.elh-post-social-share {
  margin-top: 18px;
  margin-bottom: -10px;
  font-size: 0;
}
.elh-post-social-share label {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
.elh-post-social-share a {
  display: inline-block;
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #222222;
  line-height: 3rem;
  padding: 0 10px;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.elh-post-social-share a.elh-share-facebook {
  background-color: #3b5998;
}
.elh-post-social-share a.elh-share-twitter {
  background-color: #1da1f2;
}
.elh-post-social-share a.elh-share-google-plus {
  background-color: #dd4b39;
}
.elh-post-social-share a.elh-share-linkedin {
  background-color: #0077b5;
}
.elh-post-social-share a:hover {
  color: #ffffff;
}

/* Author box */
.elh-author-wrap {
  border: 1px solid #e7e7e7;
  padding: 35px 40px;
  margin-top: 30px;
}
.elh-author-wrap .elh-author-box-title {
  margin-top: 0;
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.elh-author-wrap .elh-author-box:after {
  content: "";
  display: table;
  clear: both;
}
.elh-author-wrap .elh-author-thumb {
  display: inline-block;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
  float: left;
}
.elh-author-wrap .elh-author-thumb + .elh-author-body {
  width: calc(100% - 110px);
}
.elh-author-wrap .elh-author-body {
  width: 100%;
  float: left;
}
.elh-author-wrap .elh-author-title {
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.elh-author-wrap p {
  margin-bottom: 0;
}
.elh-author-wrap .elh-author-social {
  font-size: 0;
  margin-top: 15px;
}
.elh-author-wrap .elh-author-social a {
  font-size: 1.2rem;
  display: inline-block;
}
.elh-author-wrap .elh-author-social a + a {
  margin-left: 10px;
}
.elh-author-wrap .elh-author-social a i {
  display: inline-block;
  color: #ffffff;
  background-color: #222222;
  border-radius: 50%;
  line-height: 34px;
  height: 34px;
  width: 34px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elh-author-wrap .elh-author-social a i[class*=fa-facebook] {
  background-color: #3b5998;
}
.elh-author-wrap .elh-author-social a i[class*=fa-twitter] {
  background-color: #1da1f2;
}
.elh-author-wrap .elh-author-social a i[class*=fa-google] {
  background-color: #dd4b39;
}
.elh-author-wrap .elh-author-social a i[class*=fa-linkedin] {
  background-color: #0077b5;
}
.elh-author-wrap .elh-author-social a i[class*=fa-youtube] {
  background-color: #ff0000;
}
.elh-author-wrap .elh-author-social a:hover i {
  background-color: #111111;
}

/* Related Blog */
.elh-blog-related {
  margin-top: 90px;
}
.elh-blog-related .elh-related-news-title {
  font-size: 3.6rem;
  margin-top: 0;
  margin-bottom: 30px;
}
.elh-blog-related .elh-post.style-3 .elh-post-body {
  margin-bottom: 0;
}

/* Comment list */
.comments-section {
  margin-top: 90px;
}
.comments-section .comments-title {
  font-size: 3.6rem;
  margin-top: 0;
  margin-bottom: 30px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list .comment .commenter-thumb {
  display: inline-block;
  float: left;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
}
.comment-list .comment .commenter-thumb + .comment-body {
  width: calc(100% - 80px);
}
.comment-list .comment .comment-body {
  width: 100%;
  float: left;
}
.comment-list .comment .comment-title {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-top: -2px;
  margin-bottom: 4px;
}
.comment-list .comment .comment-title .comment-date {
  font-size: 1.4rem;
  margin-left: 25px;
}
.comment-list .comment .comment-title .comment-time {
  margin-left: 25px;
  font-size: 1.4rem;
}
.comment-list .comment .comment-title .comment-reply {
  float: right;
}
.comment-list .comment + .comment {
  margin-top: 25px;
}
.comment-list .child-comments {
  margin-top: 25px;
  padding-left: 70px;
}

/* Comment Form */
.give-your-reply {
  margin-top: 90px;
}
.give-your-reply h4 {
  font-size: 3.6rem;
  margin-top: 0;
  margin-bottom: 30px;
}
.give-your-reply input, .give-your-reply textarea {
  margin-bottom: 20px;
}

/*------------------------------------
22. Widget
------------------------------------*/
.sidebar .widget {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 26px 30px 30px;
}
.sidebar .widget + .widget {
  margin-top: 30px;
}
.sidebar .widget-title {
  font-size: 1.8rem;
  margin-top: 0;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.sidebar .widget-title:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 1px;
  width: 110px;
  background-color: #bdbdbd;
}
.sidebar .widget-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 40px;
}
.sidebar input:not([type=submit]):not([type=radio]):not([type=checkbox]), .sidebar select, .sidebar textarea {
  border-radius: 3px;
}
.sidebar .search_widget form {
  position: relative;
}
.sidebar .search_widget form [type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 20px;
  border: 1px solid transparent;
  background-color: transparent;
}
.sidebar .categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .categories li a {
  font-family: 'Poppins', sans-serif;
  color: #262626;
}
.sidebar .categories li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.sidebar .widget-post + .widget-post {
  margin-top: 30px;
}
.sidebar .widget-post .widget-post-thumb {
  display: inline-block;
  width: 60px;
  float: left;
  margin-right: 20px;
}
.sidebar .widget-post .widget-post-thumb + .widget-post-content {
  width: calc(100% - 80px);
}
.sidebar .widget-post .widget-post-content {
  float: left;
  width: 100%;
}
.sidebar .widget-post .widget-post-title {
  display: block;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #262626;
  font-family: 'Poppins', sans-serif;
  margin-top: -5px;
  margin-bottom: -3px;
}
.sidebar .widget-post .widget-read-more {
  display: inline-block;
  font-size: 1.2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.sidebar .widget-post .widget-read-more .fa {
  margin-left: 5px;
}
.sidebar .widget-post .widget-price {
  display: inline-block;
  font-size: 1.2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.sidebar .tags {
  margin-right: -6px;
  margin-bottom: -10px;
}
.sidebar .tags a {
  display: inline-block;
  color: #262626;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  padding: 3px 14px;
  margin-right: 6px;
  margin-bottom: 10px;
}
.sidebar .tags a:hover {
  color: #ffffff;
}
.sidebar .elh-instagram-photo {
  margin: -5px;
}
.sidebar .elh-instagram-photo:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .elh-instagram-photo a {
  display: inline-block;
  margin: 5px;
  float: left;
  width: calc(33.333333% - 10px);
  max-width: 90px;
}
.sidebar .elh-instagram-photo a:hover {
  opacity: 0.8;
}
.sidebar .subscribe-widget p {
  margin-bottom: 25px;
}
.sidebar .subscribe-widget [type=submit] {
  margin-top: 15px;
}

/*------------------------------------
23. Fact
------------------------------------*/
.elh-fact-section {
  padding: 60px 0;
}

.fact-title {
  margin: 18px 0 0;
  font-size: 3.6rem;
  position: relative;
  padding-top: 18px;
}
.fact-title:before {
  content: "";
  height: 5px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.elh-counter-group {
  text-align: right;
}
.elh-counter-group .elh-counter-item {
  display: inline-block;
  width: 80px;
}
.elh-counter-group .elh-counter-item + .elh-counter-item {
  margin-left: 95px;
}
.elh-counter-group .elh-counter-item .elh-fact-number {
  font-size: 4.8rem;
  margin: 0;
}
.elh-counter-group .elh-counter-item .elh-fact-name {
  font-weight: 600;
  margin-top: -3px;
}

.elh-counter-group.style-2 {
  text-align: center;
}
.elh-counter-group.style-2.text-left {
  text-align: left;
}

.elh-counter-group.style-3 {
  text-align: left;
  padding: 80px 0 50px;
  zoom: 1;
  position: relative;
  overflow: hidden;
}
.elh-counter-group.style-3 .elh-counter-item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.elh-counter-group.style-3 .elh-counter-item .fact-icon {
  float: left;
  width: 36px;
  font-size: 3.6rem;
  margin-right: 15px;
  line-height: 1;
}
.elh-theme-bg .elh-counter-group.style-3 .elh-counter-item .fact-icon, .elh-img-bg .elh-counter-group.style-3 .elh-counter-item .fact-icon {
  color: #ffffff;
}
.elh-counter-group.style-3 .elh-counter-item .fact-icon + .fact-content {
  width: calc(100% - 51px);
}
.elh-counter-group.style-3 .elh-counter-item .fact-content {
  width: 100%;
  float: left;
}
.elh-counter-group.style-3 .elh-counter-item .elh-fact-number {
  font-size: 2.2rem;
  margin-top: -4px;
}
.elh-counter-group.style-3 .elh-counter-item .elh-fact-name {
  font-family: 'Poppins', sans-serif;
}

/*------------------------------------
24. Facility
------------------------------------*/
.facilities {
  zoom: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: -30px;
}

.facility {
  text-align: center;
  position: relative;
  padding-top: calc(100% - 20px);
  border-width: 10px;
  border-style: solid;
  border-radius: 50%;
  margin-bottom: 30px;
}
.facility .facility-hover {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.facility .facility-hover:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.facility .facility-content {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.facility .facility-icon {
  font-size: 4.8rem;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.facility .facility-title {
  font-size: 2.2rem;
  margin-top: 15px;
  margin-bottom: 0;
  color: #262626;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.facility:hover .facility-hover {
  opacity: 1;
}
.facility:hover .facility-icon {
  color: #ffffff;
}
.facility:hover .facility-title {
  color: #ffffff;
}

/*------------------------------------
25. Partner
------------------------------------*/
.partner-logoes {
  zoom: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: -20px;
}

.partner-logoes {
  padding: 38px 0;
}

.partner-logo {
  display: inline-block;
  width: 20%;
  height: 100px;
  margin-bottom: 20px;
  position: relative;
  float: left;
}
.partner-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.partner-logoes.style-2 .partner-logo {
  width: 16.666666%;
}
.partner-logoes.style-2 .partner-logo img {
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.partner-logoes.style-3 .partner-logo {
  width: 100%;
}

/*------------------------------------
26. Testimonial
------------------------------------*/
.elh-testimonial-item:focus {
  outline: none;
}
.elh-testimonial-item .elh-testimonial-title {
  margin-top: 0;
  margin-bottom: 3px;
}
.elh-testimonial-item blockquote {
  font-size: 1.4rem;
  margin: 0 0 35px;
  padding: 0;
  border: none;
}
.elh-testimonial-item .elh-rating {
  margin-bottom: 25px;
}
.elh-testimonial-item .elh-commenter-name {
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 3px;
}
.elh-testimonial-item .elh-commenter-profession {
  font-weight: 600;
}
.elh-mini-section .elh-testimonial-item {
  color: #262626;
  margin-bottom: 18px;
}
.elh-mini-section .elh-testimonial-item .elh-testimonial-title {
  margin-bottom: 8px;
}
.elh-mini-section .elh-testimonial-item blockquote {
  margin-bottom: 10px;
}

.elh-rating .star {
  font-family: "FontAwesome";
  display: inline-block;
}
.elh-rating .star + .star {
  margin-left: 3px;
}
.elh-rating .star:before {
  content: "\f006";
}
.elh-rating .star.star-on:before {
  content: "\f005";
}

.elh-testimonial-nav-thumbs {
  max-width: 390px;
  margin: 15px auto 0;
}
.elh-testimonial-nav-thumbs .elh-commenter-thumb {
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.elh-testimonial-nav-thumbs .elh-commenter-thumb:focus {
  outline: none;
}
.elh-testimonial-nav-thumbs .elh-commenter-thumb.slick-current {
  opacity: 1;
}
.elh-testimonial-nav-thumbs .elh-commenter-thumb-img {
  height: 100px;
  width: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}

.elh-mini-section .elh-commenter-thumb-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}

/*------------------------------------
27. Country Flag
------------------------------------*/
.elh-country-flag-slider {
  margin: 50px 0;
}

.elh-country-flag {
  text-align: left;
}
.elh-country-flag h5 {
  font-size: 1.4rem;
  margin-top: 15px;
  margin-bottom: 0;
}

/*------------------------------------
28. Subscription
------------------------------------*/
.elh-subscribe-section {
  padding: 35px 0;
}

.elh-subscribe-heading h5 {
  margin: 0;
}
.elh-subscribe-heading h3 {
  margin: 2px 0 0;
}

.elh-subscribe-form {
  margin-top: 10px;
  width: 400px;
}
.elh-subscribe-form.pull-center {
  float: none;
  zoom: 1;
  position: relative;
  zoom: 1;
  overflow: hidden;
  margin: 0 auto;
}
.elh-subscribe-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
  opacity: 1;
}
.elh-subscribe-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.55);
  opacity: 1;
}
.elh-subscribe-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
  opacity: 1;
}
.elh-subscribe-form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.55);
  opacity: 1;
}
.elh-subscribe-form input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.elh-subscribe-form select,
.elh-subscribe-form textarea {
  width: calc(100% - 135px);
  border-color: #ffffff;
  border-radius: 3px;
  color: #ffffff;
  float: left;
  margin-right: 10px;
}
.elh-subscribe-form input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus, .elh-subscribe-form input:not([type=submit]):not([type=radio]):not([type=checkbox]):active,
.elh-subscribe-form select:focus,
.elh-subscribe-form select:active,
.elh-subscribe-form textarea:focus,
.elh-subscribe-form textarea:active {
  border-color: #ffffff;
}
.elh-subscribe-form [type=submit] {
  width: 125px;
  text-align: center;
  padding: 8px 15px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
  float: left;
  border-radius: 3px;
}

.elh-subscribe-section.style-2 {
  padding: 45px 0;
}
.elh-subscribe-section.style-2 .elh-subscribe-heading h3 {
  margin-top: 10px;
}
.elh-subscribe-section.style-2 .elh-subscribe-form ::-webkit-input-placeholder {
  color: rgba(38, 38, 38, 0.55);
  opacity: 1;
}
.elh-subscribe-section.style-2 .elh-subscribe-form ::-moz-placeholder {
  color: rgba(38, 38, 38, 0.55);
  opacity: 1;
}
.elh-subscribe-section.style-2 .elh-subscribe-form :-ms-input-placeholder {
  color: rgba(38, 38, 38, 0.55);
  opacity: 1;
}
.elh-subscribe-section.style-2 .elh-subscribe-form :-moz-placeholder {
  color: rgba(38, 38, 38, 0.55);
  opacity: 1;
}
.elh-subscribe-section.style-2 .elh-subscribe-form input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.elh-subscribe-section.style-2 .elh-subscribe-form select,
.elh-subscribe-section.style-2 .elh-subscribe-form textarea {
  width: 100%;
  background-color: #ffffff;
  padding: 11px 70px 11px 30px;
  color: #262626;
}
.elh-subscribe-section.style-2 .elh-subscribe-form [type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px 0;
  text-align: center;
  width: 70px;
}

.elh-subscribe-section.style-3 {
  padding: 33px 0;
}
.elh-subscribe-section.style-3 .elh-subscribe-heading h3 {
  font-size: 2.8rem;
  margin-top: 10px;
}
.elh-subscribe-section.style-3 .elh-subscribe-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
  opacity: 1;
}
.elh-subscribe-section.style-3 .elh-subscribe-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.55);
  opacity: 1;
}
.elh-subscribe-section.style-3 .elh-subscribe-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
  opacity: 1;
}
.elh-subscribe-section.style-3 .elh-subscribe-form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.55);
  opacity: 1;
}
.elh-subscribe-section.style-3 .elh-subscribe-form input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.elh-subscribe-section.style-3 .elh-subscribe-form select,
.elh-subscribe-section.style-3 .elh-subscribe-form textarea {
  width: 100%;
  background-color: transparent;
  line-height: 20px;
  padding: 11px 70px 11px 30px;
  color: #ffffff;
}
.elh-subscribe-section.style-3 .elh-subscribe-form [type=submit] {
  position: absolute;
  font-size: 1.8rem;
  line-height: 20px;
  top: 0;
  right: 0;
  padding: 11px 0;
  text-align: center;
  width: 70px;
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}

/*------------------------------------
29. Registration
------------------------------------*/
.elh-register-header {
  margin-top: 100px;
}
.elh-register-header .section_count {
  display: inline-block;
}
.elh-register-header .section_count + .section_count {
  margin-left: 65px;
}
.elh-register-header .section_count .section_count_data {
  display: block;
}
.elh-register-header .section_count .count-data {
  display: block;
}
.elh-register-header .section_count .tcount {
  display: block;
  font-size: 4.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1;
}
.elh-register-header .section_count .text {
  font-size: 1.4rem;
  display: block;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-top: 8px;
}

.registration-form {
	max-width: 300px;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  overflow: hidden;
}
.registration-form label {
  color: #ffffff;
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  line-height: 3rem;
  font-weight: 700;
  margin: 0;
  padding: 32px 40px;
  text-align: center;
}
.registration-form .form-body {
  padding: 40px;
  background: #fffaf0;
}
.registration-form .form-body input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.registration-form .form-body select,
.registration-form .form-body textarea {
  border-radius: 3px;
  margin-bottom: 15px;
  color: #777;
}
.registration-form .form-body [type=submit] {
  line-height: 42px;
  padding: 0;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.registration-form .form-body [type=submit]:hover {
  background-color: transparent;
}

/***  Instructor registration ***/
.instructor-registration h4 {
  margin-top: 0;
  margin-bottom: 30px;
}
.instructor-registration label {
  display: block;
  margin: 0;
  text-align: left;
  font-weight: 400;
}
.instructor-registration label input {
  margin: 0;
}
.instructor-registration .btn {
  width: 100%;
}

/*------------------------------------
30. Shop
------------------------------------*/
.shop-filter-short {
  margin-bottom: 46px;
}

.shop-category-select {
  font-size: 1.8rem;
  width: 100px;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  border: none;
}

.shop-shorting {
  font-size: 1.8rem;
  width: 100px;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  border: none;
}

.elh-products {
  zoom: 1;
  position: relative;
  overflow: hidden;
}
.elh-products .post-pagination {
  margin-top: 60px;
}

.elh-product {
  margin-bottom: 30px;
}
.elh-product .elh-product-thumb {
  position: relative;
}
.elh-product .elh-product-attr {
  position: absolute;
  top: 10px;
  left: 10px;
}
.elh-product .elh-product-attr span {
  background-color: #262626;
  color: #ffffff;
  font-size: 1.1rem;
  font-family: 'Poppins', sans-serif;
  line-height: 2.5rem;
  display: inline-block;
  border-radius: 3px;
  letter-spacing: 1px;
  padding: 0 20px;
}
.elh-product .elh-product-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elh-product .elh-product-btns {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.elh-product .elh-product-btns a {
  color: #ffffff;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 3px;
  text-align: center;
}
.elh-product .elh-product-btns a + a {
  margin-left: 115px;
}
.elh-product .elh-product-btns a:hover {
  background-color: #262626;
}
.elh-product:hover .elh-product-hover {
  opacity: 1;
}
.elh-product:hover .elh-product-btns a + a {
  margin-left: 15px;
}
.elh-product .elh-product-body {
  margin-top: 10px;
}
.elh-product .elh-product-name {
  font-size: 2.2rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  color: #262626;
}
.elh-product .elh-product-name a {
  color: inherit;
}
.elh-product .elh-product-price {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

/**** Single Product ****/
.elh-single-product-gallery .owl-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.4rem;
}
.elh-single-product-gallery .owl-buttons .owl-prev,
.elh-single-product-gallery .owl-buttons .owl-next {
  display: inline-block;
  vertical-align: bottom;
  color: #ffffff;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}
.elh-single-product-gallery .owl-buttons .owl-next {
  margin-left: 10px;
}

.elh-product-single .elh-product-body {
  margin-top: 0;
  margin-left: 30px;
}
.elh-product-single .elh-product-name {
  font-weight: 700;
  color: #111;
}
.elh-product-single .elh-product-review {
  margin-top: 8px;
}
.elh-product-single .elh-product-review .elh-rating-star {
  display: inline-block;
  vertical-align: middle;
}
.elh-product-single .elh-product-review .elh-product-review-count {
  display: inline-block;
  float: right;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.elh-product-single .elh-product-price {
  font-size: 4.4rem;
  margin-top: 10px;
  margin-bottom: 0;
}
.elh-product-single .elh-product-price .elh-product-price-now {
  color: #111;
}
.elh-product-single .elh-product-entry {
  margin-top: 15px;
}
.elh-product-single .elh-order-form {
  margin-top: 30px;
}
.elh-product-single .elh-order-form > [type=number]:not([type=submit]) {
  width: auto;
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 50px;
  padding: 0 0 0 30px;
  display: inline-block;
  vertical-align: middle;
}
.elh-product-single .elh-order-form [type=submit] {
  line-height: 50px;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  min-width: 160px;
  text-align: center;
  margin-left: 15px;
}
.elh-product-single .elh-product-category {
  margin-top: 30px;
  font-family: 'Poppins', sans-serif;
}
.elh-product-single .elh-product-category label {
  margin: 0;
}

.elh-rating-star .rate-star {
  display: inline-block;
  color: #999999;
}
.elh-rating-star .rate-star + .rate-star {
  margin-left: 3px;
}
.elh-rating-star .rate-star:before {
  content: "\f005";
  font-family: "FontAwesome";
}

.elh-product-single-tab {
  margin-top: 90px;
}
.elh-product-single-tab .nav-tabs {
  border: none;
  display: inline-block;
}
.elh-product-single-tab .nav-tabs > li {
  margin: 0;
}
.elh-product-single-tab .nav-tabs > li > a {
  margin: 0;
  line-height: 20px;
  border-radius: 0;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #262626;
  padding: 15px 44px;
}
.elh-product-single-tab .nav-tabs > li.active > a {
  color: #ffffff;
}
.elh-product-single-tab .tab-content {
  margin-top: 45px;
}
.elh-product-single-tab .elh-product-description h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 3.4rem;
}

.angle-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.angle-list li:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 7px;
}

.review-table .review-head {
  width: 200px;
  vertical-align: top;
}
.review-table .review-reviewer {
  margin-top: 0;
  margin-bottom: 15px;
}
.review-table .review-date {
  display: block;
  margin-top: -5px;
}
.review-table .review-body {
  vertical-align: top;
  padding: 0;
}
.review-table .review-body p {
  margin-bottom: 30px;
}
.review-table .review-title {
  margin-top: 0;
  margin-bottom: 15px;
}

.elh-related-products {
  margin-top: 75px;
}
.elh-related-products .elh-related-products-title {
  margin-top: 0;
  margin-bottom: 54px;
  font-size: 3.4rem;
}

/*------------------------------------
31. Quick Link
------------------------------------*/
.elh-quick-links {
  margin-top: 30px;
  border-radius: 3px;
  overflow: hidden;
  display: table;
  width: 100%;
  color: #ffffff;
  padding: 25px;
}
.elh-quick-links .elh-quick-link {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.elh-quick-links .elh-quick-link a {
  color: #ffffff;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 3rem;
}
.elh-quick-links .elh-quick-link a .fa {
  font-size: 2.2rem;
  line-height: inherit;
  margin-right: 6px;
}

/*------------------------------------
32. Highlight
------------------------------------*/
.elh-highlight {
  text-align: center;
  color: #ffffff;
  padding: 48px 30px;
  border-radius: 3px;
}
.elh-highlight.upfloat-style {
  margin-top: -155px;
}
.elh-highlight .elh-highlight-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 48px;
  position: relative;
  padding-bottom: 20px;
}
.elh-highlight .elh-highlight-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 130px;
  background-color: rgba(255, 255, 255, 0.5);
}
.elh-highlight .elh-highlight-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5px;
  width: 60px;
}
.elh-highlight .elh-highlight-item {
  margin-bottom: 40px;
}
.elh-highlight .hightlight-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0;
}
.elh-highlight .hightlight-title a {
  color: inherit;
}
.elh-highlight .hightlight-title a:hover {
  color: #262626;
}
.elh-highlight .hightlight-cat-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.elh-highlight .hightlight-cat-links li {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.elh-highlight .hightlight-cat-links li + li:before {
  content: "|";
}
.elh-highlight .hightlight-cat-links li a {
  color: #ffffff;
  padding: 0 10px;
}
.elh-highlight .hightlight-cat-links li a:hover {
  color: #262626;
}

/*------------------------------------
33. Kids
------------------------------------*/
.elh-kids-description {
  padding: 45px 0;
}
.elh-kids-description .elh-kids-title {
  margin: 0;
  font-size: 4.8rem;
  text-transform: uppercase;
}
.elh-kids-description .elh-kids-subtitle {
  margin: 0;
}
.elh-kids-description .elh-kids-text {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-top: 15px;
  margin-bottom: 35px;
}

.elh-section-header.elh-header-kids-style .elh-section-title {
  padding-bottom: 0;
}
.elh-section-header.elh-header-kids-style .elh-section-title:before, .elh-section-header.elh-header-kids-style .elh-section-title:after {
  content: none;
}
.elh-section-header.elh-header-kids-style .elh-section-text {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
}

.instructor-comments.parent-comments {
  background-color: rgba(255, 255, 255, 0.8);
  color: #262626;
}

/*------------------------------------
34. Class
------------------------------------*/
.elh-classes {
  zoom: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: -30px;
}

.elh-class {
  background-color: #ffffff;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.elh-class .elh-class-thumb {
  display: block;
}
.elh-class .elh-class-body {
  padding: 15px 30px;
}
.elh-class .elh-class-name {
  font-size: 2.2rem;
  margin-bottom: 2px;
}
.elh-class .elh-class-admission {
  font-family: 'Poppins', sans-serif;
}
.elh-class .elh-class-attribute p {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}
.elh-class .elh-class-attribute p + p {
  margin-top: -5px;
}
.elh-class .elh-class-attribute p label {
  font-weight: 700;
}
.elh-class .elh-class-footer {
  border-top: 1px solid #bdbdbd;
  margin-top: 25px;
  padding: 13px 0;
  text-align: left;
}
.elh-class .elh-course-price {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}
.elh-class .elh-class-admission-link {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: inline-block;
  float: right;
}
.elh-class .elh-class-admission-link .fa {
  margin-left: 5px;
}

/*------------------------------------
35. Tabs
------------------------------------*/
.panel-group {
  margin: 0;
}
.panel-group .panel {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.panel-group .panel + .panel {
  margin-top: 15px;
}
.panel-group .panel .panel-heading {
  padding: 0;
  border-radius: 0;
}
.panel-group .panel .panel-heading .panel-title {
  font-size: 1.4rem;
}
.panel-group .panel .panel-heading .panel-title a {
  display: block;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 11px 20px 11px 30px;
  position: relative;
}
.panel-group .panel .panel-heading .panel-title a:after {
  content: "\f107";
  font-family: "FontAwesome";
  float: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] {
  color: #ffffff;
}
.panel-group .panel .panel-heading .panel-title a[aria-expanded="true"]:after {
  color: #ffffff;
  content: "\f106";
}
.panel-group .panel .panel-heading + .panel-collapse > .list-group, .panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.panel-group .panel .panel-body {
  padding: 18px 30px 0;
}
.panel-group.style-2 .panel .panel-heading .panel-title a {
  color: #ffffff;
  padding: 13px 20px 13px 30px;
}
.panel-group.style-2 .panel .panel-heading .panel-title a:after {
  color: #ffffff;
}
.panel-group.style-3 .panel .panel-heading .panel-title a {
  padding: 13px 20px 13px 30px;
}
.panel-group.style-3 .panel .panel-heading .panel-title a:after {
  color: inherit;
}
.panel-group.style-3 .panel .panel-heading .panel-title a[aria-expanded=true] {
  background-color: transparent;
}

/*------------------------------------
36. FAQ
------------------------------------*/
.faq-group .faq-group-name {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 1.8rem;
}

.elh-generic-faq-group {
  position: relative;
  overflow: hidden;
  zoom: 1;
  margin-bottom: -40px;
}

.elh-faq-generic {
  margin-bottom: 40px;
}
.elh-faq-generic .question {
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 7px;
}

/*------------------------------------
37. Flex
------------------------------------*/
.elh-display-flex {
  position: relative;
}
.elh-display-flex .elh-flex-relative {
  position: relative;
  width: 50%;
  margin-left: 50%;
}
.elh-display-flex .elh-flex-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  border: 1px solid #e7e7e7;
}
.elh-display-flex .elh-flex-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 30px 0 40px;
}
.elh-display-flex .elh-flex-content h3 {
  margin-top: 0;
}

/*------------------------------------
38. Map
------------------------------------*/
.office-location {
  height: 400px;
}

.contact-location {
  height: 600px;
  margin-top: 30px;
}

/*------------------------------------
39. Contact
------------------------------------*/
.quick-contact {
  text-align: center;
}
.quick-contact h3 {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 3.6rem;
}
.quick-contact select {
  height: 44px;
}
.quick-contact input:not([type=submit]):not([type=radio]):not([type=checkbox]), .quick-contact select, .quick-contact textarea {
  margin-bottom: 20px;
}
.quick-contact [type=submit] {
  min-width: 160px;
}

.input-success, .newsletter-success {
  display: none;
  margin-bottom: 0;
  margin-top: 15px;
  color: #1abc9c;
}

.input-error, .newsletter-error {
  display: none;
  margin-bottom: 0;
  margin-top: 15px;
  color: #e74c3c;
}

/*------------------------------------
40. Footer
------------------------------------*/
footer {
  color: rgba(255, 255, 255, 0.5);
}
footer a {
  color: rgba(255, 255, 255, 0.5);
}

.elh-footer-widget-area {
  padding: 80px 0;
}
.elh-footer-widget-area .elh-footer-widgets {
  zoom: 1;
  position: relative;
  overflow: hidden;
}
.elh-footer-widget-area .widget .socials a {
  color: #ffffff;
  font-size: 1.2rem;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.07);
  text-align: center;
}
.elh-footer-widget-area .widget .socials a + a {
  margin-left: 8px;
}
.elh-footer-widget-area .widget .elh-subscribe-form {
  position: relative;
  max-width: 300px;
}
.elh-footer-widget-area .widget .elh-subscribe-form input:not([type=submit]):not([type=radio]):not([type=checkbox]), .elh-footer-widget-area .widget .elh-subscribe-form select, .elh-footer-widget-area .widget .elh-subscribe-form textarea {
  width: 100%;
  line-height: 3.4rem;
  border-color: rgba(255, 255, 255, 0.4);
  padding: 0 110px 0 30px;
  float: none;
  margin: 0;
  font-family: 'Open Sans' sans-serif;
  font-size: 1.2rem;
}
.elh-footer-widget-area .widget .elh-subscribe-form [type=submit] {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 3.4rem;
  font-size: 1.2rem;
  padding: 0;
  color: #ffffff;
}
.elh-footer-widget-area .widget .elh-subscribe-form + .clearfix + .socials {
  clear: left;
  margin-top: 20px;
}
.elh-footer-widget-area .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.elh-footer-widget-area .widget .contact-info-item {
  zoom: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.elh-footer-widget-area .widget .contact-info-item + .contact-info-item {
  margin-top: 14px;
}
.elh-footer-widget-area .widget .contact-info-item .fa {
  width: 14px;
  margin-right: 10px;
  float: left;
  display: inline-block;
  vertical-align: middle;
}
.elh-footer-widget-area .widget .contact-info-item .fa + .contact_info {
  width: calc(100% - 24px);
  margin-top: -3px;
}
.elh-footer-widget-area .widget .contact-info-item .contact_info {
  display: inline-block;
  float: left;
  width: 100%;
  vertical-align: middle;
  line-height: 2rem;
}
.elh-footer-widget-area .widget .flickr-photos a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 1px;
}
.elh-footer-widget-area .about_widget {
  max-width: 370px;
}
.elh-footer-widget-area .about_widget .footer-logo + p {
  margin-top: 10px;
  margin-bottom: 0;
}
.elh-footer-widget-area .about_widget .socials {
  margin-top: 25px;
}
.elh-footer-widget-area .widget-title {
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 20px;
}

.elh-footer-lower-area {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.2rem;
  padding: 20px 0;
}
.elh-footer-lower-area .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.elh-footer-lower-area .footer-menu li {
  display: inline-block;
}
.elh-footer-lower-area .footer-menu li + li {
  margin-left: 20px;
}

/*** Kids footer ***/
footer.elh-kids-footer {
  color: #ffffff;
}
footer.elh-kids-footer .elh-footer-upper {
  padding: 85px 0;
  min-height: 600px;
  background-image: url(../images/bg/16.jpg);
  background-position: center bottom;
  background-size: cover;
}
footer.elh-kids-footer .elh-footer-upper .footer-sitelogo {
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
}
footer.elh-kids-footer .elh-footer-upper .about-text {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-top: 5px;
  margin-bottom: 0;
}
footer.elh-kids-footer .elh-footer-upper .socials {
  margin-top: 20px;
}
footer.elh-kids-footer .elh-footer-upper .socials a {
  font-size: 1.2rem;
  text-align: center;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
footer.elh-kids-footer .elh-footer-upper .socials a + a {
  margin-left: 7px;
}
footer.elh-kids-footer .elh-footer-upper .socials a:hover {
  background-color: #ffffff;
}
footer.elh-kids-footer .elh-footer-lower-area {
  border: none;
  font-size: 1.4rem;
  font-family: 'Poppins', sans-serif;
}
footer.elh-kids-footer .elh-footer-lower-area .copyright a {
  color: #ffffff;
}

/*------------------------------------
41. Page
------------------------------------*/
.elh-page-header {
  background-attachment: scroll;
  position: relative;
}
.elh-page-header .elh-overlay {
  padding-top: 170px;
  padding-bottom: 90px;
  background-color: rgba(0, 0, 0, 0.7);
}
.elh-page-header .elh-page-title {
  margin: 0;
  font-size: 4.8rem;
}
.elh-page-header .breadcrumb {
  display: inline-block;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #ffffff;
}
.elh-page-header .breadcrumb > li {
  color: #ffffff;
}
.elh-page-header .breadcrumb > li + li:before {
  content: "-";
  margin: 0 7px;
}
.elh-page-header .breadcrumb > li > a {
  color: #ffffff;
}
.elh-page-header.has-floatbox {
  margin-bottom: 70px;
}
.elh-page-header.has-floatbox .elh-overlay {
  padding-bottom: 240px;
}

/*------------------------------------
42. Header Floatbox
------------------------------------*/
.elh-header-floatbox {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: 0;
  right: 0;
}
.elh-header-floatbox .elh-course-profile {
  background-color: #f7f7f7;
  padding: 50px;
}
.elh-header-floatbox .elh-course-profile .elh-course-profile-item {
  display: inline-block;
  vertical-align: middle;
}
.elh-header-floatbox .elh-course-profile .elh-course-profile-item + .elh-course-profile-item {
  margin-left: 46px;
}
.elh-header-floatbox .elh-course-profile .elh-course-profile-item:not(.elh-instructor-thumb) {
  min-width: 150px;
}
.elh-header-floatbox .elh-course-profile .elh-course-profile-item.elh-instructor-thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 40px;
}
.elh-header-floatbox .elh-course-profile .elh-course-profile-item p {
  color: #262626;
  margin-bottom: 0;
}
.elh-header-floatbox .elh-course-profile .elh-course-profile-item h5 {
  margin-top: 4px;
  margin-bottom: 0;
}
.elh-header-floatbox .elh-course-profile .elh-course-profile-item .elh-rating {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
}
.elh-header-floatbox .elh-course-profile .elh-course-profile-item .elh-rating .star {
  font-size: 1.8rem;
}
.elh-header-floatbox .elh-course-profile .elh-course-profile-item .elh-review-count {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
}
.elh-header-floatbox .elh-course-profile .elh-course-profile-item .elh-review-count h5 {
  margin-top: 0;
}

/*------------------------------------
43. Course Infos
------------------------------------*/
.elh-course-infos {
  position: relative;
  overflow: hidden;
  zoom: 1;
}

.elh-course-infobox {
  border: 1px solid #e7e7e7;
  text-align: center;
  padding: 25px 15px;
  margin-bottom: 30px;
}
.elh-course-infobox .course-info-icon {
  font-size: 2.2rem;
}
.elh-course-infobox .elh-course-info-name {
  margin-bottom: 0;
}
.elh-course-infobox .elh-course-info-value {
  font-size: 1.8rem;
  margin-top: 3px;
  margin-bottom: 0;
}

/*------------------------------------
44. Course Single
------------------------------------*/
.elh-course-body {
  border: 1px solid #e7e7e7;
  padding: 42px 50px;
}
.elh-course-body .elh-course-section {
  margin-bottom: 40px;
}
.elh-course-body .elh-course-section h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.8rem;
}
.elh-course-body .post-entry .plyr-video {
  margin-bottom: 25px;
}
.elh-course-body .elh-course-offer-coupon {
  padding: 20px;
}
.elh-course-body .elh-course-offer-coupon .coupon-img {
  display: inline-block;
  width: 240px;
  vertical-align: middle;
  margin-right: 26px;
}
.elh-course-body .elh-course-offer-coupon .coupon-code-content {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
}
.elh-course-body .elh-course-offer-coupon .coupon-code-content p {
  margin: 0;
}
.elh-course-body .elh-course-offer-coupon .coupon-code-content h5 {
  font-size: 2.2rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.checklist li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin-right: 6px;
}
.checklist.half-list {
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.checklist.half-list li {
  float: left;
  width: 50%;
}

/*** Course Pdf Curriculum download ***/
.elh-course-pdf-curriculum {
  margin-top: 50px;
  padding: 30px;
}
.elh-course-pdf-curriculum .elh-pdf-icon {
  background-color: #ffffff;
  font-size: 2.8rem;
  height: 86px;
  width: 86px;
  line-height: 86px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 26px;
}
.elh-course-pdf-curriculum .elh-pdf-text {
  display: inline-block;
  vertical-align: middle;
}
.elh-course-pdf-curriculum .elh-pdf-text p {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}
.elh-course-pdf-curriculum .elh-pdf-text h5 {
  font-size: 2.2rem;
  margin-top: 5px;
  margin-bottom: 0;
}
.elh-course-pdf-curriculum .elh-pdf-download-link {
  display: inline-block;
  vertical-align: middle;
  padding-top: 24px;
}

/*** Course Curriculum ***/
.elh-course-curriculum {
  margin-top: 50px;
  padding: 42px 50px;
  border: 1px solid #e7e7e7;
}

.panel-group.elh-curriculum-accordion {
  margin: 0;
  border: 1px solid #e7e7e7;
}
.panel-group.elh-curriculum-accordion .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #e7e7e7;
}
.panel-group.elh-curriculum-accordion .panel .panel-heading .panel-title {
  font-size: 1.6rem;
  font-weight: 400;
}
.panel-group.elh-curriculum-accordion .panel .panel-heading .panel-title a {
  border: none;
  border-radius: 0;
  padding: 13px 30px;
  color: #262626;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.panel-group.elh-curriculum-accordion .panel .panel-heading .panel-title a .elh-chapter-meta {
  float: right;
  width: 220px;
  text-align: right;
}
.panel-group.elh-curriculum-accordion .panel .panel-heading .panel-title a .elh-chapter-title {
  float: right;
  width: calc(100% - 250px);
}
.panel-group.elh-curriculum-accordion .panel .panel-heading .panel-title a .elh-chapter-lesson-count {
  display: inline-block;
  text-align: left;
  min-width: 100px;
}
.panel-group.elh-curriculum-accordion .panel .panel-heading .panel-title a .elh-chapter-duration {
  min-width: 95px;
  text-align: right;
  display: inline-block;
}
.panel-group.elh-curriculum-accordion .panel .panel-heading .panel-title a:after {
  content: none;
}
.panel-group.elh-curriculum-accordion .panel .panel-heading .panel-title a:before {
  content: "\f067";
  font-family: "FontAwesome";
  width: 30px;
  display: inline-block;
}
.panel-group.elh-curriculum-accordion .panel .panel-heading .panel-title a[aria-expanded="true"] {
  color: #262626;
  background-color: transparent;
}
.panel-group.elh-curriculum-accordion .panel .panel-heading .panel-title a[aria-expanded="true"]:before {
  content: "\f068";
}
.panel-group.elh-curriculum-accordion .panel .panel-heading + .panel-collapse > .list-group, .panel-group.elh-curriculum-accordion .panel .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.panel-group.elh-curriculum-accordion .panel .panel-body {
  padding: 0;
}

/*** Lesson list items ***/
.elh-lesson-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.elh-lesson-list .elh-lesson-item {
  border-top: 1px solid #e7e7e7;
}
.elh-lesson-list .elh-lesson-item > a {
  display: block;
  padding: 12px 30px 12px 65px;
  color: #111111;
  zoom: 1;
  position: relative;
  overflow: hidden;
}
.elh-lesson-list .elh-lesson-item > a.running-lesson {
  color: #ffffff;
}
.elh-lesson-list .elh-lesson-item > a:hover {
  background-color: #f7f7f7;
}
.elh-lesson-list .elh-lesson-item .elh-lesson-state {
  margin-right: 7px;
}
.elh-lesson-list .elh-lesson-item .elh-lesson-state:before {
  content: "\f023";
  font-family: "FontAwesome";
  font-style: normal;
}
.elh-lesson-list .elh-lesson-item.elh-lesson-opened .elh-lesson-state:before {
  content: "\f144";
}
.elh-lesson-list .elh-lesson-item.elh-lesson-active {
  color: #ffffff;
}
.elh-lesson-list .elh-lesson-item .elh-lesson-item-left {
  float: left;
  width: calc(100% - 200px);
}
.elh-lesson-list .elh-lesson-item .elh-lesson-item-right {
  float: left;
  text-align: right;
  width: 200px;
}
.elh-lesson-list .elh-lesson-item .elh-lesson-preview-link {
  margin-right: 80px;
}

/*** Single course instructor ***/
.elh-course-single-instructor {
  border: 1px solid #e7e7e7;
  margin-top: 50px;
}
.elh-course-single-instructor .elh-section-header {
  padding: 42px 50px 0;
}
.elh-course-single-instructor .elh-course-instructor-box {
  padding: 0 50px 45px;
}
.elh-course-single-instructor .elh-course-instructor-box + .elh-course-instructor-box {
  border-top: 1px solid #e7e7e7;
  padding-top: 50px;
}
.elh-course-single-instructor .elh-course-instructor-box .elh-course-instructor-thumb {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 30px;
  border-radius: 50%;
  margin-top: 10px;
  overflow: hidden;
}
.elh-course-single-instructor .elh-course-instructor-box .elh-course-instructor-thumb + .elh-course-instructor-body {
  width: calc(100% - 150px);
}
.elh-course-single-instructor .elh-course-instructor-box .elh-course-instructor-body {
  width: 100%;
  float: left;
}
.elh-course-single-instructor .elh-course-instructor-box .elh-course-instructor-body .elh-course-instructor-name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.8rem;
}
.elh-course-single-instructor .elh-course-instructor-box .elh-course-instructor-body .elh-course-instructor-field {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.elh-course-single-instructor .elh-course-instructor-box .elh-course-instructor-body .elh-course-instructor-excerpt {
  margin-bottom: 8px;
}
.elh-course-single-instructor .elh-course-instructor-box .elh-course-instructor-body .elh-socials a {
  display: inline-block;
  color: #111111;
}
.elh-course-single-instructor .elh-course-instructor-box .elh-course-instructor-body .elh-socials a + a {
  margin-left: 10px;
}

/*** Student Feedback ***/
.elh-course-student-feedback {
  border: 1px solid #e7e7e7;
  padding: 42px 50px;
  margin-top: 50px;
}

.elh-course-rating .elh-rating-summery {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border-width: 10px;
  border-style: solid;
  position: relative;
  float: left;
  margin-right: 50px;
}
.elh-course-rating .elh-rating-summery .elh-rating-summery-content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.elh-course-rating .elh-rating-summery .elh-rating-summery-text {
  font-size: 4.8rem;
  margin: 0;
}
.elh-course-rating .elh-rating-summery .elh-rating-summery-star {
  margin-top: -10px;
}
.elh-course-rating .elh-rating-summery .elh-rating-summery-star .star {
  font-size: 1rem;
}
.elh-course-rating .elh-rating-summery .elh-rating-summery-star .star:before {
  content: "\f006";
  font-family: "FontAwesome";
}
.elh-course-rating .elh-rating-summery .elh-rating-summery-star .star.on:before {
  content: "\f005";
}
.elh-course-rating .elh-rating-summery .elh-rating-summery-count {
  font-size: 1.2rem;
  margin-top: -4px;
}
.elh-course-rating .elh-rating-summery + .elh-rating-counter {
  width: calc(100% - 250px);
}
.elh-course-rating .elh-rating-counter {
  float: left;
  width: 100%;
}
.elh-course-rating .elh-rating-counter .elh-rating-counter-item {
  display: table;
  width: 100%;
}
.elh-course-rating .elh-rating-counter .elh-rating-counter-item + .elh-rating-counter-item {
  margin-top: 8px;
}
.elh-course-rating .elh-rating-counter .elh-rating-counter-item .elh-rating-counter-star {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  display: table-cell;
  vertical-align: middle;
  width: 75px;
}
.elh-course-rating .elh-rating-counter .elh-rating-counter-item .elh-rating-counter-bar-wrap {
  display: table-cell;
  vertical-align: middle;
}
.elh-course-rating .elh-rating-counter .elh-rating-counter-item .elh-rating-counter-bar-wrap .elh-rating-counter-percent {
  background-color: #e7e7e7;
  height: 10px;
  position: relative;
}
.elh-course-rating .elh-rating-counter .elh-rating-counter-item .elh-rating-counter-bar-wrap .elh-rating-counter-percent .elh-rating-counter-percentbar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.elh-course-rating .elh-rating-counter .elh-rating-counter-item .elh-rating-counter-count {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  opacity: 0.5;
  width: 50px;
  text-align: right;
}

/*** Given Reviews ***/
.elh-course-reviews {
  margin-top: 56px;
}

.elh-course-review-item {
  margin-bottom: 45px;
}
.elh-course-review-item .elh-course-reviewer-thumb {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
  margin-top: 10px;
  overflow: hidden;
}
.elh-course-review-item .elh-course-reviewer-thumb + .elh-course-review-body {
  width: calc(100% - 150px);
}
.elh-course-review-item .elh-course-review-body {
  width: 100%;
  float: left;
}
.elh-course-review-item .elh-course-review-title h5 {
  margin: 0;
  display: inline-block;
  font-size: 1.4rem;
}
.elh-course-review-item .elh-course-review-title .elh-course-reviewer-rating {
  display: inline-block;
  margin-left: 7px;
}
.elh-course-review-item .elh-course-review-title .elh-course-reviewer-rating .star {
  font-size: 1.4rem;
}
.elh-course-review-item .elh-course-review-title .elh-course-reviewer-rating .star:before {
  content: "\f006";
  font-family: "FontAwesome";
}
.elh-course-review-item .elh-course-review-title .elh-course-reviewer-rating .star.on:before {
  content: "\f005";
}
.elh-course-review-item .elh-course-review-time {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.elh-course-review-item .elh-review-feedback-form {
  font-size: 1.2rem;
}
.elh-course-review-item .elh-review-feedback-form [type=submit] {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  margin: 0 5px;
  background-color: transparent;
}
.elh-course-review-item .elh-review-feedback-form [type=submit][value=yes].submitted {
  border-color: #00bcd4;
  color: #00bcd4;
}
.elh-course-review-item .elh-review-feedback-form [type=submit][value=no].submitted {
  border-color: #ff6800;
  color: #ff6800;
}
.elh-course-review-item .elh-review-feedback-form a {
  color: #111111;
}

/*** Review form ***/
.elh-course-review-form .lead {
  font-size: 1.4rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}
.elh-course-review-form .elh-rating-inputs {
  margin-bottom: 10px;
}
.elh-course-review-form .elh-rating-inputs label {
  margin: 0;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.elh-course-review-form .elh-rating-inputs label + label {
  margin-left: 6px;
}
.elh-course-review-form .elh-rating-inputs [type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.elh-course-review-form .elh-rating-inputs .star {
  font-size: 2rem;
  font-family: "FontAwesome";
  color: #d7d7d7;
  font-style: normal;
}
.elh-course-review-form .elh-rating-inputs .star:before {
  content: "\f006";
}
.elh-course-review-form .elh-rating-inputs .elh-rate-on .star:before {
  content: "\f005";
}
.elh-course-review-form textarea {
  margin-bottom: 10px;
}

/*** Related Course ***/
.elh-related-course {
  margin-top: 92px;
}

/*** Sidebar ***/
.course-sidebar {
  position: relative;
}
.course-sidebar .sidebar-affix {
  position: relative;
}
.course-sidebar .sidebar-affix.affix {
  position: fixed;
  top: 80px;
  left: inherit;
  width: 360px;
}
.course-sidebar .widget + .widget {
  margin-top: 30px;
}

.widget-purchase {
  color: #ffffff;
  padding: 56px 20px;
}
.widget-purchase .elh-price {
  margin: 0;
  font-size: 3.6rem;
}
.widget-purchase .widget-purchase-btn {
  background-color: #ffffff;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 41px;
  border-radius: 3px;
  padding: 0 27px;
  margin-top: 15px;
}
.widget-purchase .widget-purchase-guarantee {
  font-size: 1.2rem;
  margin-top: 10px;
}
.widget-purchase .lead {
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.widget-purchase .widget-purchase-description {
  margin-bottom: 0;
}

.widget-course-share {
  color: #ffffff;
  padding: 25px;
}
.widget-course-share .lead {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.widget-course-share .elh-course-social-share a {
  display: inline-block;
  font-size: 1.2rem;
  color: #ffffff;
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.widget-course-share .elh-course-social-share a + a {
  margin-left: 6px;
}

/*------------------------------------
45. Lesson
------------------------------------*/
.elh-lesson-main-wrap {
  position: relative;
}

.elh-lesson-list-wrap {
  width: 480px;
  height: 100%;
  overflow: auto;
  top: 0;
  left: -480px;
  position: fixed;
  z-index: 3;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.elh-lesson-list-wrap.lesson-list-showing {
  left: 0;
}
.elh-lesson-list-wrap.lesson-list-showing + .elh-lesson-content-wrap {
  left: 480px;
}

.elh-lesson-content-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #262626;
}

.elh-lesson-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.elh-lesson-content .plyr-video {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}

/*** Lesson Navbar ***/
.navbar.navbar-lesson {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#262626), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, #262626, rgba(0, 0, 0, 0));
  background-color: transparent;
  border: none;
  color: #ffffff;
  padding: 15px 0 30px;
  opacity: 0;
  visibility: hidden;
}
.navbar.navbar-lesson.show-navbar-lesson {
  opacity: 1;
  visibility: visible;
}
.navbar.navbar-lesson .elh-lesson-list-toggle {
  border-width: 1px;
  border-radius: 3px;
  border-style: solid;
  background-color: transparent;
  font-size: 2rem;
  line-height: 38px;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.navbar.navbar-lesson .elh-current-lesson {
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
}
.navbar.navbar-lesson .elh-current-lesson .elh-current-lesson-title {
  font-size: 1.8rem;
  margin: 0;
}
.navbar.navbar-lesson .elh-current-lesson .elh-current-lesson-number {
  margin-bottom: 0;
}

/*------------------------------------
46. Student
------------------------------------*/
.elh-student-course-tab .nav-tabs {
  border: none;
  display: inline-block;
}
.elh-student-course-tab .nav-tabs > li {
  margin: 0;
}
.elh-student-course-tab .nav-tabs > li > a {
  margin: 0;
  line-height: 20px;
  border-radius: 0;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #262626;
  padding: 15px 44px;
}
.elh-student-course-tab .nav-tabs > li.active > a {
  color: #ffffff;
}
.elh-student-course-tab .tab-content {
  margin-top: 45px;
}
.elh-student-course-tab .elh-course {
  margin-bottom: 30px;
}

/*------------------------------------
47. Miscelleneous
------------------------------------*/
.online-education-fact .elh-section-header {
  margin-bottom: 35px;
}
.online-education-fact .elh-counter-group .elh-counter-item + .elh-counter-item {
  margin-left: 50px;
}
.online-education-fact h4 {
  font-size: 2.2rem;
  margin-top: 35px;
  margin-bottom: 30px;
}
.online-education-fact .registration-form {
  border: none;
}
.online-education-fact .registration-form input:not([type=submit]):not([type=radio]):not([type=checkbox]), .online-education-fact .registration-form select, .online-education-fact .registration-form textarea {
  border-radius: 3px;
}
.online-education-fact .registration-form [type=submit] {
  border-width: 1px;
  border-radius: 3px;
  border-style: solid;
  color: #ffffff;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  padding: 8px 30px;
}
.online-education-fact .registration-form [type=submit]:hover {
  background-color: transparent;
}

.elh-mission, .elh-vision {
  margin-top: 30px;
  border: 1px solid #e7e7e7;
  padding: 40px 30px 40px 30px;
}
.elh-mission h3, .elh-vision h3 {
  margin-top: 0;
}

.cta-list {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: flex-end;
    height: 130px;
	font-size: 17px;
}

.cta-list li {
	display: inline-block;
}

.cta-list li:before {
	content: none;
}

.cta-list li img {
	display: block;
	width: 50px;
	margin: 0 auto;
}

.elh-mission img {
	width: 80px;
	margin-bottom: 20px;
}

.elh-objective-icon img {
	width: 100px;
}

.payment-icons i {
    display: inline-block;
    width: 72px;
    height: 58px;
    background-size: cover;
    margin: 0px 5px;
    padding: 0px;
    float: left;
}

.guarantee-icons i {
    display: inline-block;
    width: 111px;
    height: 110px;
    background-size: cover;
    margin: 5px 20px 5px 0px;
    padding: 0px;
    float: left;
}

.discover {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22payment-method10-Layer_1%22%20viewBox%3D%220%200%2056%2035%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cstyle%3E.st0%7Bfill%3A%23ff9948%7D.st1%7Bfill%3A%233957a7%7D.st2%7Bfill%3A%23fff%7D.st3%7Bfill%3A%23f9a533%7D.st4%7Bfill%3A%231c3663%7D.st5%7Bfill%3A%23f1f2f2%7D.st6%7Bfill%3A%23f58220%7D.st7%7Bfill%3Aurl%28%23payment-method10-SVGID_1_%29%7D.st8%7Bfill%3A%23001722%7D.st9%7Bfill%3A%23231f20%7D.st10%7Bfill%3A%2313457c%7D.st11%7Bfill%3A%23ec1c2e%7D.st12%7Bfill%3A%230084c4%7D.st13%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.215%7D.st14%2C.st15%2C.st16%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fbb231%7D.st15%2C.st16%7Bfill%3A%23ec1c2e%7D.st16%7Bfill%3A%23fff%7D.st17%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.216%3Bstroke-miterlimit%3A2.6131%7D.st18%7Bfill%3A%230078a9%7D.st19%7Bfill%3A%23c92f92%7D.st20%7Bfill%3A%231c9f6f%7D.st21%7Bfill%3A%230067b4%7D.st22%7Bfill%3A%23faa61a%7D.st23%7Bfill%3A%23ed1c24%7D.st24%7Bfill%3A%230c489c%7D.st25%7Bfill%3A%23084d95%7D.st26%7Bfill%3A%23f1f1f1%7D.st27%7Bfill%3A%2366cde7%7D.st28%7Bfill%3A%23d92b2b%7D.st29%2C.st30%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%7D.st30%7Bstroke-width%3A4%3Bstroke-dasharray%3A2.5504%2C2.5504%7D.st31%7Bopacity%3A.4%7D.st32%7Bfilter%3Aurl%28%23Adobe_OpacityMaskFilter%29%7D.st33%7Bmask%3Aurl%28%23Dashed_Circle_5_%29%3Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3A2.2047%2C2.2047%7D.st34%7Bfill%3A%23d7e0f1%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st5%22%20d%3D%22m56%2033.1c0%201-0.8%201.9-1.9%201.9h-52.2c-1%200-1.9-0.8-1.9-1.9v-31.2c0-1.1%200.8-1.9%201.9-1.9h52.3c1%200%201.9%200.8%201.9%201.9v31.2z%22%2F%3E%3Cpath%20class%3D%22st6%22%20d%3D%22m15.4%2035h38.7c1%200%201.9-0.8%201.9-1.9v-13.1c-3.7%202.4-17.7%2010.5-40.6%2015z%22%2F%3E%3CradialGradient%20id%3D%22payment-method10-SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20cy%3D%22-654.46%22%20cx%3D%221238.6%22%20gradientTransform%3D%22translate%28-524.33%20309.7%29%20scale%28.4465%29%22%20r%3D%226.181%22%3E%3Cstop%20stop-color%3D%22%23ffeee0%22%20offset%3D%22.006%22%2F%3E%3Cstop%20stop-color%3D%22%23fee9d7%22%20offset%3D%22.11%22%2F%3E%3Cstop%20stop-color%3D%22%23fddbbf%22%20offset%3D%22.279%22%2F%3E%3Cstop%20stop-color%3D%22%23fbc597%22%20offset%3D%22.493%22%2F%3E%3Cstop%20stop-color%3D%22%23f8a560%22%20offset%3D%22.744%22%2F%3E%3Cstop%20stop-color%3D%22%23f48120%22%20offset%3D%221%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20class%3D%22st7%22%20d%3D%22m28.7%2014.8c-1.5%200-2.8%201.2-2.8%202.7%200%201.6%201.2%202.8%202.8%202.8s2.8-1.2%202.8-2.7c0-1.6-1.3-2.8-2.8-2.8z%22%2F%3E%3Cpath%20class%3D%22st8%22%20d%3D%22m12.8%2014.9h-1.5v5.2h1.5c0.8%200%201.4-0.2%201.9-0.6%200.6-0.5%201-1.2%201-2-0.1-1.6-1.2-2.6-2.9-2.6zm1.2%203.9c-0.3%200.3-0.7%200.4-1.4%200.4h-0.3v-3.5h0.3c0.7%200%201.1%200.1%201.4%200.4%200.4%200.3%200.6%200.8%200.6%201.3%200%200.6-0.2%201.1-0.6%201.4zm2.1-3.9h1v5.2h-1zm3.5%202c-0.6-0.2-0.8-0.4-0.8-0.7s0.3-0.6%200.8-0.6c0.3%200%200.6%200.1%200.8%200.4l0.5-0.7c-0.4-0.4-1-0.6-1.5-0.6-0.9%200-1.6%200.6-1.6%201.5%200%200.7%200.3%201.1%201.3%201.4%200.4%200.1%200.6%200.2%200.7%200.3%200.2%200.1%200.3%200.3%200.3%200.5%200%200.4-0.3%200.7-0.8%200.7s-0.9-0.2-1.1-0.7l-0.7%200.6c0.5%200.7%201%201%201.8%201%201.1%200%201.8-0.7%201.8-1.7%200-0.6-0.3-1-1.5-1.4zm1.9%200.6c0%201.5%201.2%202.7%202.8%202.7%200.4%200%200.8-0.1%201.3-0.3v-1.2c-0.4%200.4-0.8%200.6-1.2%200.6-1%200-1.8-0.7-1.8-1.8%200-1%200.8-1.8%201.7-1.8%200.5%200%200.9%200.2%201.3%200.6v-1.2c-0.4-0.2-0.8-0.3-1.3-0.3-1.6%200-2.8%201.2-2.8%202.7zm12.3%200.9l-1.4-3.5h-1.1l2.2%205.3h0.5l2.3-5.3h-1.1zm3%201.7h2.9v-0.9h-1.9v-1.4h1.8v-0.9h-1.8v-1.1h1.9v-0.9h-2.9zm6.9-3.7c0-1-0.7-1.5-1.9-1.5h-1.5v5.2h1v-2.1h0.1l1.4%202.1h1.3l-1.7-2.2c0.9-0.2%201.3-0.7%201.3-1.5zm-2%200.9h-0.3v-1.6h0.3c0.6%200%201%200.3%201%200.8s-0.4%200.8-1%200.8z%22%2F%3E%3Cpath%20class%3D%22st9%22%20d%3D%22m44.4%2015.3c0-0.1-0.1-0.1-0.2-0.1h-0.1v0.5h0.1v-0.2l0.1%200.2h0.1l-0.2-0.2c0.2-0.1%200.2-0.2%200.2-0.2zm-0.2%200v-0.1c0.1%200%200.1%200%200%200.1%200.1%200%200.1%200%200%200z%22%2F%3E%3Cpath%20class%3D%22st9%22%20d%3D%22m44.3%2014.9c-0.2%200-0.4%200.2-0.4%200.4s0.2%200.4%200.4%200.4%200.4-0.2%200.4-0.4-0.2-0.4-0.4-0.4zm0%200.8c-0.2%200-0.3-0.1-0.3-0.3s0.1-0.3%200.3-0.3%200.3%200.1%200.3%200.3c0%200.1-0.1%200.3-0.3%200.3z%22%2F%3E%3C%2Fsvg%3E");
}

.paypal {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22payment-method1-Layer_1%22%20viewBox%3D%220%200%2056%2035%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cstyle%3E.st0%7Bfill%3A%23ff9948%7D.st1%7Bfill%3A%233957a7%7D.st2%7Bfill%3A%23fff%7D.st3%7Bfill%3A%23f9a533%7D.st4%7Bfill%3A%231c3663%7D.st5%7Bfill%3A%23f1f2f2%7D.st6%7Bfill%3A%23f58220%7D.st7%7Bfill%3Aurl%28%23SVGID_1_%29%7D.st8%7Bfill%3A%23001722%7D.st9%7Bfill%3A%23231f20%7D.st10%7Bfill%3A%2313457c%7D.st11%7Bfill%3A%23ec1c2e%7D.st12%7Bfill%3A%230084c4%7D.st13%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.215%7D.st14%2C.st15%2C.st16%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fbb231%7D.st15%2C.st16%7Bfill%3A%23ec1c2e%7D.st16%7Bfill%3A%23fff%7D.st17%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.216%3Bstroke-miterlimit%3A2.6131%7D.st18%7Bfill%3A%230078a9%7D.st19%7Bfill%3A%23c92f92%7D.st20%7Bfill%3A%231c9f6f%7D.st21%7Bfill%3A%230067b4%7D.st22%7Bfill%3A%23faa61a%7D.st23%7Bfill%3A%23ed1c24%7D.st24%7Bfill%3A%230c489c%7D.st25%7Bfill%3A%23084d95%7D.st26%7Bfill%3A%23f1f1f1%7D.st27%7Bfill%3A%2366cde7%7D.st28%7Bfill%3A%23d92b2b%7D.st29%2C.st30%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%7D.st30%7Bstroke-width%3A4%3Bstroke-dasharray%3A2.5504%2C2.5504%7D.st31%7Bopacity%3A.4%7D.st32%7Bfilter%3Aurl%28%23Adobe_OpacityMaskFilter%29%7D.st33%7Bmask%3Aurl%28%23Dashed_Circle_5_%29%3Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3A2.2047%2C2.2047%7D.st34%7Bfill%3A%23d7e0f1%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st4%22%20d%3D%22m56%2033.1c0%201-0.8%201.9-1.9%201.9h-52.2c-1%200-1.9-0.8-1.9-1.9v-31.2c0-1.1%200.8-1.9%201.9-1.9h52.3c1%200%201.9%200.8%201.9%201.9v31.2z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m27.1%2015.4c-0.2%200-0.5%200.2-0.6%200.4%200%200-1.3%202.3-1.5%202.5-0.1%200.1-0.1%200-0.2%200%200-0.1-0.4-2.5-0.4-2.5%200-0.2-0.3-0.4-0.5-0.4h-0.8c-0.2%200-0.3%200.2-0.3%200.4%200%200%200.6%203.6%200.8%204.5%200.1%200.5%200%200.6%200%200.6l-0.8%201.4c-0.1%200.2-0.1%200.4%200.1%200.4h1c0.2%200%200.5-0.2%200.6-0.4l3.7-6.3s0.4-0.5%200-0.5c-0.2-0.1-1.1-0.1-1.1-0.1m-11.8%201.3c-0.3%200.2-0.7%200.3-1.2%200.3h-0.2c-0.2%200-0.3-0.2-0.3-0.4l0.3-1.2c0-0.2%200.2-0.4%200.4-0.4h0.3c0.4%200%200.6%200.1%200.8%200.2s0.3%200.3%200.3%200.6c0.1%200.4-0.1%200.6-0.4%200.9m2.1-1.9c-0.1-0.2-0.3-0.4-0.5-0.5s-0.5-0.2-0.8-0.3-0.7-0.1-1.1-0.1h-1.9c-0.2%200-0.4%200.2-0.4%200.4l-1.3%205.7c0%200.2%200.1%200.4%200.3%200.4h0.9c0.2%200%200.4-0.2%200.4-0.4l0.3-1.4c0-0.2%200.2-0.4%200.4-0.4h0.3c1.1%200%202-0.2%202.7-0.7%200.6-0.5%201-1.1%201-1.8-0.2-0.4-0.2-0.7-0.3-0.9m4.5%200.8c-0.4-0.2-0.9-0.3-1.7-0.3-0.4%200-0.8%200-1.1%200.1-0.3%200-0.3%200-0.5%200.1-0.4%200.1-0.4%200.4-0.4%200.4l-0.1%200.5c-0.1%200.3%200.1%200.3%200.2%200.3%200.2%200%200.2-0.1%200.6-0.2%200.3-0.1%200.6-0.1%200.9-0.1%200.4%200%200.7%200%200.8%200.1%200.2%200.1%200.3%200.2%200.3%200.4v0.1s0%200.1-0.1%200.1c-0.5%200-0.9%200.1-1.4%200.1-0.5%200.1-0.9%200.2-1.2%200.3-0.4%200.2-0.6%200.4-0.8%200.6-0.2%200.3-0.3%200.6-0.3%201s0.1%200.7%200.4%200.9c0.3%200.2%200.6%200.3%201%200.3%200.2%200%200.4%200%200.6-0.1%200.1%200%200.3-0.1%200.4-0.2s0.2-0.1%200.4-0.2c0.1-0.1%200.2-0.2%200.4-0.2v0.2c0%200.2%200.1%200.3%200.2%200.3h0.8c0.2%200%200.4-0.2%200.4-0.3l0.7-2.9v-0.4c0-0.4-0.2-0.7-0.5-0.9zm-1.7%203.5c-0.1%200.1-0.2%200.1-0.4%200.2s-0.3%200.1-0.5%200.1-0.4%200-0.5-0.1c-0.1-0.1-0.2-0.2-0.2-0.3%200-0.2%200-0.3%200.1-0.5%200.1-0.1%200.2-0.2%200.4-0.3s0.4-0.1%200.6-0.1%200.6-0.1%200.7-0.1%200.1%200%200.1%200.1-0.1%200.6-0.2%200.8c0%200.1-0.1%200.2-0.1%200.2zm18.6-3.5c-0.4-0.2-0.9-0.3-1.7-0.3-0.4%200-0.8%200-1.1%200.1-0.3%200-0.3%200-0.5%200.1-0.4%200.1-0.4%200.4-0.4%200.4l-0.1%200.5c-0.1%200.3%200.1%200.3%200.2%200.3%200.2%200%200.2-0.1%200.6-0.2%200.3-0.1%200.6-0.1%200.9-0.1%200.4%200%200.7%200%200.8%200.1%200.2%200.1%200.3%200.2%200.3%200.4v0.1s0%200.1-0.1%200.1c-0.5%200-0.9%200.1-1.4%200.1-0.5%200.1-0.9%200.2-1.2%200.3-0.4%200.2-0.6%200.4-0.8%200.6-0.2%200.3-0.3%200.6-0.3%201s0.1%200.7%200.4%200.9c0.3%200.2%200.6%200.3%201%200.3%200.2%200%200.4%200%200.6-0.1%200.1%200%200.3-0.1%200.4-0.2s0.2-0.1%200.4-0.2c0.1-0.1%200.2-0.2%200.4-0.2v0.2c0%200.2%200.1%200.3%200.2%200.3h0.8c0.2%200%200.4-0.2%200.4-0.4l0.7-2.9v-0.4c0-0.3-0.2-0.6-0.5-0.8zm-1.7%203.5c-0.1%200.1-0.2%200.1-0.4%200.2s-0.3%200.1-0.5%200.1-0.4%200-0.5-0.1c-0.1-0.1-0.2-0.2-0.2-0.3%200-0.2%200-0.3%200.1-0.5%200.1-0.1%200.2-0.2%200.4-0.3s0.4-0.1%200.6-0.1%200.6-0.1%200.7-0.1%200.1%200%200.1%200.1-0.1%200.6-0.2%200.8c0.1%200.1%200%200.2-0.1%200.2zm-4.8-2.4c-0.3%200.2-0.7%200.3-1.2%200.3h-0.2c-0.2%200-0.3-0.2-0.3-0.4l0.3-1.2c0-0.2%200.2-0.4%200.4-0.4h0.3c0.4%200%200.6%200.1%200.8%200.2s0.3%200.3%200.3%200.6c0%200.4-0.1%200.7-0.4%200.9m2-1.9c-0.1-0.2-0.3-0.4-0.5-0.5-0.3-0.2-0.5-0.3-0.8-0.3-0.3-0.1-0.7-0.1-1.1-0.1h-1.9c-0.2%200-0.4%200.2-0.4%200.4l-1.3%205.7c0%200.2%200.1%200.4%200.3%200.4h0.9c0.2%200%200.4-0.2%200.4-0.4l0.3-1.4c0-0.2%200.2-0.4%200.4-0.4h0.3c1.1%200%202-0.2%202.7-0.7%200.6-0.5%201-1.1%201-1.8-0.1-0.4-0.2-0.7-0.3-0.9m7.7-0.9h-0.8c-0.2%200-0.4%200.1-0.4%200.3v0.2l-1.1%205.2c0%200.1%200%200.2-0.1%200.2%200%200.2%200.1%200.3%200.2%200.3h0.8c0.2%200%200.4-0.1%200.4-0.3l1.2-5.7c0.1%200%200-0.2-0.2-0.2zm1.3%201.2c-0.1%200-0.1%200%200%200h-0.2c-0.1%200-0.2%200-0.2-0.1%200%200-0.1-0.1-0.1-0.2v-0.5h-0.1v-0.1h0.1v-0.3h0.2v0.3h0.3v0.1h-0.3v0.6h0.3v0.2zm1.5%200h-0.2v-0.7l-0.1-0.1h-0.2s-0.1%200-0.1%200.1v0.6h-0.2v-0.7l-0.1-0.1h-0.2s-0.1%200-0.1%200.1v0.7h-0.2v-0.9h0.2v0.1l0.1-0.1h0.4l0.1%200.1c0.1-0.1%200.1-0.1%200.2-0.1h0.2c0.1%200%200.2%200%200.2%200.1s0.1%200.1%200.1%200.3v0.6z%22%2F%3E%3C%2Fsvg%3E");
}

.visa {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22payment-method4-Layer_1%22%20viewBox%3D%220%200%2056%2035%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cstyle%3E.st0%7Bfill%3A%23ff9948%7D.st1%7Bfill%3A%233957a7%7D.st2%7Bfill%3A%23fff%7D.st3%7Bfill%3A%23f9a533%7D.st4%7Bfill%3A%231c3663%7D.st5%7Bfill%3A%23f1f2f2%7D.st6%7Bfill%3A%23f58220%7D.st7%7Bfill%3Aurl%28%23SVGID_1_%29%7D.st8%7Bfill%3A%23001722%7D.st9%7Bfill%3A%23231f20%7D.st10%7Bfill%3A%2313457c%7D.st11%7Bfill%3A%23ec1c2e%7D.st12%7Bfill%3A%230084c4%7D.st13%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.215%7D.st14%2C.st15%2C.st16%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fbb231%7D.st15%2C.st16%7Bfill%3A%23ec1c2e%7D.st16%7Bfill%3A%23fff%7D.st17%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.216%3Bstroke-miterlimit%3A2.6131%7D.st18%7Bfill%3A%230078a9%7D.st19%7Bfill%3A%23c92f92%7D.st20%7Bfill%3A%231c9f6f%7D.st21%7Bfill%3A%230067b4%7D.st22%7Bfill%3A%23faa61a%7D.st23%7Bfill%3A%23ed1c24%7D.st24%7Bfill%3A%230c489c%7D.st25%7Bfill%3A%23084d95%7D.st26%7Bfill%3A%23f1f1f1%7D.st27%7Bfill%3A%2366cde7%7D.st28%7Bfill%3A%23d92b2b%7D.st29%2C.st30%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%7D.st30%7Bstroke-width%3A4%3Bstroke-dasharray%3A2.5504%2C2.5504%7D.st31%7Bopacity%3A.4%7D.st32%7Bfilter%3Aurl%28%23Adobe_OpacityMaskFilter%29%7D.st33%7Bmask%3Aurl%28%23Dashed_Circle_5_%29%3Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3A2.2047%2C2.2047%7D.st34%7Bfill%3A%23d7e0f1%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st1%22%20d%3D%22m56%2033.1c0%201-0.8%201.9-1.9%201.9h-52.2c-1%200-1.9-0.8-1.9-1.9v-31.2c0-1.1%200.8-1.9%201.9-1.9h52.3c1%200%201.9%200.8%201.9%201.9v31.2z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m25.8%2022.8h-2.8l1.7-10.6h2.8zm-5.1-10.6l-2.6%207.2-0.3-1.6-0.9-4.7s-0.1-0.9-1.3-0.9h-4.3v0.2s1.3%200.3%202.9%201.2l2.4%209.1h2.9l4.4-10.5h-3.2zm21.6%2010.6h2.5l-2.2-10.5h-2.2c-1%200-1.3%200.8-1.3%200.8l-4.1%209.7h2.9l0.6-1.6h3.5l0.3%201.6zm-3.1-3.8l1.4-3.9%200.8%203.9h-2.2zm-4-4.2l0.4-2.3s-1.2-0.5-2.5-0.5c-1.4%200-4.6%200.6-4.6%203.5%200%202.7%203.8%202.7%203.8%204.2%200%201.4-3.4%201.2-4.5%200.3l-0.4%202.4s1.2%200.6%203.1%200.6c1.9%200%204.7-1%204.7-3.6%200-2.7-3.8-3-3.8-4.2s2.7-1.1%203.8-0.4z%22%2F%3E%3Cpath%20class%3D%22st3%22%20d%3D%22m17.8%2017.9l-0.9-4.7s-0.1-0.9-1.3-0.9h-4.3v0.2s2.1%200.4%204.1%202c1.8%201.5%202.4%203.4%202.4%203.4z%22%2F%3E%3C%2Fsvg%3E");
}

.ax {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22payment-method5-Layer_1%22%20viewBox%3D%220%200%2056%2035%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cstyle%3E.st0%7Bfill%3A%23ff9948%7D.st1%7Bfill%3A%233957a7%7D.st2%7Bfill%3A%23fff%7D.st3%7Bfill%3A%23f9a533%7D.st4%7Bfill%3A%231c3663%7D.st5%7Bfill%3A%23f1f2f2%7D.st6%7Bfill%3A%23f58220%7D.st7%7Bfill%3Aurl%28%23SVGID_1_%29%7D.st8%7Bfill%3A%23001722%7D.st9%7Bfill%3A%23231f20%7D.st10%7Bfill%3A%2313457c%7D.st11%7Bfill%3A%23ec1c2e%7D.st12%7Bfill%3A%230084c4%7D.st13%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.215%7D.st14%2C.st15%2C.st16%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fbb231%7D.st15%2C.st16%7Bfill%3A%23ec1c2e%7D.st16%7Bfill%3A%23fff%7D.st17%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.216%3Bstroke-miterlimit%3A2.6131%7D.st18%7Bfill%3A%230078a9%7D.st19%7Bfill%3A%23c92f92%7D.st20%7Bfill%3A%231c9f6f%7D.st21%7Bfill%3A%230067b4%7D.st22%7Bfill%3A%23faa61a%7D.st23%7Bfill%3A%23ed1c24%7D.st24%7Bfill%3A%230c489c%7D.st25%7Bfill%3A%23084d95%7D.st26%7Bfill%3A%23f1f1f1%7D.st27%7Bfill%3A%2366cde7%7D.st28%7Bfill%3A%23d92b2b%7D.st29%2C.st30%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%7D.st30%7Bstroke-width%3A4%3Bstroke-dasharray%3A2.5504%2C2.5504%7D.st31%7Bopacity%3A.4%7D.st32%7Bfilter%3Aurl%28%23Adobe_OpacityMaskFilter%29%7D.st33%7Bmask%3Aurl%28%23Dashed_Circle_5_%29%3Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3A2.2047%2C2.2047%7D.st34%7Bfill%3A%23d7e0f1%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st18%22%20d%3D%22m56%2033.1c0%201-0.8%201.9-1.9%201.9h-52.2c-1%200-1.9-0.8-1.9-1.9v-31.2c0-1.1%200.8-1.9%201.9-1.9h52.3c1%200%201.9%200.8%201.9%201.9v31.2z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m17.4%2016.7v-0.6l-0.3%200.6h-2.3l-0.3-0.6v0.6h-4.3l-0.5-1.2h-0.9l-0.5%201.2h-2.3v-3.7l1.6-3.7h3.2l0.4%201.1v-1h3.9l0.8%201.8%200.8-1.8h12.2s0.6%200%201.1%200.3v-0.3h3.1v0.4s0.6-0.4%201.4-0.4h5.4l0.5%201.1v-1.2h3.5l0.6%201.1v-1.1h3.3v7.4h-3.4l-0.8-1.3v1.3h-4.2l-0.6-1.3h-0.8l-0.6%201.3h-2.6s-1%200-1.7-0.5v0.5h-5.1v-1.7c0-0.3-0.2-0.2-0.2-0.2h-0.2v2h-10.2zm-2.6%201.6h6.7l1%201.1%201-1.1h5.2s0.5%200%200.9%200.3v-0.3h4.6c0.6%200%201.1%200.3%201.1%200.3v-0.3h5.9v0.3s0.4-0.3%201-0.3h3.8v0.3s0.5-0.3%201-0.3h3v7s-0.4%200.4-1.2%200.4h-4v-0.2s-0.4%200.2-1%200.2h-10.6v-1.8c0-0.2-0.1-0.2-0.2-0.2h-0.1v2h-3.3v-2s-0.4%200.2-1%200.2h-1.2v1.8h-4.1l-0.9-1.1-1%201.1h-6.6v-7.4z%22%2F%3E%3Cpath%20class%3D%22st18%22%20d%3D%22m36%2019.4h4.2v1.1h-3v1h2.9v1h-2.9v1h3v1.1h-4.2zm12.3%202c1.6%200.1%201.7%200.9%201.7%201.7%200%201-0.8%201.5-1.6%201.5h-2.7v-1.1h2.1c0.4%200%200.9%200%200.9-0.5%200-0.2-0.1-0.4-0.5-0.4-0.2%200-0.8-0.1-0.9-0.1-1.4%200-1.8-0.7-1.8-1.6%200-1%200.7-1.5%201.5-1.5h2.7v1.1h-2c-0.4%200-0.9-0.1-0.9%200.5%200%200.3%200.2%200.4%200.5%200.4h1zm-4.9%200c1.6%200.1%201.7%200.9%201.7%201.7%200%201-0.8%201.5-1.6%201.5h-2.7v-1.1h2.1c0.4%200%200.9%200%200.9-0.5%200-0.2-0.1-0.4-0.5-0.4-0.2%200-0.8-0.1-0.9-0.1-1.4%200-1.8-0.7-1.8-1.6%200-1%200.7-1.5%201.5-1.5h2.7v1.1h-2c-0.5%200-0.9-0.1-0.9%200.5%200%200.3%200.2%200.4%200.5%200.4h1zm-15.2-2h-4.5l-1.5%201.6-1.4-1.6h-5.1v5.2h4.9l1.5-1.7%201.5%201.7h2.5v-1.8h1.7c0.7%200%201.9%200%201.9-1.9%200-1.2-0.9-1.5-1.5-1.5zm-8.3%204.1h-3v-1h2.8v-1h-2.7v-1h3.1l1.3%201.4-1.5%201.6zm5%200.6l-1.9-2.1%201.8-2v4.1zm2.9-2.3h-1.6v-1.3h1.6c0.5%200%200.7%200.3%200.7%200.6%200%200.4-0.2%200.7-0.7%200.7zm6.6%200.5c0.7-0.4%200.9-0.8%200.9-1.5%200-1.1-0.9-1.4-1.5-1.4h-3.3v5.2h1.3v-1.8h1.7c0.4%200%200.6%200.4%200.6%200.9v1h1.3v-1.1c-0.2-0.9-0.4-1.3-1-1.3zm-1.1-0.6h-1.6v-1.2h1.6c0.5%200%200.7%200.3%200.7%200.6%200%200.4-0.2%200.6-0.7%200.6zm-2.4-11.4h1.3v5.2h-1.3zm-10.5%200.1h4.2v1.1h-2.9v1h2.8v1h-2.8v1h2.9v1.1h-4.2zm9%202.8c0.7-0.3%200.9-0.8%200.9-1.5%200-1.1-0.9-1.4-1.5-1.4h-3.3v5.2h1.3v-1.8h1.7c0.4%200%200.6%200.4%200.6%200.9v1h1.3v-1.1c-0.2-0.8-0.4-1.2-1-1.3zm-1.2-0.5h-1.6v-1.2h1.6c0.5%200%200.7%200.3%200.7%200.6%200.1%200.3-0.1%200.6-0.7%200.6zm-10.8-2.3l-1.6%203.5-1.6-3.5h-2v5l-2.2-5h-1.7l-2.3%205.2h1.4l0.5-1.2h2.6l0.5%201.2h2.6v-3.9l1.7%203.9h1.2l1.8-3.8v3.8h1.3v-5.2h-2.2zm-9%202.9l0.8-1.8%200.8%201.8h-1.6zm37.1-2.9v3.6l-2.2-3.6h-1.9v4.9l-2.2-4.9h-1.7l-1.8%204.1h-0.8c-0.3-0.1-0.8-0.3-0.8-1.2v-0.4c0-1.2%200.7-1.3%201.5-1.3h0.8v-1.1h-1.7c-0.6%200-1.9%200.4-1.9%202.6%200%201.5%200.6%202.6%202%202.6h1.7l0.5-1.2h2.6l0.5%201.2h2.5v-3.8l2.3%203.8h1.8v-5.2h-1.2zm-7.9%202.9l0.8-1.8%200.8%201.8h-1.6z%22%2F%3E%3C%2Fsvg%3E");
}

.wtransfer {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22payment-method11-Layer_1%22%20viewBox%3D%220%200%2056%2035%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cstyle%3E.st0%7Bfill%3A%23ff9948%7D.st1%7Bfill%3A%233957a7%7D.st2%7Bfill%3A%23fff%7D.st3%7Bfill%3A%23f9a533%7D.st4%7Bfill%3A%231c3663%7D.st5%7Bfill%3A%23f1f2f2%7D.st6%7Bfill%3A%23f58220%7D.st7%7Bfill%3Aurl%28%23SVGID_1_%29%7D.st8%7Bfill%3A%23001722%7D.st9%7Bfill%3A%23231f20%7D.st10%7Bfill%3A%2313457c%7D.st11%7Bfill%3A%23ec1c2e%7D.st12%7Bfill%3A%230084c4%7D.st13%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.215%7D.st14%2C.st15%2C.st16%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fbb231%7D.st15%2C.st16%7Bfill%3A%23ec1c2e%7D.st16%7Bfill%3A%23fff%7D.st17%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.216%3Bstroke-miterlimit%3A2.6131%7D.st18%7Bfill%3A%230078a9%7D.st19%7Bfill%3A%23c92f92%7D.st20%7Bfill%3A%231c9f6f%7D.st21%7Bfill%3A%230067b4%7D.st22%7Bfill%3A%23faa61a%7D.st23%7Bfill%3A%23ed1c24%7D.st24%7Bfill%3A%230c489c%7D.st25%7Bfill%3A%23084d95%7D.st26%7Bfill%3A%23f1f1f1%7D.st27%7Bfill%3A%2366cde7%7D.st28%7Bfill%3A%23d92b2b%7D.st29%7Bfill%3A%23006e90%7D.st30%7Bfont-family%3A%26amp%3Bapos%3BArial-BoldMT%26amp%3Bapos%3B%7D.st31%7Bfont-size%3A12.3071px%7D.st32%2C.st33%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%7D.st33%7Bstroke-width%3A4%3Bstroke-dasharray%3A2.5504%2C2.5504%7D.st34%7Bopacity%3A.4%7D.st35%7Bfilter%3Aurl%28%23Adobe_OpacityMaskFilter%29%7D.st36%7Bmask%3Aurl%28%23Dashed_Circle_5_%29%3Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3A2.2047%2C2.2047%7D.st37%7Bfill%3A%23d7e0f1%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st26%22%20d%3D%22m54%2035h-52c-1.1%200-2-0.9-2-2v-31c0-1.1%200.9-2%202-2h52c1.1%200%202%200.9%202%202v31c0%201.1-0.9%202-2%202z%22%2F%3E%3Cpath%20class%3D%22st27%22%20d%3D%22m8.2%2021.8h-1.8v4.8h-1.6v-4.8h-1.8v-1.4h5.2v1.4zm0.7-1.4h3.1c1.1%200%202.1%200.5%202.1%201.7%200%200.7-0.3%201.3-1%201.5%200.7%200.2%200.8%200.9%200.9%201.5%200%200.3%200%201.2%200.3%201.4h-1.6c-0.1-0.2-0.2-0.8-0.2-1%200-0.6-0.1-1.3-0.9-1.3h-1.2v2.2h-1.5v-6zm1.6%202.7h1.3c0.5%200%200.7-0.3%200.7-0.7%200-0.5-0.4-0.7-0.8-0.7h-1.3c0.1%200%200.1%201.4%200.1%201.4zm6.3-2.7h1.6l2.3%206.1h-1.7l-0.4-1.1h-2.1l-0.4%201.1h-1.6l2.3-6.1zm0.1%203.9h1.4l-0.7-2.1-0.7%202.1zm4.2-3.9h1.6l2.1%203.8v-3.8h1.5v6.1h-1.6l-2.1-3.8v3.8h-1.5v-6.1zm7.6%204.1c0%200.7%200.5%201%201.2%201%200.5%200%201-0.2%201-0.6%200-0.5-0.9-0.6-1.8-0.9s-1.8-0.6-1.8-1.8c0-1.3%201.3-1.9%202.5-1.9s2.4%200.6%202.4%202h-1.6c0-0.6-0.5-0.7-1-0.7-0.3%200-0.8%200.1-0.8%200.5%200%200.5%200.9%200.6%201.8%200.8%200.9%200.3%201.8%200.7%201.8%201.8%200%201.6-1.3%202-2.7%202s-2.6-0.6-2.7-2.2h1.7zm4.5-4.1h4.5v1.3h-2.9v1.3h2.5v1.2h-2.5v2.4h-1.6v-6.2zm5.3%200h4.9v1.3h-3.3v1.1h3v1.2h-3v1.2h3.4v1.4h-5v-6.2zm5.8%200h3.1c1.1%200%202.1%200.5%202.1%201.7%200%200.7-0.3%201.3-1%201.5%200.7%200.2%200.8%200.9%200.9%201.5%200%200.3%200%201.2%200.3%201.4h-1.6c-0.1-0.2-0.2-0.8-0.2-1%200-0.6-0.1-1.3-0.9-1.3h-1.2v2.2h-1.6v-6h0.1zm1.6%202.7h1.3c0.5%200%200.7-0.3%200.7-0.7%200-0.5-0.4-0.7-0.8-0.7h-1.3l0.1%201.4z%22%2F%3E%3Cpath%20class%3D%22st28%22%20d%3D%22m3%209.7h9.7v1.9h-9.7zm0%206.9h9.7v1.9h-9.7zm0-3.5h9.7v1.9h-9.7z%22%2F%3E%3Ctext%20transform%3D%22matrix%281.12%200%200%201%2014.067%2018.385%29%22%20class%3D%22st29%20st30%20st31%22%3EWIRE%3C%2Ftext%3E%3C%2Fsvg%3E");
}

.pink {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22payment-method6-Layer_1%22%20viewBox%3D%220%200%2056%2035%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cstyle%3E.st0%7Bfill%3A%23ff9948%7D.st1%7Bfill%3A%233957a7%7D.st2%7Bfill%3A%23fff%7D.st3%7Bfill%3A%23f9a533%7D.st4%7Bfill%3A%231c3663%7D.st5%7Bfill%3A%23f1f2f2%7D.st6%7Bfill%3A%23f58220%7D.st7%7Bfill%3Aurl%28%23SVGID_1_%29%7D.st8%7Bfill%3A%23001722%7D.st9%7Bfill%3A%23231f20%7D.st10%7Bfill%3A%2313457c%7D.st11%7Bfill%3A%23ec1c2e%7D.st12%7Bfill%3A%230084c4%7D.st13%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.215%7D.st14%2C.st15%2C.st16%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fbb231%7D.st15%2C.st16%7Bfill%3A%23ec1c2e%7D.st16%7Bfill%3A%23fff%7D.st17%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.216%3Bstroke-miterlimit%3A2.6131%7D.st18%7Bfill%3A%230078a9%7D.st19%7Bfill%3A%23c92f92%7D.st20%7Bfill%3A%231c9f6f%7D.st21%7Bfill%3A%230067b4%7D.st22%7Bfill%3A%23faa61a%7D.st23%7Bfill%3A%23ed1c24%7D.st24%7Bfill%3A%230c489c%7D.st25%7Bfill%3A%23084d95%7D.st26%7Bfill%3A%23f1f1f1%7D.st27%7Bfill%3A%2366cde7%7D.st28%7Bfill%3A%23d92b2b%7D.st29%2C.st30%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%7D.st30%7Bstroke-width%3A4%3Bstroke-dasharray%3A2.5504%2C2.5504%7D.st31%7Bopacity%3A.4%7D.st32%7Bfilter%3Aurl%28%23Adobe_OpacityMaskFilter%29%7D.st33%7Bmask%3Aurl%28%23Dashed_Circle_5_%29%3Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3A2.2047%2C2.2047%7D.st34%7Bfill%3A%23d7e0f1%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st19%22%20d%3D%22m56%2033.1c0%201-0.8%201.9-1.9%201.9h-52.2c-1%200-1.9-0.8-1.9-1.9v-31.2c0-1.1%200.8-1.9%201.9-1.9h52.3c1%200%201.9%200.8%201.9%201.9v31.2z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m30.2%2014.2c1.3%201.9%200.7%204.5-1.2%205.8s-4.5%200.7-5.8-1.2l1.2-0.8c0.8%201.3%202.5%201.6%203.8%200.8s1.6-2.5%200.8-3.8l1.2-0.8z%22%2F%3E%3Cpath%20d%3D%22m33%2012.4c-1.3-1.9-3.9-2.5-5.8-1.2s-2.5%203.9-1.2%205.8l1.2-0.8c-0.8-1.3-0.5-2.9%200.8-3.8%201.3-0.8%202.9-0.5%203.8%200.8l1.2-0.8z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m20.1%2015.4c0-4.4%203.6-7.9%207.9-7.9%204.4%200%207.9%203.6%207.9%207.9%200%204.4-3.6%207.9-7.9%207.9-4.4%200.1-7.9-3.5-7.9-7.9zm7.9%207.4c4.1%200%207.4-3.3%207.4-7.4s-3.3-7.3-7.4-7.3c-4.1%200-7.4%203.3-7.4%207.4s3.3%207.3%207.4%207.3zm0.9%202.3h0.5l-0.4%201.9h1.4l-0.1%200.4h-1.9l0.5-2.3zm-5.7%201.6c0.1%200.2%200.5%200.4%200.9%200.4s0.6-0.1%200.6-0.3c0-0.1%200-0.3-0.3-0.3l-0.6-0.1c-0.6-0.1-0.7-0.3-0.7-0.6%200-0.4%200.5-0.8%201.1-0.8%200.5%200%200.9%200.1%201.1%200.4l-0.3%200.2c-0.3-0.2-0.6-0.2-0.9-0.2-0.2%200-0.5%200.1-0.6%200.3%200%200.1%200%200.2%200.3%200.3l0.7%200.1c0.3%200%200.6%200.4%200.6%200.6%200%200.4-0.4%200.9-1.2%200.8-0.6%200-1-0.3-1.2-0.6l0.5-0.2zm2.5-0.5c0.1-0.7%200.7-1.3%201.4-1.3s1.2%200.6%201.1%201.3c-0.1%200.7-0.7%201.3-1.4%201.3-0.8%200-1.2-0.6-1.1-1.3zm1.1%200.8c0.5%200%200.9-0.4%200.9-0.8%200.1-0.5-0.2-0.8-0.7-0.8s-0.9%200.4-0.9%200.8c-0.1%200.5%200.2%200.8%200.7%200.8zm3.9-0.8c0.1-0.7%200.7-1.3%201.4-1.3s1.2%200.6%201.1%201.3c-0.1%200.7-0.7%201.3-1.4%201.3s-1.2-0.6-1.1-1.3zm1.1%200.8c0.5%200%200.9-0.4%200.9-0.8%200.1-0.5-0.2-0.8-0.7-0.8s-0.9%200.4-0.9%200.8c-0.1%200.5%200.3%200.8%200.7%200.8z%22%2F%3E%3C%2Fsvg%3E");
}

.green {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22payment-method7-Layer_1%22%20viewBox%3D%220%200%2056%2035%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cstyle%3E.st0%7Bfill%3A%23ff9948%7D.st1%7Bfill%3A%233957a7%7D.st2%7Bfill%3A%23fff%7D.st3%7Bfill%3A%23f9a533%7D.st4%7Bfill%3A%231c3663%7D.st5%7Bfill%3A%23f1f2f2%7D.st6%7Bfill%3A%23f58220%7D.st7%7Bfill%3Aurl%28%23SVGID_1_%29%7D.st8%7Bfill%3A%23001722%7D.st9%7Bfill%3A%23231f20%7D.st10%7Bfill%3A%2313457c%7D.st11%7Bfill%3A%23ec1c2e%7D.st12%7Bfill%3A%230084c4%7D.st13%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.215%7D.st14%2C.st15%2C.st16%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fbb231%7D.st15%2C.st16%7Bfill%3A%23ec1c2e%7D.st16%7Bfill%3A%23fff%7D.st17%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.216%3Bstroke-miterlimit%3A2.6131%7D.st18%7Bfill%3A%230078a9%7D.st19%7Bfill%3A%23c92f92%7D.st20%7Bfill%3A%231c9f6f%7D.st21%7Bfill%3A%230067b4%7D.st22%7Bfill%3A%23faa61a%7D.st23%7Bfill%3A%23ed1c24%7D.st24%7Bfill%3A%230c489c%7D.st25%7Bfill%3A%23084d95%7D.st26%7Bfill%3A%23f1f1f1%7D.st27%7Bfill%3A%2366cde7%7D.st28%7Bfill%3A%23d92b2b%7D.st29%2C.st30%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%7D.st30%7Bstroke-width%3A4%3Bstroke-dasharray%3A2.5504%2C2.5504%7D.st31%7Bopacity%3A.4%7D.st32%7Bfilter%3Aurl%28%23Adobe_OpacityMaskFilter%29%7D.st33%7Bmask%3Aurl%28%23Dashed_Circle_5_%29%3Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3A2.2047%2C2.2047%7D.st34%7Bfill%3A%23d7e0f1%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st20%22%20d%3D%22m56%2033.1c0%201-0.8%201.9-1.9%201.9h-52.2c-1%200-1.9-0.8-1.9-1.9v-31.2c0-1.1%200.8-1.9%201.9-1.9h52.3c1%200%201.9%200.8%201.9%201.9v31.2z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m32.2%2014.7c2.5%203.8%201.4%208.9-2.4%2011.4s-8.9%201.4-11.4-2.4l2.4-1.6c1.6%202.5%204.9%203.2%207.4%201.6s3.2-4.9%201.6-7.4l2.4-1.6z%22%2F%3E%3Cpath%20d%3D%22m37.7%2011.2c-2.5-3.8-7.6-4.9-11.4-2.4s-4.9%207.6-2.4%2011.4l2.4-1.5c-1.6-2.5-0.9-5.8%201.6-7.4s5.8-0.9%207.4%201.6l2.4-1.7z%22%2F%3E%3C%2Fsvg%3E");
}

.delta {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22payment-method8-Layer_1%22%20viewBox%3D%220%200%2056%2035%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cstyle%3E.st0%7Bfill%3A%23ff9948%7D.st1%7Bfill%3A%233957a7%7D.st2%7Bfill%3A%23fff%7D.st3%7Bfill%3A%23f9a533%7D.st4%7Bfill%3A%231c3663%7D.st5%7Bfill%3A%23f1f2f2%7D.st6%7Bfill%3A%23f58220%7D.st7%7Bfill%3Aurl%28%23SVGID_1_%29%7D.st8%7Bfill%3A%23001722%7D.st9%7Bfill%3A%23231f20%7D.st10%7Bfill%3A%2313457c%7D.st11%7Bfill%3A%23ec1c2e%7D.st12%7Bfill%3A%230084c4%7D.st13%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.215%7D.st14%2C.st15%2C.st16%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fbb231%7D.st15%2C.st16%7Bfill%3A%23ec1c2e%7D.st16%7Bfill%3A%23fff%7D.st17%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.216%3Bstroke-miterlimit%3A2.6131%7D.st18%7Bfill%3A%230078a9%7D.st19%7Bfill%3A%23c92f92%7D.st20%7Bfill%3A%231c9f6f%7D.st21%7Bfill%3A%230067b4%7D.st22%7Bfill%3A%23faa61a%7D.st23%7Bfill%3A%23ed1c24%7D.st24%7Bfill%3A%230c489c%7D.st25%7Bfill%3A%23084d95%7D.st26%7Bfill%3A%23f1f1f1%7D.st27%7Bfill%3A%2366cde7%7D.st28%7Bfill%3A%23d92b2b%7D.st29%2C.st30%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%7D.st30%7Bstroke-width%3A4%3Bstroke-dasharray%3A2.5504%2C2.5504%7D.st31%7Bopacity%3A.4%7D.st32%7Bfilter%3Aurl%28%23Adobe_OpacityMaskFilter%29%7D.st33%7Bmask%3Aurl%28%23Dashed_Circle_5_%29%3Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3A2.2047%2C2.2047%7D.st34%7Bfill%3A%23d7e0f1%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m56%2033.1c0%201-0.8%201.9-1.9%201.9h-52.2c-1%200-1.9-0.8-1.9-1.9v-31.2c0-1.1%200.8-1.9%201.9-1.9h52.3c1%200%201.9%200.8%201.9%201.9v31.2z%22%2F%3E%3Cpath%20class%3D%22st21%22%20d%3D%22m56%2033.1l-54.1-33.1h52.3c1%200%201.9%200.8%201.9%201.9v31.2z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m28.6%207.5h1.9c0.4%200%200.7%200%201%200.1s0.6%200.2%200.8%200.5c0.2%200.2%200.4%200.5%200.5%200.8s0.2%200.7%200.2%201.2c0%200.4-0.1%200.8-0.2%201.1-0.1%200.4-0.3%200.7-0.5%200.9s-0.4%200.3-0.7%200.4c-0.2%200.1-0.5%200.1-0.9%200.1h-1.9v-5.1zm1%200.9v3.4h1.4c0.2%200%200.3-0.1%200.4-0.2s0.2-0.3%200.3-0.5c0.1-0.2%200.1-0.5%200.1-0.9s0-0.7-0.1-0.9-0.2-0.4-0.3-0.5c-0.1-0.1-0.3-0.2-0.5-0.2h-1.3zm4.1%204.2v-5.1h3.8v0.9h-2.7v1.1h2.5v0.9h-2.5v1.4h2.8v0.9h-3.9zm4.7%200v-5h1v4.2h2.6v0.9h-3.6zm4.9%200v-4.2h-1.5v-0.9h4v0.9h-1.5v4.2h-1zm7.3%200h-1.1l-0.5-1.2h-2l-0.4%201.2h-1.1l2-5.1h1.1l2%205.1zm-1.9-2l-0.7-1.9-0.7%201.9h1.4z%22%2F%3E%3Cpath%20class%3D%22st22%22%20d%3D%22m24%2035l-24-21.5h24z%22%2F%3E%3Cpath%20class%3D%22st23%22%20d%3D%22m12%2035l-12-10.8h12z%22%2F%3E%3C%2Fsvg%3E");
}

.dclub {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22payment-method12-Layer_1%22%20viewBox%3D%220%200%2056%2035%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cstyle%3E.st0%7Bfill%3A%23ff9948%7D.st1%7Bfill%3A%233957a7%7D.st2%7Bfill%3A%23fff%7D.st3%7Bfill%3A%23f9a533%7D.st4%7Bfill%3A%231c3663%7D.st5%7Bfill%3A%23f1f2f2%7D.st6%7Bfill%3A%23f58220%7D.st7%7Bfill%3Aurl%28%23SVGID_1_%29%7D.st8%7Bfill%3A%23001722%7D.st9%7Bfill%3A%23231f20%7D.st10%7Bfill%3A%2313457c%7D.st11%7Bfill%3A%23ec1c2e%7D.st12%7Bfill%3A%230084c4%7D.st13%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.215%7D.st14%2C.st15%2C.st16%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fbb231%7D.st15%2C.st16%7Bfill%3A%23ec1c2e%7D.st16%7Bfill%3A%23fff%7D.st17%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.216%3Bstroke-miterlimit%3A2.6131%7D.st18%7Bfill%3A%230078a9%7D.st19%7Bfill%3A%23c92f92%7D.st20%7Bfill%3A%231c9f6f%7D.st21%7Bfill%3A%230067b4%7D.st22%7Bfill%3A%23faa61a%7D.st23%7Bfill%3A%23ed1c24%7D.st24%7Bfill%3A%230c489c%7D.st25%7Bfill%3A%23084d95%7D.st26%7Bfill%3A%23f1f1f1%7D.st27%7Bfill%3A%2366cde7%7D.st28%7Bfill%3A%23d92b2b%7D.st29%2C.st30%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%7D.st30%7Bstroke-width%3A4%3Bstroke-dasharray%3A2.5504%2C2.5504%7D.st31%7Bopacity%3A.4%7D.st32%7Bfilter%3Aurl%28%23Adobe_OpacityMaskFilter%29%7D.st33%7Bmask%3Aurl%28%23Dashed_Circle_5_%29%3Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3A2.2047%2C2.2047%7D.st34%7Bfill%3A%23d7e0f1%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st25%22%20d%3D%22m56%2033.1c0%201-0.8%201.9-1.9%201.9h-52.2c-1%200-1.9-0.8-1.9-1.9v-31.2c0-1.1%200.8-1.9%201.9-1.9h52.3c1%200%201.9%200.8%201.9%201.9v31.2z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m29.3%2019.1c3.2%200%206.1-2.6%206.1-5.7%200-3.5-2.9-5.8-6.1-5.8h-2.7c-3.2%200-5.8%202.4-5.8%205.8%200%203.2%202.6%205.8%205.8%205.7h2.7z%22%2F%3E%3Cpath%20class%3D%22st25%22%20d%3D%22m27.8%2016.4v-6.3c1.3%200.5%202.2%201.7%202.2%203.1%200%201.5-0.9%202.7-2.2%203.2m-4.5-3.1c0-1.4%200.9-2.7%202.2-3.1v6.3c-1.3-0.6-2.2-1.8-2.2-3.2m3.3-5.3c-2.9%200-5.3%202.4-5.3%205.3s2.4%205.3%205.3%205.3%205.3-2.4%205.3-5.3-2.3-5.3-5.3-5.3%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m14.9%2023c0%200.5%200.3%200.5%200.6%200.5%201.3%200%201.8-1%201.8-1.9%200-1.1-0.7-2-1.9-2h-0.5v3.4zm-0.6-2.8c0-0.6-0.3-0.5-0.6-0.5v-0.2h1.8c1.6%200%202.4%201.1%202.4%202.1%200%200.6-0.4%202.1-2.5%202.1h-1.7v-0.2c0.4%200%200.5%200%200.6-0.5v-2.8zm4.5-0.2c-0.2%200-0.3-0.1-0.3-0.3s0.1-0.3%200.3-0.3%200.3%200.1%200.3%200.3-0.1%200.3-0.3%200.3m-0.7%203.6h0.1c0.2%200%200.3%200%200.3-0.2v-1.7c0-0.3-0.1-0.3-0.3-0.4v-0.1c0.3-0.1%200.6-0.2%200.7-0.2h0.1v2.4c0%200.2%200.1%200.2%200.3%200.2h0.1v0.2h-1.3v-0.2zm1.9-1.8c0-0.2-0.1-0.3-0.4-0.4v-0.1c0.3-0.1%200.5-0.2%200.8-0.3v0.5c0.3-0.3%200.6-0.5%201.1-0.5s0.7%200.4%200.7%200.9v1.6c0%200.2%200.1%200.2%200.3%200.2h0.1v0.2h-1.3v-0.2h0.1c0.2%200%200.3%200%200.3-0.2v-1.6c0-0.3-0.2-0.5-0.6-0.5-0.2%200-0.5%200.2-0.7%200.3v1.8c0%200.2%200.1%200.2%200.3%200.2h0.1v0.2h-1.3v-0.2h0.1c0.2%200%200.3%200%200.3-0.2v-1.7zm4.2%200.1c0.2%200%200.2-0.1%200.2-0.2%200-0.3-0.2-0.6-0.5-0.6-0.4%200-0.6%200.3-0.7%200.7h1zm-1%200.2v0.4c0%200.6%200.4%201.1%200.9%201.1%200.3%200%200.6-0.2%200.8-0.4l0.1%200.1c-0.3%200.4-0.6%200.7-1.1%200.7-1%200-1.2-0.9-1.2-1.3%200-1.2%200.8-1.6%201.2-1.6%200.5%200%201%200.3%201%201v0.1h-1.7zm1.9%201.5h0.2c0.2%200%200.3%200%200.3-0.2v-1.7c0-0.2-0.2-0.2-0.3-0.3v-0.1c0.4-0.2%200.7-0.3%200.7-0.3s0.1%200%200.1%200.1v0.6c0.2-0.2%200.4-0.6%200.8-0.6%200.2%200%200.3%200.1%200.3%200.3s-0.1%200.3-0.3%200.3-0.2-0.1-0.4-0.1c-0.1%200-0.4%200.1-0.4%200.5v1.4c0%200.2%200.1%200.2%200.3%200.2h0.3v0.2h-1.6v-0.3zm2.3-0.7c0.1%200.4%200.3%200.7%200.8%200.7%200.4%200%200.5-0.2%200.5-0.4%200-0.7-1.3-0.5-1.3-1.5%200-0.3%200.3-0.8%200.9-0.8%200.2%200%200.5%200.1%200.7%200.2v0.6h-0.1c-0.1-0.4-0.3-0.6-0.7-0.6-0.2%200-0.5%200.1-0.5%200.4%200%200.7%201.4%200.5%201.4%201.5%200%200.4-0.3%200.8-1.1%200.8-0.2%200-0.5-0.1-0.7-0.2l-0.1-0.7h0.2zm7.3-2.3h-0.2c-0.1-0.7-0.6-1-1.3-1s-1.7%200.5-1.7%201.9c0%201.2%200.9%202.1%201.8%202.1%200.6%200%201.1-0.4%201.2-1.1h0.1l-0.1%200.9c-0.3%200.2-0.9%200.3-1.4%200.3-1.4%200-2.3-0.9-2.3-2.3%200-1.3%201.1-2.2%202.3-2.2%200.5%200%201%200.2%201.4%200.3l0.2%201.1zm0.2%203h0.1c0.2%200%200.3%200%200.3-0.2v-3.4c0-0.4-0.1-0.4-0.3-0.5v-0.1c0.2-0.1%200.5-0.2%200.6-0.3%200.1%200%200.1-0.1%200.1-0.1v4.3c0%200.2%200.1%200.2%200.3%200.2h0.1v0.2h-1.3v-0.1zm4-0.2c0%200.1%200.1%200.1%200.2%200.1h0.2v0.1c-0.3%200-0.8%200.2-0.9%200.2v-0.5c-0.4%200.3-0.6%200.5-1.1%200.5-0.3%200-0.7-0.2-0.7-0.7v-1.6c0-0.2%200-0.3-0.4-0.3v-0.1h0.8c0.1%200%200.1%200%200.1%200.2v1.6c0%200.2%200%200.7%200.5%200.7%200.2%200%200.5-0.2%200.7-0.4v-1.6c0-0.1-0.3-0.2-0.5-0.3v-0.1c0.6%200%200.9-0.1%201-0.1v2.3zm1.2-0.3c0%200.2%200.2%200.6%200.6%200.6%200.7%200%200.9-0.6%200.9-1.2%200-0.7-0.5-1.2-1-1.2-0.2%200-0.4%200.1-0.6%200.3v1.5zm0-1.7c0.2-0.2%200.6-0.4%200.9-0.4%200.7%200%201.1%200.6%201.1%201.3%200%200.8-0.6%201.6-1.5%201.6-0.5%200-0.7-0.1-0.9-0.2l-0.2%200.1-0.1-0.1c0.1-0.4%200.1-0.7%200.1-1.1v-2.6c0-0.4-0.1-0.4-0.3-0.5v-0.1c0.2-0.1%200.5-0.2%200.6-0.3%200.1%200%200.1-0.1%200.1-0.1v2.4zm-26.4%205.9c0.2%200%200.3%200%200.3-0.2v-1.7c0-0.2-0.1-0.2-0.2-0.2v-0.1h1v0.1c-0.1%200-0.2%200-0.2%200.2v1.7c0%200.2%200.1%200.2%200.2%200.2v0.1h-1v-0.1z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m14.7%2027.4c-0.2-0.1-0.3-0.1-0.3-0.3v-1.7c0-0.2%200.1-0.2%200.3-0.2v-0.1h-1v0.1c0.1%200%200.3%200%200.3%200.2v1.7c0%200.2-0.1%200.2-0.3%200.2v0.1h1-1v-0.1c0.1%200%200.2%200%200.2-0.2v-1.7c0-0.2-0.1-0.2-0.2-0.2h-0.1v-0.1h1v0.1c-0.1%200-0.2%200-0.2%200.2v1.7c0%200.2%200.1%200.2%200.2%200.2h0.1v0.1zm2.3-0.6v-1.3c0-0.3-0.2-0.3-0.3-0.3h-0.1v-0.1h0.9v0.1c-0.1%200-0.3%200-0.3%200.4v1.8h-0.1l-1.7-1.9v1.4c0%200.3%200.1%200.4%200.3%200.4h0.1v0.1h-0.9v-0.1c0.2%200%200.3-0.2%200.3-0.4v-1.4c0-0.2-0.2-0.3-0.3-0.3v-0.1h0.7l1.4%201.7z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m17%2026.8zm0.1%200.7h0.1v-1.8c0-0.4%200.2-0.4%200.3-0.4v-0.1h-0.9v0.1h0.1c0.1%200%200.3%200%200.3%200.3v1.3l-1.5-1.7h-0.7v0.1c0.2%200%200.3%200.1%200.3%200.3v1.4c0%200.3-0.1%200.4-0.3%200.4v0.1h0.8v-0.1c-0.3%200-0.3-0.1-0.3-0.4v-1.4l1.8%201.9zm0.1%200h-0.1l-1.7-1.9v1.3c0%200.3%200%200.4%200.3%200.4h0.1v0.1h-0.9v-0.1c0.2%200%200.3-0.1%200.3-0.4v-1.4c0-0.2-0.1-0.3-0.3-0.3h-0.1v-0.1h0.7l1.5%201.6v-1.2c0-0.3-0.2-0.3-0.3-0.3h-0.1v-0.1h0.9v0.1c-0.1%200-0.3%200-0.3%200.4v1.9zm0.8-2.2c-0.3%200-0.3%200.1-0.3%200.3h-0.1v-0.6h0.1c0%200.1%200.1%200.1%200.2%200.1h1.7c0.1%200%200.2%200%200.2-0.1h0.1v0.6h-0.1c0-0.1%200-0.3-0.2-0.3h-0.6v1.7c0%200.3%200.1%200.3%200.3%200.3h0.1v0.1h-1.1v-0.1h0.1c0.2%200%200.3%200%200.3-0.3v-1.8h-0.7z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m19.3%2027.4h-1.1v-0.1h0.1c0.2%200%200.3%200%200.3-0.3v-1.8h-0.6%200.6v1.8c0%200.3-0.1%200.3-0.3%200.3v0.1h1c-0.2-0.1-0.3-0.1-0.3-0.4v-1.8h0.6c0.2%200%200.3%200.2%200.3%200.3h0.1v-0.6h-0.1c0%200.1-0.1%200.1-0.2%200.1h-1.7c-0.1%200-0.2%200-0.2-0.1h-0.1v0.6h0.1c0-0.2%200.1-0.3%200.3-0.3-0.2%200-0.2%200-0.3%200.3h-0.1v-0.6h0.1c0%200.1%200.1%200.1%200.2%200.1h1.7c0.1%200%200.2%200%200.2-0.1h0.1v0.6h-0.1c0-0.1%200-0.3-0.2-0.3h-0.7v1.8c0%200.3%200.1%200.3%200.3%200.3h0.1l-0.1%200.1zm0.7-0.1c0.2%200%200.3%200%200.3-0.2v-1.7c0-0.2-0.1-0.2-0.2-0.2v-0.1h1.7v0.5h-0.1c0-0.2-0.1-0.4-0.4-0.4h-0.5v0.9h0.4c0.2%200%200.2-0.1%200.3-0.3h0.1v0.8h-0.1c0-0.2%200-0.3-0.3-0.3h-0.4v0.8c0%200.2%200.2%200.2%200.4%200.2%200.4%200%200.6%200%200.7-0.4h0.1c0%200.2-0.1%200.4-0.1%200.5h-1.8v-0.1z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m21.8%2027.4c0-0.2%200.1-0.3%200.1-0.5h-0.1c-0.1%200.4-0.3%200.4-0.7%200.4-0.2%200-0.4%200-0.4-0.2v-0.8h0.4c0.2%200%200.3%200.1%200.3%200.3h0.1v-0.8h-0.1c0%200.2-0.1%200.3-0.3%200.3h-0.4v-0.9h0.5c0.3%200%200.4%200.2%200.4%200.4h0.1v-0.5h-1.6v0.1c0.1%200%200.3%200%200.3%200.2v1.7c0%200.2-0.1%200.2-0.3%200.2v0.1h1.7-1.8v-0.1c0.1%200%200.2%200%200.2-0.2v-1.7c0-0.2-0.1-0.2-0.2-0.2v-0.1h1.7v0.5h-0.1c0-0.2%200-0.4-0.4-0.4h-0.4v0.8h0.4c0.2%200%200.2-0.1%200.2-0.3h0.1v0.8h-0.1c0-0.2%200-0.3-0.2-0.3h-0.4v0.8c0%200.2%200.2%200.2%200.4%200.2%200.4%200%200.6%200%200.7-0.4h0.1c-0.1%200.3-0.1%200.4-0.2%200.6zm1-1.2h0.2c0.3%200%200.5-0.1%200.5-0.5%200-0.3-0.2-0.5-0.5-0.5h-0.2v1zm-0.4-0.8c0-0.2-0.1-0.3-0.2-0.3h-0.1v-0.1h1c0.4%200%200.8%200.1%200.8%200.6%200%200.3-0.2%200.5-0.5%200.6l0.6%200.9c0.1%200.1%200.2%200.2%200.3%200.2v0.1h-0.6c-0.3-0.3-0.5-0.7-0.7-1.1h-0.2v0.7c0%200.3%200.1%200.3%200.3%200.3h0.1v0.1h-1.1v-0.1h0.1c0.1%200%200.2-0.1%200.2-0.2v-1.7z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m23%2026.2c0.3%200%200.5-0.1%200.5-0.5%200-0.3-0.2-0.5-0.5-0.5h-0.2v1h0.2zm-0.2%200v-1h0.2c0.3%200%200.5%200.2%200.5%200.5%200%200.4-0.2%200.5-0.5%200.5h-0.2zm0%200.1h0.2c0.2%200.4%200.4%200.7%200.7%201.1h0.6v-0.1c-0.2%200-0.2-0.1-0.3-0.2l-0.6-0.9c0.3-0.1%200.5-0.3%200.5-0.6%200-0.5-0.4-0.6-0.8-0.6h-1v0.1c0.1%200%200.3%200%200.3%200.3v1.7c0%200.1-0.1%200.2-0.3%200.2v0.1h1.1v-0.1c-0.2%200-0.3%200-0.3-0.3l-0.1-0.7zm1.5%201.1h-0.6c-0.3-0.3-0.5-0.7-0.7-1.1h-0.2v0.7c0%200.3%200.1%200.2%200.3%200.3h0.1v0.1h-1.1v-0.1h0.1c0.1%200%200.2-0.1%200.2-0.2v-1.7c0-0.2-0.1-0.2-0.2-0.2h-0.1v-0.1h1c0.4%200%200.8%200.1%200.8%200.6%200%200.3-0.2%200.5-0.5%200.6l0.6%200.8c0.1%200.1%200.2%200.2%200.3%200.2v0.1zm2.3-0.6v-1.3c0-0.3-0.2-0.3-0.3-0.3h-0.1v-0.1h0.9v0.1c-0.1%200-0.3%200-0.3%200.4v1.8h-0.1l-1.7-1.8v1.4c0%200.3%200.1%200.4%200.3%200.4h0.1v0.1h-0.9v-0.1c0.2%200%200.3-0.2%200.3-0.4v-1.4c0-0.2-0.2-0.3-0.3-0.3v-0.1h0.7l1.4%201.6z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m26.6%2026.8zm0.1%200.7h0.1v-1.8c0-0.4%200.2-0.4%200.3-0.4v-0.1h-0.9v0.1h0.1c0.1%200%200.3%200%200.3%200.3v1.3l-1.5-1.7h-0.7v0.1c0.2%200%200.3%200.1%200.3%200.3v1.4c0%200.3-0.1%200.4-0.3%200.4v0.1h0.8v-0.1c-0.3%200-0.3-0.1-0.3-0.4v-1.4l1.8%201.9zm0.1%200h-0.1l-1.7-1.9v1.3c0%200.3%200%200.4%200.3%200.4h0.1v0.1h-0.9v-0.1c0.2%200%200.3-0.1%200.3-0.4v-1.4c0-0.2-0.1-0.3-0.3-0.3h-0.1v-0.1h0.7l1.5%201.6v-1.2c0-0.3-0.2-0.3-0.3-0.3h-0.1v-0.1h0.9v0.1c-0.1%200-0.3%200-0.3%200.4v1.9zm1.3-2l-0.3%200.9h0.6l-0.3-0.9zm-0.4%201.4c0%200.1-0.1%200.2-0.1%200.3s0.1%200.1%200.3%200.1v0.1h-0.8v-0.1c0.1%200%200.2-0.1%200.3-0.2l0.5-1.5c0-0.1%200.1-0.3%200.1-0.4%200.1%200%200.2-0.1%200.3-0.1v0.1l0.6%201.7c0%200.1%200.1%200.2%200.1%200.3s0.1%200.1%200.2%200.1v0.1h-1v-0.1c0.1%200%200.2%200%200.2-0.1%200%200%200-0.1-0.1-0.2l-0.1-0.4h-0.8l0.3%200.3z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m28.1%2025.5zm-0.2%200.9h0.6l-0.3-0.9-0.3%200.9zm-0.1%200l0.3-1%200.3%201h-0.6zm0.7%201h0.9v-0.1c-0.1%200-0.2%200-0.2-0.1s-0.1-0.2-0.1-0.3l-0.6-1.7v-0.1c-0.1%200-0.2%200.1-0.3%200.1%200%200.1-0.1%200.3-0.1%200.4l-0.5%201.5c-0.1%200.1-0.2%200.2-0.3%200.2v0.1h0.7v-0.1c-0.1%200-0.3%200-0.3-0.1s0-0.2%200.1-0.3l0.1-0.4h0.8l0.1%200.4c0%200.1%200.1%200.2%200.1%200.2-0.2%200.2-0.3%200.2-0.4%200.3zm0.9%200h-1v-0.1c0.1%200%200.2%200%200.2-0.1%200%200%200-0.1-0.1-0.2l-0.1-0.4h-0.7l-0.1%200.3c0%200.1-0.1%200.2-0.1%200.3s0.1%200.1%200.2%200.1h0.1v0.1h-0.8v-0.1c0.1%200%200.2-0.1%200.3-0.2l0.5-1.5c0-0.1%200.1-0.3%200.1-0.4%200.1%200%200.2-0.1%200.3-0.1v0.1l0.6%201.7c0%200.1%200.1%200.2%200.1%200.3s0.1%200.1%200.2%200.1l0.3%200.1zm0.2-2.1c-0.2%200-0.3%200.1-0.3%200.3h-0.1v-0.6h0.1c0%200.1%200.1%200.1%200.2%200.1h1.7c0.1%200%200.2%200%200.2-0.1h0.1v0.6h-0.1c0-0.1%200-0.3-0.2-0.3h-0.5v1.7c0%200.3%200.1%200.3%200.3%200.3h0.1v0.1h-1.1v-0.1h0.1c0.2%200%200.3%200%200.3-0.3v-1.8h-0.8z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m30.9%2027.4h-1.1v-0.1h0.1c0.2%200%200.3%200%200.3-0.3v-1.8h-0.5%200.6v1.8c0%200.3-0.1%200.3-0.3%200.3v0.1h0.9c-0.2-0.1-0.4-0.1-0.4-0.4v-1.8h0.6c0.2%200%200.3%200.2%200.3%200.3h0.1v-0.6c0%200.1-0.1%200.1-0.2%200.1h-1.7c-0.1%200-0.2%200-0.2-0.1h-0.1v0.6h0.1c0-0.2%200.1-0.3%200.3-0.3-0.2%200-0.2%200-0.3%200.3h-0.1v-0.6h0.1c0%200.1%200.1%200.1%200.2%200.1h1.7c0.1%200%200.2%200%200.2-0.1h0.1v0.6h-0.1c0-0.1%200-0.3-0.2-0.3h-0.5v1.8c0%200.3%200.1%200.3%200.3%200.3h0.1l-0.3%200.1zm0.7-0.1c0.2%200%200.3%200%200.3-0.2v-1.7c0-0.2-0.1-0.2-0.2-0.2v-0.1h1v0.1c-0.1%200-0.2%200-0.2%200.2v1.7c0%200.2%200.1%200.2%200.2%200.2v0.1h-1v-0.1z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m32.6%2027.4c-0.2-0.1-0.3-0.1-0.3-0.3v-1.7c0-0.2%200.1-0.2%200.3-0.2v-0.1h-1v0.1c0.1%200%200.3%200%200.3%200.2v1.7c0%200.2-0.1%200.2-0.3%200.2v0.1h1-1v-0.1c0.1%200%200.2%200%200.2-0.2v-1.7c0-0.2-0.1-0.2-0.2-0.2h-0.1v-0.1h1v0.1c-0.1%200-0.2%200-0.2%200.2v1.7c0%200.2%200.1%200.2%200.2%200.2h0.1v0.1zm1.4-0.1c0.6%200%200.8-0.6%200.8-1.1s-0.3-1.1-0.8-1.1c-0.6%200-0.8%200.5-0.8%201%200%200.7%200.3%201.2%200.8%201.2m0-2.3c0.7%200%201.3%200.4%201.3%201.1%200%200.8-0.5%201.3-1.3%201.3-0.7%200-1.2-0.5-1.2-1.2-0.1-0.6%200.5-1.2%201.2-1.2%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m33.2%2026.2c0-0.4%200.2-1%200.8-1s0.8%200.6%200.8%201.1-0.1%201.1-0.8%201.1c0.6%200%200.7-0.6%200.7-1%200-0.5-0.3-1.1-0.8-1.1-0.5-0.1-0.7%200.4-0.7%200.9%200%200.6%200.3%201.2%200.8%201.2-0.5-0.1-0.8-0.6-0.8-1.2m-0.5%200.1c0-0.7%200.5-1.2%201.2-1.2-0.6%200-1.2%200.5-1.2%201.2s0.6%201.2%201.3%201.2c0.7%200%201.2-0.5%201.2-1.3%200-0.7-0.6-1.1-1.3-1.1%200.7%200%201.3%200.4%201.3%201.2s-0.6%201.3-1.3%201.3c-0.6-0.1-1.2-0.6-1.2-1.3m4.8%200.5v-1.3c0-0.3-0.2-0.3-0.3-0.3h-0.1v-0.1h0.9v0.1h-0.1c-0.1%200-0.3%200-0.3%200.4v1.8h-0.1l-1.7-1.9v1.4c0%200.3%200.1%200.4%200.3%200.4h0.1v0.1h-0.9v-0.1c0.2%200%200.3-0.2%200.3-0.4v-1.4c0-0.2-0.2-0.3-0.3-0.3v-0.1h0.7l1.5%201.7z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m37.5%2026.8zm0%200.7h0.1v-1.8c0-0.4%200.2-0.4%200.3-0.4v-0.1h-0.8v0.1h0.1c0.1%200%200.3%200%200.3%200.3v1.3l-1.5-1.8h-0.7v0.1c0.2%200%200.3%200.1%200.3%200.3v1.4c0%200.3-0.1%200.4-0.3%200.4v0.1h0.8v-0.1c-0.3%200-0.3-0.1-0.3-0.4v-1.4l1.7%202zm0.2%200h-0.1l-1.7-1.9v1.3c0%200.3%200%200.4%200.3%200.4h0.1v0.1h-0.9v-0.1c0.2%200%200.3-0.1%200.3-0.4v-1.4c0-0.2-0.1-0.3-0.3-0.3h-0.1v-0.1h0.7l1.5%201.6v-1.2c0-0.3-0.2-0.3-0.3-0.3h-0.1v-0.1h0.9v0.1h-0.1c-0.1%200-0.3%200-0.3%200.4v1.5c0.1%200.2%200.1%200.3%200.1%200.4zm1.3-2l-0.3%200.9h0.6l-0.3-0.9zm-0.5%201.4c0%200.1-0.1%200.2-0.1%200.3s0.1%200.1%200.3%200.1v0.1h-0.8v-0.1c0.1%200%200.2-0.1%200.3-0.2l0.5-1.5c0-0.1%200.1-0.3%200.1-0.4%200.1%200%200.2-0.1%200.3-0.1v0.1l0.6%201.7c0%200.1%200.1%200.2%200.1%200.3s0.1%200.1%200.2%200.1v0.1h-1v-0.1c0.1%200%200.2%200%200.2-0.1%200%200%200-0.1-0.1-0.2l-0.1-0.4h-0.8l0.3%200.3z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m39%2025.5zm-0.3%200.9h0.6l-0.3-0.9-0.3%200.9zl0.3-1%200.3%201h-0.6zm0.7%201h0.9v-0.1c-0.1%200-0.2%200-0.2-0.1s-0.1-0.2-0.1-0.3l-0.6-1.7v-0.1c-0.1%200-0.2%200.1-0.3%200.1%200%200.1-0.1%200.3-0.1%200.4l-0.5%201.5c-0.1%200.1-0.2%200.2-0.3%200.2v0.1h0.7v-0.1c-0.1%200-0.3%200-0.3-0.1s0-0.2%200.1-0.3l0.1-0.4h0.8l0.1%200.4c0%200.1%200.1%200.2%200.1%200.2-0.2%200.2-0.3%200.2-0.4%200.3zm0.9%200h-1v-0.1c0.1%200%200.2%200%200.2-0.1%200%200%200-0.1-0.1-0.2l-0.1-0.4h-0.7l-0.1%200.3c0%200.1-0.1%200.2-0.1%200.3s0.1%200.1%200.2%200.1h0.1v0.1h-0.8v-0.1c0.1%200%200.2-0.1%200.3-0.2l0.5-1.5c0-0.1%200.1-0.3%200.1-0.4%200.1%200%200.2-0.1%200.3-0.1v0.1l0.6%201.7c0%200.1%200.1%200.2%200.1%200.3s0.1%200.1%200.2%200.1l0.3%200.1zm0.8-0.3c0%200.1%200.1%200.2%200.2%200.2h0.4c0.1%200%200.3-0.1%200.3-0.2%200.1-0.1%200.1-0.2%200.1-0.2h0.1c0%200.2-0.1%200.4-0.1%200.6h-1.8v-0.1c0.1%200%200.3%200%200.3-0.2v-1.7c0-0.2-0.1-0.2-0.3-0.2v-0.1h1v0.1h-0.1c-0.1%200-0.2%200-0.2%200.2v1.6z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m42.2%2027.4c0-0.2%200.1-0.4%200.1-0.5h-0.1c0%200.1-0.1%200.2-0.1%200.2-0.1%200.1-0.2%200.2-0.3%200.2h-0.5c-0.1%200-0.2-0.1-0.2-0.2v-1.7c0-0.2%200.1-0.2%200.2-0.2h0.1v-0.1h-1v0.1c0.1%200%200.3%200%200.3%200.2v1.7c0%200.2-0.1%200.2-0.3%200.2v0.1h1.8-1.8v-0.1c0.1%200%200.2%200%200.2-0.2v-1.7c0-0.2-0.1-0.2-0.2-0.2h-0.1v-0.1h1v0.1h-0.1c-0.1%200-0.2%200-0.2%200.2v1.7c0%200.1%200.1%200.2%200.2%200.2h0.5c0.1%200%200.3-0.1%200.3-0.2%200.1-0.1%200.1-0.2%200.1-0.2h0.1c0.1%200.1%200%200.3%200%200.5z%22%2F%3E%3C%2Fsvg%3E");
}

.maestro {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22payment-method2-Layer_1%22%20viewBox%3D%220%200%2056%2035%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cstyle%3E.st0%7Bfill%3A%23ff9948%7D.st1%7Bfill%3A%233957a7%7D.st2%7Bfill%3A%23fff%7D.st3%7Bfill%3A%23f9a533%7D.st4%7Bfill%3A%231c3663%7D.st5%7Bfill%3A%23f1f2f2%7D.st6%7Bfill%3A%23f58220%7D.st7%7Bfill%3Aurl%28%23SVGID_1_%29%7D.st8%7Bfill%3A%23001722%7D.st9%7Bfill%3A%23231f20%7D.st10%7Bfill%3A%2313457c%7D.st11%7Bfill%3A%23ec1c2e%7D.st12%7Bfill%3A%230084c4%7D.st13%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.215%7D.st14%2C.st15%2C.st16%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fbb231%7D.st15%2C.st16%7Bfill%3A%23ec1c2e%7D.st16%7Bfill%3A%23fff%7D.st17%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.216%3Bstroke-miterlimit%3A2.6131%7D.st18%7Bfill%3A%230078a9%7D.st19%7Bfill%3A%23c92f92%7D.st20%7Bfill%3A%231c9f6f%7D.st21%7Bfill%3A%230067b4%7D.st22%7Bfill%3A%23faa61a%7D.st23%7Bfill%3A%23ed1c24%7D.st24%7Bfill%3A%230c489c%7D.st25%7Bfill%3A%23084d95%7D.st26%7Bfill%3A%23f1f1f1%7D.st27%7Bfill%3A%2366cde7%7D.st28%7Bfill%3A%23d92b2b%7D.st29%2C.st30%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%7D.st30%7Bstroke-width%3A4%3Bstroke-dasharray%3A2.5504%2C2.5504%7D.st31%7Bopacity%3A.4%7D.st32%7Bfilter%3Aurl%28%23Adobe_OpacityMaskFilter%29%7D.st33%7Bmask%3Aurl%28%23Dashed_Circle_5_%29%3Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3A2.2047%2C2.2047%7D.st34%7Bfill%3A%23d7e0f1%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st10%22%20d%3D%22m56%2033.1c0%201-0.8%201.9-1.9%201.9h-52.2c-1%200-1.9-0.8-1.9-1.9v-31.2c0-1.1%200.8-1.9%201.9-1.9h52.3c1%200%201.9%200.8%201.9%201.9v31.2z%22%2F%3E%3Cpath%20class%3D%22st11%22%20d%3D%22m34.7%2027.6l0.5-0.1h0.5l0.5-0.1%200.5-0.1%200.5-0.1%200.5-0.1%200.4-0.2%200.5-0.1%200.4-0.2%200.5-0.3%200.4-0.2%200.4-0.3%200.4-0.3%200.4-0.2%200.3-0.4%200.4-0.3%200.3-0.3%200.3-0.4%200.3-0.4%200.3-0.4%200.3-0.4%200.2-0.4%200.2-0.5%200.2-0.4%200.2-0.5%200.2-0.4%200.1-0.5%200.1-0.5%200.1-0.5%200.1-0.5v-2l-0.1-0.5-0.1-0.5-0.1-0.5-0.1-0.5-0.2-0.5-0.2-0.4-0.2-0.5-0.2-0.4-0.2-0.4-0.3-0.4-0.3-0.4-0.3-0.4-0.3-0.4-0.3-0.3-0.4-0.3-0.3-0.4-0.4-0.3-0.4-0.2-0.4-0.3-0.4-0.2-0.5-0.3-0.4-0.2-0.5-0.1-0.4-0.2-0.5-0.1-0.5-0.1-0.5-0.1-0.5-0.1h-0.5l-0.5-0.1-0.6%200.1h-0.5l-0.5%200.1-0.5%200.1-0.5%200.1-0.4%200.1-0.5%200.2-0.5%200.1-0.4%200.2-0.4%200.3-0.4%200.2-0.5%200.3-0.4%200.2-0.3%200.3-0.4%200.4-0.3%200.3-0.4%200.3-0.3%200.4-0.3%200.4-0.3%200.4-0.2%200.4-0.3%200.4-0.2%200.4-0.2%200.5-0.2%200.4-0.1%200.5-0.2%200.5-0.1%200.5-0.1%200.5v0.5l-0.1%200.5v1l0.1%200.5v0.5l0.1%200.5%200.1%200.5%200.2%200.5%200.1%200.4%200.2%200.5%200.2%200.4%200.2%200.5%200.3%200.4%200.2%200.4%200.3%200.4%200.3%200.4%200.3%200.4%200.4%200.3%200.3%200.3%200.4%200.4%200.3%200.2%200.4%200.3%200.5%200.3%200.4%200.2%200.4%200.3%200.4%200.2%200.5%200.1%200.5%200.2%200.4%200.1%200.5%200.1%200.5%200.1%200.5%200.1h0.5z%22%2F%3E%3Cpath%20class%3D%22st12%22%20d%3D%22m21.3%2027.6l0.6-0.1h0.5l0.5-0.1%200.5-0.1%200.5-0.1%200.4-0.1%200.5-0.2%200.5-0.1%200.4-0.2%200.4-0.3%200.4-0.2%200.5-0.3%200.4-0.3%200.3-0.2%200.4-0.4%200.3-0.3%200.4-0.3%200.3-0.4%200.3-0.4%200.3-0.4%200.2-0.4%200.3-0.4%200.2-0.5%200.2-0.4%200.2-0.5%200.1-0.4%200.2-0.5%200.1-0.5%200.1-0.5v-0.5l0.1-0.5v-1l-0.1-0.5v-0.5l-0.1-0.5-0.1-0.5-0.2-0.5-0.1-0.5-0.2-0.4-0.2-0.5-0.2-0.4-0.3-0.4-0.2-0.4-0.3-0.4-0.3-0.4-0.3-0.4-0.4-0.3-0.3-0.3-0.4-0.4-0.3-0.3-0.4-0.2-0.5-0.3-0.4-0.2-0.4-0.3-0.4-0.2-0.5-0.1-0.5-0.2-0.4-0.1-0.5-0.1-0.5-0.1-0.5-0.1h-0.5l-0.6-0.1-0.5%200.1h-0.5l-0.5%200.1-0.5%200.1-0.5%200.1-0.5%200.1-0.4%200.2-0.5%200.1-0.4%200.2-0.5%200.3-0.4%200.2-0.4%200.3-0.4%200.2-0.4%200.3-0.3%200.4-0.4%200.3-0.3%200.3-0.3%200.4-0.3%200.4-0.3%200.4-0.3%200.4-0.2%200.4-0.2%200.4-0.2%200.5-0.2%200.4-0.2%200.5-0.1%200.5-0.1%200.5-0.1%200.5-0.1%200.5v2l0.1%200.5%200.1%200.5%200.1%200.5%200.1%200.5%200.2%200.4%200.2%200.5%200.2%200.4%200.2%200.5%200.2%200.4%200.3%200.4%200.3%200.4%200.3%200.4%200.3%200.4%200.3%200.3%200.4%200.3%200.3%200.4%200.4%200.2%200.4%200.3%200.4%200.3%200.4%200.2%200.5%200.3%200.4%200.2%200.5%200.1%200.4%200.2%200.5%200.1%200.5%200.1%200.5%200.1%200.5%200.1h0.5z%22%2F%3E%3Cpath%20class%3D%22st11%22%20d%3D%22m26.8%2011.3h5.1v-0.6h-4.6zm-0.8%201.2h5.9v-0.6h-5.6zm-0.6%201.2h6.5v-0.6h-6.3zm-0.4%201.2h6.9v-0.6h-6.8zm-0.3%201.2h7.2v-0.6h-7.1zm0%202.3h7.2v-0.6h-7.3zm0.1%201.2h7.1v-0.5h-7.2zm0.4%201h6.7v-0.5h-6.9zm0.5%201.3h6.2v-0.6h-6.5zm0.7%201.2h5.5v-0.5h-5.9zm0.9%201.3h4.5v-0.6h-5zm15.8-0.7v-0.1l0.1-0.1v-0.1l0.1-0.1h0.5l0.1%200.1%200.1%200.1v0.2h-0.1v-0.2h-0.1v-0.1h-0.2v-0.1l-0.1%200.1h-0.2v0.1h-0.1v0.2z%22%2F%3E%3Cpath%20class%3D%22st11%22%20d%3D%22m43.4%2023.7v-0.2h0.3v0.1h0.1v0.1h-0.1v-0.1h-0.2v0.1zm-0.3%200h0.1zm0.3%200h0.4-0.1zm0.6%200h-0.1%200.2z%22%2F%3E%3Cpath%20class%3D%22st11%22%20d%3D%22m43.1%2023.7v0.2l0.1%200.1v0.1l0.1%200.1h0.5l0.1-0.1%200.1-0.1v-0.1l0.1-0.1v-0.1h-0.1v0.1h-0.1v0.2l-0.1%200.1h-0.1l-0.1%200.1h-0.1l-0.1-0.1h-0.1l-0.1-0.1v-0.3z%22%2F%3E%3Cpath%20class%3D%22st11%22%20d%3D%22m43.4%2023.7v0.2h0.1v-0.1h0.1l0.1%200.1-0.1-0.1h0.1v-0.1z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m32.5%2016.6h-0.7v-0.1h-0.3l-0.2%200.1h-0.4v0.1h-0.2v0.1l-0.1%200.1v0.3h0.1v0.1l0.1%200.1%200.1%200.1h0.2l0.1%200.1h0.1l0.2%200.1h0.2l0.1%200.1%200.2%200.1%200.1%200.1%200.1%200.1%200.1%200.1%200.1%200.2v0.2l0.1%200.3-0.1%200.3v0.2l-0.1%200.2v0.2l-0.1%200.1-0.1%200.2-0.2%200.1-0.1%200.1-0.1%200.1h-0.2l-0.2%200.1-0.1%200.1h-2.3l-0.1-0.1h-0.2l-0.1-0.1%200.2-1h0.3l0.1%200.1h0.4l0.1%200.1h1l0.1-0.1h0.1v-0.1l0.1-0.1v-0.1l0.1-0.1v-0.1l-0.1-0.1v-0.1h-0.1v-0.1h-0.2v-0.1h-0.2l-0.1-0.1h-0.1l-0.1-0.1h-0.2v-0.1h-0.1l-0.1-0.1h-0.1l-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1v-0.2l-0.1-0.2v-0.6l0.1-0.1v-0.3l0.1-0.1%200.1-0.1v-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1l0.1-0.1h0.1v-0.1h0.3l0.1-0.1h2.2l0.1%200.1z%22%2F%3E%3Cpath%20class%3D%22st13%22%20d%3D%22m32.5%2016.6h-0.7v-0.1h-0.3l-0.2%200.1h-0.4v0.1h-0.2v0.1l-0.1%200.1v0.3h0.1v0.1l0.1%200.1%200.1%200.1h0.2l0.1%200.1h0.1l0.2%200.1h0.2l0.1%200.1%200.2%200.1%200.1%200.1%200.1%200.1%200.1%200.1%200.1%200.2v0.2l0.1%200.3-0.1%200.3v0.2l-0.1%200.2v0.2l-0.1%200.1-0.1%200.2-0.2%200.1-0.1%200.1-0.1%200.1h-0.2l-0.2%200.1-0.1%200.1h-2.3l-0.1-0.1h-0.2l-0.1-0.1%200.2-1h0.3l0.1%200.1h0.4l0.1%200.1h1l0.1-0.1h0.1v-0.1l0.1-0.1v-0.1l0.1-0.1v-0.1l-0.1-0.1v-0.1h-0.1v-0.1h-0.2v-0.1h-0.2l-0.1-0.1h-0.1l-0.1-0.1h-0.2v-0.1h-0.1l-0.1-0.1h-0.1l-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1v-0.2l-0.1-0.2v-0.6l0.1-0.1v-0.3l0.1-0.1%200.1-0.1v-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1l0.1-0.1h0.1v-0.1h0.3l0.1-0.1h2.2l0.1%200.1-0.2%201%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m33.6%2014.4h1.3l-0.2%201.2h0.8l-0.2%201h-0.8l-0.4%202.7h-0.1v0.1h0.1v0.1l0.1%200.1h0.8v-0.1h0.1l-0.2%200.9v0.1h-0.2l-0.1%200.1h-1.3l-0.2-0.1h-0.2v-0.1l-0.1-0.1h-0.1v-0.7z%22%2F%3E%3Cpath%20class%3D%22st13%22%20d%3D%22m33.6%2014.4h1.3l-0.2%201.2h0.8l-0.2%201h-0.8l-0.4%202.7h-0.1v0.1h0.1v0.1l0.1%200.1h0.8v-0.1h0.1l-0.2%200.9v0.1h-0.2l-0.1%200.1h-1.3l-0.2-0.1h-0.2v-0.1l-0.1-0.1h-0.1v-0.7l0.9-5.2%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m25.5%2018.4v0.5l0.1%200.1%200.1%200.1v0.1l0.1%200.1h0.1l0.1%200.1%200.1%200.1h0.2l0.1%200.1h1.2l0.1-0.1h0.2l0.1-0.1h0.1l0.2-0.1%200.1-0.1-0.2%201.2h-0.1l-0.1%200.1h-0.2v0.1h-2l-0.1-0.1h-0.2l-0.1-0.1h-0.1l-0.2-0.1-0.1-0.1h-0.1l-0.1-0.1v-0.1l-0.1-0.1h-0.1l-0.1-0.1-0.1-0.2v-0.1l-0.1-0.1-0.1-0.1v-0.3l-0.1-0.2v-1l0.1-0.1v-0.4l0.1-0.1v-0.2l0.1-0.1v-0.1l0.1-0.1v-0.1l0.1-0.1%200.1-0.1v-0.1l0.1-0.1h0.1l0.1-0.1%200.1-0.1%200.1-0.1%200.1-0.1h0.2l0.1-0.1%200.1-0.1h0.3l0.2-0.1h1.1l0.1%200.1h0.2l0.1%200.1h0.2l0.1%200.1h0.1v0.1l0.1%200.1%200.1%200.1h0.1v0.1l0.1%200.1v0.1l0.1%200.1v0.2l0.1%200.1v1.2l-0.1%200.2v0.3h-3.5l0.2-1h2.1v-0.4l-0.1-0.1v-0.2h-0.1v-0.1h-0.1l-0.1-0.1h-0.1l-0.1-0.1h-0.3l-0.1%200.1h-0.2v0.1h-0.1l-0.1%200.1-0.1%200.1v0.1l-0.1%200.1v0.1h-0.1v0.2z%22%2F%3E%3Cpath%20class%3D%22st13%22%20d%3D%22m25.5%2018.4v0.5l0.1%200.1%200.1%200.1v0.1l0.1%200.1h0.1l0.1%200.1%200.1%200.1h0.2l0.1%200.1h1.2l0.1-0.1h0.2l0.1-0.1h0.1l0.2-0.1%200.1-0.1-0.2%201.2h-0.1l-0.1%200.1h-0.2v0.1h-2l-0.1-0.1h-0.2l-0.1-0.1h-0.1l-0.2-0.1-0.1-0.1h-0.1l-0.1-0.1v-0.1l-0.1-0.1h-0.1l-0.1-0.1-0.1-0.2v-0.1l-0.1-0.1-0.1-0.1v-0.3l-0.1-0.2v-1l0.1-0.1v-0.4l0.1-0.1v-0.2l0.1-0.1v-0.1l0.1-0.1v-0.1l0.1-0.1%200.1-0.1v-0.1l0.1-0.1h0.1l0.1-0.1%200.1-0.1%200.1-0.1%200.1-0.1h0.2l0.1-0.1%200.1-0.1h0.3l0.2-0.1h1.1l0.1%200.1h0.2l0.1%200.1h0.2l0.1%200.1h0.1v0.1l0.1%200.1%200.1%200.1h0.1v0.1l0.1%200.1v0.1l0.1%200.1v0.2l0.1%200.1v1.2l-0.1%200.2v0.3h-3.5l0.2-1h2.1v-0.4l-0.1-0.1v-0.2h-0.1v-0.1h-0.1l-0.1-0.1h-0.1l-0.1-0.1h-0.3l-0.1%200.1h-0.2v0.1h-0.1l-0.1%200.1-0.1%200.1v0.1l-0.1%200.1v0.1h-0.1v0.2l-0.2%201%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m23.7%2019.6l-0.2%201h-1.2v-0.3l0.1-0.1v-0.1l-0.1%200.1h-0.1v0.1l-0.1%200.1h-0.2l-0.1%200.1h-0.1l-0.1%200.1h-0.2l-0.1%200.1h-1l-0.1-0.1-0.2-0.1h-0.1l-0.1-0.1-0.1-0.1-0.1-0.1v-0.1l-0.1-0.1v-0.1l-0.1-0.1v-1l0.1-0.2%200.1-0.2%200.1-0.1%200.1-0.1%200.1-0.1%200.1-0.2h0.1l0.2-0.1%200.1-0.1%200.2-0.1h0.1l0.2-0.1h0.6l0.1-0.1h1.1v-0.5h-0.1v-0.1h-0.1v-0.1h-0.1v-0.1h-1.1l-0.2%200.1h-0.5l-0.2%200.1h-0.2l-0.1%200.1%200.4-1.2h0.2l0.1-0.1h0.3l0.2-0.1h1.5l0.2%200.1h0.1l0.2%200.1h0.1l0.2%200.1%200.1%200.1%200.1%200.1%200.1%200.1%200.1%200.2%200.1%200.1%200.1%200.2v0.5z%22%2F%3E%3Cpath%20class%3D%22st13%22%20d%3D%22m23.7%2019.6l-0.2%201h-1.2v-0.3l0.1-0.1v-0.1l-0.1%200.1h-0.1v0.1l-0.1%200.1h-0.2l-0.1%200.1h-0.1l-0.1%200.1h-0.2l-0.1%200.1h-1l-0.1-0.1-0.2-0.1h-0.1l-0.1-0.1-0.1-0.1-0.1-0.1v-0.1l-0.1-0.1v-0.1l-0.1-0.1v-1l0.1-0.2%200.1-0.2%200.1-0.1%200.1-0.1%200.1-0.1%200.1-0.2h0.1l0.2-0.1%200.1-0.1%200.2-0.1h0.1l0.2-0.1h0.6l0.1-0.1h1.1v-0.5h-0.1v-0.1h-0.1v-0.1h-0.1v-0.1h-1.1l-0.2%200.1h-0.5l-0.2%200.1h-0.2l-0.1%200.1%200.4-1.2h0.2l0.1-0.1h0.3l0.2-0.1h1.5l0.2%200.1h0.1l0.2%200.1h0.1l0.2%200.1%200.1%200.1%200.1%200.1%200.1%200.1%200.1%200.2%200.1%200.1%200.1%200.2v0.5l-0.5%202.5%22%2F%3E%3Cpath%20class%3D%22st12%22%20d%3D%22m22.5%2018.3h-0.8l-0.1%200.1h-0.2l-0.1%200.1-0.1%200.1h-0.1l-0.1%200.1v0.1h-0.1v0.2h-0.1v0.2l0.1%200.1v0.1l0.1%200.1v0.1h0.7l0.1-0.1h0.2v-0.1h0.1l0.1-0.1%200.1-0.1v-0.1l0.1-0.1v-0.2l0.1-0.1v-0.3z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m13.7%2020.6h-1.3l1.1-6.2h2.2l0.3%203.7%201.5-3.7h2.3l-1.1%206.2h-1.3l0.9-4.6h-0.1l-1.9%204.6h-1.5v-1.4l-0.1-0.8v-0.9l-0.1-0.7v-0.8h-0.1z%22%2F%3E%3Cpath%20class%3D%22st13%22%20d%3D%22m13.7%2020.6h-1.3l1.1-6.2h2.2l0.3%203.7%201.5-3.7h2.3l-1.1%206.2h-1.3l0.9-4.6h-0.1l-1.9%204.6h-1.5v-1.4l-0.1-0.8v-0.9l-0.1-0.7v-0.8h-0.1l-0.8%204.6%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m35.3%2020.6h1.3l0.5-2.6v-0.4h0.1v-0.1l0.1-0.1v-0.1l0.1-0.1%200.1-0.1%200.1-0.1%200.2-0.1h0.4l0.2-0.1h0.1v0.1-0.1h0.1v-0.3l0.1-0.2v-0.1l0.1-0.1v-0.2l0.1-0.1v-0.1h0.1v-0.2h-0.5l-0.1%200.1h-0.2l-0.1%200.1h-0.1l-0.1%200.1h-0.1v0.1l-0.1%200.1-0.1%200.1v0.1h-0.1l-0.1%200.1v0.1l0.1-0.8h-1.3l-0.9%205z%22%2F%3E%3Cpath%20class%3D%22st13%22%20d%3D%22m35.3%2020.6h1.3l0.5-2.6v-0.4h0.1v-0.1l0.1-0.1v-0.1l0.1-0.1%200.1-0.1%200.1-0.1%200.2-0.1h0.4l0.2-0.1h0.1v0.1-0.1h0.1v-0.3l0.1-0.2v-0.1l0.1-0.1v-0.2l0.1-0.1v-0.1h0.1v-0.2h-0.5l-0.1%200.1h-0.2l-0.1%200.1h-0.1l-0.1%200.1h-0.1v0.1l-0.1%200.1-0.1%200.1v0.1h-0.1l-0.1%200.1v0.1l0.1-0.8h-1.3l-0.9%205%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m41.1%2015.5h0.4l0.2%200.1h0.2l0.2%200.1h0.2l0.1%200.1%200.1%200.1h0.1l0.1%200.1%200.1%200.1h0.1l0.1%200.1v0.1l0.1%200.1%200.1%200.1v0.1l0.1%200.1%200.1%200.1v0.2l0.1%200.1v0.3l0.1%200.1v0.7l-0.1%200.2v0.4l-0.1%200.2v0.1l-0.1%200.1v0.2l-0.1%200.1-0.1%200.1v0.1l-0.1%200.1-0.1%200.1-0.1%200.1-0.1%200.1-0.1%200.1h-0.1l-0.1%200.1-0.1%200.1h-0.1l-0.1%200.1h-0.1l-0.1%200.1h-0.3l-0.1%200.1h-1.3l-0.1-0.1h-0.3l-0.1-0.1h-0.1l-0.1-0.1h-0.1l-0.1-0.1-0.1-0.1h-0.1l-0.1-0.1v-0.1l-0.1-0.1-0.1-0.1-0.1-0.1v-0.1l-0.1-0.1v-0.1l-0.1-0.1v-0.3l-0.1-0.1v-1.2l0.1-0.1v-0.3l0.1-0.1v-0.2l0.1-0.1v-0.1l0.1-0.1%200.1-0.1v-0.1l0.1-0.1%200.1-0.1%200.1-0.1%200.1-0.1%200.1-0.1h0.1l0.1-0.1%200.1-0.1h0.1l0.1-0.1h0.1l0.1-0.1h0.4l0.2-0.1h0.3z%22%2F%3E%3Cpath%20class%3D%22st13%22%20d%3D%22m41.1%2015.5h0.4l0.2%200.1h0.2l0.2%200.1h0.2l0.1%200.1%200.1%200.1h0.1l0.1%200.1%200.1%200.1h0.1l0.1%200.1v0.1l0.1%200.1%200.1%200.1v0.1l0.1%200.1%200.1%200.1v0.2l0.1%200.1v0.3l0.1%200.1v0.7l-0.1%200.2v0.4l-0.1%200.2v0.1l-0.1%200.1v0.2l-0.1%200.1-0.1%200.1v0.1l-0.1%200.1-0.1%200.1-0.1%200.1-0.1%200.1-0.1%200.1h-0.1l-0.1%200.1-0.1%200.1h-0.1l-0.1%200.1h-0.1l-0.1%200.1h-0.3l-0.1%200.1h-1.3l-0.1-0.1h-0.3l-0.1-0.1h-0.1l-0.1-0.1h-0.1l-0.1-0.1-0.1-0.1h-0.1l-0.1-0.1v-0.1l-0.1-0.1-0.1-0.1-0.1-0.1v-0.1l-0.1-0.1v-0.1l-0.1-0.1v-0.3l-0.1-0.1v-1.2l0.1-0.1v-0.3l0.1-0.1v-0.2l0.1-0.1v-0.1l0.1-0.1%200.1-0.1v-0.1l0.1-0.1%200.1-0.1%200.1-0.1%200.1-0.1%200.1-0.1h0.1l0.1-0.1%200.1-0.1h0.1l0.1-0.1h0.1l0.1-0.1h0.4l0.2-0.1h0.4%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m43.1%2020.4h0.4-0.2v0.4h-0.1v-0.4h-0.1z%22%2F%3E%3Cpath%20class%3D%22st13%22%20d%3D%22m43.1%2020.4h0.4-0.2v0.4h-0.1v-0.4h-0.1%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m43.5%2020.4h0.1l0.2%200.3%200.1-0.3h0.1v0.4h-0.1v-0.3l-0.1%200.3h-0.1l-0.1-0.3v0.3h-0.1z%22%2F%3E%3Cpath%20class%3D%22st13%22%20d%3D%22m43.5%2020.4h0.1l0.2%200.3%200.1-0.3h0.1v0.4h-0.1v-0.3l-0.1%200.3h-0.1l-0.1-0.3v0.3h-0.1v-0.4%22%2F%3E%3Cpath%20class%3D%22st11%22%20d%3D%22m40%2017.9v0.8l0.1%200.1v0.2h0.1v0.1l0.1%200.1v0.1h0.2l0.1%200.1h0.4l0.1-0.1h0.2l0.1-0.1%200.1-0.1h0.1v-0.1l0.1-0.1%200.1-0.2v-0.1l0.1-0.1v-0.4l0.1-0.1v-0.7l-0.1-0.1v-0.2l-0.1-0.1-0.1-0.1-0.1-0.1h-0.2l-0.1-0.1h-0.2l-0.1%200.1h-0.2l-0.1%200.1h-0.1l-0.1%200.1v0.1l-0.1%200.1-0.1%200.1v0.1l-0.1%200.1v0.1l-0.1%200.1v0.2z%22%2F%3E%3C%2Fsvg%3E");
}

.jcb {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22payment-method9-Layer_1%22%20viewBox%3D%220%200%2056%2035%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cstyle%3E.st0%7Bfill%3A%23ff9948%7D.st1%7Bfill%3A%233957a7%7D.st2%7Bfill%3A%23fff%7D.st3%7Bfill%3A%23f9a533%7D.st4%7Bfill%3A%231c3663%7D.st5%7Bfill%3A%23f1f2f2%7D.st6%7Bfill%3A%23f58220%7D.st7%7Bfill%3Aurl%28%23SVGID_1_%29%7D.st8%7Bfill%3A%23001722%7D.st9%7Bfill%3A%23231f20%7D.st10%7Bfill%3A%2313457c%7D.st11%7Bfill%3A%23ec1c2e%7D.st12%7Bfill%3A%230084c4%7D.st13%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.215%7D.st14%2C.st15%2C.st16%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fbb231%7D.st15%2C.st16%7Bfill%3A%23ec1c2e%7D.st16%7Bfill%3A%23fff%7D.st17%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.216%3Bstroke-miterlimit%3A2.6131%7D.st18%7Bfill%3A%230078a9%7D.st19%7Bfill%3A%23c92f92%7D.st20%7Bfill%3A%231c9f6f%7D.st21%7Bfill%3A%230067b4%7D.st22%7Bfill%3A%23faa61a%7D.st23%7Bfill%3A%23ed1c24%7D.st24%7Bfill%3A%230c489c%7D.st25%7Bfill%3A%23084d95%7D.st26%7Bfill%3A%23f1f1f1%7D.st27%7Bfill%3A%2366cde7%7D.st28%7Bfill%3A%23d92b2b%7D.st29%2C.st30%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%7D.st30%7Bstroke-width%3A4%3Bstroke-dasharray%3A2.5504%2C2.5504%7D.st31%7Bopacity%3A.4%7D.st32%7Bfilter%3Aurl%28%23Adobe_OpacityMaskFilter%29%7D.st33%7Bmask%3Aurl%28%23Dashed_Circle_5_%29%3Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3A2.2047%2C2.2047%7D.st34%7Bfill%3A%23d7e0f1%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st24%22%20d%3D%22m56%2033.1c0%201-0.8%201.9-1.9%201.9h-52.2c-1%200-1.9-0.8-1.9-1.9v-31.2c0-1.1%200.8-1.9%201.9-1.9h52.3c1%200%201.9%200.8%201.9%201.9v31.2z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m37.7%2018.7c0.1%202%200.1%204.1%200%206.2-0.1%200.8-0.6%201.6-1.3%202.1-0.6%200.4-1.3%200.4-2%200.4h-2.7v-17.3c0.1-1.2%201-2.1%202.1-2.4%201.3-0.2%202.5-0.1%203.9-0.1l0.1%200.9v10.2zm-19.5-0.7v-8.1c0.1-0.9%200.9-1.8%201.8-2.1%201.3-0.4%202.9-0.2%204.2-0.2%200.1%201.3%200%203%200%204.1l0.1%2010.6c-0.2%201.6%200.4%203.8-1.6%204.8-1.3%200.6-3%200.2-4.5%200.4v-9.5zm12.8-9.3v16.6c-0.2%200.8-0.9%201.6-1.7%201.9-1.3%200.4-2.9%200.2-4.3%200.2l-0.1-17.4c0.1-0.8%200.6-1.5%201.3-2%200.5-0.3%201.1-0.4%201.8-0.5h2.9l0.1%201.2z%22%2F%3E%3Cpath%20class%3D%22st24%22%20d%3D%22m18.2%2018.4c0.5%200.7%201.3%201.3%202.2%201.3%201.1%200.1%202.6%200.2%203.3-0.8%200.5-0.5%200.2-1.3%200.3-2v-1.3c-0.6-0.1-1.2%200-2%200-0.4%201.4%200.6%203-1%203.7-0.4%200.1-0.9%200-1.3-0.2-0.6-0.1-0.3-1.1-1.1-0.9l-0.4-0.2v0.4zm12.5-2.9c0.1%200.2%200%200.4%200%200.6-1-0.3-2.3-0.6-3.2%200.2-0.3%200.4-0.5%200.8-0.5%201.4%200.1%200.6%200.5%201.2%201.1%201.4%200.9%200.3%201.8%200%202.6-0.2%200%200.2%200.1%200.4%200%200.5h-3.9c-0.7-0.1-1.2-0.5-1.5-1.2-0.3-0.6-0.1-1.5%200.3-2.1%200.4-0.5%201-0.7%201.6-0.7l3.5%200.1zm7%203.2c-0.1%200.4-0.4%200.8-0.8%200.8h-4.9v-4h3c1%200.1%202-0.3%202.4%200.6%200.1%200.3%200.1%200.7-0.1%201-0.1%200.2-0.4%200.3-0.5%200.4%200.4%200.1%200.8%200.4%200.9%200.8v0.4zm-4-2.8c-0.1%200.4-0.1%200.9%200%201.3%200.7%200%201.6%200.2%202.1-0.3%200.2-0.2%200.1-0.5%200-0.7-0.6-0.5-1.5-0.2-2.1-0.3zm1.8%201.9c-0.6-0.1-1.3-0.1-1.9%200%200%200.5%200%200.9%200.1%201.4%200.7%200%201.4%200.1%202-0.2%200.2-0.2%200.3-0.4%200.2-0.7%200-0.3-0.2-0.4-0.4-0.5z%22%2F%3E%3C%2Fsvg%3E");
}

.master {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22payment-method3-Layer_1%22%20viewBox%3D%220%200%2056%2035%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cstyle%3E.st0%7Bfill%3A%23ff9948%7D.st1%7Bfill%3A%233957a7%7D.st2%7Bfill%3A%23fff%7D.st3%7Bfill%3A%23f9a533%7D.st4%7Bfill%3A%231c3663%7D.st5%7Bfill%3A%23f1f2f2%7D.st6%7Bfill%3A%23f58220%7D.st7%7Bfill%3Aurl%28%23SVGID_1_%29%7D.st8%7Bfill%3A%23001722%7D.st9%7Bfill%3A%23231f20%7D.st10%7Bfill%3A%2313457c%7D.st11%7Bfill%3A%23ec1c2e%7D.st12%7Bfill%3A%230084c4%7D.st13%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.215%7D.st14%2C.st15%2C.st16%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fbb231%7D.st15%2C.st16%7Bfill%3A%23ec1c2e%7D.st16%7Bfill%3A%23fff%7D.st17%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.216%3Bstroke-miterlimit%3A2.6131%7D.st18%7Bfill%3A%230078a9%7D.st19%7Bfill%3A%23c92f92%7D.st20%7Bfill%3A%231c9f6f%7D.st21%7Bfill%3A%230067b4%7D.st22%7Bfill%3A%23faa61a%7D.st23%7Bfill%3A%23ed1c24%7D.st24%7Bfill%3A%230c489c%7D.st25%7Bfill%3A%23084d95%7D.st26%7Bfill%3A%23f1f1f1%7D.st27%7Bfill%3A%2366cde7%7D.st28%7Bfill%3A%23d92b2b%7D.st29%2C.st30%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%7D.st30%7Bstroke-width%3A4%3Bstroke-dasharray%3A2.5504%2C2.5504%7D.st31%7Bopacity%3A.4%7D.st32%7Bfilter%3Aurl%28%23Adobe_OpacityMaskFilter%29%7D.st33%7Bmask%3Aurl%28%23Dashed_Circle_5_%29%3Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3A2.2047%2C2.2047%7D.st34%7Bfill%3A%23d7e0f1%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st10%22%20d%3D%22m56%2033.1c0%201-0.8%201.9-1.9%201.9h-52.2c-1%200-1.9-0.8-1.9-1.9v-31.2c0-1.1%200.8-1.9%201.9-1.9h52.3c1%200%201.9%200.8%201.9%201.9v31.2z%22%2F%3E%3Cpath%20class%3D%22st14%22%20d%3D%22m34.7%2027.5h1.1l0.5-0.1%200.5-0.1%200.4-0.1%200.5-0.1%200.5-0.2%200.4-0.1%200.5-0.2%200.4-0.3%200.4-0.2%200.4-0.3%200.4-0.3%200.4-0.3%200.4-0.3%200.3-0.3%200.4-0.4%200.3-0.3%200.3-0.4%200.3-0.4%200.2-0.4%200.3-0.4%200.2-0.5%200.2-0.4%200.2-0.5%200.1-0.4%200.2-0.5%200.1-0.5%200.1-0.5v-0.5l0.1-0.5v-1l-0.1-0.5v-0.5l-0.1-0.5-0.1-0.5-0.2-0.5-0.1-0.5-0.2-0.4-0.2-0.5-0.2-0.4-0.3-0.4-0.2-0.4-0.3-0.4-0.3-0.4-0.3-0.4-0.4-0.3-0.3-0.3-0.4-0.4-0.4-0.3-0.4-0.2-0.4-0.3-0.4-0.2-0.4-0.3-0.5-0.2-0.4-0.1-0.5-0.2-0.5-0.1-0.4-0.1-0.5-0.1-0.5-0.1h-2.1l-0.5%200.1-0.5%200.1-0.5%200.1-0.5%200.1-0.4%200.2-0.5%200.1-0.4%200.2-0.5%200.3-0.4%200.2-0.4%200.3-0.4%200.2-0.4%200.3-0.3%200.4-0.4%200.3-0.3%200.3-0.3%200.4-0.3%200.4-0.3%200.4-0.3%200.4-0.2%200.4-0.2%200.4-0.2%200.5-0.2%200.4-0.2%200.5-0.1%200.5-0.1%200.5-0.1%200.5-0.1%200.5v2l0.1%200.5%200.1%200.5%200.1%200.5%200.1%200.5%200.2%200.4%200.2%200.5%200.2%200.4%200.2%200.5%200.2%200.4%200.3%200.4%200.3%200.4%200.3%200.4%200.3%200.3%200.3%200.4%200.4%200.3%200.3%200.3%200.4%200.3%200.4%200.3%200.4%200.3%200.4%200.2%200.5%200.3%200.4%200.2%200.5%200.1%200.4%200.2%200.5%200.1%200.5%200.1%200.5%200.1%200.5%200.1h1z%22%2F%3E%3Cpath%20class%3D%22st15%22%20d%3D%22m21.3%2027.5h1l0.5-0.1%200.5-0.1%200.5-0.1%200.5-0.1%200.4-0.2%200.5-0.1%200.4-0.2%200.5-0.3%200.4-0.2%200.4-0.3%200.4-0.3%200.4-0.3%200.3-0.3%200.4-0.3%200.3-0.4%200.3-0.3%200.3-0.4%200.3-0.4%200.3-0.4%200.2-0.4%200.2-0.5%200.2-0.4%200.2-0.5%200.2-0.4%200.1-0.5%200.1-0.5%200.1-0.5%200.1-0.5v-2l-0.1-0.5-0.1-0.5-0.1-0.5-0.1-0.5-0.2-0.5-0.2-0.4-0.2-0.5-0.2-0.4-0.2-0.4-0.3-0.4-0.3-0.4-0.3-0.4-0.3-0.4-0.3-0.3-0.4-0.3-0.3-0.4-0.4-0.3-0.4-0.2-0.4-0.3-0.4-0.2-0.5-0.3-0.4-0.2-0.5-0.1-0.4-0.2-0.5-0.1-0.5-0.1-0.5-0.1-0.5-0.1h-2.1l-0.5%200.1-0.5%200.1-0.4%200.1-0.5%200.1-0.5%200.2-0.4%200.1-0.5%200.2-0.4%200.3-0.4%200.2-0.5%200.3-0.3%200.2-0.4%200.3-0.4%200.4-0.3%200.3-0.4%200.3-0.3%200.4-0.3%200.4-0.3%200.4-0.2%200.4-0.3%200.4-0.2%200.4-0.2%200.5-0.2%200.4-0.1%200.5-0.2%200.5-0.1%200.5-0.1%200.5v0.5l-0.1%200.5v1l0.1%200.5v0.5l0.1%200.5%200.1%200.5%200.2%200.5%200.1%200.4%200.2%200.5%200.2%200.4%200.2%200.5%200.3%200.4%200.2%200.4%200.3%200.4%200.3%200.4%200.3%200.3%200.4%200.4%200.3%200.3%200.4%200.3%200.4%200.3%200.3%200.3%200.5%200.3%200.4%200.2%200.4%200.3%200.5%200.2%200.4%200.1%200.5%200.2%200.5%200.1%200.4%200.1%200.5%200.1%200.5%200.1h1.1z%22%2F%3E%3Cpath%20class%3D%22st14%22%20d%3D%22m26.8%2011.3h5.4v-0.5h-4.9l-0.5%200.5zm-0.8%201.2h6.2v-0.5h-5.9l-0.3%200.5zm-0.6%201.2h6.8v-0.5h-6.5l-0.3%200.5zm-0.4%201.2h7.2v-0.5h-7l-0.2%200.5zm0.3%205.9h6.9v-0.5h-7.1l0.2%200.5zm0.5%201.2h6.4v-0.5h-6.7l0.3%200.5zm0.7%201.2h5.7v-0.5h-6.1l0.4%200.5zm1%201.2h4.7v-0.5h-5.2l0.5%200.5zm-2.7-8.2h7.4v-0.6h-7.3l-0.1%200.6zm4.5%203.4h2.8v-0.5h-2.7l-0.1%200.5zm0.2-1.2h2.6v-0.6h-2.5l-0.1%200.6zm-4.9-0.6h0.7v0.6h-0.7v-0.6z%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m23.2%2017.2h-0.2v-0.1h-0.8l-0.1%200.1h-0.1l-0.1%200.1v0.3l0.1%200.1h0.1l0.1%200.1h0.1l0.1%200.1h0.2l0.1%200.1h0.1l0.1%200.1%200.1%200.1%200.1%200.1v0.1l0.1%200.2v0.4l-0.1%200.1v0.3l-0.1%200.1-0.1%200.1-0.1%200.1-0.1%200.1h-0.1l-0.1%200.1h-0.1l-0.1%200.1h-1.7l-0.1-0.1h-0.1l0.1-0.8h0.1v0.1h0.4l0.1%200.1h0.7l0.1-0.1h0.1l0.1-0.1v-0.3l-0.1-0.1v-0.1h-0.2l-0.1-0.1h-0.1l-0.1-0.1h-0.2l-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.2v-0.6l0.1-0.1v-0.2l0.1-0.1%200.1-0.1%200.1-0.1%200.1-0.1h0.1l0.1-0.1h0.3l0.2-0.1h1v0.1h0.4l-0.2%200.8z%22%2F%3E%3Cpath%20class%3D%22st17%22%20d%3D%22m23.2%2017.2h-0.2v-0.1h-0.8l-0.1%200.1h-0.1l-0.1%200.1v0.3l0.1%200.1h0.1l0.1%200.1h0.1l0.1%200.1h0.2l0.1%200.1h0.1l0.1%200.1%200.1%200.1%200.1%200.1v0.1l0.1%200.2v0.4l-0.1%200.1v0.3l-0.1%200.1-0.1%200.1-0.1%200.1-0.1%200.1h-0.1l-0.1%200.1h-0.1l-0.1%200.1h-1.7l-0.1-0.1h-0.1l0.1-0.8h0.1v0.1h0.4l0.1%200.1h0.7l0.1-0.1h0.1l0.1-0.1v-0.3l-0.1-0.1v-0.1h-0.2l-0.1-0.1h-0.1l-0.1-0.1h-0.2l-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.2v-0.6l0.1-0.1v-0.2l0.1-0.1%200.1-0.1%200.1-0.1%200.1-0.1h0.1l0.1-0.1h0.3l0.2-0.1h1v0.1h0.4l-0.2%200.8%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m24%2015.6h1l-0.2%200.8h0.6l-0.1%200.8-0.6-0.1-0.4%201.9v0.1l0.1%200.1%200.1%200.1h0.5l0.1-0.1-0.1%200.7h-0.2v0.1h-1.1l-0.1-0.1h-0.1l-0.1-0.1v-0.5l0.6-3.7z%22%2F%3E%3Cpath%20class%3D%22st17%22%20d%3D%22m24%2015.6h1l-0.2%200.8h0.6l-0.1%200.8-0.6-0.1-0.4%201.9v0.1l0.1%200.1%200.1%200.1h0.5l0.1-0.1-0.1%200.7h-0.2v0.1h-1.1l-0.1-0.1h-0.1l-0.1-0.1v-0.5l0.6-3.7%22%2F%3E%3Cpath%20class%3D%22st17%22%20d%3D%22m26.1%2018.4v0.3h0.1v0.2h0.1v0.1h0.1v0.1h0.1l0.1%200.1h0.2v0.1h0.8v-0.1h0.3l0.1-0.1h0.1l0.1-0.1-0.1%200.8-0.1%200.1h-0.2v0.1h-1.3l-0.2-0.1h-0.2l-0.1-0.1-0.2-0.1-0.1-0.1-0.1-0.1-0.2-0.1-0.1-0.2v-0.1l-0.1-0.2v-1.2l0.1-0.1v-0.2l0.1-0.1%200.1-0.2%200.1-0.1%200.1-0.1%200.1-0.2%200.1-0.1%200.2-0.1%200.2-0.1h0.2l0.3-0.1h0.5l0.2%200.1h0.2l0.2%200.1%200.1%200.1%200.1%200.1%200.1%200.1%200.1%200.1%200.1%200.2v1.1l-0.1%200.3h-2.4l0.1-0.7h1.5v-0.4h-0.1v-0.1l-0.1-0.1h-0.1v-0.1h-0.5l-0.1%200.1-0.1%200.1-0.1%200.1v0.1h-0.1v0.2l-0.2%200.7%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m34.2%2016.6h-0.1v-0.1h-0.2v-0.1h-1.1l-0.1%200.1h-0.1l-0.1%200.1h-0.1l-0.1%200.1-0.1%200.1-0.1%200.2v0.1l-0.1%200.2-0.1%200.2v0.2l-0.1%200.1v0.5l0.1%200.1v0.2l0.1%200.1v0.1h0.1l0.1%200.1%200.1%200.1h0.1l0.1%200.1h1l0.1-0.1h0.1l0.1-0.1-0.1%200.9h-0.1l-0.1%200.1h-0.1l-0.1%200.1h-1.3l-0.1-0.1-0.2-0.1h-0.1l-0.2-0.1-0.1-0.2-0.1-0.1-0.1-0.2-0.1-0.1-0.1-0.2-0.1-0.2v-1.2l0.1-0.1v-0.3l0.1-0.1v-0.1l0.1-0.1v-0.1l0.1-0.1v-0.1l0.1-0.1v-0.1l0.1-0.1%200.1-0.1%200.1-0.1%200.1-0.1h0.1v-0.1l0.1-0.1h0.1l0.1-0.1h0.2l0.1-0.1h0.3l0.1-0.1h0.7l0.1%200.1h0.5v0.1h0.2l0.1%200.1-0.2%200.9z%22%2F%3E%3Cpath%20class%3D%22st17%22%20d%3D%22m34.2%2016.6h-0.1v-0.1h-0.2v-0.1h-1.1l-0.1%200.1h-0.1l-0.1%200.1h-0.1l-0.1%200.1-0.1%200.1-0.1%200.2v0.1l-0.1%200.2-0.1%200.2v0.2l-0.1%200.1v0.5l0.1%200.1v0.2l0.1%200.1v0.1h0.1l0.1%200.1%200.1%200.1h0.1l0.1%200.1h1l0.1-0.1h0.1l0.1-0.1-0.1%200.9h-0.1l-0.1%200.1h-0.1l-0.1%200.1h-1.3l-0.1-0.1-0.2-0.1h-0.1l-0.2-0.1-0.1-0.2-0.1-0.1-0.1-0.2-0.1-0.1-0.1-0.2-0.1-0.2v-1.2l0.1-0.1v-0.3l0.1-0.1v-0.1l0.1-0.1v-0.1l0.1-0.1v-0.1l0.1-0.1v-0.1l0.1-0.1%200.1-0.1%200.1-0.1%200.1-0.1h0.1v-0.1l0.1-0.1h0.1l0.1-0.1h0.2l0.1-0.1h0.3l0.1-0.1h0.7l0.1%200.1h0.5v0.1h0.2l0.1%200.1-0.2%200.9%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m42.6%2020h-1l0.1-0.4-0.1%200.1-0.1%200.1-0.1%200.1h-0.1v0.1h-0.3v0.1h-0.5l-0.1-0.1h-0.2l-0.1-0.1-0.2-0.1-0.1-0.1-0.1-0.2v-0.1l-0.1-0.1-0.1-0.2v-1l0.1-0.2v-0.2l0.1-0.2%200.1-0.2%200.1-0.1%200.1-0.2%200.1-0.1%200.1-0.1%200.1-0.1%200.1-0.1h0.2l0.1-0.1h0.1l0.2-0.1h0.6l0.1%200.1h0.1l0.1%200.1%200.1%200.1%200.1%200.1%200.1%200.1%200.2-1.3h0.9l-0.7%204.4z%22%2F%3E%3Cpath%20class%3D%22st17%22%20d%3D%22m42.6%2020h-1l0.1-0.4-0.1%200.1-0.1%200.1-0.1%200.1h-0.1v0.1h-0.3v0.1h-0.5l-0.1-0.1h-0.2l-0.1-0.1-0.2-0.1-0.1-0.1-0.1-0.2v-0.1l-0.1-0.1-0.1-0.2v-1l0.1-0.2v-0.2l0.1-0.2%200.1-0.2%200.1-0.1%200.1-0.2%200.1-0.1%200.1-0.1%200.1-0.1%200.1-0.1h0.2l0.1-0.1h0.1l0.2-0.1h0.6l0.1%200.1h0.1l0.1%200.1%200.1%200.1%200.1%200.1%200.1%200.1%200.2-1.3h0.9l-0.7%204.4%22%2F%3E%3Cpath%20class%3D%22st14%22%20d%3D%22m41%2019.2h0.3l0.1-0.1%200.1-0.1h0.1v-0.1l0.1-0.1%200.1-0.1v-0.2l0.1-0.1v-0.9h-0.1v-0.1l-0.1-0.1h-0.1v-0.1h-0.3l-0.1%200.1h-0.2v0.1h-0.1v0.1l-0.1%200.1v0.1h-0.1v0.1l-0.1%200.1v1l0.1%200.1%200.1%200.1%200.1%200.1h0.1z%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m20.2%2019.3l-0.1%200.7h-0.9l0.1-0.1v-0.3%200.1h-0.1l-0.1%200.1-0.1%200.1h-0.2l-0.1%200.1h-0.2l-0.1%200.1h-0.5l-0.1-0.1h-0.1l-0.1-0.1h-0.1v-0.1h-0.1l-0.1-0.1-0.1-0.1v-0.3l-0.1-0.1v-0.3l0.1-0.1v-0.2l0.1-0.1%200.1-0.1v-0.1l0.1-0.1%200.1-0.1%200.1-0.1h0.1l0.1-0.1h0.1l0.1-0.1h0.4v-0.1h1v-0.1h0.1v-0.1l-0.1-0.1v-0.1l-0.1-0.1h-0.1l-0.1-0.1h-0.6l-0.1%200.1h-0.6l-0.1%200.1h-0.1l0.2-0.8h0.2l0.1-0.1h0.6l0.1-0.1h0.3l0.1%200.1h0.5l0.2%200.1h0.1l0.1%200.1h0.1v0.1l0.1%200.1%200.1%200.1v0.1l0.1%200.1v0.4l-0.4%201.8z%22%2F%3E%3Cpath%20class%3D%22st17%22%20d%3D%22m20.2%2019.3l-0.1%200.7h-0.9l0.1-0.1v-0.3%200.1h-0.1l-0.1%200.1-0.1%200.1h-0.2l-0.1%200.1h-0.2l-0.1%200.1h-0.5l-0.1-0.1h-0.1l-0.1-0.1h-0.1v-0.1h-0.1l-0.1-0.1-0.1-0.1v-0.3l-0.1-0.1v-0.3l0.1-0.1v-0.2l0.1-0.1%200.1-0.1v-0.1l0.1-0.1%200.1-0.1%200.1-0.1h0.1l0.1-0.1h0.1l0.1-0.1h0.4v-0.1h1v-0.1h0.1v-0.1l-0.1-0.1v-0.1l-0.1-0.1h-0.1l-0.1-0.1h-0.6l-0.1%200.1h-0.6l-0.1%200.1h-0.1l0.2-0.8h0.2l0.1-0.1h0.6l0.1-0.1h0.3l0.1%200.1h0.5l0.2%200.1h0.1l0.1%200.1h0.1v0.1l0.1%200.1%200.1%200.1v0.1l0.1%200.1v0.4l-0.4%201.8%22%2F%3E%3Cpath%20class%3D%22st15%22%20d%3D%22m19.4%2018.4v-0.1h-0.5v0.1h-0.3v0.1h-0.2v0.1h-0.1v0.1h-0.1v0.5h0.1l0.1%200.1h0.3l0.1-0.1h0.2v-0.1h0.1l0.1-0.1v-0.1h0.1v-0.2l0.1-0.1v-0.2z%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m13.1%2020h-0.9l0.7-4.4h1.6l0.2%202.6%201.1-2.6h1.7l-0.8%204.4h-0.9l0.6-3.3h-0.1l-1.4%203.3h-1v-0.5l-0.1-0.5v-1.2l-0.1-0.6v-0.5l-0.6%203.3z%22%2F%3E%3Cpath%20class%3D%22st17%22%20d%3D%22m13.1%2020h-0.9l0.7-4.4h1.6l0.2%202.6%201.1-2.6h1.7l-0.8%204.4h-0.9l0.6-3.3h-0.1l-1.4%203.3h-1v-0.5l-0.1-0.5v-1.2l-0.1-0.6v-0.5l-0.6%203.3%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m37%2019.3l-0.1%200.7h-0.8v-0.4l-0.1%200.1-0.1%200.1h-0.1v0.1h-0.1l-0.1%200.1h-0.3l-0.1%200.1h-0.4l-0.2-0.1h-0.1l-0.1-0.1-0.1-0.1h-0.1v-0.1h-0.1v-0.1l-0.1-0.1v-0.8l0.1-0.1v-0.1l0.1-0.1%200.1-0.1v-0.1l0.1-0.1%200.1-0.1h0.1l0.1-0.1h0.1l0.1-0.1h0.4v-0.1h1l0.1-0.1v-0.2h-0.1v-0.1l-0.1-0.1h-0.1l-0.1-0.1h-0.6l-0.1%200.1h-0.6v0.1h-0.2l0.3-0.8h0.1l0.1-0.1h0.6l0.1-0.1h0.3l0.1%200.1h0.6l0.1%200.1h0.1l0.1%200.1h0.1l0.1%200.1v0.1l0.1%200.1%200.1%200.1v0.5l-0.4%201.8z%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m36.9%2020l0.2-0.7h-0.1l-0.1%200.7zm-0.9%200h0.9-0.9%200.1-0.1zm0.1-0.4l-0.1%200.1v0.3h0.1v-0.4z%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m34.8%2020.1h0.5l0.1-0.1h0.2l0.1-0.1h0.1l0.1-0.1%200.1-0.1%200.1-0.1-0.1%200.1-0.1%200.1h-0.1v0.1h-0.2l-0.1%200.1h-0.3l-0.1%200.1h-0.2l-0.1-0.1v0.1z%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m33.9%2019.1h0.1v0.4l0.1%200.1v0.1l0.1%200.1%200.1%200.1%200.1%200.1h0.2l0.2%200.1v-0.1h-0.3v-0.1h-0.1l-0.1-0.1h-0.1v-0.1l-0.1-0.1v-0.1l-0.1-0.1v-0.3h-0.1z%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m35.2%2017.7l-0.2%200.1h-0.2l-0.1%200.1h-0.1l-0.1%200.1-0.1%200.1-0.1%200.1h-0.1v0.1l-0.1%200.1v0.2l-0.1%200.1v0.2l-0.1%200.2h0.1v-0.4l0.1-0.1v-0.1l0.1-0.1%200.1-0.1%200.1-0.1v-0.1l0.1-0.1h0.1l0.1-0.1h0.1l0.1-0.1h0.3v-0.1z%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m35.9%2017.7h-0.7v0.1h0.2l0.1-0.1h0.4zm0.4%200h-0.4%200.5-0.1%200.1-0.1zm0.1-0.2l-0.1%200.1v0.1h0.1v-0.2zm-0.4-0.3h0.2v0.1h0.1v0.1l0.1%200.1v-0.2h-0.1v-0.1h-0.1l-0.1-0.1h-0.1v0.1zm-1.5%200.1h0.2l0.1-0.1h1.2v-0.1h-0.8l-0.1%200.1h-0.4l-0.1%200.1h-0.1zm0.2-0.8l-0.2%200.8%200.3-0.8h-0.1z%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m36.3%2016.3h-1l-0.1%200.1h-0.3l-0.1%200.1h-0.1%200.3l0.1-0.1h1.2v-0.1z%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m37.4%2017.5v-0.5l-0.1-0.1v-0.1l-0.1-0.1-0.1-0.1h-0.1l-0.1-0.1h-0.1l-0.1-0.1h-0.2l-0.1-0.1h-0.1v0.1h0.3l0.1%200.1h0.2l0.1%200.1%200.1%200.1%200.1%200.1%200.1%200.1v0.1l0.1%200.1v0.4zm-0.3%201.8l0.3-1.8-0.4%201.8h0.1z%22%2F%3E%3Cpath%20class%3D%22st14%22%20d%3D%22m36.2%2018.4v-0.1h-0.4l-0.1%200.1h-0.3v0.1h-0.2v0.1l-0.1%200.1v0.1h-0.1v0.3l0.1%200.1h0.1v0.1h0.3l0.1-0.1h0.2l0.1-0.1h0.1v-0.1h0.1v-0.2h0.1v-0.4z%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m43.2%2019.6v-0.2l0.1-0.1v-0.1h0.1l0.1-0.1h0.4v0.1h0.1l0.1%200.1v0.2l0.1%200.1h-0.1l-0.1-0.1v-0.1l-0.1-0.1-0.1-0.1h-0.3v0.1h-0.1v0.1h-0.1v0.2h-0.1z%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m43.5%2019.6v-0.2h0.4v0.1l-0.1%200.1h-0.1l0.1-0.1v-0.1h-0.2v0.2h-0.1z%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m43.2%2019.6v0.2l0.1%200.1%200.1%200.1h0.2l0.1%200.1%200.1-0.1h0.1l0.1-0.1h0.1v-0.2l0.1-0.1h-0.1l-0.1%200.1v0.1l-0.1%200.1h-0.1v0.1h-0.2l-0.1-0.1h-0.1v-0.1l-0.1-0.1v-0.1h-0.1z%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m43.5%2019.6v0.2h0.1v-0.2h0.1l0.1%200.2-0.1-0.2h0.1-0.3z%22%2F%3E%3Cpath%20class%3D%22st17%22%20d%3D%22m43.2%2019.6v-0.3l0.1-0.1%200.1-0.1h0.6l0.1%200.1%200.1%200.1v0.6h-0.2l-0.1%200.1h-0.6l-0.1-0.1-0.1-0.1v-0.1l0.1-0.1m0.4%200.2l-0.1-0.4h0.2l0.1%200.2h-0.1l-0.1-0.2h-0.1v0.4m0.2-0.2h0.1-0.1m0%200.4h0.4v-0.8h-0.8v0.8h0.4%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m37.3%2020h1l0.3-1.9v-0.2l0.1-0.1v-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1v-0.1h0.2l0.2-0.1h0.2l0.1-0.8h-0.4l-0.1%200.1-0.1%200.1h-0.1l-0.1%200.1v0.1h-0.1v0.1h-0.1v0.1l0.1-0.6h-1l-0.6%203.6z%22%2F%3E%3Cpath%20class%3D%22st17%22%20d%3D%22m37.3%2020h1l0.3-1.9v-0.2l0.1-0.1v-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.1v-0.1h0.2l0.2-0.1h0.2l0.1-0.8h-0.4l-0.1%200.1-0.1%200.1h-0.1l-0.1%200.1v0.1h-0.1v0.1h-0.1v0.1l0.1-0.6h-1l-0.6%203.6%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m28.3%2020h1l0.3-1.9v-0.2h0.1v-0.2h0.1v-0.1l0.1-0.1h0.1v-0.1h0.1l0.1-0.1h0.5v-0.3l0.1-0.1v-0.2l0.1-0.1v-0.1l0.1-0.1h-0.6l-0.1%200.1h-0.1v0.1h-0.1v0.1h-0.1v0.1l-0.1%200.1-0.1%200.1%200.1-0.6h-0.9l-0.7%203.6z%22%2F%3E%3Cpath%20class%3D%22st17%22%20d%3D%22m28.3%2020h1l0.3-1.9v-0.2h0.1v-0.2h0.1v-0.1l0.1-0.1h0.1v-0.1h0.1l0.1-0.1h0.5v-0.3l0.1-0.1v-0.2l0.1-0.1v-0.1l0.1-0.1h-0.6l-0.1%200.1h-0.1v0.1h-0.1v0.1h-0.1v0.1l-0.1%200.1-0.1%200.1%200.1-0.6h-0.9l-0.7%203.6%22%2F%3E%3Cpath%20class%3D%22st14%22%20d%3D%22m43.2%2023.6v-0.1l0.1-0.1v-0.1h0.1l0.1-0.1h0.4v0.1h0.1l0.1%200.1v0.2h-0.1v-0.1l-0.1-0.1v-0.1h-0.4l-0.1%200.1v0.1h-0.1v0.1h-0.1z%22%2F%3E%3Cpath%20class%3D%22st14%22%20d%3D%22m43.5%2023.6v-0.1h0.4v0.1h-0.1v-0.1h-0.2v0.1h-0.1zm-0.3%200.1v-0.1h0.1v0.1h-0.1z%22%2F%3E%3Cpath%20class%3D%22st14%22%20d%3D%22m43.5%2023.7v-0.1h0.1v0.1h0.1v-0.1h0.2l-0.1%200.1h-0.3zm0.6%200l-0.1-0.1h0.1l0.1%200.1h-0.1z%22%2F%3E%3Cpath%20class%3D%22st14%22%20d%3D%22m43.2%2023.7v0.2h0.1v0.1l0.1%200.1h0.2l0.1%200.1%200.1-0.1h0.1l0.1-0.1%200.1-0.1v-0.1l0.1-0.1h-0.1l-0.1%200.1v0.1l-0.1%200.1h-0.1v0.1h-0.2l-0.1-0.1h-0.1v-0.1l-0.1-0.1v-0.1h-0.1z%22%2F%3E%3Cpath%20class%3D%22st14%22%20d%3D%22m43.5%2023.7v0.2h0.1v-0.2h0.1l0.1%200.2-0.1-0.2h0.1-0.3z%22%2F%3E%3Cpath%20class%3D%22st16%22%20d%3D%22m28.4%2017.5v-0.4l-0.1-0.2-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1h-0.9l-0.2%200.1-0.2%200.1-0.2%200.1-0.1%200.1-0.1%200.1-0.4%200.2-0.1%200.1-0.1%200.1-0.1%200.1-0.1%200.1v1.2l0.1%200.2%200.1%200.2%200.1%200.2%200.1%200.1%200.1%200.1%200.1%200.1%200.2%200.1%200.2%200.1%200.2%200.1h2.4l0.1-0.8-0.1%200.1h-2.7l0.3-0.1h-0.1v-0.8h2.2v-0.2l0.1-0.3v-0.3l-0.2%200.1zm-0.9%200.3h-1.2v-0.7h1.3v0.5l-0.1%200.2z%22%2F%3E%3C%2Fsvg%3E");
}

.ico-guarantee-footer-p {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Guarantee1-Layer_1%22%20viewBox%3D%220%200%20130%20130%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cstyle%3E.st0%7Bfill%3A%23ff9948%7D.st1%7Bfill%3A%233957a7%7D.st2%7Bfill%3A%23fff%7D.st3%7Bfill%3A%23f9a533%7D.st4%7Bfill%3A%231c3663%7D.st5%7Bfill%3A%23f1f2f2%7D.st6%7Bfill%3A%23f58220%7D.st7%7Bfill%3Aurl%28%23SVGID_1_%29%7D.st8%7Bfill%3A%23001722%7D.st9%7Bfill%3A%23231f20%7D.st10%7Bfill%3A%2313457c%7D.st11%7Bfill%3A%23ec1c2e%7D.st12%7Bfill%3A%230084c4%7D.st13%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.215%7D.st14%2C.st15%2C.st16%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fbb231%7D.st15%2C.st16%7Bfill%3A%23ec1c2e%7D.st16%7Bfill%3A%23fff%7D.st17%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.216%3Bstroke-miterlimit%3A2.6131%7D.st18%7Bfill%3A%230078a9%7D.st19%7Bfill%3A%23c92f92%7D.st20%7Bfill%3A%231c9f6f%7D.st21%7Bfill%3A%230067b4%7D.st22%7Bfill%3A%23faa61a%7D.st23%7Bfill%3A%23ed1c24%7D.st24%7Bfill%3A%230c489c%7D.st25%7Bfill%3A%23084d95%7D.st26%7Bfill%3A%23f1f1f1%7D.st27%7Bfill%3A%2366cde7%7D.st28%7Bfill%3A%23d92b2b%7D.st29%2C.st30%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%7D.st30%7Bstroke-width%3A4%3Bstroke-dasharray%3A2.5504%2C2.5504%7D.st31%7Bopacity%3A.4%7D.st32%7Bfont-family%3A%26amp%3Bapos%3BLobster1.3%26amp%3Bapos%3B%7D.st33%7Bfont-size%3A14.9706px%7D.st34%7Bfilter%3Aurl%28%23Adobe_OpacityMaskFilter%29%7D.st35%7Bmask%3Aurl%28%23Dashed_Circle_5_%29%3Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3A2.2047%2C2.2047%7D.st36%7Bfill%3A%23d7e0f1%7D%3C%2Fstyle%3E%3Cg%20class%3D%22st31%22%3E%3Cg%20id%3D%22Guarantee1-Back_3_%22%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m128.5%2069.2c-1.7-1.1-1.7-2.8%200.1-3.8s1.8-2.6-0.1-3.5c-1.8-0.9-2.1-2.6-0.3-3.8%201.7-1.2%201.5-2.7-0.5-3.4-1.9-0.6-2.3-2.4-0.8-3.8s1.2-2.9-0.9-3.4c-2.1-0.4-2.6-2.1-1.2-3.7%201.4-1.5%200.9-3-1.3-3.2-2.1-0.2-2.8-1.7-1.6-3.5%201.2-1.7%200.5-3-1.6-3s-3-1.4-1.9-3.2c1-1.8%200.1-3.1-1.9-2.8-2.1%200.3-3.1-1.1-2.4-3s-0.2-3.1-2.3-2.6c-2.1%200.5-3.2-0.8-2.7-2.7%200.5-2.1-0.5-3-2.5-2.3-1.9%200.8-3.2-0.3-2.9-2.4s-0.9-3-2.8-2.1c-1.8%201-3.4%200-3.2-2.1%200.3-2.2-1.1-2.9-2.8-1.8-1.7%201.2-3.2%200.4-3.5-1.7-0.1-2.1-1.6-2.7-3.1-1.3-1.7%201.6-3.3%200.9-3.7-1.1-0.4-2.1-1.8-2.5-3.4-1-1.4%201.5-3.1%201.2-3.7-0.9s-2.2-2.3-3.4-0.5c-1.3%201.7-2.9%201.5-3.8-0.4s-2.2-2.1-3.3-0.3-2.8%201.8-3.8%200c-1.1-1.8-2.6-1.7-3.5%200.2s-2.5%202.2-3.7%200.5c-1.3-1.7-2.8-1.4-3.4%200.5-0.6%202.1-2.3%202.4-3.7%200.9s-2.9-1.1-3.4%201c-0.3%202-1.9%202.6-3.5%201.3s-3-0.8-3.1%201.3c-0.1%202.1-1.7%202.8-3.5%201.7-1.7-1.2-3.1-0.4-3%201.7s-1.3%203-3.2%202.1c-1.8-1-3.1%200-2.8%202.1s-1%203.1-2.9%202.4c-1.9-0.8-3.1%200.3-2.5%202.3%200.5%202.1-0.6%203.2-2.7%202.7s-3%200.6-2.3%202.6c0.8%201.9-0.2%203.2-2.4%203-2.1-0.3-2.9%201-1.9%202.8s0.1%203.4-1.9%203.2c-2.1%200-2.8%201.3-1.6%203s0.5%203.2-1.6%203.5c-2.1%200.2-2.6%201.6-1.3%203.2%201.3%201.5%200.7%203.2-1.3%203.7s-2.5%201.9-0.9%203.4c1.5%201.4%201.2%203-0.8%203.8-1.9%200.6-2.2%202.2-0.5%203.4s1.5%202.9-0.3%203.8c-1.9%200.9-1.9%202.5-0.1%203.5%202.1%201.1%202.1%202.8%200.3%203.9-1.7%200.9-1.6%202.4%200.3%203.3%201.9%200.8%202.2%202.5%200.5%203.8-1.6%201.3-1.3%202.8%200.6%203.4%202.1%200.5%202.5%202.3%201%203.7-1.5%201.5-1%202.9%201.1%203.2s2.7%201.9%201.4%203.6-0.6%203%201.4%203.1c2.1%200.1%202.9%201.6%201.7%203.4-1.1%201.7-0.3%203.1%201.7%202.9%202.1-0.1%203%201.3%202.2%203.1-0.9%201.8%200%203.1%202.1%202.7s3.1%200.9%202.5%202.9c-0.6%201.9%200.4%203.1%202.4%202.5s3.2%200.5%202.8%202.6%200.8%203%202.7%202.2%203.4%200.2%203.1%202.3%201.1%202.9%202.9%201.8c1.8-1.1%203.4-0.2%203.4%201.8%200%202.1%201.4%202.8%203.1%201.5%201.6-1.3%203.2-0.5%203.6%201.5%200.2%202.1%201.7%202.6%203.2%201.2s3.1-1%203.7%201.1c0.5%202.1%202.1%202.4%203.4%200.8s3-1.3%203.8%200.6%202.3%202.2%203.5%200.4c1.2-1.7%202.9-1.6%203.8%200.2%201%201.8%202.5%201.8%203.5%200s2.7-1.9%203.8-0.2c1.2%201.7%202.7%201.6%203.5-0.4%200.8-1.9%202.4-2.3%203.8-0.6%201.3%201.6%202.8%201.3%203.4-0.8%200.5-2.1%202.2-2.5%203.7-1.1s3%201%203.2-1.2c0.2-2.1%201.8-2.7%203.6-1.5%201.6%201.3%203%200.5%203.1-1.5%200-2.1%201.5-2.9%203.4-1.8%201.8%201.1%203.1%200.2%202.9-1.8-0.2-2.1%201.2-3.1%203.1-2.3%201.9%200.9%203.1-0.1%202.7-2.2s0.9-3.2%202.8-2.6%203-0.4%202.4-2.5c-0.6-1.9%200.4-3.2%202.5-2.9%202.1%200.4%203-0.9%202.1-2.7s0.1-3.4%202.2-3.1c2.1%200.1%202.9-1.2%201.7-2.9-1.1-1.7-0.3-3.2%201.7-3.4%202.1-0.1%202.7-1.5%201.4-3.1s-0.6-3.2%201.4-3.6%202.6-1.8%201.1-3.2c-1.5-1.5-1.1-3.1%201-3.7s2.3-2.1%200.6-3.4c-1.6-1.3-1.4-3%200.5-3.8%201.4-0.9%201.6-2.4-0.2-3.5zm-54.6%2054.1c-32%205-62.1-16.9-67-48.9s16.9-62.1%2048.9-67%2062.1%2016.9%2067%2048.9c5%2031.9-16.9%2061.9-48.9%2067z%22%2F%3E%3Cellipse%20id%3D%22Guarantee1-Large_Circle_2_%22%20ry%3D%2256.3%22%20rx%3D%2256.3%22%20transform%3D%22rotate%28-8.906%2064.729%2065.205%29%22%20cy%3D%2265.2%22%20cx%3D%2264.7%22%20class%3D%22st29%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m44.5%2078.4c1.4-0.6%202.2-1.8%202.2-3.5%200-1.1-0.5-1.8-1.5-1.8-3.1%200-6.5%204.9-6.5%208.1%200%201.8%201%202.6%202.2%202.6%200.4%200%201.4-0.1%202.6-1.1l1-2.3h1.2l-1.4%203.2c-0.5%201.4-1.5%202.7-3.5%203.5l-0.1-0.2c1.4-0.5%202.1-2.2%202.3-2.8l0.2-0.5c-1.1%200.8-2.1%200.9-2.6%200.9-1.3%200-3.2-0.6-3.2-3%200-4.5%204.8-8.5%207.7-8.5%201.5%200%202.7%200.9%202.7%202.3%200%201.5-1.4%203.1-3%203.7l-0.3-0.6zm3.4%205.4c-0.1%200.3-0.2%200.6-0.2%200.9s0.2%200.3%200.3%200.3c0.5%200%201.7-2.6%202.6-4s1.1-1.7%201.7-1.7c0.2%200%200.4%200.1%200.4%200.3%200%200.1%200%200.3-0.1%200.4-0.1%200.3-1.5%203.8-1.7%204.2-0.1%200.1-0.1%200.2-0.1%200.3s0.1%200.2%200.2%200.2c0.2%200%200.4-0.2%200.6-0.5l1.6-2.1%200.2%200.2-2.1%202.5c-0.5%200.8-1%201-1.4%201-0.3%200-0.6-0.2-0.6-0.5s0.1-0.8%200.4-1.3c0.3-0.6%201.1-2.5%201.1-2.6s0-0.1-0.1-0.1-0.1%200-0.2%200.1c-1.5%202.4-2.2%204.4-3.6%204.4-0.4%200-0.8-0.3-0.8-0.9%200-0.4%200.2-1%200.2-1.1l1.4-3.2v-0.1c0-0.1-0.1-0.1-0.1-0.1-0.1%200-0.1%200-0.2%200.1l-1.8%202.3-0.2-0.2%202.1-2.6c0.3-0.4%200.6-0.8%201.1-0.8%200.3%200%200.5%200.2%200.5%200.4s-0.1%200.5-0.2%200.9l-1%203.3z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m57.3%2084.6c0%200.1%200.1%200.2%200.2%200.2%200.2%200%200.4-0.2%200.6-0.5l1.6-2.1%200.2%200.2-2.1%202.5c-0.6%200.8-1%201-1.5%201-0.3%200-0.6-0.2-0.6-0.5s0.1-0.8%200.4-1.3c0.3-0.6%201.1-2.5%201.1-2.6s0-0.1-0.1-0.1c0%200-0.1%200-0.2%200.1-0.2%200.3-1.9%202.8-2.6%203.5-0.5%200.5-1%201-1.4%201-0.3%200-0.8-0.2-0.8-1.1%200-1.8%202.7-5.3%205.4-5.6v0.2c-2.2%200.6-4%203.7-4%205%200%200.2%200.1%200.4%200.2%200.4%200.4%200%202.1-2.2%203.1-3.6%201.1-1.5%201.3-1.8%201.8-1.8%200.2%200%200.3%200.1%200.3%200.3s0.1%200.2%200.1%200.4c-0.1%200.3-1.5%203.7-1.7%204.1%200.1%200%200%200.1%200%200.3z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m61.8%2084.6c0%200.1%200.1%200.2%200.2%200.2%200.2%200%200.4-0.2%200.6-0.5l1.7-2.1%200.2%200.2-2.1%202.5c-0.6%200.8-1%201-1.4%201-0.3%200-0.6-0.2-0.6-0.5s0.1-0.6%200.4-1.3l1.3-3c0.1-0.3%200.2-0.6%200.2-0.8%200-0.1-0.1-0.1-0.1-0.1-0.1%200-0.3%200-0.5-0.1-0.4%200.6-1.1%201.4-2.2%202.8l-0.2-0.2c0.9-1.2%201.6-2.1%202.1-2.7-0.3-0.1-0.4-0.3-0.4-0.6s0.3-1.1%200.9-1.1c0.2%200%200.5%200.1%200.5%200.4%200%200.2-0.1%200.5-0.5%201%200.2%200.1%200.3%200.1%200.5%200.1h0.5c0.3%200%200.4%200.2%200.4%200.4s-0.1%200.6-0.2%200.9l-1.4%203.4c0.2-0.2%200.1-0.1%200.1%200.1z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m68.3%2084.6c0%200.1%200.1%200.2%200.2%200.2%200.2%200%200.4-0.2%200.6-0.5l1.6-2.1%200.2%200.2-2.1%202.5c-0.6%200.8-1%201-1.4%201-0.3%200-0.6-0.2-0.6-0.5s0.1-0.8%200.4-1.3c0.3-0.6%201.1-2.5%201.1-2.6s0-0.1-0.1-0.1c0%200-0.1%200-0.2%200.1-0.2%200.3-1.9%202.8-2.6%203.5-0.5%200.5-1%201-1.5%201-0.3%200-0.8-0.2-0.8-1.1%200-1.8%202.7-5.3%205.4-5.6v0.2c-2.2%200.6-4%203.7-4%205%200%200.2%200.1%200.4%200.2%200.4%200.4%200%202.1-2.2%203.1-3.6%201.1-1.5%201.3-1.8%201.8-1.8%200.2%200%200.3%200.1%200.3%200.3s0.1%200.2%200.1%200.4c-0.1%200.3-1.5%203.7-1.7%204.1v0.3z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m72.8%2080.4c0-0.1-0.1-0.1%200%200-0.2-0.1-0.2-0.1-0.3%200l-1.8%202.3-0.2-0.2%202.1-2.6c0.3-0.4%200.6-0.8%201.1-0.8%200.3%200%200.5%200.2%200.5%200.4s-0.1%200.5-0.2%200.9l-1.3%203c0%200.1-0.1%200.1-0.1%200.2s0%200.1%200.1%200.1%200.1-0.1%200.2-0.2l1.9-2.8c0.8-1.2%201.2-1.6%201.7-1.6%200.4%200%200.8%200.2%200.8%200.5%200%200.2-0.1%200.4-0.1%200.6l-1.6%203.9c0%200.1-0.1%200.2-0.1%200.3s0.1%200.2%200.2%200.2c0.2%200%200.4-0.2%200.6-0.5l1.6-2.1%200.2%200.2-2.1%202.5c-0.6%200.8-1%201-1.5%201-0.3%200-0.6-0.2-0.6-0.5s0.1-0.6%200.4-1.3l1.5-3.5v-0.1c0-0.1-0.1-0.2-0.2-0.2s-0.2%200-0.3%200.2l-3%204.4c-0.5%200.8-0.9%201-1.2%201s-0.4-0.1-0.4-0.4%200.1-0.6%200.4-1.3l1.7-3.6z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m82.4%2077.2h2.6l-0.2%200.3h-2.6l-2.8%206.7c0%200.1-0.1%200.3-0.1%200.4s0.1%200.2%200.2%200.2c0.2%200%200.6-0.3%200.9-0.6l1.6-2.1%200.2%200.2-1.9%202.4c-0.5%200.8-1.1%201.1-1.6%201.1-0.3%200-0.8-0.2-0.8-0.6%200-0.3%200.1-0.6%200.4-1.2l1.7-4.1c-0.4%200.6-1%201.5-2.2%202.9l-0.2-0.2c2.3-2.8%202.8-3.9%203.4-5h-2.3l0.2-0.3h2.4l0.8-1.7h1.1l-0.8%201.6z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m87.2%2082.3l0.2%200.2c-2.6%203.2-3.8%203.4-4.4%203.4-0.5%200-1.5-0.3-1.5-1.5%200-2.7%202.9-5.1%204.3-5.1%200.6%200%200.9%200.4%200.9%201.1%200%201.6-2.4%203-3.9%203.1-0.2%200.4-0.2%200.9-0.2%201.2%200%200.6%200.3%200.9%200.6%200.9%200.9-0.2%202.1-0.8%204-3.3zm-4.3%200.7c1.7-0.3%202.9-1.9%202.9-3%200-0.3-0.1-0.4-0.3-0.4-0.7%200-2%201.8-2.6%203.4z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m92.5%2082.3l0.2%200.2c-2.6%203.2-3.8%203.4-4.4%203.4-0.5%200-1.5-0.3-1.5-1.5%200-2.7%202.9-5.1%204.3-5.1%200.6%200%200.9%200.4%200.9%201.1%200%201.6-2.4%203-3.9%203.1-0.2%200.4-0.2%200.9-0.2%201.2%200%200.6%200.3%200.9%200.6%200.9%200.8-0.2%202-0.8%204-3.3zm-4.3%200.7c1.7-0.2%202.8-1.9%202.8-3%200-0.3-0.1-0.4-0.3-0.4-0.6%200-2%201.8-2.5%203.4z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m77.3%2018.2v-1.6c-0.2%200.4-0.5%200.9-0.8%201.4l-1.4%202.2%202.5%200.6-0.3-2.6zm-47.7%2013.7c-0.5-0.2-1-0.4-1.4-0.8%200.3%200.4%200.5%200.9%200.9%201.3l1.2%202.3%201.7-1.8-2.4-1zm61.8-7.5c0.1-0.5%200.3-1.1%200.4-1.5-0.3%200.3-0.8%200.8-1.2%201.1l-1.9%201.5%202.2%201.3%200.5-2.4zm-5.6-3.3c0.4-1-0.1-1.7-1.2-2.2-0.4-0.2-0.9-0.3-1-0.3l-1.2%202.8%201%200.4c1.1%200.5%202.1%200.1%202.4-0.7zm-65.1%2028.5c1.6%200.6%203.5%200.4%204.1-1.2s-0.4-3.1-2.2-3.8c-1.5-0.6-3.5-0.5-4.1%201.1-0.6%201.8%200.6%203.2%202.2%203.9z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m118.8%2056.8c-2.1-12.9-8.7-24.7-18.5-33.1-9.8-8.3-22.3-13-35.1-13-2.8%200-5.6%200.2-8.4%200.6-14.4%202.3-26.9%209.9-35.6%2021.7-8.7%2012-12.2%2026.3-9.9%2040.6%202.1%2012.9%208.7%2024.7%2018.5%2033.1%209.8%208.3%2022.3%2013%2035.1%2013%202.8%200%205.6-0.2%208.4-0.6%2029.8-4.8%2050.1-32.6%2045.5-62.3zm-8.4-15.4l-0.8%200.4-1.7-2.9-2.3%201.3%201.6%202.8-0.8%200.4-1.7-2.8-2.6%201.5%201.8%203.1-0.8%200.4-2.4-4%207.2-4.2%202.5%204zm-7.2-10.3l3.9%204.9-0.8%200.5-1.6-2.1-5.8%204.6-0.6-0.9%205.8-4.6-1.6-1.9%200.7-0.5zm-5.1-4.8l-0.9%205c-0.2%201.2-0.4%202.2-0.8%203%200.6-0.9%201.3-1.6%202.3-2.6l2.4-2.6%200.8%200.6-5.6%206.2-0.8-0.8%200.9-5c0.2-1.1%200.4-2.2%200.8-3.1-0.6%200.9-1.3%201.6-2.3%202.6l-2.4%202.6-0.8-0.6%205.6-6.2%200.8%200.9zm-5-3.9l-2.1%208.6-1.1-0.6%200.6-2.7-2.5-1.6-2.2%201.7-1-0.6%206.9-5.5%201.4%200.7zm-10.1-5c0.5%200.1%201.3%200.3%201.9%200.6%201.1%200.4%201.6%201%201.9%201.6%200.2%200.5%200.2%201.1%200%201.7-0.4%201-1.4%201.4-2.3%201.3%200.5%200.4%200.6%201.2%200.4%202.1-0.2%201.2-0.3%201.9-0.3%202.4l-1-0.4c0-0.3%200.1-1%200.3-2.1%200.2-1.2%200-1.7-0.9-2.2l-1-0.4-1.4%203.4-1-0.4%203.4-7.6zm-4.9-1.6l0.8%208.9-1.1-0.3-0.2-2.8-2.9-0.8-1.5%202.4-1.1-0.3%204.8-7.5%201.2%200.4zm-12.4%203.1l0.4-4.9%201.1%200.1-0.4%204.9c-0.1%201.8%200.6%202.7%201.7%202.8%201.2%200.1%202.1-0.6%202.3-2.5l0.4-5%201.1%200.1-0.4%204.9c-0.2%202.6-1.6%203.5-3.5%203.4-1.7-0.1-2.9-1.2-2.7-3.8zm-4.8-4.7c1-0.1%201.7%200%202.2%200.2l-0.2%200.9c-0.4-0.1-1.1-0.2-1.8-0.2-2.1%200.2-3.2%201.6-3%203.7%200.2%202.2%201.6%203.2%203.6%203%200.8-0.1%201.2-0.2%201.4-0.3l-0.2-2.5-1.7%200.2-0.1-0.9%202.7-0.3%200.4%204c-0.4%200.2-1.4%200.6-2.5%200.8-1.3%200.1-2.4-0.1-3.2-0.8-0.8-0.6-1.3-1.7-1.5-3-0.4-2.6%201.1-4.5%203.9-4.8zm-13.9%203.1l1.8%201.8c0.5%200.5%200.9%200.9%201.3%201.4%200-0.5%200.1-1.2%200.2-1.9l0.4-2.6%201.2-0.4-1.1%205.4%201.1%203.4-1.1%200.3-1.1-3.4-4-3.8%201.3-0.2zm-2.5%201l0.4%200.9-2.3%201.2%203.4%206.6-1%200.5-3.4-6.6-2.3%201.2-0.3-0.9%205.5-2.9zm-6.8%203.8l4.5%207-1%200.5-4.5-7%201-0.5zm-5.3%203.7l4.6%205.8%202.8-2.3%200.5%200.8-3.6%202.9-5.2-6.5%200.9-0.7zm-4.4%204.3l8.1%203.6-0.8%200.9-2.5-1.1-2.1%202.2%201.3%202.4-0.8%200.9-4.1-8%200.9-0.9zm-6.7%208.7l4.1%202.7c1.5%201.1%202.7%200.8%203.4-0.2%200.6-1.1%200.4-2.2-1.1-3.1l-4.1-2.7%200.6-0.9%204.1%202.7c2.2%201.4%202.3%203.1%201.3%204.6-1%201.4-2.5%201.9-4.6%200.5l-4.1-2.7%200.4-0.9zm-3.5%206.5c0.9-2.1%203-2.8%205.4-1.8%201.9%200.9%202.9%202.3%202.8%203.8%200.5-0.6%201.1-1.4%201.4-2.1l0.8%200.6c-0.8%201-1.4%201.8-2.2%202.6-0.1%200.1-0.2%200.3-0.3%200.4-0.9%201.8-2.8%202.8-5.3%201.7-2.5-0.9-3.5-3-2.6-5.2zm4.8%2041.6l-3.1%201.6%200.6-3.5-2.6-2.5%203.5-0.5%201.6-3.1%201.6%203.1%203.5%200.5-2.7%202.6%200.6%203.5-3-1.7zm11.6%2015.1l-3.1-1.6-3.1%201.6%200.6-3.5-2.6-2.5%203.5-0.5%201.6-3.1%201.6%203.1%203.5%200.5-2.5%202.4%200.5%203.6zm15.6%2011.1l-3.1-1.6-3.2%201.6%200.6-3.5-2.6-2.5%203.5-0.5%201.6-3.1%201.6%203.1%203.5%200.5-2.6%202.5%200.7%203.5zm19.3%203.8l-3.1-1.6-3.1%201.6%200.6-3.5-2.7-2.5%203.5-0.5%201.6-3.1%201.6%203.1%203.5%200.5-2.6%202.5%200.7%203.5zm18.1-3.8l-3.1-1.6-3.1%201.6%200.6-3.5-2.6-2.5%203.5-0.5%201.6-3.1%201.5%203.1%203.5%200.5-2.6%202.5%200.7%203.5zm-16.1-9c-2.1%200.3-4.1%200.4-6.2%200.4-19.5%200-35.8-14.1-38.8-33.3-1.6-10.4%200.9-20.8%207.1-29.3s15.4-14.1%2025.7-15.7c2.1-0.3%204.1-0.4%206.2-0.4%2019.5%200%2035.8%2014.1%2038.8%2033.3%203.4%2021.5-11.3%2041.7-32.8%2045zm30-5.7l0.6%203.5-3.1-1.6-3.2%201.7%200.6-3.5-2.6-2.5%203.5-0.5%201.6-3.1%201.6%203.1%203.5%200.5-2.5%202.4zm9.6-9.8l-3.1-1.6-3.1%201.6%200.6-3.5-2.6-2.5%203.5-0.5%201.6-3.1%201.6%203.1%203.5%200.5-2.6%202.5%200.6%203.5zm1.6-40.5l-1.3-3.1-2.5%201%201.3%203-0.9%200.3-1.3-3-2.8%201.2%201.4%203.4-0.9%200.3-1.8-4.3%207.7-3.2%201.7%204.2-0.6%200.2z%22%2F%3E%3Ctext%20transform%3D%22translate%2832.686%2069.102%29%22%20class%3D%22st2%20st32%20st33%22%3EPlagiarism%3C%2Ftext%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m67.2%2041.4l-2.3%2010.6h-2.1c-0.6%200-0.9-1.3-0.9-2.9%200-1.4%200.1-3%200.1-4.5v-1.3l-1.7%208.7h-2.1l2.1-9.6c-1.3%200.5-1.9%201.6-1.9%203.1%200%200.8%200.2%200.9%200.2%201-1%200-1.5-0.3-1.5-1.4%200-1.9%202.6-3.7%205-3.7%201.2%200%201.3%200.6%201.3%202.6%200%201.5-0.1%203.4-0.1%204.8%200%200.6%200%201.2%200.1%201.5l1.8-8.9h2zm5.9%204.4l0.1%200.3c-0.1%200.5-0.4%201.2-1%201.5-0.1%202.9-1.8%204.4-3.1%204.4-1.5%200-2.3-0.6-2.3-2.4%200-3.5%201.8-5%203.8-5%200.6%200%201.3%200.3%201.3%200.6%200%200.4-0.3%200.5-0.6%200.6-0.1-0.3-0.3-0.4-0.6-0.4-1.4%200-1.9%202.9-1.9%204%200%200.9%200.4%201.1%201%201.1%200.9%200%201.3-1.5%201.5-2.8-0.3-0.1-0.4-0.3-0.4-0.5%200-0.5%200.5-1.1%201-1.1%200.3%200%200.4%200.1%200.4%200.4v0.1c0.3-0.1%200.4-0.3%200.8-0.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.ico-guarantee-footer-m {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Guarantee3-Layer_1%22%20viewBox%3D%220%200%20130%20130%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cstyle%3E.st0%7Bfill%3A%23ff9948%7D.st1%7Bfill%3A%233957a7%7D.st2%7Bfill%3A%23fff%7D.st3%7Bfill%3A%23f9a533%7D.st4%7Bfill%3A%231c3663%7D.st5%7Bfill%3A%23f1f2f2%7D.st6%7Bfill%3A%23f58220%7D.st7%7Bfill%3Aurl%28%23SVGID_1_%29%7D.st8%7Bfill%3A%23001722%7D.st9%7Bfill%3A%23231f20%7D.st10%7Bfill%3A%2313457c%7D.st11%7Bfill%3A%23ec1c2e%7D.st12%7Bfill%3A%230084c4%7D.st13%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.215%7D.st14%2C.st15%2C.st16%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fbb231%7D.st15%2C.st16%7Bfill%3A%23ec1c2e%7D.st16%7Bfill%3A%23fff%7D.st17%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.216%3Bstroke-miterlimit%3A2.6131%7D.st18%7Bfill%3A%230078a9%7D.st19%7Bfill%3A%23c92f92%7D.st20%7Bfill%3A%231c9f6f%7D.st21%7Bfill%3A%230067b4%7D.st22%7Bfill%3A%23faa61a%7D.st23%7Bfill%3A%23ed1c24%7D.st24%7Bfill%3A%230c489c%7D.st25%7Bfill%3A%23084d95%7D.st26%7Bfill%3A%23f1f1f1%7D.st27%7Bfill%3A%2366cde7%7D.st28%7Bfill%3A%23d92b2b%7D.st29%2C.st30%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%7D.st30%7Bstroke-width%3A4%3Bstroke-dasharray%3A2.5504%2C2.5504%7D.st31%7Bopacity%3A.4%7D.st32%7Bfilter%3Aurl%28%23Adobe_OpacityMaskFilter%29%7D.st33%7Bmask%3Aurl%28%23Dashed_Circle_5_%29%3Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3A2.2047%2C2.2047%7D.st34%7Bfill%3A%23d7e0f1%7D%3C%2Fstyle%3E%3Cg%20class%3D%22st31%22%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m129.2%2054.9c-5.6-35.4-38.9-59.6-74.3-54.1-35.4%205.6-59.6%2038.9-54.1%2074.3s38.8%2059.7%2074.3%2054.1c35.4-5.6%2059.6-38.9%2054.1-74.3zm-54.8%2070.4c-3.1%200.5-6.4%200.8-9.5%200.8-14.4%200-28.4-5.2-39.4-14.5-11.1-9.6-18.5-22.7-20.8-37.2-2.5-16%201.4-32.2%2011-45.4s23.7-21.7%2039.9-24.3c3.1-0.5%206.4-0.8%209.5-0.8%2014.4%200%2028.4%205.2%2039.4%2014.5%2011.2%209.4%2018.5%2022.6%2020.8%2037%205.2%2033.4-17.6%2064.7-50.9%2069.9z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m107.6%2057.9c-3.7-23.5-25.8-39.5-49.3-36-23.5%203.7-39.5%2025.8-36%2049.3s25.7%2039.5%2049.3%2036c23.5-3.8%2039.6-25.8%2036-49.3zm-36.3%2046.6c-2.1%200.3-4.2%200.5-6.3%200.5-9.5%200-18.8-3.5-26.1-9.6-7.5-6.3-12.3-14.9-13.9-24.6-1.6-10.6%201-21.3%207.4-30.1%206.3-8.8%2015.7-14.4%2026.4-16.1%202.1-0.3%204.2-0.5%206.3-0.5%209.5%200%2018.8%203.5%2026.1%209.6%207.4%206.3%2012.2%2015.1%2013.8%2024.6%203.4%2022.1-11.7%2042.9-33.7%2046.2zm-49.8-15.9l-1.8-3.5-1.7%203.5-4%200.7%202.9%202.7-0.7%204%203.5-1.9%203.5%201.9-0.6-4%202.9-2.7zm-4.9-9.7l2.8-2.9-3.9-0.5-1.7-3.6-1.9%203.6-3.9%200.5%202.9%202.9-0.7%203.9%203.6-1.9%203.4%201.9zm-7.6-10l3.5-1.8%203.6%201.8-0.7-3.9%202.8-2.7-3.9-0.7-1.8-3.5-1.8%203.5-3.9%200.7%202.9%202.7zm103%2019.7l-1.7-3.5-1.8%203.5-4%200.7%202.9%202.7-0.6%204%203.5-1.9%203.5%201.9-0.7-4%202.9-2.7zm6.1-13.1l-1.9-3.6-1.7%203.6-3.9%200.5%202.8%202.9-0.6%203.9%203.4-1.9%203.6%201.9-0.7-3.9%202.9-2.9zm0-17.4l-1.8%203.5-4%200.7%202.9%202.7-0.6%203.9%203.5-1.8%203.5%201.8-0.7-3.9%202.9-2.7-4-0.7zm-87.4%2048.6l1.6%201.3c-0.9%201-1.6%201.1-3-0.1-1.2-1.1-1.6-2.1%200.1-4%201.6-1.8%202.7-1.8%204-0.6%201.2%201%201.2%201.7%200.8%202.5l1.4%201.2c1.2-1.7%200.6-3.4-1.2-4.9-1.5-1.3-3.8-2.4-6.4%200.8-2.5%202.9-1.4%205%200.3%206.4%201.9%201.6%203.8%201.9%205.7-0.3l0.6-0.8-3-2.5-0.9%201zm12.4%201.6l-2.4%204.1c-1.1%201.9-1.5%202.3-2.8%201.6-1.4-0.9-1.3-1.4-0.1-3.4l2.3-4.1-1.6-0.9-2.9%205.1c-1.3%202.4-0.3%203.6%201.6%204.7%201.8%201%203.2%201.3%204.7-1.1l2.9-5.1-1.7-0.9zm5.2%202.3c-2.3%202.4-4.2%204.8-6.1%207.4l1.8%200.6c0.3-0.5%200.8-1.1%201.1-1.6l3.5%201.2c0%200.6-0.1%201.3-0.1%201.9l1.9%200.6c0.2-3.1%200.1-6.3-0.1-9.5l-2-0.6zm-2.1%205.1c0.8-1%201.5-1.9%202.4-2.8%200.1%201.3%200.1%202.5%200.1%203.7l-2.5-0.9zm12-2.5l-3.8-0.6-1.4%208.8%201.8%200.3%200.5-3.5%201.6%200.2%201.6%203.8%202.2%200.3-1.7-3.9c1.1-0.1%201.8-0.5%202.2-2.3%200.4-2.5-1.2-2.8-3-3.1zm1.2%202.8c-0.2%201.1-0.6%201.2-2.2%201l-1.6-0.2%200.3-2.3%201.7%200.3c1.6%200.1%201.9%200.3%201.8%201.2zm6.2-2.3c-1.3%203-2.3%206-3.1%209h1.9c0.1-0.6%200.3-1.3%200.4-1.9l3.6-0.1c0.2%200.6%200.4%201.3%200.5%201.8h2.1c-1-3-2.1-6-3.5-8.9l-1.9%200.1zm-0.2%205.6c0.3-1.2%200.8-2.3%201.3-3.5%200.5%201.2%201%202.3%201.4%203.5h-2.7zm11.7-6.9l1.2%205.8-4.5-5.1-1.9%200.4%201.8%208.7%201.8-0.3-1.2-5.9%204.7%205.2%201.7-0.4-1.7-8.8zm10.1-1.8l-0.7-1.4-6.7%202.6%200.7%201.4%202.5-1%202.6%206.9%201.7-0.6-2.6-6.9zm5.6%203.6l-1.2-2.1%203.8-2.3-0.8-1.3-3.7%202.3-1.1-1.7%204.1-2.4-0.7-1.3-5.7%203.2%204.5%207.8%205.8-3.4-0.7-1.3zm7.8-5.2l-1.5-1.9%203.4-2.8-1-1.2-3.4%202.8-1.3-1.5%203.7-3-1-1.2-5%204.2%205.7%206.8%205.2-4.3-1-1.2zm-89-60.5l-0.3-2%208.4%203%200.5-1.2-9.7-3.6-0.4%201.2%200.4%202.5zm5.2-5.7c3%201.6%205.3%201.3%206.3-0.4%201.1-1.9%200-4-3-5.7-2.8-1.6-5.1-1.4-6.2%200.4-1%201.8%200%204.1%202.9%205.7zm-1.9-5.1c0.6-1.3%202.5-1%204.7%200.2%202.3%201.3%203.4%202.7%202.7%203.9-0.6%201.1-2.4%201.1-4.7-0.2-2.5-1.3-3.4-2.8-2.7-3.9z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m21.1%2035.4c2.7%202.1%205%202.2%206.3%200.5%201.4-1.8%200.6-4-2.1-6.2-2.6-2.1-4.9-2.3-6.2-0.5s-0.7%204.2%202%206.2zm-1.1-5.3c0.9-1.1%202.6-0.6%204.5%201%202.1%201.6%202.9%203.1%202.1%204.3-0.8%201-2.5%200.6-4.5-1-2.4-1.8-2.9-3.4-2.1-4.3zm12.2%200.6l-2.3-12-0.6%200.5%202.2%2012zm-3.4-2.8c1-0.9%201.2-2.4-0.2-4.1-1.3-1.5-2.7-1.7-3.8-0.8s-1.2%202.5%200.2%204c1.3%201.6%202.9%201.7%203.8%200.9zm-3.5-4.2c0.8-0.6%201.7-0.1%202.5%200.9%200.9%201.1%201.2%202.1%200.5%202.6s-1.7%200.1-2.5-0.9c-0.9-0.9-1.2-2-0.5-2.6zm11.3%203.1c1-0.9%201.2-2.4-0.2-4-1.3-1.5-2.7-1.7-3.8-0.9-1.1%200.9-1.2%202.5%200.2%204.1%201.3%201.5%202.9%201.6%203.8%200.8zm-3.4-4.1c0.8-0.6%201.7-0.1%202.5%200.9%200.9%201.1%201.2%202.1%200.5%202.6-0.6%200.5-1.7%200.1-2.5-0.9-1-1-1.2-2.1-0.5-2.6zm9.9%200l-1.4-4.3c-0.5-1.5-1.1-3.2-1.6-4.4%200.8%201.1%201.6%202.2%202.7%203.4l3.5%204%201-0.4-0.3-5.7c0-1.5-0.1-2.9-0.3-4.2%200.4%201.2%201.2%202.8%201.8%204.2l1.9%204.2%201.2-0.5-4.6-9.7-1.6%200.7%200.2%205.5c0.1%201.4%200.1%202.6%200.3%203.8-0.6-1-1.4-1.8-2.4-2.9l-3.5-4.1-1.4%200.7%203.4%2010.2%201.1-0.5zm14.5-4.4c2.7-0.4%204.5-2.7%204-6.3-0.4-3.1-2.7-5-5.5-4.5s-4.5%202.9-4%206.3c0.4%203.1%202.7%205%205.5%204.5zm-1.5-9.7c2.3-0.3%203.7%201.6%204%203.8%200.3%202.4-0.5%204.5-2.7%204.9-2.2%200.3-3.7-1.5-4-3.7-0.3-2.4%200.6-4.7%202.7-5zm9.1%204.3c0.1-1.7%200.1-3%200.1-4.4%200.4%201.2%201.1%202.4%201.8%203.7l3%205.6%201.4%200.1%200.6-10.6-1.1-0.1-0.2%204.4c-0.1%201.6-0.1%202.9-0.1%204.3-0.4-1.1-1-2.3-1.7-3.6l-3.1-5.5-1.5-0.1-0.6%2010.6%201.3%200.1%200.1-4.5zm14.5%205.6l-4.5-1%201-3.7%204%200.8%200.2-1-4-1%200.7-3.3%204.4%201.1%200.2-1.2-5.7-1.3-2.4%2010.3%205.8%201.4zm4.6%203.1l1.7-4.2%205.6-4.2-1.4-0.6-2.6%202.2c-0.6%200.5-1.3%201.1-1.8%201.6%200-0.8-0.1-1.5-0.1-2.4l-0.2-3.2-1.4-0.8%200.8%206.9-1.8%204.1%201.2%200.6zm8.3%204.7c1.4%201%202.6%201.5%203.6%201.4%200.8-0.1%201.4-0.4%201.9-1.2%201-1.3%200.4-2.6-0.2-3.5%201.2%200.3%202.3%200%202.8-0.9%200.5-0.6%200.6-1.4%200.4-2.1-0.2-0.9-0.8-1.5-1.9-2.4-0.8-0.5-1.6-1.1-2.2-1.3l-6.2%208.4c0.4%200.7%200.9%201.1%201.8%201.6zm5.1-8.2c0.2%200.1%200.5%200.2%201.1%200.6%201.1%200.9%201.6%201.7%200.9%202.8-0.6%200.9-1.7%201-2.9%200.1l-1-0.8%201.9-2.7zm-2.7%203.6l0.9%200.6c1.2%200.9%201.8%202.1%201%203.2-0.9%201.3-2.3%200.9-3.5%200.1-0.4-0.3-0.8-0.5-0.9-0.8l2.5-3.1zm2.8%208.6l3.1-1.5%202.6%202.7-1.6%203.1%201%201.1%205.2-10-1.2-1.2-10.2%204.8%201.1%201zm7.1-3.3c0.6-0.3%201.2-0.6%201.7-1-0.3%200.5-0.6%201.1-1%201.7l-1.5%202.8-2.2-2.3%203-1.2zm0.9%2013.4c0.8%201.1%201.5%201.8%201.9%202.1l0.8-0.9c-0.5-0.3-1.2-1-1.6-1.6-1.4-2.2-0.9-4.3%201.3-5.7%202.4-1.5%204.5-1%206%201.1%200.4%200.8%200.8%201.5%200.8%202.1l1.1-0.3c0-0.4-0.2-1.3-1-2.4-1.8-2.8-5-3.5-7.7-1.6-2.9%201.8-3.2%204.7-1.6%207.2zm2.7%204.8l3.7-1.6%201.5%200.4-3.5%205.3%200.6%201.5%204-6.2%205.6%201.7-0.6-1.5-5-1.4c-0.4-0.1-0.9-0.2-1.4-0.3l4.8-2.1-0.5-1.3-9.7%204.1%200.5%201.4zm-64.6%2027.3h-3.6v-11.5l0.1-1.7c-0.6%200.6-1%201-1.3%201.2l-1.9%201.6-1.7-2.2%205.5-4.3h2.9v16.9zm16.6-8.6c0%202.9-0.5%205.2-1.5%206.6s-2.5%202.2-4.5%202.2c-1.9%200-3.5-0.8-4.4-2.2-1-1.5-1.5-3.7-1.5-6.5%200-3%200.4-5.2%201.4-6.6s2.5-2.2%204.4-2.2c1.9%200%203.5%200.8%204.4%202.3s1.7%203.6%201.7%206.4zm-8.4%200c0%202.1%200.2%203.6%200.5%204.4s1%201.4%201.8%201.4c0.9%200%201.4-0.4%201.8-1.4%200.3-0.9%200.5-2.4%200.5-4.4%200-2.1-0.2-3.6-0.5-4.5s-1-1.4-1.8-1.4c-0.9%200-1.4%200.4-1.8%201.4-0.4%200.9-0.5%202.5-0.5%204.5zm21.9%200c0%202.9-0.5%205.2-1.5%206.6s-2.5%202.2-4.5%202.2c-1.9%200-3.5-0.8-4.4-2.2-1.1-1.5-1.6-3.7-1.6-6.5%200-3%200.4-5.2%201.4-6.6s2.5-2.2%204.4-2.2%203.5%200.8%204.4%202.3%201.8%203.6%201.8%206.4zm-8.2%200c0%202.1%200.2%203.6%200.5%204.4%200.3%200.9%201%201.4%201.8%201.4s1.4-0.4%201.8-1.4c0.3-0.9%200.5-2.4%200.5-4.4%200-2.1-0.2-3.6-0.5-4.5s-1-1.4-1.8-1.4c-0.9%200-1.4%200.4-1.8%201.4-0.4%200.9-0.5%202.5-0.5%204.5zm17.9-3.4c0%201.7-0.3%203.1-1.1%204-0.6%200.9-1.7%201.3-3%201.3s-2.3-0.4-2.9-1.4c-0.6-0.9-1.1-2.3-1.1-4%200-3.6%201.3-5.3%204-5.3%201.3%200%202.3%200.4%203%201.4%200.8%200.9%201.1%202.3%201.1%204zm-5.2%200.1c0%201%200.1%201.7%200.2%202.2%200.2%200.4%200.4%200.8%200.9%200.8%200.8%200%201.1-1%201.1-2.9s-0.3-2.9-1.1-2.9c-0.4%200-0.6%200.2-0.9%200.8-0.1%200.2-0.2%200.9-0.2%202zm13.2-5.2l-9.4%2017.1h-2.8l9.4-17h2.8v-0.1zm3.9%2011.9c0%201.7-0.3%203.1-1.1%204-0.6%200.9-1.7%201.3-3%201.3s-2.3-0.4-2.9-1.4-1.1-2.3-1.1-4c0-3.6%201.3-5.3%204-5.3%201.3%200%202.3%200.4%203%201.4%200.8%200.9%201.1%202.2%201.1%204zm-5.2%200c0%201%200.1%201.7%200.2%202.2%200.2%200.4%200.4%200.8%200.9%200.8%200.8%200%201.1-1%201.1-2.9s-0.3-2.9-1.1-2.9c-0.4%200-0.6%200.2-0.9%200.8%200%200.3-0.2%201-0.2%202zm-35.9-20.2h21.1v1.1h-21.1zm0%2032.3h21.1v1.1h-21.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.ico-guarantee-footer-s {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Guarantee2-Layer_1%22%20viewBox%3D%220%200%20130%20130%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cstyle%3E.st0%7Bfill%3A%23ff9948%7D.st1%7Bfill%3A%233957a7%7D.st2%7Bfill%3A%23fff%7D.st3%7Bfill%3A%23f9a533%7D.st4%7Bfill%3A%231c3663%7D.st5%7Bfill%3A%23f1f2f2%7D.st6%7Bfill%3A%23f58220%7D.st7%7Bfill%3Aurl%28%23SVGID_1_%29%7D.st8%7Bfill%3A%23001722%7D.st9%7Bfill%3A%23231f20%7D.st10%7Bfill%3A%2313457c%7D.st11%7Bfill%3A%23ec1c2e%7D.st12%7Bfill%3A%230084c4%7D.st13%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.215%7D.st14%2C.st15%2C.st16%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fbb231%7D.st15%2C.st16%7Bfill%3A%23ec1c2e%7D.st16%7Bfill%3A%23fff%7D.st17%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.216%3Bstroke-miterlimit%3A2.6131%7D.st18%7Bfill%3A%230078a9%7D.st19%7Bfill%3A%23c92f92%7D.st20%7Bfill%3A%231c9f6f%7D.st21%7Bfill%3A%230067b4%7D.st22%7Bfill%3A%23faa61a%7D.st23%7Bfill%3A%23ed1c24%7D.st24%7Bfill%3A%230c489c%7D.st25%7Bfill%3A%23084d95%7D.st26%7Bfill%3A%23f1f1f1%7D.st27%7Bfill%3A%2366cde7%7D.st28%7Bfill%3A%23d92b2b%7D.st29%2C.st30%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%7D.st30%7Bstroke-width%3A4%3Bstroke-dasharray%3A2.5504%2C2.5504%7D.st31%7Bopacity%3A.4%7D.st32%7Bfont-family%3A%26amp%3Bapos%3BLobster1.3%26amp%3Bapos%3B%7D.st33%7Bfont-size%3A15.2933px%7D.st34%7Bfilter%3Aurl%28%23Adobe_OpacityMaskFilter%29%7D.st35%7Bmask%3Aurl%28%23Dashed_Circle_5_%29%3Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3A2.2047%2C2.2047%7D.st36%7Bfill%3A%23d7e0f1%7D%3C%2Fstyle%3E%3Cg%20class%3D%22st31%22%3E%3Cg%20id%3D%22Guarantee2-Back_4_%22%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m128.7%2065c-1.8-2.2-2.1-6-0.5-8.4%201.5-2.4%200.9-5.7-1.4-7.5-2.4-1.7-3.5-5.3-2.6-8s-0.5-5.8-3.2-6.8c-2.7-1.1-4.7-4.2-4.5-7.1s-1.9-5.5-4.9-5.8c-2.8-0.3-5.6-2.9-6.2-5.7-0.5-2.8-3.2-4.9-6.2-4.4-2.8%200.3-6.2-1.4-7.4-4.1-1.2-2.6-4.3-3.9-7-2.8s-6.4%200.1-8.1-2.1c-1.6-2.3-5.1-2.7-7.4-1s-6.1%201.7-8.4%200-5.7-1.3-7.5%201-5.5%203.1-8.1%202.1c-2.7-1.1-5.8%200.2-7%202.8s-4.5%204.4-7.4%204.1c-2.8-0.3-5.6%201.6-6.2%204.4-0.5%202.8-3.2%205.4-6.2%205.7-2.8%200.3-5%203-4.9%205.8%200.2%202.9-1.8%206.1-4.5%207.1-2.7%201.1-4.1%204.1-3.2%206.8s-0.2%206.4-2.6%208c-2.4%201.7-2.9%205.1-1.4%207.5s1.3%206.2-0.5%208.4-1.6%205.6%200.4%207.6%202.8%205.7%201.6%208.3c-1.2%202.5-0.1%205.7%202.4%207.1s4.1%204.8%203.6%207.7c-0.5%202.8%201.3%205.6%204.1%206.4%202.8%200.6%205.2%203.6%205.4%206.5s2.6%205.2%205.5%205.2%206%202.2%206.8%205c0.9%202.7%203.9%204.4%206.6%203.7%202.8-0.8%206.3%200.6%207.8%203.1s4.9%203.2%207.4%201.8%206.3-1%208.3%201.1c2.1%201.9%205.5%201.9%207.6%200s5.8-2.5%208.3-1.1%205.8%200.5%207.4-1.8c1.5-2.5%205.1-3.8%207.8-3.1%202.8%200.8%205.7-0.9%206.6-3.7%200.9-2.7%203.9-5%206.8-5s5.4-2.3%205.5-5.2c0.2-2.9%202.6-5.8%205.4-6.5%202.8-0.6%204.7-3.6%204.1-6.4s1.1-6.3%203.6-7.7c2.5-1.4%203.6-4.7%202.4-7.3s-0.5-6.3%201.6-8.3c2-1.8%202.2-5.3%200.3-7.4zm-54.4%2057.6c-31.7%205-61.4-16.7-66.4-48.5-4.9-31.7%2016.8-61.5%2048.4-66.4%2031.7-5%2061.4%2016.7%2066.4%2048.5%205%2031.7-16.7%2061.5-48.4%2066.4z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m118.4%2056.8c-1.9-12.8-8.6-24.4-18.3-32.7-9.7-8.2-22.1-12.8-34.7-12.8-2.8%200-5.6%200.2-8.3%200.6-14.2%202.3-26.6%209.9-35.2%2021.6-8.4%2011.6-11.9%2025.9-9.6%2040.1%201.9%2012.7%208.4%2024.3%2018.3%2032.6%209.7%208.2%2022.1%2012.8%2034.8%2012.8%202.8%200%205.6-0.2%208.3-0.6%2029.3-4.6%2049.4-32.2%2044.7-61.6zm-45.8%2055.2c-25.9%204-50-13.6-54.2-39.5-4-25.9%2013.6-50.1%2039.4-54.3%2025.9-4%2050%2013.6%2054.2%2039.5%204.2%2026-13.5%2050.3-39.4%2054.3z%22%2F%3E%3Cpath%20id%3D%22Guarantee2-Large_Circle_4_%22%20d%3D%22m120.5%2056.5c4.8%2030.5-16%2059.1-46.5%2063.9-30.4%204.8-59-16-63.8-46.6-4.9-30.5%2016-59.1%2046.5-63.9s58.9%2016.1%2063.8%2046.6z%22%20class%3D%22st29%22%2F%3E%3Cg%20id%3D%22Guarantee2-Dashed_Circle_2_%22%3E%3Cpath%20id%3D%22Guarantee2-Dashed_Circle_4_%22%20class%3D%22st30%22%20d%3D%22m109.5%2058.2c3.8%2024.4-12.9%2047.3-37.3%2051.1s-47.2-12.8-51-37.2c-3.8-24.5%2012.9-47.3%2037.2-51.1%2024.4-3.9%2047.3%2012.9%2051.1%2037.2z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m46.4%2084.2c-0.4%200-0.6%200.1-0.8%200.4-0.1%200.1-0.1%200.2-0.1%200.4v3.6c-0.5%200.3-1.1%200.5-1.6%200.6s-1.2%200.2-1.7%200.2c-0.9%200-1.6-0.1-2.3-0.4-0.6-0.2-1.2-0.6-1.7-1.1-0.4-0.4-0.9-1-1.1-1.6s-0.3-1.3-0.3-1.9c0-0.4%200-0.8%200.1-1.2s0.2-0.9%200.4-1.2c0.2-0.4%200.4-0.8%200.6-1.1s0.5-0.6%201-0.9c0.4-0.2%200.8-0.4%201.3-0.6%200.4-0.1%201-0.2%201.5-0.2%200.4%200%200.8%200%201.1%200.1s0.5%200.1%200.8%200.2c0.2%200.1%200.4%200.1%200.5%200.2s0.2%200.1%200.3%200.1h0.1s0.1%200%200.1-0.1%200.1-0.1%200.1-0.2%200-0.2%200.1-0.3h0.2l0.2%203.1h-0.2c-0.1-0.4-0.3-0.9-0.5-1.2s-0.4-0.5-0.8-0.8c-0.3-0.2-0.5-0.3-0.9-0.4-0.2%200.1-0.5%200.1-0.9%200.1-0.5%200-1.1%200.1-1.5%200.3s-0.9%200.5-1.2%201c-0.3%200.4-0.5%200.9-0.6%201.4s-0.2%201.1-0.2%201.7%200.1%201.3%200.3%201.9c0.2%200.5%200.4%201.1%200.8%201.5%200.3%200.4%200.8%200.8%201.2%201s1%200.3%201.5%200.3c0.3%200%200.8%200%201.1-0.1s0.6-0.2%201-0.4v-3.6c0-0.3-0.1-0.3-0.2-0.4s-0.2-0.2-0.4-0.2-0.4-0.1-0.6-0.1v-0.2h3.8v0.2h-0.2v-0.1z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m51.7%2089.7h-0.3v-1.4l-0.8%200.8c-0.2%200.2-0.4%200.3-0.5%200.4-0.2%200.1-0.3%200.2-0.4%200.2s-0.3%200.1-0.4%200.1c-0.4%200-0.6-0.1-0.9-0.2-0.2-0.2-0.4-0.4-0.5-0.6s-0.2-0.5-0.2-0.9v-3.8c0-0.2%200-0.4-0.1-0.5%200-0.1-0.1-0.2-0.2-0.3s-0.2-0.1-0.3-0.1h-0.5v-0.4h2.3v4.9c0%200.2%200.1%200.3%200.1%200.4l0.3%200.3c0.1%200.1%200.3%200.1%200.5%200.1h0.3c0.1%200%200.2-0.1%200.3-0.1%200.1-0.1%200.3-0.2%200.4-0.3s0.3-0.3%200.5-0.4v-3.8c0-0.2%200-0.3-0.1-0.5%200-0.1-0.1-0.2-0.2-0.3s-0.2-0.1-0.3-0.1h-0.4v-0.2h2.3v5.1c0%200.1%200%200.2%200.1%200.3%200%200.1%200.1%200.1%200.1%200.1h0.4c0.1%200%200.2%200%200.3-0.1l0.1%200.2-1.9%201.1zm6.6-0.3h-0.3c-0.1%200-0.2-0.1-0.2-0.2-0.1-0.1-0.1-0.2-0.2-0.3%200-0.1-0.1-0.3-0.1-0.5-0.3%200.2-0.5%200.4-0.8%200.5-0.2%200.1-0.3%200.2-0.5%200.3-0.1%200.1-0.3%200.1-0.4%200.1h-0.4c-0.2%200-0.4%200-0.6-0.1s-0.3-0.2-0.5-0.3c-0.1-0.1-0.2-0.3-0.3-0.5s-0.1-0.4-0.1-0.6%200-0.3%200.1-0.4c0-0.1%200.1-0.3%200.2-0.4s0.2-0.3%200.4-0.4%200.4-0.3%200.6-0.4c0.3-0.1%200.6-0.3%201-0.4s0.9-0.3%201.4-0.5v-0.2c0-0.3%200-0.5-0.1-0.8%200-0.2-0.1-0.4-0.2-0.5s-0.2-0.2-0.4-0.3c-0.3-0.5-0.5-0.5-0.7-0.5-0.3%200-0.5%200.1-0.8%200.2s-0.2%200.3-0.3%200.5v0.4c0%200.2%200%200.3-0.1%200.5-0.1%200.1-0.2%200.2-0.4%200.2s-0.3-0.1-0.4-0.2c-0.2%200.1-0.2-0.1-0.2-0.4%200-0.2%200.1-0.5%200.2-0.6%200.1-0.2%200.3-0.4%200.5-0.5s0.4-0.3%200.8-0.4c0.3-0.1%200.5-0.1%200.9-0.1s0.9%200%201.2%200.1c0.3%200.1%200.5%200.2%200.6%200.4s0.2%200.4%200.3%200.8c0%200.3%200.1%200.5%200.1%201v3.5c0%200.1%200.1%200.2%200.1%200.3%200%200%200.1%200.1%200.2%200.1h0.1s0.1%200%200.1-0.1l0.2-0.2%200.3-0.3v0.4c-0.2%200.4-0.7%200.8-1.3%200.8zm-0.7-4c-0.5%200.2-1%200.4-1.3%200.6s-0.5%200.3-0.8%200.5c-0.2%200.1-0.3%200.3-0.3%200.4s-0.1%200.3-0.1%200.4c0%200.2%200%200.3%200.1%200.4%200%200.1%200.1%200.3%200.2%200.3%200.1%200.1%200.2%200.2%200.3%200.2%200.1%200.1%200.2%200.1%200.4%200.1s0.4%200%200.6-0.2c0.2-0.1%200.5-0.3%200.8-0.5v-2.2zm6.9-1.7c0%200.1-0.1%200.1-0.1%200.2-0.1%200.1-0.1%200.1-0.2%200.1s-0.2%200.1-0.2%200.1c-0.1%200-0.2%200-0.3-0.1-0.1%200-0.2-0.1-0.2-0.2l-0.2-0.2c-0.1%200-0.1-0.1-0.2-0.1s-0.2%200.1-0.4%200.3c-0.2%200.2-0.3%200.4-0.5%200.9v3.6c0%200.1%200.1%200.3%200.2%200.4s0.2%200.2%200.3%200.2%200.3%200.1%200.5%200.1v0.2h-3.5v-0.2h0.5c0.1%200%200.2-0.1%200.3-0.1%200.1-0.1%200.1-0.2%200.2-0.3v-4.5c0-0.1%200-0.2-0.1-0.2l-0.1-0.1c-0.1-0.1-0.2-0.1-0.3-0.1s-0.3%200-0.5%200.1v-0.4l2.1-0.8h0.2v1.5c0.5-1%201.1-1.5%201.7-1.5%200.1%200%200.2%200%200.3%200.1%200.1%200%200.2%200.1%200.3%200.2l0.2%200.2c0%200.1%200.1%200.2%200.1%200.3s0%200.2-0.1%200.3zm4.7%205.7h-0.3c-0.1%200-0.2-0.1-0.2-0.2-0.1-0.1-0.1-0.2-0.2-0.3s-0.1-0.3-0.1-0.5c-0.3%200.2-0.5%200.4-0.8%200.5-0.2%200.1-0.3%200.2-0.5%200.3-0.1%200.1-0.3%200.1-0.4%200.1h-0.4c-0.2%200-0.4%200-0.6-0.1s-0.3-0.2-0.5-0.3c-0.1-0.1-0.2-0.3-0.3-0.5s-0.1-0.4-0.1-0.6%200-0.3%200.1-0.4c0-0.1%200.1-0.3%200.2-0.4s0.2-0.3%200.4-0.4c0.2-0.1%200.4-0.3%200.6-0.4%200.3-0.1%200.6-0.3%201-0.4s0.9-0.3%201.4-0.5v-0.2c0-0.3%200-0.5-0.1-0.8%200-0.2-0.1-0.4-0.2-0.5s-0.2-0.2-0.4-0.3c-0.4-0.5-0.6-0.5-0.8-0.5-0.3%200-0.5%200.1-0.8%200.2-0.2%200.1-0.2%200.3-0.3%200.5v0.4c0%200.2%200%200.3-0.1%200.5-0.1%200.1-0.2%200.2-0.4%200.2s-0.3-0.1-0.4-0.2c0.1-0.1%200.1-0.3%200.1-0.5s0.1-0.5%200.2-0.6c0.1-0.2%200.3-0.4%200.5-0.5s0.4-0.3%200.8-0.4c0.3-0.1%200.5-0.1%200.9-0.1s0.9%200%201.2%200.1c0.3%200.1%200.5%200.2%200.6%200.4s0.2%200.4%200.3%200.8c0%200.3%200.1%200.5%200.1%201v3.5c0%200.1%200.1%200.2%200.1%200.3%200%200%200.1%200.1%200.2%200.1h0.1s0.1%200%200.1-0.1l0.2-0.2%200.3-0.3v0.4c-0.5%200.5-1%200.9-1.5%200.9zm-0.8-4c-0.5%200.2-1%200.4-1.3%200.6s-0.5%200.3-0.8%200.5c-0.2%200.1-0.3%200.3-0.3%200.4s-0.1%200.3-0.1%200.4c0%200.2%200%200.3%200.1%200.4%200%200.1%200.1%200.3%200.2%200.3%200.1%200.1%200.2%200.2%200.3%200.2%200.1%200.1%200.2%200.1%200.4%200.1s0.4%200%200.6-0.2c0.2-0.1%200.5-0.3%200.8-0.5v-2.2z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m74.5%2089.4v-0.2h0.5c0.1%200%200.2-0.1%200.3-0.2s0.1-0.2%200.1-0.3v-3.3c0-0.6-0.1-1.1-0.2-1.3-0.1-0.3-0.4-0.4-0.8-0.4s-0.5%200.1-0.9%200.2-0.5%200.4-0.9%200.6v4.1c0%200.1%200.1%200.3%200.1%200.3%200.1%200.1%200.2%200.1%200.3%200.2h0.5v0.2h-3.2v-0.3h0.5c0.1%200%200.2-0.1%200.3-0.2%200.2%200%200.2-0.1%200.2-0.3v-4.7c0-0.1%200-0.2-0.1-0.2l-0.1-0.1c-0.1-0.1-0.4-0.1-0.8%200l-0.1-0.2%202.1-0.9h0.3v1.4c0.8-0.9%201.5-1.4%202.2-1.4%200.3%200%200.5%200.1%200.9%200.2%200.2%200.1%200.4%200.3%200.5%200.5s0.2%200.5%200.3%200.8c0.1%200.3%200.1%200.6%200.1%201.1v3.5c0%200.2%200.1%200.3%200.1%200.4%200.1%200.1%200.2%200.1%200.3%200.2%200.1%200%200.3%200.1%200.5%200.1v0.3l-3-0.1zm6.8-0.6c-0.1%200.2-0.2%200.3-0.4%200.4-0.1%200.1-0.3%200.2-0.4%200.2-0.1%200.1-0.3%200.1-0.4%200.1s-0.3%200-0.4-0.1c-0.1%200-0.3-0.1-0.4-0.2s-0.2-0.3-0.3-0.5c-0.1-0.2-0.1-0.5-0.1-0.9v-4.5h-1.1v-0.3c0.2-0.1%200.4-0.2%200.6-0.4l0.6-0.6%200.2-0.2%200.2-0.2c0.1-0.1%200.1-0.2%200.2-0.4%200.1-0.1%200.1-0.3%200.2-0.5h0.2v2.2h1.5v0.5h-1.5v4.9c0%200.1%200.1%200.2%200.1%200.3l0.2%200.2c0.1%200%200.2%200.1%200.2%200.1%200.2%200%200.3%200%200.4-0.1s0.2-0.2%200.3-0.4h0.3c0%200.1-0.1%200.3-0.2%200.4zm5.7-0.8c-0.1%200.3-0.3%200.5-0.5%200.9-0.2%200.2-0.5%200.4-0.8%200.5s-0.6%200.2-1.1%200.2c-0.4%200-0.8-0.1-1.1-0.2l-0.9-0.6c-0.2-0.3-0.4-0.6-0.6-1.1-0.1-0.4-0.2-0.9-0.2-1.4s0.1-1.1%200.2-1.5%200.3-0.9%200.6-1.1c0.2-0.3%200.5-0.5%201-0.8%200.3-0.2%200.8-0.2%201.2-0.2%200.3%200%200.6%200.1%201%200.2%200.3%200.1%200.5%200.3%200.8%200.5%200.2%200.2%200.4%200.5%200.5%200.9%200.1%200.3%200.2%200.8%200.2%201.2h-4.4c0%200.5%200.1%201%200.2%201.3%200.1%200.4%200.3%200.8%200.5%201s0.4%200.4%200.8%200.6c0.3%200.1%200.5%200.2%200.9%200.2%200.2%200%200.4%200%200.5-0.1%200.2%200%200.3-0.1%200.5-0.2%200.1-0.1%200.3-0.3%200.4-0.5s0.2-0.4%200.3-0.8l0.2%200.1c0.1%200.3-0.1%200.6-0.2%200.9zm-1.4-4c-0.1-0.2-0.2-0.4-0.3-0.5s-0.3-0.2-0.4-0.3c-0.1%200-0.3-0.1-0.4-0.1-0.2%200-0.3%200-0.5%200.1s-0.3%200.2-0.4%200.3c-0.1%200.1-0.2%200.3-0.3%200.5s-0.1%200.5-0.2%200.8h2.9c-0.2-0.2-0.3-0.5-0.4-0.8zm7.6%204c-0.1%200.3-0.3%200.5-0.5%200.9-0.2%200.2-0.5%200.4-0.8%200.5s-0.6%200.2-1.1%200.2c-0.4%200-0.8-0.1-1.1-0.2l-0.9-0.6c-0.2-0.3-0.4-0.6-0.6-1.1-0.1-0.4-0.2-0.9-0.2-1.4s0.1-1.1%200.2-1.5%200.3-0.9%200.6-1.1c0.2-0.3%200.5-0.5%201-0.8%200.3-0.2%200.8-0.2%201.2-0.2%200.3%200%200.6%200.1%201%200.2%200.3%200.1%200.5%200.3%200.8%200.5%200.2%200.2%200.4%200.5%200.5%200.9%200.1%200.3%200.2%200.8%200.2%201.2h-4.4c0%200.5%200.1%201%200.2%201.3%200.1%200.4%200.3%200.8%200.5%201%200.2%200.3%200.4%200.4%200.8%200.6%200.3%200.1%200.5%200.2%200.9%200.2%200.2%200%200.4%200%200.5-0.1%200.2%200%200.3-0.1%200.5-0.2%200.1-0.1%200.3-0.3%200.4-0.5s0.2-0.4%200.3-0.8l0.2%200.1c0%200.3-0.1%200.6-0.2%200.9zm-1.4-4c-0.1-0.2-0.2-0.4-0.3-0.5s-0.3-0.2-0.4-0.3c-0.1%200-0.3-0.1-0.4-0.1-0.2%200-0.3%200-0.5%200.1s-0.3%200.2-0.4%200.3c-0.1%200.1-0.2%200.3-0.3%200.5s-0.1%200.5-0.2%200.8h2.7c0-0.2-0.1-0.5-0.2-0.8z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m48.4%2050.6v-0.3c0.3%200%200.5%200%200.8-0.1%200.2%200%200.3-0.1%200.4-0.2s0.1-0.2%200.2-0.3v-7.1c0-0.1%200-0.2-0.1-0.3%200-0.1-0.1-0.2-0.1-0.2-0.1-0.1-0.1-0.1-0.2-0.1h-0.4c-0.1%200-0.3%200.1-0.5%200.2v-0.3l3.2-1.4h0.1v9.4c0%200.1%200.1%200.2%200.2%200.2%200.1%200.1%200.2%200.1%200.4%200.1s0.4%200.1%200.8%200.1v0.3h-4.8zm12.6-2.8c-0.2%200.6-0.4%201.2-0.8%201.6s-0.6%200.8-1.1%201c-0.4%200.2-0.9%200.3-1.3%200.3s-0.9-0.1-1.3-0.3c-0.4-0.2-0.8-0.5-1.1-0.9s-0.5-1-0.8-1.6c-0.2-0.6-0.3-1.4-0.3-2.3%200-1%200.1-1.7%200.3-2.5%200.2-0.6%200.4-1.2%200.8-1.6%200.3-0.4%200.8-0.8%201.1-1%200.4-0.2%200.9-0.3%201.3-0.3s0.8%200.1%201.2%200.3c0.4%200.2%200.8%200.5%201.1%201%200.3%200.4%200.5%201%200.8%201.6%200.2%200.6%200.3%201.4%200.3%202.4%200.1%200.8-0.1%201.6-0.2%202.3zm-1.9-4.5c-0.1-0.6-0.1-1.1-0.2-1.5s-0.3-0.5-0.4-0.6c-0.1-0.1-0.3-0.2-0.5-0.2s-0.3%200.1-0.5%200.2-0.3%200.4-0.4%200.8c-0.1%200.3-0.2%200.9-0.3%201.4s-0.1%201.3-0.1%202.2%200%201.6%200.1%202.3c0.1%200.6%200.2%201.1%200.3%201.5%200.1%200.3%200.3%200.6%200.4%200.9%200.2%200.2%200.3%200.2%200.5%200.2s0.3-0.1%200.5-0.2c0.1-0.2%200.3-0.4%200.4-0.9%200.1-0.3%200.2-0.9%200.2-1.4%200.1-0.5%200.1-1.3%200.1-2.1%200-1.2-0.1-1.9-0.1-2.6zm9.3%204.5c-0.2%200.6-0.4%201.2-0.8%201.6-0.3%200.4-0.6%200.8-1.1%201-0.4%200.2-0.9%200.3-1.3%200.3s-0.9-0.1-1.3-0.3c-0.4-0.2-0.8-0.5-1.1-0.9s-0.5-1-0.8-1.6c-0.2-0.6-0.3-1.4-0.3-2.3%200-1%200.1-1.7%200.3-2.5%200.2-0.6%200.4-1.2%200.8-1.6%200.3-0.4%200.8-0.8%201.1-1%200.4-0.2%200.9-0.3%201.3-0.3s0.8%200.1%201.2%200.3c0.4%200.2%200.8%200.5%201.1%201%200.3%200.4%200.5%201%200.8%201.6%200.2%200.6%200.3%201.4%200.3%202.4%200.1%200.8%200%201.6-0.2%202.3zm-1.9-4.5c-0.1-0.6-0.1-1.1-0.2-1.5-0.1-0.3-0.2-0.6-0.4-0.8-0.1-0.1-0.3-0.2-0.5-0.2s-0.3%200.1-0.5%200.2-0.3%200.4-0.4%200.8c-0.1%200.3-0.2%200.9-0.3%201.4s-0.1%201.3-0.1%202.2%200%201.6%200.1%202.3c0.1%200.6%200.2%201.1%200.3%201.5%200.1%200.3%200.3%200.6%200.4%200.9%200.2%200.2%200.3%200.2%200.5%200.2s0.3-0.1%200.5-0.2c0.1-0.2%200.3-0.4%200.4-0.9%200.1-0.3%200.2-0.9%200.2-1.4%200.1-0.5%200.1-1.3%200.1-2.1%200-1%200-1.7-0.1-2.4zm6.9%207.5h-1.5l5.8-9.9c-0.3%200.1-0.5%200.2-0.8%200.3-0.2%200.1-0.4%200.1-0.6%200.1h-0.4c-0.1%200-0.3-0.1-0.4-0.1%200%200.1%200.1%200.2%200.1%200.4v0.4c0%200.3%200%200.6-0.1%201s-0.2%200.6-0.3%201c-0.1%200.3-0.3%200.5-0.5%200.9-0.2%200.3-0.4%200.5-0.8%200.8-0.2%200.2-0.5%200.3-0.9%200.4-0.3%200.1-0.6%200.2-1%200.2s-0.8%200-1.1-0.1c-0.3-0.1-0.5-0.2-0.6-0.4-0.2-0.2-0.3-0.4-0.3-0.6s-0.1-0.5-0.1-1c0-0.3%200-0.6%200.1-1.1%200.1-0.3%200.2-0.6%200.4-1%200.2-0.3%200.4-0.5%200.6-0.9%200.2-0.2%200.5-0.4%200.8-0.6s0.5-0.3%200.9-0.4c0.3-0.1%200.6-0.1%201-0.1%200.2%200%200.4%200%200.5%200.1%200.1%200%200.3%200.1%200.4%200.1%200.1%200.1%200.2%200.1%200.3%200.2s0.2%200.1%200.3%200.2%200.2%200.1%200.4%200.1c0.1%200%200.3%200.1%200.5%200%200.4%200%200.9-0.1%201.2-0.2%200.4-0.2%200.8-0.4%201-0.8h1.4l-6.3%2011zm1.5-9.3c0-0.2-0.1-0.4-0.2-0.5l-0.3-0.3c-0.1-0.1-0.2-0.1-0.3-0.1-0.2%200-0.3%200-0.5%200.1s-0.4%200.2-0.6%200.4c-0.2%200.2-0.4%200.4-0.5%200.6-0.2%200.2-0.3%200.5-0.5%200.9-0.1%200.3-0.2%200.6-0.3%201-0.1%200.3-0.1%200.6-0.1%201s0.1%200.5%200.3%200.8c0.2%200.2%200.4%200.2%200.9%200.2%200.2%200%200.3-0.1%200.5-0.2s0.4-0.2%200.5-0.4c0.2-0.2%200.3-0.4%200.5-0.6%200.1-0.2%200.3-0.4%200.4-0.8%200.1-0.2%200.2-0.4%200.3-0.8v-0.8c-0.1%200-0.1-0.3-0.1-0.5zm6.8%206c-0.1%200.3-0.2%200.6-0.3%201-0.1%200.3-0.3%200.5-0.5%200.9-0.2%200.3-0.4%200.5-0.8%200.8s-0.5%200.3-0.9%200.5c-0.3%200.1-0.6%200.2-1.1%200.2-0.4%200-0.8%200-1-0.1s-0.4-0.2-0.6-0.4c-0.1-0.2-0.3-0.4-0.3-0.8-0.1-0.3-0.1-0.6-0.1-1%200-0.3%200-0.5%200.1-0.9s0.2-0.6%200.4-0.9c0.2-0.3%200.3-0.5%200.6-0.9%200.2-0.2%200.5-0.5%200.8-0.6%200.3-0.2%200.5-0.3%200.9-0.4%200.3-0.1%200.6-0.2%201-0.2s0.8%200.1%201%200.2c0.2%200.1%200.4%200.3%200.6%200.5l0.3%200.6c0%200.2%200.1%200.5%200.1%200.8-0.1%200.2-0.2%200.5-0.2%200.7zm-0.6-1.5c0-0.2-0.1-0.4-0.2-0.5l-0.3-0.3c-0.2-0.2-0.3-0.2-0.5-0.2-0.1%200-0.3%200-0.5%200.1s-0.3%200.2-0.5%200.4-0.3%200.4-0.5%200.6c-0.2%200.2-0.3%200.5-0.5%200.9-0.1%200.3-0.2%200.6-0.3%201-0.1%200.3-0.1%200.6-0.1%201s0.1%200.5%200.3%200.8c0%200.2%200.3%200.2%200.6%200.2%200.2%200%200.3%200%200.5-0.1s0.3-0.2%200.5-0.4l0.5-0.5c0.2-0.2%200.3-0.4%200.4-0.6s0.2-0.5%200.3-0.8c0.1-0.2%200.1-0.5%200.1-0.8%200.3-0.3%200.3-0.6%200.2-0.8z%22%2F%3E%3Ctext%20transform%3D%22matrix%28.9982%200%200%201%2030.08%2069.713%29%22%20class%3D%22st2%20st32%20st33%22%3ESatisfaction%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.ico-guarantee-footer-q {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Guarantee4-Layer_1%22%20enable-background%3D%22new%200%200%20130%20130%22%20viewBox%3D%220%200%20130%20130%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cstyle%3E.st0%7Bfill%3A%23ff9948%7D.st1%7Bfill%3A%233957a7%7D.st2%7Bfill%3A%23fff%7D.st3%7Bfill%3A%23f9a533%7D.st4%7Bfill%3A%231c3663%7D.st5%7Bfill%3A%23f1f2f2%7D.st6%7Bfill%3A%23f58220%7D.st7%7Bfill%3Aurl%28%23SVGID_1_%29%7D.st8%7Bfill%3A%23001722%7D.st9%7Bfill%3A%23231f20%7D.st10%7Bfill%3A%2313457c%7D.st11%7Bfill%3A%23ec1c2e%7D.st12%7Bfill%3A%230084c4%7D.st13%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.215%7D.st14%2C.st15%2C.st16%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fbb231%7D.st15%2C.st16%7Bfill%3A%23ec1c2e%7D.st16%7Bfill%3A%23fff%7D.st17%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.216%3Bstroke-miterlimit%3A2.6131%7D.st18%7Bfill%3A%230078a9%7D.st19%7Bfill%3A%23c92f92%7D.st20%7Bfill%3A%231c9f6f%7D.st21%7Bfill%3A%230067b4%7D.st22%7Bfill%3A%23faa61a%7D.st23%7Bfill%3A%23ed1c24%7D.st24%7Bfill%3A%230c489c%7D.st25%7Bfill%3A%23084d95%7D.st26%7Bfill%3A%23f1f1f1%7D.st27%7Bfill%3A%2366cde7%7D.st28%7Bfill%3A%23d92b2b%7D.st29%2C.st30%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%7D.st30%7Bstroke-width%3A4%3Bstroke-dasharray%3A2.5504%2C2.5504%7D.st31%7Bopacity%3A.4%7D.st32%7Bfilter%3Aurl%28%23Guarantee4-Adobe_OpacityMaskFilter%29%7D.st33%7Bmask%3Aurl%28%23Guarantee4-Dashed_Circle_5_%29%3Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3Bstroke-dasharray%3A2.2047%2C2.2047%7D.st34%7Bfill%3A%23d7e0f1%7D%3C%2Fstyle%3E%3Cg%20class%3D%22st31%22%3E%3Cg%20id%3D%22Guarantee4-Back_7_%22%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m128.5%2068.7c-1.8-1.1-1.7-2.8%200.1-3.8s1.8-2.5-0.1-3.4c-1.9-0.9-2-2.6-0.3-3.8s1.5-2.7-0.5-3.4-2.3-2.4-0.8-3.8c1.6-1.4%201.2-2.9-0.9-3.3-2-0.4-2.6-2.1-1.2-3.6%201.4-1.6%200.8-3-1.2-3.2-2.1-0.2-2.8-1.8-1.6-3.5s0.5-3.1-1.6-3c-2.1%200-3-1.4-2-3.3%201-1.8%200.1-3.1-1.9-2.8-2.1%200.3-3.1-1.1-2.3-3s-0.2-3.1-2.3-2.6c-2%200.5-3.2-0.7-2.7-2.7%200.6-2-0.6-3.1-2.5-2.3-2%200.7-3.3-0.4-3-2.4%200.3-2.1-0.9-3-2.8-2s-3.3%200-3.2-2.1c0.1-2.1-1.3-2.9-3-1.7-1.7%200.9-3.2%200.1-3.3-2s-1.6-2.7-3.2-1.3c-1.6%201.3-3.2%200.7-3.6-1.3-0.4-2.1-1.9-2.5-3.3-1s-3.1%201.1-3.7-0.9c-0.6-2-2.1-2.3-3.4-0.6s-3%201.5-3.8-0.4-2.4-2-3.4-0.2c-1.1%201.8-2.8%201.8-3.8%200-1.1-1.8-2.6-1.7-3.4%200.2s-2.5%202.1-3.8%200.4-2.8-1.4-3.4%200.6-2.3%202.4-3.7%200.9-2.9-1.1-3.3%201-2%202.6-3.6%201.3c-1.6-1.4-3-0.8-3.2%201.3-0.1%202.1-1.7%202.9-3.4%201.7s-3.1-0.4-3%201.7c0.1%202.1-1.4%203-3.2%202.1-1.9-1-3.1%200-2.8%202%200.3%202.1-1%203.2-3%202.4-2-0.7-3.1%200.3-2.5%202.3s-0.6%203.3-2.7%202.7c-2-0.5-3%200.7-2.3%202.6%200.8%201.9-0.3%203.3-2.3%203-2.1-0.3-3%201-1.9%202.8%201%201.8%200.1%203.3-2%203.3s-2.8%201.3-1.6%203c1.2%201.7%200.5%203.3-1.6%203.5s-2.6%201.6-1.2%203.2c1.2%201.7%200.7%203.4-1.4%203.8-2%200.4-2.4%201.9-0.9%203.3%201.6%201.4%201.2%203.1-0.8%203.8s-2.2%202.2-0.5%203.4%201.6%202.9-0.3%203.8-1.9%202.4-0.1%203.4%201.9%202.7%200.1%203.8-1.6%202.6%200.3%203.4%202.2%202.5%200.5%203.8c-1.5%201.4-1.2%202.9%200.8%203.5s2.5%202.2%201%203.7-1%203%201.1%203.3c2.1%200.3%202.7%201.9%201.4%203.6-1.3%201.6-0.7%203%201.4%203.1s2.9%201.6%201.8%203.4-0.3%203.1%201.8%202.9%203.1%201.3%202.2%203.2%200%203.1%202.1%202.7%203.2%200.9%202.5%202.9%200.4%203.1%202.4%202.5%203.3%200.5%202.8%202.6c-0.5%202%200.7%203%202.7%202.2%201.9-0.8%203.3%200.2%203.1%202.2-0.2%202.1%201.1%202.9%202.9%201.9%201.8-1.1%203.3-0.2%203.3%201.9s1.4%202.8%203.1%201.5c1.7-1.3%203.3-0.6%203.5%201.5%200.3%202.1%201.7%202.6%203.2%201.2s3.2-1%203.7%201.1c0.5%202%202%202.4%203.4%200.8%201.3-1.6%203-1.3%203.8%200.7%200.7%202%202.3%202.1%203.4%200.4%201.2-1.7%202.9-1.7%203.8%200.2s2.5%201.9%203.4%200%202.7-2%203.8-0.2c1.2%201.7%202.7%201.6%203.4-0.4s2.4-2.3%203.8-0.7c1.3%201.6%202.9%201.3%203.4-0.8%200.5-2%202.2-2.5%203.7-1.1s3%200.9%203.2-1.2c0.3-2.1%201.8-2.7%203.5-1.5%201.7%201.3%203.1%200.6%203.1-1.5s1.5-2.9%203.3-1.9c1.8%201.1%203.1%200.2%202.9-1.9s1.2-3.1%203.1-2.2c1.9%200.8%203.1-0.1%202.7-2.2-0.5-2%200.8-3.2%202.8-2.6s3.1-0.5%202.4-2.5%200.4-3.3%202.5-2.9%203-0.8%202.1-2.7%200.1-3.3%202.2-3.2c2.1%200.2%202.9-1.2%201.8-2.9-1.1-1.8-0.3-3.3%201.8-3.4s2.7-1.5%201.4-3.1-0.7-3.2%201.4-3.6c2.1-0.3%202.5-1.8%201.1-3.3-1.5-1.5-1-3.1%201-3.7s2.3-2.1%200.7-3.4-1.4-3%200.5-3.8c1.8-0.8%201.9-2.3%200.1-3.4zm-54.7%2054.1c-32.1%205-62.2-16.9-67.2-49s16.9-62.2%2049-67.2%2062.2%2016.9%2067.2%2049c5.1%2032.1-16.9%2062.2-49%2067.2z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m118.6%2056.3c-2-12.9-8.6-24.7-18.6-33.1-9.8-8.4-22.4-13-35.2-13-2.8%200-5.7%200.2-8.5%200.7-14.4%202.3-27%2010-35.6%2021.7-8.6%2011.8-12.1%2026.2-9.8%2040.5%202%2012.9%208.6%2024.7%2018.6%2033.1%209.8%208.4%2022.4%2013%2035.2%2013%202.8%200%205.7-0.2%208.5-0.7%2029.7-4.6%2050-32.5%2045.4-62.2zm-11.9-11.9l1.5-3.1%201.5%203.1%203.5%200.5-2.5%202.4%200.6%203.4-3.1-1.6-3.1%201.6%200.6-3.4-2.5-2.4%203.5-0.5zm-10.6-15.8l1.5-3.1%201.5%203.1%203.5%200.5-2.5%202.4%200.6%203.4-3.1-1.6-3%201.7%200.6-3.4-2.5-2.4%203.4-0.6zm-13.7-9.5l1.6-3.1%201.5%203.1%203.5%200.5-2.5%202.4%200.6%203.4-3.1-1.5-3.1%201.6%200.6-3.4-2.5-2.5%203.4-0.5zm-18.4-3.7l1.5-3.1%201.5%203.1%203.5%200.5-2.5%202.5%200.6%203.4-3.1-1.6-3.1%201.6%200.6-3.4-2.5-2.4%203.5-0.6zm-19%203.7l1.5-3.1%201.5%203.1%203.5%200.5-2.5%202.4%200.6%203.4-3.1-1.6-3.1%201.6%200.6-3.4-2.5-2.4%203.5-0.5zm-15.3%209.5l1.5-3.1%201.5%203.1%203.5%200.5-2.5%202.4%200.6%203.4-3.1-1.6-3%201.7%200.6-3.4-2.5-2.4%203.4-0.6zm-10%2015.8l1.5-3.1%201.5%203.1%203.5%200.5-2.5%202.4%200.6%203.4-3.1-1.6-3.1%201.6%200.6-3.4-2.5-2.4%203.5-0.5zm-6.6%2019l3.5-0.5%201.5-3.1%201.5%203.1%203.5%200.5-2.5%202.4%200.6%203.4-3.1-1.6-3.1%201.6%200.6-3.4-2.5-2.4zm11.8%2024.3l-3.1-1.6-3.1%201.6%200.6-3.4-2.5-2.4%203.5-0.5%201.5-3.1%201.5%203.1%203.5%200.5-2.5%202.4%200.6%203.4zm9.5%2013.2l-3.1-1.6-3.1%201.6%200.6-3.4-2.5-2.5%203.5-0.5%201.5-3.1%201.5%203.1%203.5%200.5-2.5%202.4%200.6%203.5zm15.3%2011l-3.1-1.6-3.1%201.6%200.6-3.4-2.5-2.4%203.5-0.5%201.5-3.1%201.5%203.1%203.5%200.5-2.5%202.4%200.6%203.4zm18.9%204.8l-3.1-1.6-3.1%201.6%200.6-3.4-2.5-2.4%203.5-0.5%201.5-3.1%201.5%203.1%203.5%200.5-2.5%202.4%200.6%203.4zm2.2-13c-2%200.3-4.1%200.5-6.2%200.5-19.5%200-35.9-14-38.9-33.4-1.6-10.4%200.9-20.8%207.1-29.4%206.2-8.5%2015.4-14.1%2025.8-15.7%202-0.3%204.1-0.5%206.2-0.5%2019.5%200%2035.9%2014%2038.9%2033.4%203.4%2021.5-11.4%2041.7-32.9%2045.1zm15.7%208.2l-3.1-1.6-3.1%201.6%200.6-3.4-2.5-2.4%203.5-0.5%201.5-3.1%201.5%203.1%203.5%200.5-2.5%202.4%200.6%203.4zm14.3-11l-3.1-1.6-3.1%201.6%200.6-3.4-2.5-2.5%203.5-0.5%201.5-3.1%201.5%203.1%203.5%200.5-2.5%202.4%200.6%203.5zm10-13.2l-3.1-1.6-3.1%201.6%200.6-3.4-2.5-2.4%203.5-0.5%201.5-3.1%201.5%203.1%203.5%200.5-2.5%202.4%200.6%203.4zm3.7-18.5l-3.1-1.6-3.1%201.6%200.6-3.4-2.5-2.4%203.5-0.5%201.5-3.1%201.5%203.1%203.5%200.5-2.5%202.4%200.6%203.4z%22%2F%3E%3Cellipse%20id%3D%22Guarantee4-Large_Circle_7_%22%20ry%3D%2256.5%22%20rx%3D%2256.5%22%20transform%3D%22rotate%28-8.906%2064.728%2064.71%29%22%20cy%3D%2264.7%22%20cx%3D%2264.7%22%20class%3D%22st29%22%2F%3E%3Cdefs%3E%3Cfilter%20id%3D%22Guarantee4-Adobe_OpacityMaskFilter%22%20height%3D%2277.4%22%20width%3D%2277.4%22%20y%3D%2226%22%20x%3D%2226%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeFlood%20result%3D%22back%22%20flood-color%3D%22%23fff%22%2F%3E%3CfeBlend%20in2%3D%22back%22%20in%3D%22SourceGraphic%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cmask%20id%3D%22Guarantee4-Dashed_Circle_5_%22%20height%3D%2277.4%22%20width%3D%2277.4%22%20y%3D%2226%22%20x%3D%2226%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20d%3D%22m2.9%2053.2h123.7v24.1h-123.7z%22%20class%3D%22st32%22%2F%3E%3C%2Fmask%3E%3Cellipse%20id%3D%22Guarantee4-Dashed_Circle_9_%22%20ry%3D%2237.2%22%20rx%3D%2237.2%22%20transform%3D%22rotate%28-8.906%2064.728%2064.725%29%22%20cy%3D%2264.7%22%20cx%3D%2264.7%22%20class%3D%22st33%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22Guarantee4-Big_Star%22%3E%3Cpath%20id%3D%22Guarantee4-Big_Star_2_%22%20class%3D%22st2%22%20d%3D%22m65.5%2050.7l4.8%202.5-0.9-5.3%203.8-3.7-5.3-0.8-2.4-4.8-2.4%204.8-5.3%200.8%203.9%203.7-0.9%205.3z%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m47.1%2088.3c-1.2%200.6-2.4%200.9-3.6%200.9-0.6%200-0.9-0.2-0.9-0.6%200-0.6%200.8-1.2%202.8-1.2h2.1c2.8-2.1%204.9-6.2%204.9-9.4%200-1.4-0.6-2.4-1.7-2.4-3.1%200-6.2%204.4-6.2%208.3%200%201%200.5%201.6%201%201.6%200.3%200%201-0.1%201.7-1.1l0.2%200.2c-0.8%201.3-1.9%201.5-2.4%201.5-1.2%200-1.8-1.1-1.8-2.2%200-4.4%203.9-8.7%207.5-8.7%201.1%200%202.8%200.6%202.8%203.4%200%203.4-2.2%206.8-5%208.7h2.5l-0.3%200.8h-3.6zm-0.9%200h-1.7c-0.8%200-1.4%200.2-1.4%200.4%200%200.1%200.2%200.2%200.6%200.2%200.8%200.1%201.6-0.2%202.5-0.6zm8.3-1.9c-0.1%200.3-0.2%200.6-0.2%200.8%200%200.3%200.2%200.3%200.3%200.3%200.5%200%201.7-2.5%202.6-4%200.8-1.3%201-1.7%201.7-1.7%200.2%200%200.4%200.1%200.4%200.3%200%200.1%200%200.3-0.1%200.5-0.1%200.3-1.5%203.7-1.7%204.2-0.1%200.1-0.1%200.2-0.1%200.3s0.1%200.2%200.2%200.2c0.2%200%200.4-0.2%200.7-0.5l1.6-2%200.2%200.2-2%202.5c-0.6%200.7-1%200.9-1.4%200.9s-0.6-0.2-0.6-0.6%200.1-0.7%200.4-1.3%201-2.5%201-2.5c0-0.1%200-0.1-0.1-0.1s-0.1%200-0.2%200.1c-1.5%202.3-2.1%204.3-3.5%204.3-0.4%200-0.7-0.3-0.7-0.8%200-0.4%200.2-0.9%200.3-1.1l1.3-3.2v-0.1c0-0.1-0.1-0.1-0.1-0.1-0.1%200-0.1%200-0.2%200.1l-1.8%202.2-0.2-0.2%202-2.5c0.3-0.4%200.6-0.7%201-0.7s0.5%200.2%200.5%200.5c0%200.2-0.1%200.5-0.2%200.8l-1.1%203.2z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m63.7%2087.1c0%200.1%200.1%200.2%200.2%200.2%200.2%200%200.4-0.2%200.7-0.5l1.6-2%200.2%200.2-2%202.5c-0.6%200.7-1%200.9-1.4%200.9s-0.6-0.2-0.6-0.6%200.1-0.7%200.4-1.3%201-2.5%201-2.5c0-0.1%200-0.1-0.1-0.1%200%200-0.1%200-0.2%200.1-0.2%200.3-1.9%202.8-2.6%203.4-0.6%200.6-1%200.9-1.4%200.9-0.3%200-0.7-0.2-0.7-1%200-1.8%202.7-5.2%205.3-5.5v0.2c-2.2%200.6-3.9%203.7-3.9%204.9%200%200.2%200.1%200.4%200.2%200.4%200.4%200%202-2.1%203.1-3.5s1.3-1.8%201.8-1.8c0.2%200%200.3%200.1%200.3%200.3s-0.1%200.4-0.1%200.5c-0.1%200.3-1.5%203.7-1.7%204.1l-0.1%200.2z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m67.5%2086.8c0%200.1-0.1%200.2-0.1%200.3s0.1%200.2%200.2%200.2c0.2%200%200.4-0.2%200.7-0.5l1.7-2%200.2%200.2-2%202.5c-0.6%200.7-0.9%200.9-1.4%200.9-0.4%200-0.6-0.2-0.6-0.6%200-0.3%200.1-0.7%200.4-1.3l1.7-4.1c-0.4%200.6-1%201.5-2.2%202.9l-0.2-0.2c2.5-3.1%202.8-4%203.5-5.4l1-2.4h1.1l-4%209.5z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m72%2083.1c0-0.1-0.1-0.1-0.1-0.1-0.1%200-0.1%200-0.2%200.1l-1.8%202.2-0.2-0.2%202-2.5c0.3-0.4%200.6-0.7%201-0.7s0.5%200.2%200.5%200.5c0%200.2-0.1%200.5-0.2%200.8l-1.5%203.7c0%200.1-0.1%200.2-0.1%200.3s0.1%200.2%200.2%200.2c0.2%200%200.4-0.2%200.7-0.5l1.6-2%200.2%200.2-2%202.5c-0.6%200.7-1%200.9-1.4%200.9s-0.6-0.2-0.6-0.6c0-0.3%200.1-0.7%200.4-1.3l1.5-3.5zm2.7-4.1c0%200.4-0.3%200.8-0.7%200.8s-0.6-0.3-0.6-0.7c0-0.5%200.4-0.8%200.7-0.8%200.4%200%200.6%200.3%200.6%200.7z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m78.2%2079.9h2.6l-0.2%200.4h-2.6l-2.8%206.6c0%200.1-0.1%200.3-0.1%200.4s0.1%200.3%200.3%200.3c0.3%200%200.6-0.3%200.9-0.7l1.6-2%200.2%200.2-1.9%202.3c-0.6%200.7-1.1%201-1.6%201-0.4%200-0.8-0.2-0.8-0.6%200-0.3%200.1-0.6%200.4-1.2l1.7-4.1c-0.4%200.6-1%201.5-2.2%202.9l-0.2-0.2c2.2-2.7%202.7-3.8%203.3-4.9h-2.2l0.2-0.4h2.2l0.7-1.7h1.1l-0.6%201.7z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m85.2%2085.1c-1.2%201.5-2.2%202.4-3.3%203.4l-1.8%204.2-1.4%200.3s3.8-8.5%204-9c0-0.1%200.1-0.2%200-0.2s-0.1%200-0.2%200.1c-1.5%202.3-2.1%204.3-3.5%204.3-0.4%200-0.7-0.3-0.7-0.8%200-0.4%200.2-0.9%200.3-1.1l1.3-3.2v-0.1c0-0.1-0.1-0.1-0.1-0.1-0.1%200-0.1%200-0.2%200.1l-1.8%202.2-0.2-0.2%202-2.5c0.3-0.4%200.6-0.7%201-0.7s0.5%200.2%200.5%200.5c0%200.2-0.1%200.5-0.2%200.8l-1.3%203.2c-0.1%200.3-0.2%200.6-0.2%200.8%200%200.3%200.2%200.3%200.3%200.3%200.5%200%201.7-2.5%202.6-4%200.8-1.3%201-1.7%201.7-1.7%200.2%200%200.4%200.1%200.4%200.3%200%200.1%200%200.3-0.1%200.5l-2.2%205.2c0.8-0.7%201.8-1.6%202.8-2.9l0.3%200.3z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m35.2%2058.5l-1.5%206.9c2.1-0.2%203.6-2.9%203.6-5.1%200-1.5-0.7-2.8-2.5-2.8-3.3%200-5.3%201.9-5.3%205%200%201%200.3%201.2%200.3%201.4-1.4%200-2.2-0.5-2.2-2%200-2.7%203.8-5.3%207.2-5.3s4.9%201.9%204.9%204c0%202.6-2.2%205.5-5.9%205.5h-0.1l-1.3%205.9h-3l2.8-13.1%203-0.4zm8.5%203.2l-0.2%201c0.7-0.6%201.6-1%202.4-1%200.9%200%201.5%200.5%201.5%201.3%200%200.7-0.5%201.6-1.5%201.6-1.2%200-0.6-1.4-1.2-1.4s-0.9%200.2-1.4%200.7l-1.7%208.1h-3l2.2-10.3h2.9zm7.7%208.8c1%200%202.7-1.2%203.5-2.7h0.9c-1.2%202.1-3.1%204.2-5.8%204.2-2%200-3-1.5-3-3.3%200-2.6%201.1-7.2%204.9-7.2%201.7%200%202.6%200.7%202.6%202.1%200%202.5-2.7%203.9-4.6%204.2%200%200.3-0.1%200.6-0.1%200.9-0.1%201.4%200.8%201.8%201.6%201.8zm1-7.9c-1.2%200-2.1%202.3-2.5%204.3%201.9%200%203.2-1.6%203.2-3.1%200.1-0.5%200-1.2-0.7-1.2z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m68%2068.7c-0.1%200.2-0.1%200.5-0.1%200.8%200%200.5%200.2%200.8%200.8%200.8%200.8%200%201.7-1.2%202.2-2.1h1c-0.9%201.1-2.8%203.8-4.4%203.8s-2.5-0.7-2.5-2.2c0-0.3%200-0.7%200.1-1l0.8-3.7c0-0.2%200.1-0.4%200.1-0.5%200-0.7-0.4-1.2-0.9-1.2s-0.8%200.1-1.2%200.4c0.1%200.2%200.1%200.5%200.1%200.7v0.4l-1.5%207.2h-3l1.5-7c0-0.2%200.1-0.4%200.1-0.5%200-0.7-0.4-1.2-0.9-1.2s-0.8%200.1-1.3%200.4l-1.8%208.3h-3l2.2-10.3h3l-0.2%201.1c0.8-0.6%201.8-1.1%202.7-1.1%200.8%200%201.6%200.6%202%201.4%200.9-0.7%202-1.4%203-1.4%201.1%200%202.4%201.2%202.4%202.6v0.5l-1.2%203.8z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m74.4%2061.7l-1.5%207c0%200.2-0.1%200.5-0.1%200.6%200%200.5%200.2%200.8%201%200.8s1.9-1.2%202.7-1.8h0.7c-0.9%200.9-3.3%203.7-4.9%203.7s-2.6-0.7-2.6-2.2c0-0.3%200-0.7%200.1-1l1.5-7h3.1zm-0.9-4.4c0.9%200%201.6%200.7%201.6%201.6s-0.7%201.6-1.6%201.6-1.6-0.7-1.6-1.6%200.7-1.6%201.6-1.6z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m85.4%2061.7l-1.5%207c0%200.2-0.1%200.5-0.1%200.6%200%200.5%200.2%200.8%201%200.8s1.9-1.2%202.7-1.8h0.7c-0.9%200.9-3.3%203.7-4.9%203.7-1.4%200-2.3-0.5-2.5-1.7-1%200.9-2.1%201.7-3%201.7-1.6%200-2.6-0.7-2.6-2.2%200-0.3%200-0.7%200.1-1l1.5-7h3l-1.5%207c0%200.2-0.1%200.5-0.1%200.6%200%200.5%200.2%200.8%201%200.8%200.4%200%200.9-0.3%201.5-0.7%200-0.2%200.1-0.4%200.1-0.7l1.5-7h3.1z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22m99.6%2068.7c-0.1%200.2-0.1%200.5-0.1%200.8%200%200.5%200.2%200.8%200.8%200.8%200.8%200%201.7-1.2%202.2-2.1h1c-0.9%201.1-2.8%203.8-4.4%203.8s-2.5-0.7-2.5-2.2c0-0.3%200-0.7%200.1-1l0.8-3.7c0-0.2%200.1-0.4%200.1-0.5%200-0.7-0.4-1.2-0.9-1.2s-0.8%200.1-1.2%200.4c0.1%200.2%200.1%200.5%200.1%200.7v0.4l-1.5%207.2h-3l1.5-7c0-0.2%200.1-0.4%200.1-0.5%200-0.7-0.4-1.2-0.9-1.2s-0.8%200.1-1.3%200.4l-1.8%208.3h-3l2.2-10.3h3l-0.2%201.1c0.8-0.6%201.8-1.1%202.7-1.1%200.8%200%201.6%200.6%202%201.4%200.9-0.7%202-1.4%203-1.4%201.1%200%202.4%201.2%202.4%202.6v0.5l-1.2%203.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
