@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@charset "UTF-8";
/**
* Lotkit Version:V.1
* Author: sprukosoft
* Created: 25-10-19
* Author URL: https://themeforest.net/user/sprukosoft
* Copyright 2019 Spruko Technologies Private Limited
* Licensed under ThemeForest License

//---------- TABLE OF CONTENTS ----------//
	/*	Bootstrap Framework
	/*	Social-box
	/*	Todo List
	/*	Checkbox style
	/*	Chat Activity
	/*	Widget Styles
	/*	CountDown
	/*	Forms
	/*	Drop Downs
	/*	Hover&effect Buttons
	/*	Global Loader
	/*	Custom control
	/*	Navigation
	/*	Card
	/*	Accordion
	/*	Pagination
	/*	Border styles
	/*	Range slider
	/*	Tooptip & popover
	/*	Pricing tables
	/*	Pricing Styles01
	/*	Typography
	/*	Media object
	/*	Breadcrumb
	/*	Panels
	/*	Alerts
	/*	List Of Dropdwons
	/*	labels
	/*	Badges
	/*	Jumbotron
	/*	Progress
	/*	Lists
	/*	Close
	/*	Modal
	/*	Popover
	/*	Carousel
	/*	Alignments
	/*	Alignments & values
	/*	Page-Headers & Footer
	/*	Background colors
	/*	Widget Style 02
	/*	panel
	/*	Thumbnails
	/*	Widget Style 03
	/*	Default Card Values
	/*	Avatars
	/*	progress sizes
	/*	Email
	/*	Default Styles
	/*	Search and input
	/*	Chart Circle and Map
	/*	Chat Messgae
	/*	Tags
	/*	Highlight & Custom Range
	/*	Default Styles 02
	/*	Time line
	/*	jVector Map
	/*	Selectize
	/*	Gallery
	/*	Date Picker
	/*	Back to Top
	/*	Chat
	/*	Widgets Styles
	/*	Rating
	/*	Message
	/*	Video
	/*	Cookies
	/*	Multiple Widgets
	/* Responsive
*/

/*-------- Bootstrap Framework -------*/

:root {
  --white: #fff;
  --gray: #aaadb2;
  --gray-dark: #858d97;
  --black: #000000;
  --azure: #0a7ffb;
  --lime: #bfff00;
  --lightpink-red: #ff7088;
  --lightgreen: #26eda2;
  --blue: #4049ec;
  --indigo: #6574cd;
  --purple: #604dd8;
  --pink: #ff2b88;
  --red: #ff382b;
  --orange: #ff6600;
  --yellow: #ffab00;
  --green: #00e682;
  --teal: #1ea8aa;
  --cyan: #08bfe0;
  --primary: #306eff;
  --secondary: #eceef4;
  --success: #00e682;
  --info: #0a7ffb;
  --warning: #ffab00;
  --danger: #ff382b;
  --light: #f8f9fa;
  --dark: #3d3f4e;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol';
  --font-family-monospace: Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #3c4858;
  text-align: left;
  /* background-color: #edeff5; */
  font-family: 'Montserrat', sans-serif;
  padding: 0.1px;
}
[tabindex='-1']:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.66em;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  list-style: none;
  padding: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #3c4858;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #505662;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 15px !important;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.66em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1,
.h1 {
  font-size: 2.5rem;
  font-weight: 400;
}
h2,
.h2 {
  font-size: 1.75rem;
}
h3,
.h3 {
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 1.125rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 0.875rem;
}
.lead {
  font-size: 1.171875rem;
  font-weight: 300;
}
.display-1 {
  font-size: 10.5rem;
  font-weight: 400;
  line-height: 1.1;
}
.display-2 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-3 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-4 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-5 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-6 {
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.1;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #eaf0f7;
}
small,
.small {
  font-size: 87.5%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.171875rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #aaadb2;
}
.blockquote-footer::before {
  content: '\2014 \00A0';
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.cover-image {
  background-size: cover !important;
  width: 100%;
  position: relative;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #eaf0f7;
  border-radius: 3px;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #aaadb2;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
/*-------- Bootstrap Framework -------*/

/*------ Social-box -----*/
.social-box {
  min-height: 160px;
  margin-bottom: 20px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(181, 201, 227, 0.12),
    0 8px 16px 0 rgba(181, 201, 227, 0.24);
}
.social-box i {
  display: block;
  font-size: 40px;
  background: #e9ecef;
  line-height: 110px;
}
.social-box.facebook i {
  color: #fff;
  background: #4777da;
  border-radius: 8px 8px 0 0;
}
.social-box ul {
  list-style: none;
  display: inline-block;
  margin: 7px 0 0;
  padding: 10px;
  width: 100%;
}
.social-box ul li {
  color: #949ca0;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px 0 0;
  text-align: center;
  display: block;
  float: left;
  width: 50%;
  line-height: 2;
}
.social-box ul li strong {
  display: block;
  font-size: 17px;
  line-height: 1;
  color: #3c4858;
}
.social-box ul li span {
  font-size: 15px;
  font-weight: 500;
  color: #3c4858;
  text-transform: uppercase;
}
.social-box ul li:last-child {
  padding-left: 10px;
  padding-right: 0;
  text-align: center;
}
.social-box.twitter i {
  color: #fff;
  background: #00bcd4;
  border-radius: 8px 8px 0 0;
}
.social-box.linkedin i {
  border-radius: 8px 8px 0 0;
}
.social-box.google-plus i {
  color: #fff;
  background: #ff3b2e;
  border-radius: 8px 8px 0 0;
}
.statistics-box.with-icon {
  position: relative;
  padding-left: 80px;
  text-align: right;
}
.statistics-box {
  padding-top: 14px;
  min-height: 80px;
  text-align: center;
}
.statistics-box.with-icon .ico.small {
  font-size: 50px;
}
.statistics-box.with-icon .ico {
  position: absolute;
  top: 8px;
  left: 0px;
  width: 80px;
  height: 80px;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
}
.content-box h4 {
  font-size: 43px !important;
}
.counter {
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*------ Social-box -----*/

/*------ Todo List -----*/
.todo-item + .todo-item {
  margin-top: 8px;
}
.todo-item .checkbox {
  margin-bottom: 6px;
}
.todo-item input:checked + span {
  text-decoration: line-through;
}
/*------ Todo List -----*/

/*------ Checkbox style -----*/
.checkbox {
  font-weight: normal;
  position: relative;
  display: block;
  line-height: 18px;
}
.checkbox span {
  padding-left: 15px;
}
.checkbox span:empty {
  float: left;
}
.checkbox span:before,
.checkbox span:after {
  line-height: 18px;
  position: absolute;
}
.checkbox span:before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #f1f5fa;
  border: 1px solid rgba(150, 193, 42, 0.9);
  top: 1px;
  left: 0;
}
.checkbox span:after {
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 9px;
  text-align: center;
  line-height: 17px;
  display: none;
}
.checkbox input[type='checkbox'] {
  opacity: 0;
  margin: 0 5px 0 0;
}
.checkbox input[type='checkbox']:checked + span:after {
  display: block;
}
.checkbox input[type='checkbox'][disabled] + span,
.checkbox input[type='checkbox'][disabled] + span:before,
.checkbox input[type='checkbox'][disabled] + span:after {
  opacity: 0.75;
}
.checkbox-inline {
  display: inline-block;
}
.media .chat i {
  font-size: 13px;
}
.media .chat a {
  font-size: 13px;
}
.iconfont h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 10px !important;
}
.iconfont h5 {
  font-size: 16px;
  font-weight: 600;
}
.iconfont i {
  font-size: 15px;
}
.wx h1 {
  font-size: 65px !important;
  margin-bottom: 15px;
  margin-top: 0px;
}
/*------ Checkbox style -----*/

/*------Chat Activity -----*/
.chat {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0 0 0;
}
.chat li {
  padding: 15px;
  display: flex;
}
.chat .avatar {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  z-index: 2;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.chat .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.chat .day {
  position: relative;
  display: block;
  text-align: center;
  color: #c0c0c0;
  height: 20px;
  box-shadow: 0 0 0 1px rgba(243, 247, 253, 0.12),
    0 8px 16px 0 rgba(243, 247, 253, 0.24);
  line-height: 38px;
  margin-top: 5px;
  margin-bottom: 20px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.other .msg {
  order: 1;
  border: 1px solid #eaf0f7;
  border-top-left-radius: 0px;
  box-shadow: 0 0 0 1px rgba(243, 247, 253, 0.12),
    0 8px 16px 0 rgba(243, 247, 253, 0.24);
}
.other:before {
  content: '';
  position: relative;
  top: 0px;
  right: 0px;
  left: 50px;
  width: 0px;
  height: 0px;
  border: 5px solid #eff2f7;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.self {
  justify-content: flex-end;
  align-items: flex-end;
}
.self .msg {
  order: 1;
  border: 1px solid #eaf0f7;
  border-bottom-right-radius: 0px;
  box-shadow: 0 0 0 1px rgba(243, 247, 253, 0.12),
    0 8px 16px 0 rgba(243, 247, 253, 0.24);
}
.self .avatar {
  order: 2;
}
.self .avatar:after {
  content: '';
  position: relative;
  display: inline-block;
  bottom: -14px;
  right: 26px;
  width: 0px;
  height: 0px;
  border: 5px solid #eff2f7;
  border-right-color: transparent;
  border-top-color: transparent;
  box-shadow: 0 0 0 1px rgba(243, 247, 253, 0.12),
    0 8px 16px 0 rgba(243, 247, 253, 0.24);
}
.msg {
  background: white;
  min-width: 50px;
  margin: 0 10px;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
}
.msg p {
  font-size: 13px;
  margin: 0 0 0.2rem 0;
  color: #313148;
}
.msg img {
  position: relative;
  display: block;
  width: 450px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #eee;
  transition: all 0.4s cubic-bezier(0.565, -0.26, 0.255, 1.41);
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.msg time {
  font-size: 0.7rem;
  color: #8c98b9;
  margin-top: 3px;
  float: right;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.msg time:before {
  content: '\f017';
  color: #8c98b9;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 4px;
}
.social-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: none;
  color: #fff !important;
}
/*------Chat Activity -----*/

/*------Widget Styles -----*/
.count {
  font-size: 37px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card .card-block {
  padding: 15px;
}
.user-card .card-block .user-image {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  padding: 5px;
  width: 110px;
  height: 110px;
}
.card .card-block p {
  line-height: 1.4;
  margin-top: 10px;
}
.user-card .card-block .activity-leval li {
  display: inline-block;
  width: 15%;
  height: 4px;
  margin: 0 3px;
  background-color: #e9ebf9;
}
.user-card .card-block .counter-block {
  color: #fff;
}
.user-card .card-block .user-social-link i {
  font-size: 30px;
}
.widget-user .widget-user-header {
  padding: 20px;
  height: 120px;
}
.widget-user-header.wideget-bg:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 120px;
  right: 0;
  top: 0;
}
.widget-user .widget-user-username {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.widget-user .widget-user-desc {
  margin-top: 0;
  color: #fff;
}

.widget-user .widget-user-image {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -45px;
}
.widget-user .widget-user-image > img {
  width: 90px;
  height: auto;
  border: 3px solid #fff;
}
.widget-info i {
  width: 100px;
  height: 100px;
  padding: 27px 0;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
}
.widget-info a {
  border-bottom: 1px solid #fff;
}
.widget-user .user-wideget-footer {
  padding-top: 30px;
}
.user-wideget-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}
.user-wideget .border-right {
  border-right: 1px solid #f4f4f4;
}
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.description-block > .description-text {
  text-transform: uppercase;
  color: #3c4858;
}
.socailicons .fa {
  font-size: 70px;
  text-align: right;
  position: absolute;
  top: 25px;
  right: 38px;
  outline: none;
}
.socailicons {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.socailicons a {
  text-decoration: none;
}
.twitter1 {
  background-color: #00acee !important;
}
.google-plus1 {
  background-color: #dd4b39 !important;
}
.facebook-like1 {
  background-color: #4777da !important;
}
.pinterest1 {
  background-color: #bd081c !important;
}
.team {
  height: 19rem;
}
/*------Widget Styles -----*/

/*------CountDown -----*/
#count-down {
  margin: 3rem;
}
#count-down .clock-presenter {
  height: 80px;
  padding: 0px;
  text-align: center;
}
#count-down .clock-presenter .digit {
  margin-top: 20px;
  font-size: 3rem;
  line-height: 46px;
  height: 50px;
  padding: 0 7px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  cursor: default;
  background-size: cover;
  border-radius: 3px;
}
#count-down .clock-presenter .note {
  position: relative;
  margin-bottom: 0px;
  cursor: default;
  font-size: 16px;
  opacity: 0.7;
}

/*--count down1---*/
#count-down1 .clock-presenter {
  padding: 0px;
  text-align: center;
}
#count-down1 .clock-presenter .digit {
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  cursor: default;
  background: #fff;
  color: #000;
  border-radius: 3px;
}
#count-down1 .clock-presenter .note {
  position: relative;
  margin-bottom: 0px;
  cursor: default;
  font-size: 14px;
  opacity: 0.7;
}

/*------CountDown -----*/

/*------- Forms -------*/
.input-lg {
  height: 58px !important;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.input-md {
  height: 45px !important;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.input-sm {
  height: 30px !important;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.select2-lg .select2-container .select2-selection--single {
  height: 3.499rem !important;
}
.select2-lg
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 56px !important;
}
.search-elements-sm
  .select2-lg
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 28px !important;
}
.search-elements-sm
  .select2-lg
  .select2-container
  .select2-selection--single
  .select2-sm
  .select2-container
  .select2-selection--single {
  height: 1.775rem !important;
}
.select2-sm
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 27px !important;
}
.select2-sm
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  top: 80% !important;
}
select.form-control.select-lg {
  height: 46px !important;
  padding: 10px 16px !important;
  font-size: 17px !important;
  line-height: 1.3333333 !important;
  border-radius: 3px !important;
}
select.form-control.select-sm {
  height: 30px !important;
  padding: 5px 10px !important;
  line-height: 1 !important;
  border-radius: 3px !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #3c4858;
  height: 41px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eaf0f7;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control.border-white {
  border: 1px solid rgba(167, 180, 201, 0.7) !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #eaf0f7 !important;
  border-radius: 4px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  color: #3d4e67;
  background-color: #fff;
  border-color: #4c8aec;
  outline: 0;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #eaf0f7 !important;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eaf0f7 !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f1f5fa !important;
  border: 1px solid #eaf0f7 !important;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  outline: 1;
  border: 1px solid #bab2eb;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #8c98b9;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #8c98b9;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #8c98b9;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #8c98b9;
  opacity: 1;
}
.form-control {
  color: #aab3ce;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f1f5fa;
  opacity: 1;
}
.search-elements select.form-control:not([size]):not([multiple]) {
  height: 38px;
}
select.form-control:not([size]):not([multiple]) {
  height: 41px;
}
.SumoSelect.disabled select.form-control:not([size]):not([multiple]) {
  height: 0;
}
.select2-container .select2-selection--single {
  height: 2.375rem;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 39px !important;
}
select.form-control:focus::-ms-value {
  color: #3d4e67;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: 14px !important;
  line-height: 1.6;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.14285714;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.6;
  color: #3d4e67;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm
  > .input-group-prepend
  > .form-control-plaintext.input-group-text,
.input-group-sm
  > .input-group-append
  > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg
  > .input-group-prepend
  > .form-control-plaintext.input-group-text,
.input-group-lg
  > .input-group-append
  > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.14285714;
  border-radius: 3px;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm
  > .input-group-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-sm
  > .input-group-append
  > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.44444444;
  border-radius: 3px;
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg
  > .input-group-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg
  > .input-group-append
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.6875rem + 2px);
}
.form-group {
  margin-bottom: 1rem;
}

.form-group .input-wrapper-for-icon {
  position: relative;
}

.form-group .input-wrapper-for-icon img {
  position: absolute;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);

  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-drag: none;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #505662;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 87.5%;
  color: #00e682;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(94, 186, 0, 0.8);
  border-radius: 0.2rem;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #00e682;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #00e682;
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #00e682;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #00e682;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #9eff3b;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #78ed00;
}
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px, 0 0 0 2px rgba(94, 186, 0, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00e682;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 87.5%;
  color: #ff382b;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(205, 32, 31, 0.8);
  border-radius: 0.2rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ff382b;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ff382b;
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #ff382b;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff382b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #ec8080;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e23e3d;
}
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px, 0 0 0 2px rgba(205, 32, 31, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff382b;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}
/*------- Forms -------*/

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
  background: #fff;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

/*------Drop Downs-------*/

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9375rem;
  color: #3d4e67;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eaf0f7;
  border-radius: 3px;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^='top'],
.dropdown-menu[x-placement^='right'],
.dropdown-menu[x-placement^='bottom'],
.dropdown-menu[x-placement^='left'] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eaf0f7;
}
.notifyimg {
  color: #fff;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  border-radius: 50%;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.6rem 1.8rem;
  clear: both;
  font-weight: 400;
  color: #3c4858;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.app-selector ul {
  margin-bottom: 0;
}
.drop-icon-wrap {
  text-align: center;
}
.drop-icon-wrap li {
  display: inline-block;
}
.drop-icon-wrap .drop-icon-item {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  color: #8c98b9;
  text-transform: capitalize;
  min-width: 75px;
}
.block {
  display: block !important;
}
.drop-icon-item i {
  font-size: 20px;
  padding-bottom: 5px;
}
.dropdown-item.user {
  font-size: 16px;
  padding: 5px;
}
.user-semi-title {
  font-size: 12px;
}
.floating {
  animation: floating 3s ease infinite;
  will-change: transform;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #fff;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
  margin: 1px 0 0 0;
  box-shadow: 0px 5px 25px rgba(39, 55, 76, 0.2);
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #aaadb2;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #8c98b9;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  color: #3d4e67;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #eaf0f7;
  border-radius: 0px;
}
.input-group-text input[type='radio'],
.input-group-text input[type='checkbox'] {
  margin-top: 0;
}
.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #b7bec5;
  text-align: center;
  border: 1px solid #e3ebf3;
  border-right: 0;
  border-radius: 0.25rem 0 0 0.2rem;
}
.input-group-addon-right {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #b7bec5;
  text-align: center;
  border: 1px solid #e3ebf3;
  border-radius: 0 0.25rem 0.25rem 0;
}
/*------Drop Downs-------*/

/*------Hover&effect Buttons-------*/
.button-1 {
  width: 140px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.button-1 a {
  font-size: 14px;
  text-decoration: none;
  line-height: 35px;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
}
.button-1:hover a {
  color: #fff;
  text-decoration: none;
}
.eff-1 {
  width: 140px;
  height: 50px;
  top: -2px;
  right: -140px;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.button-1:hover .eff-1 {
  right: 0;
}
.eff-2 {
  width: 140px;
  height: 50px;
  top: -50px;
  right: 0;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.button-1:hover .eff-2 {
  top: 0;
}
.eff-3 {
  width: 140px;
  height: 50px;
  bottom: -50px;
  right: 0;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.button-1:hover .eff-3 {
  bottom: 0;
}
.eff-4 {
  width: 140px;
  height: 50px;
  left: -140px;
  top: 0;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.button-1:hover .eff-4 {
  left: 0;
}
.eff-5 {
  width: 140px;
  height: 50px;
  left: -140px;
  top: -50px;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.button-1:hover .eff-5 {
  left: 0;
  top: 0;
}
.eff-6 {
  width: 140px;
  height: 50px;
  right: -140px;
  bottom: -50px;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.button-1:hover .eff-6 {
  right: 0;
  bottom: 0;
}
.button-6:hover a {
  color: #fff;
}
.eff-7 {
  width: 140px;
  height: 50px;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  top: 0;
  right: 0;
  box-sizing: border-box;
}
.eff-8 {
  width: 140px;
  height: 50px;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
  top: 0;
  right: 0;
  box-sizing: border-box;
}
/*------Hover&effect Buttons-------*/

/*----- Global Loader -----*/
#loading {
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}

#portal {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}

#loading img {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 45%;
  margin: 0 auto;
}
/*----- Global Loader -----*/

/*----- Custom control -----*/
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #d4e1f4;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #aaadb2;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eff2f7;
}
.custom-control-label {
  margin-bottom: 0;
  position: initial;
  margin-top: 3px;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: '';
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #eff2f7;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 3px;
}
.br.custom-checkbox .custom-control-label::before {
  border-radius: 50px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgb(34, 5, 191, 0.4);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(5, 117, 230, 0.9);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgb(34, 5, 191, 0.4);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: 2.375rem;
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  line-height: 1.5;
  color: #8c98b9;
  vertical-align: middle;
  background-size: 8px 10px;
  border: 1px solid #eaf0f7;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #eaf0f7 !important;
}
.custom-select:focus::-ms-value {
  color: #3d4e67;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size='1']) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #aaadb2;
  background-color: #eff2f7;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 75%;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  height: calc(1.8125rem + 2px);
}
.custom-select-lg {
  height: calc(2.6875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2.375rem;
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.375rem;
  margin: 0;
  opacity: 0;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: 'Browse';
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.8;
  color: #3d4e67;
  background-color: #fff;
  border: 1px solid #eaf0f7;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2.375rem - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.8;
  color: #fff;
  content: 'Browse';
  border-radius: 0;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #d4e1f4;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #eff2f7;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: #d4e1f4;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #eff2f7;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: #d4e1f4;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #eff2f7;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #eff2f7;
  border-radius: 1rem;
}
/*----- Custom control -----*/

/*------ Navigation -------*/
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.2rem 0.9rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #aaadb2;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border: 0;
}
.nav-tabs .nav-link.disabled {
  color: #aaadb2;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border: 0;
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 3px;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.359375rem;
  padding-bottom: 0.359375rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: '';
  background: no-repeat center center;
  background-size: 100% 100%;
}
.nav-item.show .dropdown-menu.dropdown-menu-arrow.show {
  top: -1px !important;
}
.nav-sidebar .list-unstyled li:last-child {
  border-bottom: 0px;
}
.nav-sidebar li ul li:last-child {
  border-bottom: 0px;
}
.secondlevel ul {
  background: none !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: #eff2f7;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.nav-item1 {
  padding: 10px;
  min-width: 2rem;
  transition: 0.3s color;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.nav1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background: #fff;
}
.nav-item1:hover:not(.disabled) {
  color: #fff;
}
.nav-item1.active {
  color: #fff;
}
.nav-item1 .nav-link.disabled {
  opacity: 6;
  cursor: default;
  pointer-events: none;
}
.nav1.bg-primary .nav-item1 .nav-link.disabled {
  color: rgba(255, 255, 255, 0.5);
}
.nav-tabs .nav-item1 {
  margin-bottom: -1px;
}
.nav-tabs .nav-item1.nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.nav-tabs .nav-item1 .nav-link {
  border: 0;
  color: inherit;
  margin-bottom: -1px;
  color: #8c98b9;
  transition: 0.3s border-color;
  font-weight: 400;
  padding: 0.6rem 1.6rem;
}
.nav-tabs .nav-item1 .nav-link.disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.nav-tabs .nav-item1 {
  margin-bottom: 0;
  position: relative;
}
.nav-tabs .nav-item1 i {
  margin-right: 0.25rem;
  line-height: 1;
  font-size: 0rem;
  width: 0.875rem;
  vertical-align: baseline;
  display: inline-block;
  margin-right: 10px;
}
.nav-tabs .nav-item1:hover .nav-submenu {
  display: block;
}
.nav-tabs .nav-submenu {
  display: none;
  position: absolute;
  background: #000;
  border: 1px solid #eaf0f7;
  border-top: none;
  z-index: 10;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  min-width: 10rem;
  border-radius: 0 0 3px 3px;
}
.nav-tabs .nav-submenu .nav-item1 {
  display: block;
  padding: 0.5rem 1rem;
  color: #8c98b9;
  margin: 0 !important;
  cursor: pointer;
  transition: 0.3s background;
}
.nav-tabs .nav-submenu .nav-item1.active {
  color: #467fcf;
}
.nav-tabs .nav-submenu .nav-item1:hover {
  color: #5f6877;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.024);
}
/*------ Navigation -------*/

/*------ Card -------*/
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  border-radius: 3px;
  background-color: #fff;
  word-wrap: break-word;
  border: 1px solid #e2ebf7 !important;
  box-shadow: 0 0 3px rgba(31, 30, 47, 0.05);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.5rem;
}
.card-title {
  margin-bottom: 1.5rem;
}
.card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.5rem;
}
.card-header {
  padding: 1.5rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #eaf0f7;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 1.5rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #eaf0f7;
}
.card-footer:last-child {
  border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
}
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1.5rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(3px - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(3px - 1px);
  border-top-right-radius: calc(3px - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(3px - 1px);
  border-bottom-left-radius: calc(3px - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 0.75rem;
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-shadow-0 {
  box-shadow: none !important;
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
.card-columns .card {
  margin-bottom: 1.5rem;
}
/*------ Card -------*/

/*------ Accordion -------*/
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.example .pagination {
  margin-bottom: 0;
}
.accor h4 a {
  padding: 0.75rem 1.25rem;
  display: block;
  font-size: 15px;
  border-bottom: 1px solid rgba(154, 180, 202, 0.16);
}
.acc_section.acc_active h3 {
  font-size: 16px;
}
/*------ Accordion -------*/

/*------ Pagination -------*/
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3px;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #3c4858;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #eaf0f7;
  font-size: 0.875rem;
}
.page-link:hover {
  z-index: 2;
  text-decoration: none;
  background-color: rgb(234, 236, 251);
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page-item.disabled .page-link {
  color: #ced4da;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #eff2f7;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/*------ Pagination -------*/

/*----------Border styles ------*/
.br-100 {
  border-radius: 100% !important;
}
.br-4 {
  border-radius: 4px !important;
}
.br-2 {
  border-radius: 2px !important;
}
.br-tl-2 {
  border-top-left-radius: 2px !important;
}
.br-bl-2 {
  border-bottom-left-radius: 2px !important;
}
.br-tr-2 {
  border-top-right-radius: 2px !important;
}
.br-br-2 {
  border-bottom-right-radius: 2px !important;
}
.br-tl-0 {
  border-top-left-radius: 0 !important;
}
.br-bl-0 {
  border-bottom-left-radius: 0 !important;
}
.br-tr-0 {
  border-top-right-radius: 0 !important;
}
.br-br-0 {
  border-bottom-right-radius: 0 !important;
}
.br-tr-3 {
  border-top-right-radius: 3px !important;
}
.br-br-3 {
  border-bottom-right-radius: 3px !important;
}
.br-tl-3 {
  border-top-left-radius: 3px !important;
}
.br-bl-3 {
  border-bottom-left-radius: 3px !important;
}
/*----------Border styles ------*/

/*----- Range slider -------*/
.range {
  display: table;
  position: relative;
  height: 25px;
  margin-top: 20px;
  background-color: rgb(245, 245, 245);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.range input[type='range'] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  display: table-cell;
  width: 100%;
  background-color: transparent;
  height: 25px;
  cursor: pointer;
}
.range input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  width: 11px;
  height: 25px;
  color: rgb(255, 255, 255);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
  background-color: rgb(153, 153, 153);
}
.range input[type='range']::-moz-slider-thumb {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  width: 11px;
  height: 25px;
  color: rgb(255, 255, 255);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
  background-color: rgb(153, 153, 153);
}
.range output {
  display: table-cell;
  padding: 3px 5px 2px;
  min-width: 40px;
  color: rgb(255, 255, 255);
  background-color: rgb(153, 153, 153);
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.range input[type='range'] {
  outline: none;
}
.range.range-success input[type='range']::-webkit-slider-thumb {
  background-color: #36b37e;
}
.range.range-success input[type='range']::-moz-slider-thumb {
  background-color: #36b37e;
}
.range.range-success output {
  background-color: #36b37e;
}
.range.range-success input[type='range'] {
  outline-color: #36b37e;
}
.range.range-info input[type='range']::-webkit-slider-thumb {
  background-color: #0a7ffb;
}
.range.range-info input[type='range']::-moz-slider-thumb {
  background-color: #0a7ffb;
}
.range.range-info output {
  background-color: #0a7ffb;
}
.range.range-info input[type='range'] {
  outline-color: #0a7ffb;
}
.range.range-warning input[type='range']::-webkit-slider-thumb {
  background-color: #ffab00;
}
.range.range-warning input[type='range']::-moz-slider-thumb {
  background-color: #ffab00;
}
.range.range-warning output {
  background-color: #ffab00;
}
.range.range-warning input[type='range'] {
  outline-color: #ffab00;
}
.range.range-danger input[type='range']::-webkit-slider-thumb {
  background-color: #f94859;
}
.range.range-danger input[type='range']::-moz-slider-thumb {
  background-color: #f94859;
}
.range.range-danger output {
  background-color: #f94859;
}
.range.range-danger input[type='range'] {
  outline-color: #f94859;
}
/*----- Range slider -------*/

/*-------Tooptip &popover------*/

.list.d-flex img {
  width: 70px;
  height: 70px;
}
#popup {
  position: absolute;
  width: auto;
  height: 30px;
  background: #fe6b1f;
  display: none;
  color: white;
  border-radius: 5px;
}
#copy {
  background: none;
  color: white;
  font-weight: bold;
  padding: 8px 25px;
  border: 0;
}
.bd-example {
  position: relative;
  padding: 1rem;
  margin: 1rem -1rem;
  border-width: 0.2rem 0 0;
}
.bd-example-tooltip-static .tooltip {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  opacity: 1;
}
.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.tooltip.tooltip-top .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: '';
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.bs-tether-element-attached-left .tooltip-inner::before,
.tooltip.tooltip-right .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: '';
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.tooltip.tooltip-bottom .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: '';
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.bs-tether-element-attached-right .tooltip-inner::before,
.tooltip.tooltip-left .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: '';
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: '';
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^='top'] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^='bottom'] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}
/*-------Tooptip &popover------*/

/*-----Pricing tables-----*/

.pricing {
  color: #fff;
  border-radius: 7px;
}
.pricing1 {
  color: #1f252d;
  border-radius: 7px;
}
.pricing .card-category {
  background: rgba(255, 255, 255, 0.3);
  padding: 10px 0;
  color: #fff;
}
.pricing .list-unstyled li {
  border-bottom: 1px solid #eff2f7;
  padding: 7px 0;
}
.pricing1 .list-unstyled li {
  padding: 7px 0;
}
.pricing1 .card-category {
  background: rgba(255, 255, 255, 0.3);
  padding: 40px 0;
  color: #fff;
}

.pricing-table {
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 0px;
}
.pricing-table:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.pricing-table:hover > .panel-footer-landing {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05) inset;
  -webkit-transition: all 0.3s ease;
}
.pricing-table:hover > .panel > .panel-body-landing {
  background: #510fa8;
  -webkit-transition: all 0.3s ease;
}
.pricing-table:hover > .panel > .panel-heading-landing-box {
  background: #fff !important;
  color: #333 !important;
  -webkit-transition: all 0.3s ease;
}
.pricing-table:hover > .panel > .controle-header {
  background: #510fa8 !important;
  /*    border: solid 2px #5CB85C !important;*/
  -webkit-transition: all 0.3s ease;
}
.pricing-table:hover > .panel > .panel-footer {
  background: #510fa8 !important;
  /*    border: solid 2px #5CB85C !important;*/
  -webkit-transition: all 0.3s ease;
  text-align: center;
}

.pricing-table:hover > .panel > .controle-header > .panel-title-landing {
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  font-size: 35px;
}
.pricing-table > .panel > .controle-header > .panel-title-landing {
  color: #000 !important;
  font-size: 35px;
}
.pricing-table:hover > .panel > .panel-body-landing > .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
}
.panel-body-landing:hover > .table > tbody > tr > td {
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
}
.panel-heading-landing {
  background: #e8e8ef !important;
  padding: 20px !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border: solid 2px#510fa8 !important;
  border-bottom: none !important;
  text-align: center;
  margin-top: 20px;
}
.col-sm-4 .pricing-table .table td {
  padding: 0.75rem;
  vertical-align: top;
  text-align: left;
}
.panel-heading-landing-box {
  background: #510fa8 !important;
  color: #fff !important;
  font-size: 16px !important;
  text-align: center;
  border-top: none !important;
}
.panel-title-landing {
  color: #510fa8 !important;
  font-size: 35px;
  font-weight: bold;
}
.panel-body-landing {
  border: solid 2px#510fa8 !important;
  border-top: none !important;
  border-bottom: none !important;
  text-align: center;
  background: #fff;
}
.panel-footer-landing {
  border: solid 2px#510fa8 !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top: none !important;
  text-align: center;
  background: #e8e8ef;
}

/*------ Pricing Styles01 ---------*/

.panel.price,
.panel.price > .panel-heading {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.panel.price h3 {
  margin-bottom: 0;
  padding: 20px 0;
}
.panel-heading {
  padding: 10px 15px;
  background: #fff;
}
.panel.price > .panel-heading {
  padding: 0;
  position: relative;
}
.price .list-group-item {
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel.price .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel.price .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel.price {
  margin-bottom: 1.5rem;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  overflow: hidden;
}
.price .panel-footer {
  border-bottom: 0px;
  background-color: #fff;
}
.price.panel-color > .panel-body {
  background-color: #fff;
}

/*--pricing style04--*/
.price-img img {
  width: 50%;
  height: 50%;
  margin-bottom: 1rem;
}
.price-1 .list-unstyled li {
  padding: 7px 0;
}
.danger .pricing-divider {
  background: linear-gradient(
    to bottom right,
    #f94859 0%,
    #f94971 100%
  ) !important;
  padding: 1em 0 4em;
  position: relative;
}
.success .pricing-divider {
  background: linear-gradient(
    to bottom right,
    #62fb62 0%,
    #21a544 100%
  ) !important;
  padding: 1em 0 4em;
  position: relative;
}
.pricing-divider-img {
  position: absolute;
  left: 0;
  width: 100%;
}
.pricing .list-unstyled li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 7px 0;
}
/*----Pricing Tables style 04----*/

/*----Pricing Tables style 03----*/
.pri-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f1f1ff;
  border-bottom: 1px solid#efefff;
}
.pricing-table {
  text-align: center;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eff2f7;
  margin-bottom: 30px;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
.pricing-table .price-header {
  position: relative;
  padding: 30px 0 25px 0;
  background-color: #f3f5fb;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.pricing-table .price-header .permonth {
  position: absolute;
  left: 50%;
  bottom: -20px;
  background-color: #fff;
  padding: 10px 35px;
  border-radius: 25px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #383838;
}
.pricing-table:hover .price-header .title {
  color: #fff;
}
.pricing-table .price-header .title {
  color: #282828;
  font-size: 21px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  margin-bottom: 15px;
}
.pricing-table:hover .price {
  color: #fff;
}
.pricing-table .price {
  font-size: 50px;
  color: #282828;
  font-weight: 800;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  text-align: center;
  position: relative;
  transition: 0.3s ease-in;
  margin-bottom: 15px;
}

.pricing-table .price .dollar {
  font-size: 33px;
  line-height: 33px;
  position: relative;
  top: -12px;
}
.pricing-table .price-body ul {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
.pricing-table .price-body ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pricing-table .price-body ul li {
  list-style: none;
  display: block;
  color: #282828;
  padding: 15px 0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-bottom: 1px solid#efefff;
}
.pricing-table .price-body ul li:first-child {
  margin-top: 0;
}
.pricing-table .price-body ul li:last-child {
  margin-bottom: 0;
}
.pricing-table .price-footer {
  margin-top: 40px;
}
.pricing-table .price-footer .order-btn {
  margin-bottom: 30px;
}
/*----Pricing Tables 03----*/

/*----Pricing Tables 02----*/
.pt-inner {
  text-align: center;
}

.pt-inner .pti-header {
  padding: 45px 10px 70px;
  color: #fff;
  position: relative;
  border: 1px solid rgba(107, 122, 144, 0.1);
  border-bottom: 0;
}

.pt-inner .pti-header > h2 {
  margin: 0;
  line-height: 100%;
  font-weight: 100;
  font-size: 50px;
  color: #fff;
}
.pt-inner .pti-header > h2 small {
  letter-spacing: 0;
  vertical-align: top;
  font-size: 16px;
  font-weight: 100;
}
.pt-inner .pti-header .ptih-title {
  background-color: rgb(0, 0, 0, 0.1);
  padding: 8px 10px 9px;
  margin: 0 -10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-bottom: 0;
}
.pt-inner .pti-header .ptih-title {
  text-transform: uppercase;
}
.pt-inner .pti-body .ptib-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.pt-inner .pti-body .ptib-item {
  padding: 15px 0;
  font-weight: 400;
}
.pt-inner .pti-footer {
  padding: 20px;
  border-top: 0 !important;
}
/*--pricing style02--*/

/*--pricing style04--*/
.pricing-tabs .pri-tabs-heading {
  padding: 15px;
  text-align: center;
  margin: 0 auto;
  display: inline-table;
}
.pricing-tabs .nav-price li a {
  padding: 12px 30px 12px 30px;
  color: #3c4858;
  border-radius: 30px;
  margin: 2px;
}
.pricing-tabs .tab-content {
  padding: 15px;
  margin-top: 1.5rem;
}
.pricing-tabs .pricing1 .list-unstyled li {
  border-bottom: 1px solid #eff2f7;
}
.pricing-tabs .pricing1 .list-unstyled li:first-child {
  border-top: 1px solid #eff2f7;
}
/*end*/
.panel-body {
  padding: 15px;
  background: #fff;
}
.panel-body .lead strong {
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 400;
}
.panel-body .lead {
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 0;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #e8e8ef;
  border-top: 1px solid #eaf0f7;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/*--pricing style03--*/
/*-----Pricing tables-----*/

/*----- Typography ------*/

.heading-inverse {
  background-color: #333;
  color: #ffffff;
  padding: 5px;
}
.heading-success {
  background-color: #36b37e;
  color: #ffffff;
  padding: 5px;
}
.heading-info {
  background-color: #0a7ffb;
  color: #ffffff;
  padding: 5px;
}
.heading-warning {
  background-color: #ffab00;
  color: #ffffff;
  padding: 5px;
}
.heading-danger {
  background-color: #f94859;
  color: #ffffff;
  padding: 5px;
}
/*----- Typography ------*/

/*------ Media object ------*/
.media {
  margin-top: 15px;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-object {
  display: block;
}
.media img {
  width: 45px;
  height: 45px;
}
.media.meida-md img {
  width: 65px;
  height: 65px;
}
.media.meida-lg img {
  width: 80px;
  height: 80px;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-body h4 {
  font-weight: 500;
  font-size: 15px;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
/*------ Media object ------*/

/*------ Breadcrumb ------*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
  list-style: none;
  border-radius: 3px;
  left: 0;
  bottom: 0px;
  padding: 0 !important;
  background-color: transparent !important;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: #3c4858;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: rgba(255, 255, 255, 0.3);
  content: '/';
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #2205bf;
}
/*------ Breadcrumb ------*/

/*-------Panels-----------*/

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eff2f7;
}
.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  background-color: #fff;
  border-color: #eff2f7;
}
.panel-title {
  margin-bottom: 0;
}
.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px solid #eaf0f7;
}
.more-less {
  float: right;
  color: #212121;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #eaf0f7;
}
a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}
.panel1 {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}
.panel1:last-child {
  border-bottom: none;
}
.panel-group1 > .panel1:first-child .panel-heading1 {
  border-radius: 4px 4px 0 0;
}
.panel-group1 .panel1 {
  border-radius: 0;
}
.panel-body1 {
  padding: 10px;
}
.panel-title1 {
  margin-bottom: 0;
}
.panel-group1 .panel1 + .panel1 {
  margin-top: 0;
}
.panel-heading1 {
  background-color: #fff;
  border-radius: 0;
  border: none;
  color: #3c4858;
  padding: 0;
}
.panel-group1 .panel-body {
  border-top: 1px solid #eaf0f7;
}
.panel-title1 a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-weight: 400;
  font-size: 15px;
}
.panel-title1 a.collapsed {
  color: #fff;
  font-size: 15px;
}
.panel-body1 {
  background: #fff;
}
.panel1:last-child .panel-body1 {
  border-radius: 0 0 4px 4px;
}
.panel1:last-child .panel-heading1 {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}
.panel1:last-child .panel-heading1.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
.panel-title a.accordion-toggle:before {
  content: '\f068';
  padding: 0 10px 0 0;
  color: #fff;
  font-family: FontAwesome;
  float: right;
}
.panel-title a.accordion-toggle.collapsed:before {
  content: '\f067';
  padding: 0 10px 0 0;
  color: #fff;
  font-family: FontAwesome;
  float: right;
}
.panel-heading1 a.collapsed:before {
  content: '\e9af';
  position: absolute;
  font-family: 'feather' !important;
  right: 10px;
  top: 12px;
  font-size: 20px;
  transition: all 0.5s;
  transform: scale(1);
}
.panel-heading1 a:before {
  content: '\e994';
  position: absolute;
  font-family: 'feather' !important;
  right: 10px;
  top: 12px;
  font-size: 20px;
  transition: all 0.5s;
  transform: scale(1);
}
.panel-heading1.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}
.demo-accordion p:last-child,
.panel-group1 p:last-child {
  margin-bottom: 0;
}
#bs-collapse .panel-heading1 a:after {
  content: '\f01a';
  font-size: 24px;
  position: absolute;
  font-family: 'FontAwesome';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}
#bs-collapse .panel-heading1.active a:after {
  content: '\f01a';
  transform: scale(1);
  transition: all 0.5s;
}
#accordion .panel-heading1 a:before {
  content: '\f01a';
  font-size: 24px;
  position: absolute;
  font-family: 'FontAwesome';
  right: 5px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
}
#accordion .panel-heading1.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
/*-------Panels-----------*/

/*-----Alerts-----*/

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert:first-child {
  margin-bottom: 1rem !important;
}
.alert:last-child {
  margin-bottom: 0;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 500;
}
.alert-link:hover {
  text-decoration: underline;
}
.alert-link a:hover {
  text-decoration: underline;
}
.alert-dismissible {
  padding-right: 3.90625rem;
}
hr.message-inner-separator {
  clear: both;
  margin-top: 10px;
  margin-bottom: 13px;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-secondary {
  color: #fff;
  background-color: #510fa8;
  border-color: #510fa8;
}
.alert-secondary hr {
  border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
  color: #2e3133;
}
.alert-success {
  color: #fcfdff;
  background-color: #36b37e;
  border-color: #36b37e;
}
.alert-success hr {
  border-top-color: #c5e7a4;
}
.alert-success .alert-link {
  color: #172e00;
}
.alert-info {
  color: #fcfdff;
  background-color: #00b8d9;
  border-color: #00b8d9;
}
.alert-info hr {
  border-top-color: #b3dcf9;
}
.alert-info .alert-link {
  color: #193c56;
}
.alert-warning {
  color: #fcfdff;
  background-color: #ffab00;
  border-color: #ffab00;
}
.alert-warning hr {
  border-top-color: #fae8a4;
}
.alert-warning .alert-link {
  color: #4d3f05;
}
.alert-danger {
  color: #fcfdff;
  background-color: #f94859;
  border-color: #f94859;
}
.alert-danger hr {
  border-top-color: #ecacab;
}
.alert-danger .alert-link {
  color: #3f0a09;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/*alerts*/

.pop-primary {
  color: #4d9dff;
}
.popsecondary {
  color: #628dea;
}
.popinfo {
  color: #88c8f7;
}
.popsuccess {
  color: #bfff80;
}
.popdanger {
  color: #ea6262;
}
.popwarning {
  color: #f7db6e;
}
/*-----Alerts-----*/

/*-----List Of Dropdwons-----*/
ul.dropdown-menu li.dropdown ul.dropdown-menu {
  position: absolute !important;
  width: 100% !important;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #8c98b9;
  background-color: #f1f5fa;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #eff2f7;
}
.dropdown-menu .dropdown-plus-title {
  width: 100% !important;
  color: #8c98b9 !important;
  padding: 6px 12px !important;
  font-weight: 500 !important;
  border: 0 solid #eff2f7 !important;
  border-bottom-width: 1px !important;
  cursor: pointer !important;
}
ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 20px !important;
}
.dropdown-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  border-bottom: 1px solid #eaf0f7;
}
.dropdown-demo .dropdown-menu {
  position: static;
  float: none;
}
.dropdown-menu-header label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #8c98b9;
}
.dropdown-media-list .media:hover,
.dropdown-media-list .media:focus {
  background-color: #f1f5fa;
}
.dropdown-media-list .media {
  padding: 12px 15px;
}
.media {
  display: flex;
  align-items: flex-start;
}
.dropdown-media-list img {
  border-radius: 100%;
}
.dropdown-media-list .media-body {
  margin-left: 15px;
}
.media-body {
  flex: 1;
}
.dropdown-media-list .media-body > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown-media-list .media-body > div p {
  margin-bottom: 0;
  font-weight: 500;
  color: #8c98b9;
  font-size: 14px;
}
.dropdown-media-list .media-body > div span {
  font-size: 12px;
}
.dropdown-media-list .media-body > p {
  font-size: 14px;
  margin-bottom: 0;
}
.dropdown-list-footer {
  padding: 10px 15px;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #eaf0f7;
}
.label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.dropdown-media-list {
  padding: 0;
}
/*-----List Of Dropdwons-----*/

/*-----labels-----*/
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  /*line-height: 1;*/
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.label-info {
  background-color: #0a7ffb;
}
.label-primary {
  background-color: #2205bf;
}
.label-danger {
  background-color: #f94859;
}
.label-warning {
  background-color: #ffab00;
}
.label-success {
  background-color: #36b37e;
}
.label-purple {
  background-color: #604dd8;
}
.label-pink {
  background-color: #ff2b88;
}
.label-secondary {
  background-color: rgb(237, 239, 245);
  color: #3c4858;
}
/*-----labels-----*/

/*-----Badges-----*/

.badge-secondary {
  color: #fff;
  background-color: #ef6430;
  box-shadow: 0 5px 10px rgba(245, 123, 78, 0.2);
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #e1ecfb;
}
.badge-success {
  color: #fff;
  background-color: #27b12b;
  box-shadow: 0 5px 10px rgba(39, 177, 43, 0.2);
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #92cc43;
}
.badge-info {
  color: #fff;
  background-color: #0a7ffb;
  box-shadow: 0 5px 10px rgba(10, 127, 251, 0.2);
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1594ef;
}
.badge-warning {
  color: #fff;
  background-color: #ffab00;
  box-shadow: 0 5px 10px rgba(255, 171, 0, 0.2);
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ffb113;
}
.badge-danger {
  color: #fff;
  background-color: #f94859;
  box-shadow: 0 5px 10px rgba(249, 72, 89, 0.2);
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #fb5b50;
}
.badge-light {
  color: #3d4e67;
  background-color: #ecebf5;
}
.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #3d4e67;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #3d3f4e;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #555769;
}
.badge-pink {
  color: #fff;
  background-color: #f92884;
}
.badge-pink[href]:hover,
.badge-pink[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #f92884;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
}
.badge-md {
  display: inline-block;
  padding: 0.55em 0.7em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
}
.br-0 {
  border-radius: 0px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badgetext {
  float: right;
}
.badge-default {
  background: rgb(234, 240, 247);
  color: #9da1af;
}
.shape {
  border-style: solid;
  border-width: 0 70px 40px 0;
  float: right;
  height: 0px;
  width: 0px;
  -ms-transform: rotate(360deg); /* IE 9 */
  -o-transform: rotate(360deg); /* Opera 10.5 */
  -webkit-transform: rotate(360deg); /* Safari and Chrome */
  transform: rotate(360deg);
}
.offer {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.07);
  margin: 15px 0;
  overflow: hidden;
}
.shape {
  border-color: rgba(255, 255, 255, 0) #d9534f rgba(255, 255, 255, 0)
    rgba(255, 255, 255, 0);
}

.offer-danger {
  border-color: #f94859;
}
.offer-danger .shape {
  border-color: transparent #f94859 transparent transparent;
}
.offer-success {
  border-color: #36b37e;
}
.offer-success .shape {
  border-color: transparent #36b37e transparent transparent;
}
.offer-default {
  border-color: #eff2f7;
}
.offer-default .shape {
  border-color: transparent #eff2f7 transparent transparent;
}

.offer-info {
  border-color: #00b8d9;
}
.offer-info .shape {
  border-color: transparent #00b8d9 transparent transparent;
}
.offer-warning {
  border-color: #ffab00;
}
.offer-warning .shape {
  border-color: transparent #ffab00 transparent transparent;
}

.shape-text {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  right: -47px;
  top: 0px;
  white-space: nowrap;
  -ms-transform: rotate(30deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.offer-content {
  padding: 20px;
}
/*-----Badges-----*/

/*-----Jumbotron-----*/
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: rgb(236, 238, 244);
  border-radius: 3px;
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
/*-----Jumbotron-----*/

/*-----Progress-----*/
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.703125rem;
  background-color: #edeff5;
  border-radius: 4px;
  box-shadow: 4px 3px 6px 0 rgb(208, 212, 224);
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
}
.current-progressbar {
  margin-top: 14.5px;
}
.progress-content {
  margin-bottom: 16.5px;
}
.progress-content:last-child {
  margin-bottom: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
/*-----Progress-----*/

/*-----Lists-----*/
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #3c4858;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #3c4858;
  text-decoration: none;
  background-color: #fafaff;
}
.list-group-item-action:active {
  color: #3c4858;
  background-color: #fafaff;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eaf0f7;
}
.listorder {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eaf0f7;
  list-style-type: decimal;
  list-style-position: inside;
}
.listorder1 {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eaf0f7;
  list-style-type: upper-alpha;
  list-style-position: inside;
}
.listunorder {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eaf0f7;
  list-style-type: circle;
  list-style-position: inside;
}
.listunorder1 {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eaf0f7;
  list-style-type: square;
  list-style-position: inside;
}
.panel-default .list-group-item.active {
  color: #2e384d;
  background-color: #f4f3f9;
  border-color: rgba(107, 122, 144, 0.1);
}
.panel-primary .list-group-item.active {
  color: #fff;
  background-color: #1753fc;
  border-color: #1753fc;
}
.panel-primary .list-group-item.active:hover {
  color: #fff;
  background-color: #6c4cbb;
  border-color: #6c4cbb;
}
.panel-success .list-group-item.active {
  color: #fff;
  background-color: #2fd8c6;
  border-color: #2fd8c6;
}
.panel-success .list-group-item.active:hover {
  color: #fff;
  background-color: #4b9400;
  border-color: #4b9400;
}
.panel-info .list-group-item.active {
  color: #fff;
  background-color: #28afd0;
  border-color: #28afd0;
}
.panel-info .list-group-item.active:hover {
  color: #fff;
  background-color: #3ec7e8;
  border-color: #3ec7e8;
}
.panel-warning .list-group-item.active {
  color: #fff;
  background-color: #fdb901;
  border-color: #fdb901;
}
.panel-warning .list-group-item.active:hover {
  color: #fff;
  background-color: #cea70c;
  border-color: #cea70c;
}
.panel-danger .list-group-item.active {
  color: #fff;
  background-color: #ec2d38;
  border-color: #ec2d38;
}
.panel-danger .list-group-item.active:hover {
  color: #fff;
  background-color: #d6434c;
  border-color: #d6434c;
}
.panel-default .list-group-item.active:hover,
.panel-default .list-group-item.active:focus {
  color: #2e384d;
  background-color: #f4f3f9;
  border-color: #f4f3f9;
}
.list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
  color: #3c4858 !important;
  background: rgba(237, 239, 245, 0.7) !important;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #7c90b1;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  background-color: #edeff5;
  border: 1px solid #eaf0f7;
  color: #3c4858;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #24426c;
  background-color: #cbdbf2;
}
.list-group-flush .list-group-item:hover {
  background: #f1f5fa;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #24426c !important;
  background-color: #b7cded !important;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #24426c;
  border-color: #24426c;
}
.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #464a4e;
  background-color: #cfd2d6;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}
.list-group-item-success {
  color: #008048;
  background-color: #ccffe9;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #316100;
  background-color: #c5e7a4;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #316100;
  border-color: #316100;
}
.list-group-item-info {
  color: #00b8d9;
  background-color: #e6f1ff;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #00b8d9;
  background-color: #b3dcf9;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #00b8d9;
  border-color: #00b8d9;
}
.list-group-item-warning {
  color: #ffab00;
  background-color: #ffe9cc;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #ffab00;
  background-color: #ffe9cc;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #ffab00;
  border-color: #ffab00;
}
.list-group-item-danger {
  color: #f94859;
  background-color: #ffcfcc;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #f94859;
  background-color: #ffcfcc;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #f94859;
  border-color: #f94859;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/*-----Lists-----*/

/*-----Close-----*/
.close {
  float: right;
  font-size: 1.40625rem;
  font-weight: 700;
  line-height: 1;
  color: #07080b;
  text-shadow: 0 1px 0 #c4abab;
  opacity: 0.7;
}
.close:hover,
.close:focus {
  color: #a0afc7;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*-----Close-----*/

/*------ Modal -------*/
.modal-open {
  overflow: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: hidden;
  outline: 0;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
}
.modal-open,
.modal-backdrop.fade.show {
  padding-right: 0 !important;
}
.modal-open {
  padding: 0 !important;
  display: block;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-open #homeVideo.modal {
  background: rgba(40, 27, 45, 0.8);
}
.modal-open #homeVideo.modal .modal-content {
  border: 10px solid #eff2f7;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eaf0f7;
  border-radius: 3px;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #eaf0f7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-header .close.btn {
  padding: 0.2rem 1rem;
  margin: 0;
  font-size: 12px;
  color: #fff;
  text-shadow: none;
  float: right;
  display: block;
  right: 15px;
  position: absolute;
}
.modal-header .close.btn:hover {
  color: #fff;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
}
.modal-footer .btn.btn-link.ml-auto {
  background: #edeff5;
  color: #000;
  border: 1px solid #dfe4f3;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-body p:last-child {
  margin-bottom: 0;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #eaf0f7;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
/*------ Modal -------*/

/*------ Popover -------*/
.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee3eb;
  border-radius: 3px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 3px;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: '';
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^='top'] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^='top'] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-width: 0.5rem 0.25rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^='right'] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^='right'] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 0.5rem;
  margin: 3px 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-width: 0.25rem 0.5rem 0.25rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before {
  left: 0;
  border-right-color: #dee3eb;
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^='bottom'] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^='bottom'] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-width: 0 0.25rem 0.5rem 0.25rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before {
  top: 0;
  border-bottom-color: #dee3eb;
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^='bottom'] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0.5rem;
  margin-left: -0.25rem;
  content: '';
  border-bottom: 1px solid #fff;
}
.bs-popover-left,
.bs-popover-auto[x-placement^='left'] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^='left'] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 0.5rem;
  margin: 3px 0;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-width: 0.25rem 0 0.25rem 0.5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before {
  right: 0;
  border-left-color: #dee3eb;
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  color: inherit;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(3px - 1px);
  border-top-right-radius: calc(3px - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.75rem 1rem;
  color: #5f6877;
}
/*------ Popover -------*/

/*------ Carousel -------*/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.6;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-indicators1 {
  position: absolute;
  right: 0;
  top: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators1 li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.carousel-indicators1 li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}
.carousel-indicators1 li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}
.carousel-indicators1 .active {
  background-color: #fff;
}
.carousel-indicators2 {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-top: 10px;
  list-style: none;
}
.carousel-indicators2 li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.carousel-indicators2 li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}
.carousel-indicators2 li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}
.carousel-indicators2 .active {
  background-color: #fff;
}
.carousel-indicators3 {
  position: absolute;
  left: 10px;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-top: 10px;
  list-style: none;
}
.carousel-indicators3 li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.carousel-indicators3 li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}
.carousel-indicators3 li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}
.carousel-indicators3 .active {
  background-color: #fff;
}
.carousel-indicators4 {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-top: 10%;
  list-style: none;
}
.carousel-indicators4 li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.carousel-indicators4 li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}
.carousel-indicators4 li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}
.carousel-indicators4 .active {
  background-color: #fff;
}
.carousel-indicators5 {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}
.carousel-indicators5 li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.carousel-indicators5 li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}
.carousel-indicators5 li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}
.carousel-indicators5 .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  top: 30%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
/*------ Carousel -------*/

/*------ Alignments -------*/
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-secondary {
  background-color: #ef6430 !important;
  color: #fff;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #ef6430 !important;
  color: #fff;
}
.bg-success {
  background-color: #36b37e !important;
  color: #fff;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #16a026 !important;
  color: #fff;
}
.bg-info {
  background-color: #09b0ec !important;
  color: #fff;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #08a3da !important;
  color: #fff;
}
.bg-warning {
  background-color: #ffab00 !important;
  color: #fff;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffb113 !important;
  color: #fff;
}
.bg-danger {
  background-color: #f94859 !important;
  color: #fff;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #fb5b50 !important;
  color: #fff;
}

.bg-pink {
  background: #e51ead;
  color: #fff;
}
a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #e51ead !important;
  color: #fff;
}

.bg-light {
  background-color: #f1f5fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #272b44 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0f0518 !important;
}
.bg-dark1 {
  background-color: #20285d !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #20285d !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
/*------ Alignments -------*/

/*------- Alignments & values-------*/

.text-monospace {
  font-family: Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-semibold {
  font-weight: 500 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-secondary {
  color: #f58054 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #f60 !important;
}
.text-success {
  color: #36b37e !important;
}
p.text-success {
  min-height: 22px;
}
a.text-success:hover,
a.text-success:focus {
  color: #92cc43 !important;
}
.text-info {
  color: #0ca7ec !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #1594ef !important;
}
.text-warning {
  color: #ffab00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffb113 !important;
}
.text-danger {
  color: #ff0000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #fb5b50 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #504e70 !important;
}
.text-body {
  color: #3d4e67 !important;
}
.text-muted {
  color: #8492a6 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}

.fixed-table-body:has(.newDesingTable) {
  border-radius: 8px;
  overflow-y: auto;
}

.newDesingModal .modal-content {
  border-radius: 8px !important;
}

.newDesingModal .modal-content .modal-header {
  padding: 22px 20px !important;
  border: none !important;
}

.newDesingModal .modal-content .modal-header .close {
  padding: 14px 10px !important;
  line-height: 0 !important;
  font-size: 20px !important;
}

.newDesingModal .modal-content .modal-body {
  padding: 0px 20px;
}

.newDesingModal .modal-content .modal-footer {
  border: none !important;
}

.newDesingModal .modal-content .modal-footer .justify-content-center {
  justify-content: center;
}

.fixThisInput input {
  padding: 0.375rem 0.75rem;
  border-radius: 4px;
  border: 1px solid lightslategray;
  background-color: #fff;
}

.fixThisInput input:disabled {
  background-color: #f1f5fa;
}

.date-start, .date-end {
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #3c4858;
  border: 1px solid #ECECEE;
}

.date-start:focus, .date-end:focus { 
  border: 1px solid lightslategray;
}

.br8 {
  border-radius: 8px !important;
}

.newDesingTable {
  max-height: calc(100vh - 320px);
  overflow-y: auto;

  border: #ececee solid 1px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;

  color: #1c1c17;
}
/* 
.newDesingTable thead tr th {
  position: relative;
} */
.newDesingTable thead tr th .th-inner{
  height: 48px;
  display: flex;
  align-items: center;

  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}
.fa-trash:before {
  content: "\f1f8" !important;
}
/* .newDesingTable thead tr th .fht-cell{
  position: absolute;
  bottom: 5px;
} */

.newDesingTable tr th {
  background: #eceef2;
}

.newDesingTable tr {
  background: inherit !important;
}

.newDesingTable tr th {
  padding: 12px 10px;

  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.newDesingTable th {
  text-transform: none !important;
}
.newDesingTable tr td, .newDesingTable tr td a {
  color: #1C1C17 !important;
}

.newDesingTable tr td a:hover {
  color: #007bff !important;
}

.newDesingTable tr td {
  padding: 10px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.newDesingTable tr td {
  border: none;
  border-bottom: 1px solid #eaf0f7;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: ' (' attr(title) ')';
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table,
  .text-wrap table {
    border-collapse: collapse !important;
  }
  .table td,
  .text-wrap table td,
  .table th,
  .text-wrap table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .text-wrap table th,
  .table-bordered td,
  .text-wrap table td {
    border: 1px solid #eaf0f7 !important;
  }
}

.lead {
  line-height: 1.4;
}
a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}
strong,
b {
  font-weight: 500;
}
p,
ul,
ol,
blockquote {
  margin-bottom: 1em;
}
blockquote {
  padding-left: 2rem;
  border-left: 3px solid rgba(255, 255, 255, 0.2);
}
.blockquote-reverse,
blockquote.float-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 3px solid #eff2f7;
  border-left: 0;
}
blockquote p {
  margin-bottom: 1rem;
}
blockquote cite {
  display: block;
  text-align: right;
}
blockquote cite:before {
  content: '— ';
}
code {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 3px;
}
pre code {
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
pre {
  color: #3d3f4e;
  padding: 1rem;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f8fafc;
  border-radius: 3px;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  text-shadow: 0 1px white;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
img {
  max-width: 100%;
}
.text-wrap {
  font-size: 14px;
  line-height: 1.66;
}
.text-wrap > :first-child {
  margin-top: 0;
}
.text-wrap > :last-child {
  margin-bottom: 0;
}
.text-wrap > h1,
.text-wrap > h2,
.text-wrap > h3,
.text-wrap > h4,
.text-wrap > h5,
.text-wrap > h6 {
  margin-top: 1em;
}
.section-nav {
  background-color: #f8f9fa;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  border: 1px solid #eaf0f7;
  border-radius: 3px;
  list-style: none;
}
.section-nav:before {
  content: 'Table of contents:';
  display: block;
  font-weight: 600;
}
@media print {
  .container {
    max-width: none;
  }
}
.row-cards > .col,
.row-cards > [class*='col-'] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.row-deck > .col,
.row-deck > [class*='col-'] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.row-deck > .col .card,
.row-deck > [class*='col-'] .card {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.col-text {
  max-width: 48rem;
}
.col-login {
  max-width: 24rem;
}
.gutters-0 {
  margin-right: 0;
  margin-left: 0;
}
.gutters-0 > .col,
.gutters-0 > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.gutters-0 .card {
  margin-bottom: 0;
}
.gutters-xs {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.gutters-xs > .col,
.gutters-xs > [class*='col-'] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.gutters-xs .card {
  margin-bottom: 0.5rem;
}
.gutters-sm {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.gutters-sm > .col,
.gutters-sm > [class*='col-'] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.gutters-sm .card {
  margin-bottom: 1rem;
}
.gutters-lg {
  margin-right: -1rem;
  margin-left: -1rem;
}
.gutters-lg > .col,
.gutters-lg > [class*='col-'] {
  padding-right: 1rem;
  padding-left: 1rem;
}
.gutters-lg .card {
  margin-bottom: 2rem;
}
.gutters-xl {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.gutters-xl > .col,
.gutters-xl > [class*='col-'] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.gutters-xl .card {
  margin-bottom: 3rem;
}
.page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
}
body.fixed-header .page {
  padding-top: 4.5rem;
}

.page-main {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.page-content {
  margin: 0.75rem 0;
}

/*------- Alignments & values-------*/

/*------ Page-Headers & Footer -------*/
.page-header {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  position: relative;
  min-height: 50px;
  background: #fff;
  padding: 14px 25px;
  margin: 27px -24px 1.5rem;
  border-bottom: 1px solid #e2ebf7;
  box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.1);
  font-size: 15px;
}
.page-header .btn {
  font-size: 0.875rem;
  padding: 0.5rem 1rem 0.4rem;
}
.users-list .page-header {
  background: transparent;
  padding: 0;
  border: 0;
}
.bannerimg .breadcrumb {
  display: inline-flex;
}
.page-title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8rem;
}
.page-title-icon {
  color: #8c98b9;
  font-size: 1.25rem;
}
.page-subtitle {
  font-size: 0.8125rem;
  color: #5f6877;
  position: relative;
  top: 19px;
  right: 59rem;
}
.page-subtitle a {
  color: inherit;
}
.page-options {
  margin-left: auto;
}
.page-breadcrumb {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.page-description {
  margin: 0.25rem 0 0;
  color: #5f6877;
}
.page-description a {
  color: inherit;
}
.page-single {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner {
  background: rgba(34, 5, 191, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  margin: 1.5rem 0;
  padding: 10px 15px;
}
.bg-primary-light {
  background: #d1ddf3;
}
.banner .page-content {
  color: #03157b;
}
.banner img {
  height: 100px !important;
  width: 150px;
}
.content-heading {
  font-weight: 400;
  margin: 2rem 0 1.5rem;
  font-size: 1.25rem;
  line-height: 1.25;
}
.content-heading:first-child {
  margin-top: 0;
}
.aside {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 22rem;
  background: #ffffff;
  border-left: 1px solid #eaf0f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 100;
  visibility: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.aside-body {
  padding: 1.5rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
}
.aside-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #eaf0f7;
}
.aside-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #eaf0f7;
}
.header {
  background: #fff;
  width: 100%;
  z-index: 100;
}
body.fixed-header .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
@media print {
  .header {
    display: none;
  }
}
.header .dropdown-menu {
  margin-top: 0;
}
.header .mega-menu {
  width: 350px;
}
.nav-unread {
  position: absolute;
  top: 0.1rem;
  right: 0.4rem;
  background: #2205bf;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.nav-unread.badge {
  position: absolute;
  top: 0;
  text-align: center;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}
.nav-link.icon {
  margin: 9px;
  border-radius: 50%;
  padding: 12px;
  width: 2.5rem;
  text-align: center;
  height: 2.5rem;
  font-size: 15px;
  position: relative;
}
.nav-link.icon.full-screen-link {
  padding-bottom: 12px;
}
.nav-link.icon i {
  color: #fcfdff;
}
/*.nav-link.icon:hover {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	padding: 10px 12px;
	text-align:center;
}*/
.header-brand {
  color: inherit;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  transition: 0.3s opacity;
  line-height: 2.9rem;
}
.no_lable_marginBottom label {
  margin-bottom: 0;
}
.btn-newDesing {
  background-color: #7DB84E !important;
  color: #1C1C17 !important;
  border-radius: 8px !important;

  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 16px !important;

}
.btn-newDesing:disabled {
  filter: grayscale(1);
}
.btn-newDesing-borderGreen {
  border: 1px solid #7DB84E !important;
  background-color: #fefefe !important;
  color: #37A815 !important;
}
.btn-newDesing-borderGreen:disabled {
  border: 1px solid #8C8E90 !important;
  color: #8C8E90 !important;
}
.btn-newDesing-borderGreen:disabled img {
  filter: grayscale(1);
}
.btn-newDesing-grey {
  border: 1px solid #8C8E90 !important;
  background-color: #fefefe !important;
  color: #8C8E90 !important;
}
.btn-newDesing-grey:disabled {
  background-color: #c2c2c2  !important;
  color: #141414 !important;
}
.btn-100 {
  width: 100%;
}

.btn-newDesing-greenBg-blackCl {
  background: #7DB84E !important;
  border-radius: 8px !important;
  color: #1C1C17 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.company-all {
  text-decoration: none !important;
}
.LinkWithoutTextDecoration {
  text-decoration: none !important;
}
.allcomp-list .fixed-table-toolbar,
.comp-list .fixed-table-toolbar,
.table-users-wrapper .fixed-table-toolbar,
.table-managers-wrapper .fixed-table-toolbar {
  display: inline-block !important;
}

.comp-list .bootstrap-table {
  margin-top: .5rem;
}

.borderBottomRow:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.paddingRow {
  padding: 4px 0;
}
.items_buttons .th-inner  {
  width: 80px;
}
.app-header .header-brand {
  color: inherit;
  margin-right: 0;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  transition: 0.3s opacity;
  line-height: 2.9rem;
  min-width: 200px;
  text-align: center;
  margin-left: 78px;
}
.card .app-header .header-brand {
  min-width: auto;
}
.app-header .header-brand .header-brand-img {
  margin-right: 0;
}
.app-header1 .header-brand {
  color: inherit;
  margin-right: 0;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  transition: 0.3s opacity;
  line-height: 2.9rem;
  min-width: 215px;
  text-align: center;
  margin-top: -1.5px;
}
.app-header1 .header-brand .header-brand-img {
  margin-right: 0;
}
.header-brand:hover {
  color: inherit;
  text-decoration: none;
}
.header-brand-img {
  height: 2.1rem;
  line-height: 2rem;
  vertical-align: bottom;
  margin-right: 0.5rem;
  width: auto;
}
.header-avatar {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 50%;
}
.header-btn {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
}
.center-block {
  margin-right: auto;
  margin-left: auto;
  float: inherit !important;
}
.header-btn.has-new {
  position: relative;
}
.header-btn.has-new:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #f94859;
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 50%;
}
.header-toggler {
  width: 2rem;
  height: 2rem;
  position: relative;
  color: #fff;
}
.header-toggler:hover {
  color: #fff;
}
.header-toggler-icon {
  position: absolute;
  width: 1rem;
  height: 2px;
  color: inherit;
  background: currentColor;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -0.5rem;
  box-shadow: 0 5px currentColor, 0 -5px currentColor;
}
.footer {
  background: #fff;
  border-top: 1px solid #eaf0f7;
  font-size: 0.875rem;
  padding: 1.25rem 0;
  color: #8c98b9;
}
.footer .social ul li {
  float: left;
  padding: 7px;
}
.footer .social ul li a {
  color: #8c98b9;
}
.footer .social {
  margin: 0 auto;
}
.footer a:not(.btn) {
  color: #1f252d;
}
@media print {
  .footer {
    display: none;
  }
}
/*------  Page-Headers & Footer -------*/

/*------ Background colors -------*/

.bg-blue-lightest {
  background-color: #eceef4 !important;
}
a.bg-blue-lightest:hover,
a.bg-blue-lightest:focus,
button.bg-blue-lightest:hover,
button.bg-blue-lightest:focus {
  background-color: #c5d5ef !important;
}
.bg-blue-lighter {
  background-color: #c8d9f1 !important;
}
a.bg-blue-lighter:hover,
a.bg-blue-lighter:focus,
button.bg-blue-lighter:hover,
button.bg-blue-lighter:focus {
  background-color: #9fbde7 !important;
}
.bg-blue-light {
  background-color: #7ea5dd !important;
}
a.bg-blue-light:hover,
a.bg-blue-light:focus,
button.bg-blue-light:hover,
button.bg-blue-light:focus {
  background-color: #5689d2 !important;
}
.bg-blue-dark {
  background-color: #3866a6 !important;
}
a.bg-blue-dark:hover,
a.bg-blue-dark:focus,
button.bg-blue-dark:hover,
button.bg-blue-dark:focus {
  background-color: #2b4f80 !important;
}
.bg-blue-darker {
  background-color: #1c3353 !important;
}
a.bg-blue-darker:hover,
a.bg-blue-darker:focus,
button.bg-blue-darker:hover,
button.bg-blue-darker:focus {
  background-color: #0f1c2d !important;
}
.bg-blue-darkest {
  background-color: #0e1929 !important;
}
a.bg-blue-darkest:hover,
a.bg-blue-darkest:focus,
button.bg-blue-darkest:hover,
button.bg-blue-darkest:focus {
  background-color: #010203 !important;
}
.bg-purssianblue {
  background-color: #362f71;
}
a.bg-purssianblue-lightest:hover,
a.bg-purssianblue-lightest:focus,
button.bg-purssianblue-lightest:hover,
button.bg-purssianblue-lightest:focus {
  background-color: #3f3688 !important;
}
.bg-indigo-lightest {
  background-color: #f0f1fa !important;
}
a.bg-indigo-lightest:hover,
a.bg-indigo-lightest:focus,
button.bg-indigo-lightest:hover,
button.bg-indigo-lightest:focus {
  background-color: #cacded !important;
}
.bg-indigo-lighter {
  background-color: #d1d5f0 !important;
}
a.bg-indigo-lighter:hover,
a.bg-indigo-lighter:focus,
button.bg-indigo-lighter:hover,
button.bg-indigo-lighter:focus {
  background-color: #abb2e3 !important;
}
.bg-indigo-light {
  background-color: #939edc !important;
}
a.bg-indigo-light:hover,
a.bg-indigo-light:focus,
button.bg-indigo-light:hover,
button.bg-indigo-light:focus {
  background-color: #6c7bd0 !important;
}
.bg-indigo-dark {
  background-color: #515da4 !important;
}
a.bg-indigo-dark:hover,
a.bg-indigo-dark:focus,
button.bg-indigo-dark:hover,
button.bg-indigo-dark:focus {
  background-color: #404a82 !important;
}
.bg-indigo-darker {
  background-color: #282e52 !important;
}
a.bg-indigo-darker:hover,
a.bg-indigo-darker:focus,
button.bg-indigo-darker:hover,
button.bg-indigo-darker:focus {
  background-color: #171b30 !important;
}
.bg-indigo-darkest {
  background-color: #141729 !important;
}
a.bg-indigo-darkest:hover,
a.bg-indigo-darkest:focus,
button.bg-indigo-darkest:hover,
button.bg-indigo-darkest:focus {
  background-color: #030407 !important;
}
.bg-purple-lightest {
  background-color: #f6effd !important;
}
a.bg-purple-lightest:hover,
a.bg-purple-lightest:focus,
button.bg-purple-lightest:hover,
button.bg-purple-lightest:focus {
  background-color: #ddc2f7 !important;
}
.bg-purple-lighter {
  background-color: #e4cff9 !important;
}
a.bg-purple-lighter:hover,
a.bg-purple-lighter:focus,
button.bg-purple-lighter:hover,
button.bg-purple-lighter:focus {
  background-color: #cba2f3 !important;
}
.bg-purple-light {
  background-color: #c08ef0 !important;
}
a.bg-purple-light:hover,
a.bg-purple-light:focus,
button.bg-purple-light:hover,
button.bg-purple-light:focus {
  background-color: #a761ea !important;
}
.bg-purple-dark {
  background-color: #844bbb !important;
}
a.bg-purple-dark:hover,
a.bg-purple-dark:focus,
button.bg-purple-dark:hover,
button.bg-purple-dark:focus {
  background-color: #6a3a99 !important;
}
.bg-purple-darker {
  background-color: #42265e !important;
}
a.bg-purple-darker:hover,
a.bg-purple-darker:focus,
button.bg-purple-darker:hover,
button.bg-purple-darker:focus {
  background-color: #29173a !important;
}
.bg-purple-darkest {
  background-color: #21132f !important;
}
a.bg-purple-darkest:hover,
a.bg-purple-darkest:focus,
button.bg-purple-darkest:hover,
button.bg-purple-darkest:focus {
  background-color: #08040b !important;
}
.bg-pink-lightest {
  background-color: #fef0f5 !important;
}
a.bg-pink-lightest:hover,
a.bg-pink-lightest:focus,
button.bg-pink-lightest:hover,
button.bg-pink-lightest:focus {
  background-color: #fbc0d5 !important;
}
.bg-pink-lighter {
  background-color: #fcd3e1 !important;
}
a.bg-pink-lighter:hover,
a.bg-pink-lighter:focus,
button.bg-pink-lighter:hover,
button.bg-pink-lighter:focus {
  background-color: #f9a3c0 !important;
}
.bg-pink-light {
  background-color: #f999b9 !important;
}
a.bg-pink-light:hover,
a.bg-pink-light:focus,
button.bg-pink-light:hover,
button.bg-pink-light:focus {
  background-color: #f66998 !important;
}
.bg-pink-dark {
  background-color: #c5577c !important;
}
a.bg-pink-dark:hover,
a.bg-pink-dark:focus,
button.bg-pink-dark:hover,
button.bg-pink-dark:focus {
  background-color: #ad3c62 !important;
}
.bg-pink-darker {
  background-color: #622c3e !important;
}
a.bg-pink-darker:hover,
a.bg-pink-darker:focus,
button.bg-pink-darker:hover,
button.bg-pink-darker:focus {
  background-color: #3f1c28 !important;
}
.bg-pink-darkest {
  background-color: #31161f !important;
}
a.bg-pink-darkest:hover,
a.bg-pink-darkest:focus,
button.bg-pink-darkest:hover,
button.bg-pink-darkest:focus {
  background-color: #0e0609 !important;
}
.bg-red-lightest {
  background-color: #fae9e9 !important;
}
a.bg-red-lightest:hover,
a.bg-red-lightest:focus,
button.bg-red-lightest:hover,
button.bg-red-lightest:focus {
  background-color: #f1bfbf !important;
}
.bg-red-lighter {
  background-color: #f0bcbc !important;
}
a.bg-red-lighter:hover,
a.bg-red-lighter:focus,
button.bg-red-lighter:hover,
button.bg-red-lighter:focus {
  background-color: #e79292 !important;
}
.bg-red-light {
  background-color: #dc6362 !important;
}
a.bg-red-light:hover,
a.bg-red-light:focus,
button.bg-red-light:hover,
button.bg-red-light:focus {
  background-color: #d33a38 !important;
}
.bg-red-dark {
  background-color: #a41a19 !important;
}
a.bg-red-dark:hover,
a.bg-red-dark:focus,
button.bg-red-dark:hover,
button.bg-red-dark:focus {
  background-color: #781312 !important;
}
.bg-red-darker {
  background-color: #520d0c !important;
}
a.bg-red-darker:hover,
a.bg-red-darker:focus,
button.bg-red-darker:hover,
button.bg-red-darker:focus {
  background-color: #260605 !important;
}
.bg-red-darkest {
  background-color: #290606 !important;
}
a.bg-red-darkest:hover,
a.bg-red-darkest:focus,
button.bg-red-darkest:hover,
button.bg-red-darkest:focus {
  background-color: black !important;
}
.bg-orange-lightest {
  background-color: #fff5ec !important;
}
a.bg-orange-lightest:hover,
a.bg-orange-lightest:focus,
button.bg-orange-lightest:hover,
button.bg-orange-lightest:focus {
  background-color: peachpuff !important;
}
.bg-orange-lighter {
  background-color: #fee0c7 !important;
}
a.bg-orange-lighter:hover,
a.bg-orange-lighter:focus,
button.bg-orange-lighter:hover,
button.bg-orange-lighter:focus {
  background-color: #fdc495 !important;
}
.bg-orange-light {
  background-color: #feb67c !important;
}
a.bg-orange-light:hover,
a.bg-orange-light:focus,
button.bg-orange-light:hover,
button.bg-orange-light:focus {
  background-color: #fe9a49 !important;
}
.bg-orange-dark {
  background-color: #ca7836 !important;
}
a.bg-orange-dark:hover,
a.bg-orange-dark:focus,
button.bg-orange-dark:hover,
button.bg-orange-dark:focus {
  background-color: #a2602b !important;
}
.bg-orange-darker {
  background-color: #653c1b !important;
}
a.bg-orange-darker:hover,
a.bg-orange-darker:focus,
button.bg-orange-darker:hover,
button.bg-orange-darker:focus {
  background-color: #3d2410 !important;
}
.bg-orange-darkest {
  background-color: #331e0e !important;
}
a.bg-orange-darkest:hover,
a.bg-orange-darkest:focus,
button.bg-orange-darkest:hover,
button.bg-orange-darkest:focus {
  background-color: #0b0603 !important;
}
.bg-yellow-lightest {
  background-color: #fef9e7 !important;
}
a.bg-yellow-lightest:hover,
a.bg-yellow-lightest:focus,
button.bg-yellow-lightest:hover,
button.bg-yellow-lightest:focus {
  background-color: #fcedb6 !important;
}
.bg-yellow-lighter {
  background-color: #fbedb7 !important;
}
a.bg-yellow-lighter:hover,
a.bg-yellow-lighter:focus,
button.bg-yellow-lighter:hover,
button.bg-yellow-lighter:focus {
  background-color: #f8e187 !important;
}
.bg-yellow-light {
  background-color: #f5d657 !important;
}
a.bg-yellow-light:hover,
a.bg-yellow-light:focus,
button.bg-yellow-light:hover,
button.bg-yellow-light:focus {
  background-color: #f2ca27 !important;
}
.bg-yellow-dark {
  background-color: #c19d0c !important;
}
a.bg-yellow-dark:hover,
a.bg-yellow-dark:focus,
button.bg-yellow-dark:hover,
button.bg-yellow-dark:focus {
  background-color: #917609 !important;
}
.bg-yellow-darker {
  background-color: #604e06 !important;
}
a.bg-yellow-darker:hover,
a.bg-yellow-darker:focus,
button.bg-yellow-darker:hover,
button.bg-yellow-darker:focus {
  background-color: #302703 !important;
}
.bg-yellow-darkest {
  background-color: #302703 !important;
}
a.bg-yellow-darkest:hover,
a.bg-yellow-darkest:focus,
button.bg-yellow-darkest:hover,
button.bg-yellow-darkest:focus {
  background-color: black !important;
}
.bg-green-lightest {
  background-color: #eff8e6 !important;
}
a.bg-green-lightest:hover,
a.bg-green-lightest:focus,
button.bg-green-lightest:hover,
button.bg-green-lightest:focus {
  background-color: #d6edbe !important;
}
.bg-green-lighter {
  background-color: #cfeab3 !important;
}
a.bg-green-lighter:hover,
a.bg-green-lighter:focus,
button.bg-green-lighter:hover,
button.bg-green-lighter:focus {
  background-color: #b6df8b !important;
}
.bg-green-light {
  background-color: #8ecf4d !important;
}
a.bg-green-light:hover,
a.bg-green-light:focus,
button.bg-green-light:hover,
button.bg-green-light:focus {
  background-color: #75b831 !important;
}
.bg-green-dark {
  background-color: #4b9500 !important;
}
a.bg-green-dark:hover,
a.bg-green-dark:focus,
button.bg-green-dark:hover,
button.bg-green-dark:focus {
  background-color: #316200 !important;
}
.bg-green-darker {
  background-color: #264a00 !important;
}
a.bg-green-darker:hover,
a.bg-green-darker:focus,
button.bg-green-darker:hover,
button.bg-green-darker:focus {
  background-color: #0c1700 !important;
}
.bg-green-darkest {
  background-color: #132500 !important;
}
a.bg-green-darkest:hover,
a.bg-green-darkest:focus,
button.bg-green-darkest:hover,
button.bg-green-darkest:focus {
  background-color: black !important;
}
.bg-teal-lightest {
  background-color: #eafaf8 !important;
}
a.bg-teal-lightest:hover,
a.bg-teal-lightest:focus,
button.bg-teal-lightest:hover,
button.bg-teal-lightest:focus {
  background-color: #c1f0ea !important;
}
.bg-teal-lighter {
  background-color: #bfefea !important;
}
a.bg-teal-lighter:hover,
a.bg-teal-lighter:focus,
button.bg-teal-lighter:hover,
button.bg-teal-lighter:focus {
  background-color: #96e5dd !important;
}
.bg-teal-light {
  background-color: #6bdbcf !important;
}
a.bg-teal-light:hover,
a.bg-teal-light:focus,
button.bg-teal-light:hover,
button.bg-teal-light:focus {
  background-color: #42d1c2 !important;
}
.bg-teal-dark {
  background-color: #22a295 !important;
}
a.bg-teal-dark:hover,
a.bg-teal-dark:focus,
button.bg-teal-dark:hover,
button.bg-teal-dark:focus {
  background-color: #19786e !important;
}
.bg-teal-darker {
  background-color: #11514a !important;
}
a.bg-teal-darker:hover,
a.bg-teal-darker:focus,
button.bg-teal-darker:hover,
button.bg-teal-darker:focus {
  background-color: #082723 !important;
}
.bg-teal-darkest {
  background-color: #092925 !important;
}
a.bg-teal-darkest:hover,
a.bg-teal-darkest:focus,
button.bg-teal-darkest:hover,
button.bg-teal-darkest:focus {
  background-color: black !important;
}
.bg-cyan-lightest {
  background-color: #e8f6f8 !important;
}
a.bg-cyan-lightest:hover,
a.bg-cyan-lightest:focus,
button.bg-cyan-lightest:hover,
button.bg-cyan-lightest:focus {
  background-color: #c1e7ec !important;
}
.bg-cyan-lighter {
  background-color: #b9e3ea !important;
}
a.bg-cyan-lighter:hover,
a.bg-cyan-lighter:focus,
button.bg-cyan-lighter:hover,
button.bg-cyan-lighter:focus {
  background-color: #92d3de !important;
}
.bg-cyan-light {
  background-color: #5dbecd !important;
}
a.bg-cyan-light:hover,
a.bg-cyan-light:focus,
button.bg-cyan-light:hover,
button.bg-cyan-light:focus {
  background-color: #3aabbd !important;
}
.bg-cyan-dark {
  background-color: #128293 !important;
}
a.bg-cyan-dark:hover,
a.bg-cyan-dark:focus,
button.bg-cyan-dark:hover,
button.bg-cyan-dark:focus {
  background-color: #0c5a66 !important;
}
.bg-cyan-darker {
  background-color: #09414a !important;
}
a.bg-cyan-darker:hover,
a.bg-cyan-darker:focus,
button.bg-cyan-darker:hover,
button.bg-cyan-darker:focus {
  background-color: #03191d !important;
}
.bg-cyan-darkest {
  background-color: #052025 !important;
}
a.bg-cyan-darkest:hover,
a.bg-cyan-darkest:focus,
button.bg-cyan-darkest:hover,
button.bg-cyan-darkest:focus {
  background-color: black !important;
}
.bg-white-lightest {
  background-color: white !important;
}
a.bg-white-lightest:hover,
a.bg-white-lightest:focus,
button.bg-white-lightest:hover,
button.bg-white-lightest:focus {
  background-color: #e6e5e5 !important;
}
.bg-white-lighter {
  background-color: white !important;
}
a.bg-white-lighter:hover,
a.bg-white-lighter:focus,
button.bg-white-lighter:hover,
button.bg-white-lighter:focus {
  background-color: #e6e5e5 !important;
}
.bg-white-light {
  background-color: white !important;
}
a.bg-white-light:hover,
a.bg-white-light:focus,
button.bg-white-light:hover,
button.bg-white-light:focus {
  background-color: #e6e5e5 !important;
}
.bg-white-dark {
  background-color: #cccccc !important;
}
a.bg-white-dark:hover,
a.bg-white-dark:focus,
button.bg-white-dark:hover,
button.bg-white-dark:focus {
  background-color: #b3b2b2 !important;
}
.bg-white-darker {
  background-color: #666666 !important;
}
a.bg-white-darker:hover,
a.bg-white-darker:focus,
button.bg-white-darker:hover,
button.bg-white-darker:focus {
  background-color: #4d4c4c !important;
}
.bg-white-darkest {
  background-color: #333333 !important;
}
a.bg-white-darkest:hover,
a.bg-white-darkest:focus,
button.bg-white-darkest:hover,
button.bg-white-darkest:focus {
  background-color: #1a1919 !important;
}
.bg-gray-lightest {
  background-color: #f3f4f5 !important;
}
a.bg-gray-lightest:hover,
a.bg-gray-lightest:focus,
button.bg-gray-lightest:hover,
button.bg-gray-lightest:focus {
  background-color: #d7dbde !important;
}
.bg-gray-lighter {
  background-color: #dbdde0 !important;
}
a.bg-gray-lighter:hover,
a.bg-gray-lighter:focus,
button.bg-gray-lighter:hover,
button.bg-gray-lighter:focus {
  background-color: #c0c3c8 !important;
}
.bg-gray-light {
  background-color: #aab0b6 !important;
}
a.bg-gray-light:hover,
a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: #8f979e !important;
}
.bg-gray-dark {
  background-color: #6b7278 !important;
}
a.bg-gray-dark:hover,
a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #53585d !important;
}
.bg-gray-darker {
  background-color: #36393c !important;
}
a.bg-gray-darker:hover,
a.bg-gray-darker:focus,
button.bg-gray-darker:hover,
button.bg-gray-darker:focus {
  background-color: #1e2021 !important;
}
.bg-gray-darkest {
  background-color: #1b1c1e !important;
}
a.bg-gray-darkest:hover,
a.bg-gray-darkest:focus,
button.bg-gray-darkest:hover,
button.bg-gray-darkest:focus {
  background-color: #030303 !important;
}
.bg-gray-dark-lightest {
  background-color: #ebebec !important;
}
a.bg-gray-dark-lightest:hover,
a.bg-gray-dark-lightest:focus,
button.bg-gray-dark-lightest:hover,
button.bg-gray-dark-lightest:focus {
  background-color: #d1d1d3 !important;
}
.bg-gray-dark-lighter {
  background-color: #c2c4c6 !important;
}
a.bg-gray-dark-lighter:hover,
a.bg-gray-dark-lighter:focus,
button.bg-gray-dark-lighter:hover,
button.bg-gray-dark-lighter:focus {
  background-color: #a8abad !important;
}
.bg-gray-dark-light {
  background-color: #717579 !important;
}
a.bg-gray-dark-light:hover,
a.bg-gray-dark-light:focus,
button.bg-gray-dark-light:hover,
button.bg-gray-dark-light:focus {
  background-color: #585c5f !important;
}
.bg-gray-dark-dark {
  background-color: #2a2e33 !important;
}
a.bg-gray-dark-dark:hover,
a.bg-gray-dark-dark:focus,
button.bg-gray-dark-dark:hover,
button.bg-gray-dark-dark:focus {
  background-color: #131517 !important;
}
.bg-gray-dark-darker {
  background-color: #15171a !important;
}
a.bg-gray-dark-darker:hover,
a.bg-gray-dark-darker:focus,
button.bg-gray-dark-darker:hover,
button.bg-gray-dark-darker:focus {
  background-color: black !important;
}
.bg-gray-dark-darkest {
  background-color: #0a0c0d !important;
}
a.bg-gray-dark-darkest:hover,
a.bg-gray-dark-darkest:focus,
button.bg-gray-dark-darkest:hover,
button.bg-gray-dark-darkest:focus {
  background-color: black !important;
}
.bg-azure-lightest {
  background-color: #ecf7fe !important;
}
a.bg-azure-lightest:hover,
a.bg-azure-lightest:focus,
button.bg-azure-lightest:hover,
button.bg-azure-lightest:focus {
  background-color: #bce3fb !important;
}
.bg-azure-lighter {
  background-color: #c7e6fb !important;
}
a.bg-azure-lighter:hover,
a.bg-azure-lighter:focus,
button.bg-azure-lighter:hover,
button.bg-azure-lighter:focus {
  background-color: #97d1f8 !important;
}
.bg-azure-light {
  background-color: #7dc4f6 !important;
}
a.bg-azure-light:hover,
a.bg-azure-light:focus,
button.bg-azure-light:hover,
button.bg-azure-light:focus {
  background-color: #4daef3 !important;
}
.bg-azure-dark {
  background-color: #3788c2 !important;
}
a.bg-azure-dark:hover,
a.bg-azure-dark:focus,
button.bg-azure-dark:hover,
button.bg-azure-dark:focus {
  background-color: #2c6c9a !important;
}
.bg-azure-darker {
  background-color: #1c4461 !important;
}
a.bg-azure-darker:hover,
a.bg-azure-darker:focus,
button.bg-azure-darker:hover,
button.bg-azure-darker:focus {
  background-color: #112839 !important;
}
.bg-azure-darkest {
  background-color: #0e2230 !important;
}
a.bg-azure-darkest:hover,
a.bg-azure-darkest:focus,
button.bg-azure-darkest:hover,
button.bg-azure-darkest:focus {
  background-color: #020609 !important;
}
.bg-lime-lightest {
  background-color: #f2fbeb !important;
}
a.bg-lime-lightest:hover,
a.bg-lime-lightest:focus,
button.bg-lime-lightest:hover,
button.bg-lime-lightest:focus {
  background-color: #d6f3c1 !important;
}
.bg-lime-lighter {
  background-color: #d7f2c2 !important;
}
a.bg-lime-lighter:hover,
a.bg-lime-lighter:focus,
button.bg-lime-lighter:hover,
button.bg-lime-lighter:focus {
  background-color: #bbe998 !important;
}
.bg-lime-light {
  background-color: #a3e072 !important;
}
a.bg-lime-light:hover,
a.bg-lime-light:focus,
button.bg-lime-light:hover,
button.bg-lime-light:focus {
  background-color: #88d748 !important;
}
.bg-lime-dark {
  background-color: #62a82a !important;
}
a.bg-lime-dark:hover,
a.bg-lime-dark:focus,
button.bg-lime-dark:hover,
button.bg-lime-dark:focus {
  background-color: #4a7f20 !important;
}
.bg-lime-darker {
  background-color: #315415 !important;
}
a.bg-lime-darker:hover,
a.bg-lime-darker:focus,
button.bg-lime-darker:hover,
button.bg-lime-darker:focus {
  background-color: #192b0b !important;
}
.bg-lime-darkest {
  background-color: #192a0b !important;
}
a.bg-lime-darkest:hover,
a.bg-lime-darkest:focus,
button.bg-lime-darkest:hover,
button.bg-lime-darkest:focus {
  background-color: #010200 !important;
}
.display-1 i,
.display-2 i,
.display-3 i,
.display-4 i {
  vertical-align: baseline;
  font-size: 0.815em;
}
.text-inherit {
  color: inherit !important;
}
.text-default {
  color: #3c4858 !important;
}
.text-muted-dark {
  color: #5f6877 !important;
}
.tracking-tight {
  letter-spacing: -0.05em !important;
}
.tracking-normal {
  letter-spacing: 0 !important;
}
.tracking-wide {
  letter-spacing: 0.05em !important;
}
.leading-none {
  line-height: 1 !important;
}
.leading-tight {
  line-height: 1.3 !important;
}
.leading-normal {
  line-height: 1.5 !important;
}
.leading-loose {
  line-height: 2 !important;
}
.bg-blue {
  background-color: #4049ec !important;
  color: #fff !important;
}
a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #24987e !important;
}
.text-blue {
  color: #0000fe !important;
}
.bg-indigo {
  background-color: #6574cd !important;
  color: #fff !important;
}
a.bg-indigo:hover,
a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #3f51c1 !important;
}
.text-indigo {
  color: #6574cd !important;
}
.bg-purple {
  background-color: #604dd8 !important;
  color: #fff !important;
}
a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #8c31e4 !important;
}
.text-purple {
  color: #63028f !important;
}
.text-lightpink-red {
  color: #ff7088 !important;
}
.text-lightgreen {
  color: #26eda2 !important;
}
.bg-pink {
  background-color: #ff2b88 !important;
  color: #fff !important;
}
.bg-darkpink {
  background-color: #f43f86 !important;
  color: #fff !important;
}
a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #f92884 !important;
}
.text-pink {
  color: #ff2b88 !important;
}
.bg-red {
  background-color: #ff0000 !important;
  color: #fff !important;
}
a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #fb5b50 !important;
}
.text-red {
  color: #ff0000 !important;
}
.bg-orange {
  background-color: #ff6600 !important;
  color: #fff !important;
}
a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #fc7a12 !important;
}
.text-orange {
  color: #ff6600 !important;
}
.bg-yellow {
  background-color: #ffab00 !important;
  color: #fff !important;
}
a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #ffb113 !important;
}
.text-yellow {
  color: #ffab00 !important;
}
.bg-green {
  background-color: #36b37e !important;
  color: #fff !important;
}
a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #92cc43 !important;
}
.text-green {
  color: #36b37e !important;
}
.bg-teal {
  background-color: #1ea8aa !important;
}
a.bg-teal:hover,
a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #2cc1c3 !important;
}
.text-teal {
  color: #1ea8aa !important;
}
.bg-cyan {
  background-color: #08bfe0 !important;
  color: #fff !important;
}
a.bg-cyan:hover,
a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #35e0ff !important;
}
.text-cyan {
  color: #08bfe0 !important;
}
.bg-transparent {
  background: transparent;
}
.bg-white {
  background-color: #fff !important;
}
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e5e5 !important;
}
.text-white {
  color: #fff !important;
}
.bg-gray {
  background-color: #aaadb2 !important;
}
a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #3c4858 !important;
}
.text-gray {
  color: #858d97 !important;
}
.bg-gray-dark {
  background-color: #858d97 !important;
}
.bg-lightpink-red {
  color: #ff7088 !important;
}
a.bg-gray-dark:hover,
a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #555769 !important;
}
.text-gray-dark {
  color: #3d3f4e !important;
}
.bg-azure {
  background-color: #0a7ffb !important;
}
a.bg-azure:hover,
a.bg-azure:focus,
button.bg-azure:hover,
button.bg-azure:focus {
  background-color: #1594ef !important;
}
.text-azure {
  color: #0a7ffb !important;
}
.bg-lime {
  background-color: #bfff00 !important;
}
a.bg-lime:hover,
a.bg-lime:focus,
button.bg-lime:hover,
button.bg-lime:focus {
  background-color: #63ad27 !important;
}
.text-lime {
  color: #bfff00 !important;
}

.icon i {
  vertical-align: -1px;
}
a.icon {
  text-decoration: none;
  cursor: pointer;
}
a.icon:hover {
  color: #1a1a1a !important;
}
.o-auto {
  overflow: auto !important;
}
.o-hidden {
  overflow: hidden !important;
}
.shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}
.shadow-none {
  box-shadow: none !important;
}
/*------ Background colors -------*/

/*------ Widget Style 02-------*/
.nav-link,
.nav-item {
  min-width: 2rem;
  transition: 0.3s color;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.user-img {
  margin-top: 2px;
}
.header .nav-link .badge,
.header .nav-item .badge {
  position: absolute;
  right: 20px;
  min-width: 1rem;
  font-size: 13px;
}
.header .nav-link .badge {
  position: absolute;
  top: -1px;
  left: 22px;
  display: block !important;
  padding: 3px 5px !important;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
}
#headerMenuCollapse .nav-link .badge,
#headerMenuCollapse .nav-item .badge {
  position: relative;
  min-width: 1rem;
  font-size: 10px;
  font-weight: 500;
}
.nav-tabs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  margin: 0 -0.75rem;
  border-bottom: 0;
}
.nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
  color: inherit;
  color: #8c98b9;
  transition: 0.3s border-color;
  font-weight: 500;
  padding: 0.7rem 1.6rem;
  font-size: 13px;
  text-align: center;
}
.navtab-wizard li:first-of-type a {
  border-left: none !important;
}
.navtab-wizard li:first-of-type a:hover,
.navtab-wizard li:first-of-type a:focus,
.navtab-wizard li:first-of-type a:active {
  border-left: none !important;
}
.navtab-wizard li:last-of-type a {
  border-right: none !important;
}
.navtab-wizard li:last-of-type a:hover,
.navtab-wizard li:last-of-type a:focus,
.navtab-wizard li:last-of-type a:active {
  border-right: none !important;
}
.navtab-wizard.nav-tabs .nav-link {
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  border-left: 1px solid #eaf0f7;
}
.navtab-wizard {
  border-bottom: 1px solid #eaf0f7 !important;
}
.nav-tabs .nav-link.disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
  position: relative;
}
.nav-tabs .nav-item:hover .nav-submenu {
  display: block;
}
.nav-link:hover .dropdown-menu,
.nav-item:hover .dropdown-menu {
  display: block;
}
.nav-link:hover .dropdown-menu.show {
  display: block;
}
.nav-item .nav-link:hover .mega-dropdown .nav-item .nav-link .sub-item {
  display: block;
}
.nav-link:hover .sub-item,
.nav-item:hover .sub-item {
  display: block;
}
.nav-link:hover .sub-item {
  display: block;
}
.nav-tabs .nav-item i {
  margin-right: 0.25rem;
  line-height: 1;
  font-size: 0rem;
  width: 0.875rem;
  vertical-align: baseline;
  display: inline-block;
  margin-right: 10px;
}
.nav-tabs .nav-submenu {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #eaf0f7;
  border-top: none;
  z-index: 10;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  min-width: 10rem;
  border-radius: 0 0 3px 3px;
}
.nav-tabs .nav-submenu .nav-item {
  display: block;
  padding: 0.5rem 1rem;
  color: #8c98b9;
  margin: 0 !important;
  cursor: pointer;
  transition: 0.3s background;
}
.nav-tabs .nav-submenu .nav-item.active {
  color: #467fcf;
}
.nav-tabs .nav-submenu .nav-item:hover {
  color: #5f6877;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.024);
}
.alert {
  font-size: 0.9375rem;
}
.alert-icon {
  padding-left: 3rem;
}
.alert-icon > i {
  color: inherit !important;
  font-size: 1rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.alert-avatar {
  padding-left: 3.75rem;
}
.alert-avatar .avatar {
  position: absolute;
  top: 0.5rem;
  left: 0.75rem;
}
.close {
  font-size: 1rem;
  line-height: 1.5;
  transition: 0.3s color;
}
/*
.close:before {
  content: '\ea00';
  font-family: "feather";
}
*/
/*------ Widget Style 02-------*/

/*--------panel----------*/

.expanel-default {
  border: #ddd !important;
}
.expanel-secondary {
  border: #fa713b !important;
}
.expanel-success {
  border: #36b37e !important;
}
.expanel-danger {
  border: #f94859 !important;
}
.expanel-secondary > .expanel-heading {
  color: #fff !important;
  background-color: #fa713b !important;
  border-color: #fa713b !important;
}
.expanel-success > .expanel-heading {
  color: #fff !important;
  background-color: #36b37e !important;
  border-color: #36b37e !important;
}
.expanel-danger > .expanel-heading {
  color: #fff !important;
  background-color: #ef4a4a !important;
  border-color: #ef4a4a !important;
}
.expanel-info > .expanel-heading {
  color: #fff !important;
  background-color: #00b8d9 !important;
  border-color: #00b8d9 !important;
}
.expanel-warning > .expanel-heading {
  color: #000 !important;
  background-color: #ffab00 !important;
  border-color: #ffab00 !important;
}
.expanel-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  color: inherit !important;
}
.expanel {
  margin-bottom: 20px !important;
  background-color: #fff !important;
  border: 1px solid #eaf0f7 !important;
  border-radius: 4px !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
}
.expanel-default > .expanel-heading {
  background-color: #f1f5fa !important;
  border-color: 1px solid #eaf0f7 !important;
}
.expanel-heading {
  padding: 10px 15px !important;
  border-bottom: 1px solid #eaf0f7;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.expanel-footer {
  padding: 10px 15px !important;
  background-color: #f1f5fa !important;
  border-top: 1px solid #eaf0f7 !important;
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.expanel-body {
  padding: 15px !important;
}
/*--------panel----------*/

/*---------Thumbnails----------*/
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #eaf0f7;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
.thumbnail p:last-child {
  margin-bottom: 0;
}
.thumbimg {
  height: 100%;
  width: 100%;
  display: block;
}
.thumbnail .caption {
  padding: 15px;
}
/*---------Thumbnails----------*/

/*---------Widget Style 03----------*/
.about-img {
  /* TODO: Найти картинки */
  /* background: url('../images/other/about.jpg'); */
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  margin-top: 1.5rem;
}
.login-img {
  /* TODO: Найти картинки */
  /* background: url('../images/other/login.jpg'); */
  background-size: cover;
  width: 100%;
  height: 100%;
}
.error-img {
  /* TODO: Найти картинки */
  /* background: url('../images/other/about.jpg'); */
  background-size: cover;
  width: 100%;
  height: 100%;
}
.error-img .card {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0.0625em 0.1875em 0 rgb(7, 98, 113),
    0 0.5em 0 -0.25em rgba(255, 255, 255, 0.3),
    0 0.5em 0.1875em -0.25em rgb(8, 99, 114),
    0 1em 0 -0.5em rgba(255, 255, 255, 0.35),
    0 1em 0.1875em -0.5em rgb(9, 102, 117);
}
.error-img .form-control:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  outline: 0;
}
.error-img:before {
  content: '';
  display: block;
  position: absolute;
  background: linear-gradient(
    to right,
    rgb(15, 117, 255, 0.8),
    rgb(45, 220, 211, 0.8)
  );
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
hr.divider {
  padding: 0;
  border: none;
  border-top: solid 1px #eff2f7;
  color: #333;
  text-align: center;
  margin: 1.5rem 0;
}
hr.divider:after {
  content: 'or';
  display: inline-block;
  position: relative;
  top: -0.9em;
  font-size: 1.2em;
  padding: 0 0.25em;
  background: white;
}
.construction-img {
  /* TODO: Найти картинки */
  /* background: url('../images/other/construction.jpg'); */
  background-size: cover;
}
.z-index-10 {
  z-index: 10;
}
.card-blog-overlay .card-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.card-blog-overlay1 .card-footer,
.card-blog-overlay2 .card-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.card-blog-overlay {
  /* TODO: Найти картинки */
  /* background: url('images/thumbnails/thumb2.jpg'); */
  background-size: cover;
  position: relative;
}
.card-blog-overlay:before,
.card-blog-overlay1:before,
.card-blog-overlay2:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.card-blog-overlay1 {
  background: url(dbd6b9ff0d8ab2ba05b9f17f0a5522eb.jpg);
  background-size: cover;
}
.card-blog-overlay2 {
  background: url(47a213b23c0de9254ba518c3175d6001.jpg);
  background-size: cover;
}
.card-blog-overlay3 {
  background: url(e141ed11494bcd10388d127df24734fc.jpg);
  background-size: cover;
}
.page-breadcrumb {
  background: none;
  padding: 0;
  margin: 1rem 0 0;
  font-size: 0.875rem;
}
.page-breadcrumb .breadcrumb-item {
  color: #8c98b9;
}
.page-breadcrumb .breadcrumb-item.active {
  color: #5f6877;
}
.pagination-simple .page-item .page-link {
  background: none;
  border: none;
}
.pagination-simple .page-item.active .page-link {
  color: #3d4e67;
  font-weight: 700;
}
.pagination-pager .page-prev {
  margin-right: auto;
}
.pagination-pager .page-next {
  margin-left: auto;
}
.page-total-text {
  margin-right: 1rem;
  -ms-flex-item-align: center;
  align-self: center;
  color: #5f6877;
}
/*---------Widget Style 03----------*/

/*------ Default Card Values -------*/

.card {
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
}
.card .card {
  box-shadow: 0px 0px 10px rgba(69, 101, 173, 0.4);
}
@media print {
  .card {
    box-shadow: none;
    border: none;
  }
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 1.5rem 1.5rem;
  position: relative;
}
.card-body + .card-body {
  border-top: 1px solid #eaf0f7;
}
.tilebox-one i {
  font-size: 62px;
}
.card-body > :last-child {
  margin-bottom: 0;
}
@media print {
  .card-body {
    padding: 0;
  }
}
.card-body-scrollable {
  overflow: auto;
}
.card-footer,
.card-bottom {
  padding: 1rem 1.5rem;
  background: none;
}
.card-footer {
  border-top: 1px solid #eaf0f7;
  color: #3c4858;
}
.card-header {
  background: none;
  padding: 0.5rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.5rem;
  -ms-flex-align: center;
  align-items: center;
}
.card-header .card-title {
  margin-bottom: 0;
}
.card-header.border-0 + .card-body {
  padding-top: 0;
}
@media print {
  .card-header {
    display: none;
  }
}

.card-img-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-title {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #212229;
}
.reg {
  text-align: center;
  font-size: 50px;
  color: #2e1170;
  float: right;
}
.card-title a {
  color: inherit;
}
.card-title:only-child {
  margin-bottom: 0;
}
.card-title small,
.card-subtitle {
  color: #8c98b9;
  font-size: 0.875rem;
  display: block;
  margin: -0.75rem 0 1rem;
  line-height: 1.1;
  font-weight: 400;
}
.card-table {
  margin-bottom: 0;
}
.card-table tr:first-child td,
.card-table tr:first-child th {
  border-top: 0;
}
.card-table tr td:first-child,
.card-table tr th:first-child {
  padding-left: 1.5rem;
}
.card-table tr td:last-child,
.card-table tr th:last-child {
  padding-right: 1.5rem;
}
.card-body + .card-table {
  border-top: 1px solid #eaf0f7;
}
.card-profile .card-header {
  height: 5rem;
  background-size: cover;
  border: 0;
}
.profie-img .flex-md-row img {
  width: 60px;
}
.card-profile-img {
  max-width: 6rem;
  margin-bottom: 1rem;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-body + .card-list-group {
  border-top: 1px solid #eaf0f7;
}
.card-list-group .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.card-list-group .list-group-item:last-child {
  border-bottom: 0;
}
.card-list-group .list-group-item:first-child {
  border-top: 0;
}
.card-header-tabs {
  margin: -1.25rem 0;
  border-bottom: 0;
  line-height: 2rem;
}
.card-header-tabs .nav-item {
  margin-bottom: 1px;
}
.card-header-pills {
  margin: -0.75rem 0;
}
.card-aside {
  -ms-flex-direction: row;
  flex-direction: row;
}
.card-aside-column {
  min-width: 5rem;
  width: 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  background: no-repeat center/cover;
}
.card-value {
  font-size: 1rem;
  line-height: 3.4rem;
  height: 3.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}
.card-value i {
  vertical-align: middle;
}
.card-chart-bg {
  height: 4rem;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.list-media .media-img {
  position: relative;
  float: left;
}
.list-media .media-img {
  width: 48px;
  margin-right: 20px;
}
.list-media .info {
  padding-left: 55px;
  min-height: 40px;
  height: auto;
  position: relative;
}
.list-media .info h4 a {
  font-size: 16px;
  margin-top: 10px;
}
.list-media .info p {
  font-size: 13px;
}
.list-media .info .text-right {
  right: 0;
  color: #8a8a8a;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: -28px;
}
.card-options {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 100;
  order: 100;
  margin-right: -0.5rem;
  color: #8c98b9;
  -ms-flex-item-align: center;
  align-self: center;
}
.card-options .dropdown-toggle:after {
  display: none;
}

ul li .legend-dots {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
.legend li {
  padding: 5px;
  display: -webkit-inline-box;
}
.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}
.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}
.icon-size {
  font-size: 2.5rem !important;
}
.card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.statistics-box {
  position: relative;
  padding-left: 80px;
  text-align: right;
}
.statistics-box {
  padding-top: 14px;
  min-height: 80px;
  text-align: center;
}
.statistics-box .ico.small {
  font-weight: 900;
}

.statistics-box .ico.small {
  font-size: 42px;
}
.statistics-box .ico {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
}
.statistics-box h2 {
  font-weight: 600 !important;
}
/*Card options*/

.card-collapsed > :not(.card-header):not(.card-status) {
  display: none;
}
.card-collapsed .card-options-collapse i:before {
  content: '\e92d';
}
.card-fullscreen .card-options-fullscreen i:before {
  content: '\e992';
}
.card-fullscreen .card-options-remove {
  display: none;
}
/*Card maps*/

.card-map {
  height: 15rem;
  background: #eff2f7;
}
.card-map-placeholder {
  background: no-repeat center;
}
/**Card tabs*/

.card-tabs {
  display: -ms-flexbox;
  display: flex;
}
.card-tabs-bottom .card-tabs-item {
  border: 0;
}
.card-tabs-bottom .card-tabs-item.active {
  border-top-color: #fff;
}
.card-tabs-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  padding: 1.4rem 1.5rem;
  color: inherit;
  overflow: hidden;
}
a.card-tabs-item {
  background: #fafbfc;
}
a.card-tabs-item:hover {
  text-decoration: none;
  color: inherit;
}
a.card-tabs-item:focus {
  z-index: 1;
}
a.card-tabs-item.active {
  background: #fff;
  border-bottom-color: #fff;
}

/**Card status*/

.card-status {
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  height: 3px;
  border-radius: 7px 7px 0 0;
  background: rgba(0, 40, 100, 0.12);
}
.card-status-left {
  right: auto;
  bottom: 0;
  height: auto;
  width: 3px;
  border-radius: 3px 0 0 3px;
}

/**Card icon*/

.card-icon {
  width: 3rem;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
}

/**Card fullscreen*/

.card-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  margin: 0;
}

/**Card alert*/

.card-alert {
  border-radius: 0;
  margin: -1px -1px 0;
}
.card-category {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 0.5rem;
  background: #fff;
}
.popover {
  -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
}
.popover.bs-popover-top,
.popover.bs-popover-auto[x-placement^='top'] {
  margin-bottom: 0.625rem;
}
.popover .arrow {
  margin-left: calc(0.25rem + -5px);
}
.popover-static-demo .popover .arrow {
  margin-left: calc(0.25rem + 122px);
}
.popover-static-demo .popover {
  position: relative;
}
.dropdown {
  display: block;
}
.dropdown-menu {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  min-width: 12rem;
}
.app-selector {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  min-width: 16rem;
}
.dropdown-item {
  color: #3c4858;
}
.dropdown-menu-arrow:before {
  content: '';
  position: absolute;
  top: -9px;
  left: 15px;
  border-bottom: 10px solid rgba(67, 87, 133, 0.2);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.dropdown-menu-arrow:after {
  content: '';
  position: absolute;
  top: -8.5px;
  left: 16px;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
#sidebar .dropdown-menu {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  min-width: 12rem;
}

.dropdown-menu-arrow.dropdown-menu-right:before,
.dropdown-menu-arrow.dropdown-menu-right:after {
  left: auto;
  right: 12px;
}
.dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.dropdown-toggle:after {
  vertical-align: 0.155em;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-icon {
  color: #3d3b46;
  margin-right: 0.5rem;
  margin-left: -0.5rem;
  width: 1em;
  display: inline-block;
  text-align: center;
  vertical-align: -1px;
  font-size: 14px;
  font-weight: 600 !important;
}
.sidebar-right .dropdown-item.user {
  font-size: 16px;
  padding: 5px 5px 0 5px;
}
.sidebar-right .dropdown-icon {
  font-size: 20px !important;
}
.sidebar-right .dropdown-icon:hover {
  color: #2205bf;
}
.list-inline-dots .list-inline-item + .list-inline-item:before {
  content: '· ';
  margin-left: -2px;
  margin-right: 3px;
}
.list-separated-item {
  padding: 1rem 0;
}
.list-separated-item:first-child {
  padding-top: 0;
}
.list-group-item.active .icon {
  color: inherit !important;
}
.list-group-item .icon {
  color: #2205bf !important;
}
.list-group-transparent .list-group-item {
  background: none;
  border: 0;
  padding: 0.5rem 1rem;
}
.list-group-transparent .list-group-item.active {
  background: #4771db;
  font-weight: 600;
}
.visitor-list p {
  font-size: 14px;
}
.visitor-list i {
  font-size: 20px;
}
.sales-relative {
  position: relative;
}
.icon-absolute {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  padding: 20px 0;
  text-align: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

/*------ Default Card Values -------*/

/*----- Avatars -----*/
.country-selector .avatar {
  width: 1.4rem;
  height: 1rem;
  line-height: 1rem;
}
.avatar {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.avatar-messages {
  width: 1rem;
  height: 1rem;
  line-height: 1rem !important;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.7rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  left: 8px;
}
.country-Flag {
  height: 1.1rem;
  width: 1.33333333em;
  line-height: 1em;
  background: transparent !important;
}
.noborder {
  border-radius: 0;
}
.brround {
  border-radius: 50%;
}
.bradius {
  border-radius: 25%;
}
.avatar i {
  font-size: 125%;
  vertical-align: sub;
}
.avatar-status {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #fff;
  background: #aaadb2;
  border-radius: 50%;
}
.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.75rem;
}
.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
}
.avatar-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.25rem;
}
.avatar-xl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.75rem;
}
.avatar-xxl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 2rem;
}
.avatar-placeholder {
  background: #ced4da
    url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="134" height="134" viewBox="0 0 134 134"><path fill="#aaadb2" d="M65.92 66.34h2.16c14.802.42 30.928 6.062 29.283 20.35l-1.618 13.32c-.844 6.815-5.208 7.828-13.972 7.866H52.23c-8.764-.038-13.13-1.05-13.973-7.865l-1.62-13.32C34.994 72.4 51.12 66.76 65.92 66.34zM49.432 43.934c0-9.82 7.99-17.81 17.807-17.81 9.82 0 17.81 7.99 17.81 17.81 0 9.82-7.99 17.807-17.81 17.807-9.82 0-17.808-7.987-17.808-17.806z"/></svg>')
    no-repeat center/80%;
}
.avatar-list {
  margin: 0 0 -0.5rem;
  padding: 0;
  font-size: 0;
}
.avatar-list .avatar {
  margin-bottom: 0.5rem;
}
.avatar-list .avatar:not(:last-child) {
  margin-right: 0.5rem;
}
.avatar-list-stacked .avatar {
  margin-right: -0.8em !important;
}
.avatar-list-stacked .avatar {
  box-shadow: 0 0 0 2px #fff;
}
.avatar-blue {
  background-color: #c8d9f1;
  color: #0000fe;
}
.avatar-indigo {
  background-color: #d1d5f0;
  color: #461f6e;
}
.avatar-purple {
  background-color: #e4cff9;
  color: #fff;
}
.avatar-pink {
  background-color: #fcd3e1;
  color: #f43f86;
}
.avatar-red {
  background-color: #f0bcbc;
  color: #f94859;
}
.avatar-orange {
  background-color: #fee0c7;
  color: #ff6600;
}
.avatar-yellow {
  background-color: #fbedb7;
  color: #ffab00;
}
.avatar-green {
  background-color: #cfeab3;
  color: #36b37e;
}
.avatar-teal {
  background-color: #bfefea;
  color: #1ea8aa;
}
.avatar-cyan {
  background-color: #b9e3ea;
  color: #08bfe0;
}
.avatar-white {
  background-color: white;
  color: #fff;
}
.avatar-gray {
  background-color: #dbdde0;
  color: #aaadb2;
}
.avatar-gray-dark {
  background-color: #c2c4c6;
  color: #3d3f4e;
}
.avatar-azure {
  background-color: #c7e6fb;
  color: #0a7ffb;
}
.avatar-lime {
  background-color: #d7f2c2;
  color: #bfff00;
}
.product-price {
  font-size: 1rem;
}
.product-price strong {
  font-size: 1.5rem;
}
@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  100%,
  60% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  100%,
  60% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  100%,
  60% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  100%,
  60% {
    left: 107%;
    right: -8%;
  }
}
/*----- Avatars -----*/

/*------ progress sizes ------*/
.progress {
  position: relative;
}
.progress-xs,
.progress-xs .progress-bar {
  height: 0.25rem;
}
.progress-sm,
.progress-sm .progress-bar {
  height: 0.5rem;
}
.progress-lg,
.progress-lg .progress-bar {
  height: 1.25rem;
}
.progress-bar-indeterminate:after,
.progress-bar-indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  left: 0;
  will-change: left, right;
  top: 0;
  bottom: 0;
}
.progress-bar-indeterminate:before {
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
    infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress-bar-indeterminate:after {
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------ progress sizes ------*/

/*------Email---------*/
.mail-chats {
  height: 100%;
  min-height: 0;
  border-top: 1px solid #eaf0f7;
  margin-top: 10px;
  padding: 10px 50px 10px 0;
  width: 100%;
  list-style-type: none;
  flex-direction: column !important;
  display: flex !important;
}
.mail-chats li.chat-persons {
  padding: 10px;
  display: block;
}
li.chat-persons a {
  text-decoration: none;
}
.mail-chats li.chat-persons a span.pro-pic img {
  max-width: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  flex-direction: column !important;
}
.mail-chats li.chat-persons a span.pro-pic {
  display: inline-block;
  padding: 0;
  width: 20%;
  max-width: 40px;
  float: left;
  margin-right: 20px;
}
.mail-chats li.chat-persons a div.user {
  flex-direction: column !important;
}
ul.mail-chats li.chat-persons a div.user {
  display: flex !important;
}
.mail-chats li.chat-persons.user {
  width: 80%;
  padding: 5px 10px 0px 15px;
  flex-direction: column !important;
  display: flex !important;
}
.user p.u-name {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #8c98b9;
}
.user p.u-designation {
  margin: 0;
  font-size: 11px;
  color: #8c98b9;
}
div.online-status .status.online {
  background: rgba(0, 128, 0, 0.68);
}
.online-status .status.offline {
  background: rgba(255, 0, 0, 0.7);
}
.online-status .status {
  height: 10px;
  width: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: inline-flex;
  justify-content: flex-start;
  transform: translateX(-60px) translateY(2px);
}
.online {
  margin-left: 20px;
  margin-top: -3px;
}
/*------Email---------*/

/*------Default Styles---------*/
.icons-list {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #eaf0f7;
  border-bottom: 0;
  border-right: 0;
}
.icons-list > li {
  -ms-flex: 1 0 4rem;
  flex: 1 0 4rem;
}
.icons-list-wrap {
  overflow: hidden;
}
.icons-list-item {
  text-align: center;
  height: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #eaf0f7;
  border-bottom: 1px solid #eaf0f7;
}
.icons-list-item i {
  font-size: 1.25rem;
  color: #676a80;
}
.img-gallery {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  margin-bottom: -0.5rem;
}
.img-gallery > .col,
.img-gallery > [class*='col-'] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.5rem;
}
.link-overlay {
  position: relative;
}
.link-overlay:hover .link-overlay-bg {
  opacity: 1;
}
.link-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.25rem;
  opacity: 0;
  transition: 0.3s opacity;
}
.media-icon {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 100%;
}
.media-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea[cols] {
  height: auto;
}
.form-label {
  display: block;
  margin-bottom: 0.375rem;
  font-weight: 500;
  font-size: 16px;
}
.form-label-small {
  float: right;
  font-weight: 400;
  font-size: 87.5%;
}
.form-footer {
  margin-top: 2rem;
}
.custom-control {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
.custom-control-label {
  vertical-align: middle;
}
.custom-control-label:before {
  border: 1px solid rgba(150, 193, 42, 0.9);
  background-color: #fff;
  background-size: 0.5rem;
}
.custom-control-description {
  line-height: 1.5rem;
}
.input-group-prepend,
.input-group-append,
.input-group-btn {
  font-size: 0.9375rem;
}
.input-group-prepend > .input-group-text {
  border-right: 0;
}
.input-group-append > .input-group-text {
  border-left: 0;
}
/**widgets*/

.widgets {
  font-size: 35px;
  padding: 20px;
}
.widgetstext {
  top: 0;
  bottom: 0;
  padding: 20px 40px;
}
.widget-line h4 {
  font-size: 24px;
  font-weight: 600;
}
.fs {
  font-size: 25px;
}
.widget-line p {
  font-size: 16px;
}
.widget-line-list li {
  display: inline-block;
  font-size: 16px;
  line-height: 27px;
  padding: 5px 20px 0 15px;
}
.widget-line-list li {
  list-style-type: none;
}

/*----Profile----*/

.media {
  display: flex;
  align-items: flex-start;
}
.mediaicon {
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 5px 0px;
  border-radius: 20px;
}
.media-body {
  flex: 1;
}
.mediafont {
  font-size: 16px;
  font-weight: 600;
}
/*------Default Styles---------*/

/*-----Search and input-----*/
.searching1 i {
  position: absolute;
  top: 21px;
  margin-left: 15px;
  font-size: 16px;
  color: #fcfdff;
}
.search-inline {
  width: 100%;
  left: 0;
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
  top: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(243, 247, 253, 0.12),
    0 8px 16px 0 rgba(243, 247, 253, 0.24);
  z-index: 9;
  transition: all 0.1s ease-in-out;
}
.search-inline.search-visible {
  opacity: 1;
  visibility: visible;
  padding-top: 3rem;
  right: 0;
  padding-bottom: 0.5rem;
  border: 1px solid #eaf0f7;
  animation: fadeInDown 0.1s ease-in-out;
}
.search-inline button[type='submit'] {
  position: absolute;
  right: 52px;
  top: 0;
  background-color: transparent;
  border: 0px;
  top: 0;
  right: 80px;
  padding: 0px;
  cursor: pointer;
  width: 80px;
  height: 99%;
  background: #fff;
  color: #8c98b9;
}
.search-inline .form-control {
  border: 0px;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 99%;
  font-weight: 700;
  outline: none;
}
.search-inline .search-close {
  position: absolute;
  top: 21px;
  right: 0;
  color: #8c98b9;
  width: 80px;
  height: 100%;
  text-align: center;
  display: table;
  background: #fff;
  text-decoration: none;
}
.search-inline .search-close i {
  display: table-cell;
  vertical-align: middle;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.input-icon {
  position: relative;
}
.input-icon .form-control:not(:last-child) {
  padding-left: 2.5rem;
}
.input-icon .form-control:not(:first-child) {
  padding-left: 2.5rem;
}
.input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 2.5rem;
  pointer-events: none;
}
.input-icon-addon:last-child {
  left: auto;
  right: 0;
}
.form-fieldset {
  background: #f8f9fa;
  border: 1px solid #eaf0f7;
  padding: 1rem;
  border-radius: 3px;
  margin-bottom: 1rem;
}
.form-required {
  color: #f94859;
}
.form-required:before {
  content: ' ';
}
.state-valid {
  padding-right: 2rem;
  background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235eba00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'><polyline points='20 6 9 17 4 12'></polyline></svg>")
    no-repeat center right 0.5rem/1rem;
}
.state-invalid {
  padding-right: 2rem;
  background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cd201f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>")
    no-repeat center right 0.5rem/1rem;
}
.form-help {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  color: #8c98b9;
  background: #edeff5;
  border-radius: 50%;
  border: 1px solid #cbd3ed;
  border-radius: 50%;
  font-size: 0.75rem;
  transition: 0.3s background-color, 0.3s color;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-help:hover,
.form-help[aria-describedby] {
  background: #0000fe;
  color: #fff;
}
/*-----Search and input-----*/

/*-----Chart Circle and Map-----*/
.sparkline {
  display: inline-block;
  height: 2rem;
}
.jqstooltip {
  box-sizing: content-box;
  font-family: inherit !important;
  background: #333 !important;
  border: none !important;
  border-radius: 3px;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  padding: 6px !important;
}
.jqstooltip .jqsfield {
  font: inherit !important;
}
.social-links li a {
  background: #f8f8f8;
  border-radius: 50%;
  color: #8c98b9;
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  line-height: 1.75rem;
  text-align: center;
}
.map,
.chart {
  position: relative;
  padding-top: 56.25%;
}
.map-square,
.chart-square {
  padding-top: 100%;
}
.map-content,
.chart-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.map-header {
  margin-bottom: 1.5rem;
  height: 15rem;
  position: relative;
  margin-bottom: -1.5rem;
}
.map-header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10rem;
  background: linear-gradient(to bottom, rgba(245, 247, 251, 0) 5%, 95%);
  pointer-events: none;
}
.map-header-layer {
  height: 100%;
}
.map-static {
  height: 120px;
  width: 100%;
  max-width: 640px;
  background-position: center center;
  background-size: 640px 120px;
}
@-webkit-keyframes status-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.32;
  }
}
@keyframes status-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.32;
  }
}
.status-icon {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  background: currentColor;
  border-radius: 50%;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 0.375rem;
  vertical-align: middle;
}
.status-animated {
  -webkit-animation: 1s status-pulse infinite ease;
  animation: 1s status-pulse infinite ease;
}
.chart-circle {
  display: block;
  height: 6.5rem;
  width: 6.5rem;
  position: relative;
  margin: 0 auto;
}
.chart-circle canvas {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.chart-circle-xs {
  height: 2.5rem;
  width: 2.5rem;
  font-size: 0.8rem;
}
.chart-circle-xs1 {
  height: 110px;
  width: 110px;
  font-size: 0.8rem;
}
.chart-circle-sm {
  height: 4rem;
  width: 4rem;
  font-size: 0.8rem;
}
.chart-circle-lg {
  height: 10rem;
  width: 10rem;
  font-size: 0.8rem;
}
.chart-circle-value {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
}
.chart-circle-value small {
  display: block;
  color: #8c98b9;
  font-size: 0.9375rem;
}
.sparkgraph {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 43px;
}
.sparkgraph canvas {
  width: 100% !important;
}
/*-----Chart Circle and Map-----*/

/*-----Chat Messgae-----*/
.chips {
  margin: 0 0 -0.5rem;
}
.team i {
  margin-left: 10px;
  float: right;
  margin-top: 3px;
  color: #313148;
}
.login100-social-item {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 5px;
  text-align: center;
  line-height: 2;
}

.login100-social-item:hover {
  color: #fff;
}
.chips .chip {
  margin: 0 0.5rem 0.5rem 0;
}
.chip {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #3c4858;
  margin: 2px;
  padding: 0 0.75rem;
  border-radius: 1rem;
  background-color: #eceef4;
  transition: 0.3s background;
}
.chip .avatar {
  float: left;
  margin: 0 0.5rem 0 -0.75rem;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
}
.emp-tab table {
  margin-bottom: 0;
  border: 0;
}
.chat {
  outline: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 100%;
}
.chat-line {
  padding: 0;
  text-align: right;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.chat-line + .chat-line {
  padding-top: 1rem;
}
.chat-message {
  position: relative;
  display: inline-block;
  background-color: #0000fe;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  border-radius: 3px;
  white-space: normal;
  text-align: left;
  margin: 0 0.5rem 0 2.5rem;
  line-height: 1.4;
}
.chat-message > :last-child {
  margin-bottom: 0 !important;
}
.chat-message:after {
  content: '';
  position: absolute;
  right: -5px;
  top: 7px;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #0000fe;
  border-top: 6px solid transparent;
}
.chat-message img {
  max-width: 100%;
}
.chat-message p {
  margin-bottom: 1em;
}
.chat-line-friend {
  -ms-flex-direction: row;
  flex-direction: row;
}
.chat-line-friend + .chat-line-friend {
  margin-top: -0.5rem;
}
.chat-line-friend + .chat-line-friend .chat-author {
  visibility: hidden;
}
.chat-line-friend + .chat-line-friend .chat-message:after {
  display: none;
}
.chat-line-friend .chat-message {
  background-color: #fff;
  color: #3d4e67;
  margin-left: 0.5rem;
  margin-right: 2.5rem;
}
.chat-line-friend .chat-message:after {
  right: auto;
  left: -5px;
  border-left-width: 0;
  border-right: 5px solid #e3e3e3;
}
.example {
  padding: 1.5rem;
  border: 1px solid #eaf0f7;
  border-radius: 3px 3px 0 0;
  font-size: 0.9375rem;
}
.example-bg {
  background: #fff;
}
.example + .highlight {
  border-top: none;
  margin-top: 0;
  border-radius: 0 0 3px 3px;
}
.highlight {
  margin: 1rem 0 2rem;
  border: 1px solid #eaf0f7;
  border-radius: 3px;
  font-size: 0.9375rem;
  background: #f1f5fa;
  position: relative;
}
.highlight pre {
  margin-bottom: 0;
  background-color: rgb(234, 240, 247);
  max-height: 20rem;
}
.example-column {
  margin: 0 auto;
}
.example-column > .card:last-of-type {
  margin-bottom: 0;
}
.example-column-1 {
  max-width: 20rem;
}
.example-column-2 {
  max-width: 40rem;
}
/*-----Chat Messgae-----*/

/*---- Tags-----*/
.tags-avatar .tag {
  line-height: 2.7em;
}
.tag {
  font-size: 0.75rem;
  color: #8b97a7;
  background-color: #f2f4fd;
  border-radius: 3px;
  padding: 0 0.5rem;
  line-height: 2.7em;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: default;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a.tag {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s color, 0.3s background;
}
a.tag:hover {
  background-color: rgba(110, 118, 135, 0.2);
  color: inherit;
}
.tag-addon {
  display: inline-block;
  padding: 0 0.5rem;
  color: inherit;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.06);
  margin: 0 -0.5rem 0 0.5rem;
  text-align: center;
  min-width: 1.5rem;
}
.tag-addon:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tag-addon i {
  vertical-align: middle;
  margin: 0 -0.25rem;
}
a.tag-addon {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s color, 0.3s background;
}
a.tag-addon:hover {
  background: rgba(0, 0, 0, 0.16);
  color: inherit;
}
.tag-avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 3px 0 0 3px;
  margin: 0 0.5rem 0 -0.5rem;
}

.tag-blue {
  background-color: #0000fe;
  color: #fff;
}
.tag-indigo {
  background-color: #461f6e;
  color: #fff;
}
.tag-purple {
  background-color: #63028f;
  color: #fff;
}
.tag-pink {
  background-color: #f43f86;
  color: #fff;
}
.tag-red {
  background-color: #f94859;
  color: #fff;
}
.tag-orange {
  background-color: #ff6600;
  color: #fff;
}
.tag-yellow {
  background-color: #ffab00;
  color: #fff;
}
.tag-green {
  background-color: #36b37e;
  color: #fff;
}
.tag-teal {
  background-color: #1ea8aa;
  color: #fff;
}
.tag-cyan {
  background-color: #08bfe0;
  color: #fff;
}
.tag-white {
  background-color: #fff;
  color: #fff;
}
.tag-gray {
  background-color: #aaadb2;
  color: #fff;
}
.tag-gray-dark {
  background-color: #3d3f4e;
  color: #fff;
}
.tag-azure {
  background-color: #0a7ffb;
  color: #fff;
}
.tag-lime {
  background-color: #bfff00;
  color: #fff;
}
.tag-primary {
  background-color: #0000fe;
  color: #fff;
}
.tag-secondary {
  background-color: #aaadb2;
  color: #fff;
}
.tag-success {
  background-color: #36b37e;
  color: #fff;
}
.tag-info {
  background-color: #0a7ffb;
  color: #fff;
}
.tag-warning {
  background-color: #ffab00;
  color: #fff;
}
.tag-danger {
  background-color: #f94859;
  color: #fff;
}
.tag-light {
  background-color: #f8f9fa;
  color: #fff;
}
.tag-dark {
  background-color: #3d3f4e;
  color: #fff;
}
.tag-rounded {
  border-radius: 50px;
}
.tag-rounded .tag-avatar {
  border-radius: 50px;
}
.tags {
  margin-bottom: -0.5rem;
  font-size: 0;
}
.tags > .tag {
  margin-bottom: 0.5rem;
}
.tags > .tag:not(:last-child) {
  margin-right: 0.5rem;
}

/*---- Tags-----*/

/*----Highlight & Custom Range-----*/
.highlight .hll {
  background-color: #ffc;
}
.highlight .c {
  color: #999;
}
.highlight .k {
  color: #069;
}
.highlight .o {
  color: #555;
}
.highlight .cm {
  color: #999;
}
.highlight .cp {
  color: #099;
}
.highlight .c1 {
  color: #999;
}
.highlight .cs {
  color: #999;
}
.highlight .gd {
  background-color: #fcc;
  border: 1px solid #c00;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #f60002;
}
.highlight .gh {
  color: #030;
}
.highlight .gi {
  background-color: #cfc;
  border: 1px solid #0c0;
}
.highlight .go {
  color: #aaa;
}
.highlight .gp {
  color: #009;
}
.highlight .gu {
  color: #030;
}
.highlight .gt {
  color: #9c6;
}
.highlight .kc {
  color: #069;
}
.highlight .kd {
  color: #069;
}
.highlight .kn {
  color: #069;
}
.highlight .kp {
  color: #069;
}
.highlight .kr {
  color: #069;
}
.highlight .kt {
  color: #078;
}
.highlight .m {
  color: #f60;
}
.highlight .na {
  color: #ffab00;
}
.highlight .nb {
  color: #366;
}
.highlight .nc {
  color: #0a8;
}
.highlight .no {
  color: #360;
}
.highlight .nd {
  color: #99f;
}
.highlight .ni {
  color: #999;
}
.highlight .ne {
  color: #c00;
}
.highlight .nf {
  color: #c0f;
}
.highlight .nl {
  color: #99f;
}
.highlight .nn {
  color: #0cf;
}
.highlight .nt {
  color: #f94859;
}
.highlight .nv {
  color: #033;
}
.highlight .ow {
  color: #000;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #f60;
}
.highlight .mh {
  color: #f60;
}
.highlight .mi {
  color: #f60;
}
.highlight .mo {
  color: #f60;
}
.highlight .sb {
  color: #c30;
}
.highlight .sc {
  color: #c30;
}
.highlight .sd {
  font-style: italic;
  color: #c30;
}
.highlight .s2 {
  color: #c30;
}
.highlight .se {
  color: #c30;
}
.highlight .sh {
  color: #c30;
}
.highlight .si {
  color: #a00;
}
.highlight .sx {
  color: #c30;
}
.highlight .sr {
  color: #3aa;
}
.highlight .s1 {
  color: #c30;
}
.highlight .ss {
  color: #fc3;
}
.highlight .bp {
  color: #366;
}
.highlight .vc {
  color: #033;
}
.highlight .vg {
  color: #033;
}
.highlight .vi {
  color: #033;
}
.highlight .il {
  color: #f60;
}
.highlight .css .o,
.highlight .css .o + .nt,
.highlight .css .nt + .nt {
  color: #999;
}
.highlight .language-bash::before,
.highlight .language-sh::before {
  color: #009;
  content: '$ ';
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.highlight .language-powershell::before {
  color: #009;
  content: 'PM> ';
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel-item-background {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.custom-range {
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 2.375rem;
  overflow: hidden;
  padding: 0;
  border: 0;
}
.custom-range:focus {
  box-shadow: none;
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  border-color: #0000fe;
  background-color: #0000fe;
}
.custom-range:focus::-moz-range-thumb {
  border-color: #0000fe;
  background-color: #0000fe;
}
.custom-range:focus::-ms-thumb {
  border-color: #0000fe;
  background-color: #0000fe;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-runnable-track {
  background: #0000fe;
  content: '';
  height: 2px;
  pointer-events: none;
}
.custom-range::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 50px;
  box-shadow: 1px 0 0 -6px rgba(0, 50, 126, 0.12),
    6px 0 0 -6px rgba(0, 50, 126, 0.12), 7px 0 0 -6px rgba(0, 50, 126, 0.12),
    8px 0 0 -6px rgba(0, 50, 126, 0.12), 9px 0 0 -6px rgba(0, 50, 126, 0.12),
    10px 0 0 -6px rgba(0, 50, 126, 0.12), 11px 0 0 -6px rgba(0, 50, 126, 0.12),
    12px 0 0 -6px rgba(0, 50, 126, 0.12), 13px 0 0 -6px rgba(0, 50, 126, 0.12),
    14px 0 0 -6px rgba(0, 50, 126, 0.12), 15px 0 0 -6px rgba(0, 50, 126, 0.12),
    16px 0 0 -6px rgba(0, 50, 126, 0.12), 17px 0 0 -6px rgba(0, 50, 126, 0.12),
    18px 0 0 -6px rgba(0, 50, 126, 0.12), 19px 0 0 -6px rgba(0, 50, 126, 0.12),
    20px 0 0 -6px rgba(0, 50, 126, 0.12), 21px 0 0 -6px rgba(0, 50, 126, 0.12),
    22px 0 0 -6px rgba(0, 50, 126, 0.12), 23px 0 0 -6px rgba(0, 50, 126, 0.12),
    24px 0 0 -6px rgba(0, 50, 126, 0.12), 25px 0 0 -6px rgba(0, 50, 126, 0.12),
    26px 0 0 -6px rgba(0, 50, 126, 0.12), 27px 0 0 -6px rgba(0, 50, 126, 0.12),
    28px 0 0 -6px rgba(0, 50, 126, 0.12), 29px 0 0 -6px rgba(0, 50, 126, 0.12),
    30px 0 0 -6px rgba(0, 50, 126, 0.12), 31px 0 0 -6px rgba(0, 50, 126, 0.12),
    32px 0 0 -6px rgba(0, 50, 126, 0.12), 33px 0 0 -6px rgba(0, 50, 126, 0.12),
    34px 0 0 -6px rgba(0, 50, 126, 0.12), 35px 0 0 -6px rgba(0, 50, 126, 0.12),
    36px 0 0 -6px rgba(0, 50, 126, 0.12), 37px 0 0 -6px rgba(0, 50, 126, 0.12),
    38px 0 0 -6px rgba(0, 50, 126, 0.12), 39px 0 0 -6px rgba(0, 50, 126, 0.12),
    40px 0 0 -6px rgba(0, 50, 126, 0.12), 41px 0 0 -6px rgba(0, 50, 126, 0.12),
    42px 0 0 -6px rgba(0, 50, 126, 0.12), 43px 0 0 -6px rgba(0, 50, 126, 0.12),
    44px 0 0 -6px rgba(0, 50, 126, 0.12), 45px 0 0 -6px rgba(0, 50, 126, 0.12),
    46px 0 0 -6px rgba(0, 50, 126, 0.12), 47px 0 0 -6px rgba(0, 50, 126, 0.12),
    48px 0 0 -6px rgba(0, 50, 126, 0.12), 49px 0 0 -6px rgba(0, 50, 126, 0.12),
    50px 0 0 -6px rgba(0, 50, 126, 0.12), 51px 0 0 -6px rgba(0, 50, 126, 0.12),
    52px 0 0 -6px rgba(0, 50, 126, 0.12), 53px 0 0 -6px rgba(0, 50, 126, 0.12),
    54px 0 0 -6px rgba(0, 50, 126, 0.12), 55px 0 0 -6px rgba(0, 50, 126, 0.12),
    56px 0 0 -6px rgba(0, 50, 126, 0.12), 57px 0 0 -6px rgba(0, 50, 126, 0.12),
    58px 0 0 -6px rgba(0, 50, 126, 0.12), 59px 0 0 -6px rgba(0, 50, 126, 0.12),
    60px 0 0 -6px rgba(0, 50, 126, 0.12), 61px 0 0 -6px rgba(0, 50, 126, 0.12),
    62px 0 0 -6px rgba(0, 50, 126, 0.12), 63px 0 0 -6px rgba(0, 50, 126, 0.12),
    64px 0 0 -6px rgba(0, 50, 126, 0.12), 65px 0 0 -6px rgba(0, 50, 126, 0.12),
    66px 0 0 -6px rgba(0, 50, 126, 0.12), 67px 0 0 -6px rgba(0, 50, 126, 0.12),
    68px 0 0 -6px rgba(0, 50, 126, 0.12), 69px 0 0 -6px rgba(0, 50, 126, 0.12),
    70px 0 0 -6px rgba(0, 50, 126, 0.12), 71px 0 0 -6px rgba(0, 50, 126, 0.12),
    72px 0 0 -6px rgba(0, 50, 126, 0.12), 73px 0 0 -6px rgba(0, 50, 126, 0.12),
    74px 0 0 -6px rgba(0, 50, 126, 0.12), 75px 0 0 -6px rgba(0, 50, 126, 0.12),
    76px 0 0 -6px rgba(0, 50, 126, 0.12), 77px 0 0 -6px rgba(0, 50, 126, 0.12),
    78px 0 0 -6px rgba(0, 50, 126, 0.12), 79px 0 0 -6px rgba(0, 50, 126, 0.12),
    80px 0 0 -6px rgba(0, 50, 126, 0.12), 81px 0 0 -6px rgba(0, 50, 126, 0.12),
    82px 0 0 -6px rgba(0, 50, 126, 0.12), 83px 0 0 -6px rgba(0, 50, 126, 0.12),
    84px 0 0 -6px rgba(0, 50, 126, 0.12), 85px 0 0 -6px rgba(0, 50, 126, 0.12),
    86px 0 0 -6px rgba(0, 50, 126, 0.12), 87px 0 0 -6px rgba(0, 50, 126, 0.12),
    88px 0 0 -6px rgba(0, 50, 126, 0.12), 89px 0 0 -6px rgba(0, 50, 126, 0.12),
    90px 0 0 -6px rgba(0, 50, 126, 0.12), 91px 0 0 -6px rgba(0, 50, 126, 0.12),
    92px 0 0 -6px rgba(0, 50, 126, 0.12), 93px 0 0 -6px rgba(0, 50, 126, 0.12),
    94px 0 0 -6px rgba(0, 50, 126, 0.12), 95px 0 0 -6px rgba(0, 50, 126, 0.12),
    96px 0 0 -6px rgba(0, 50, 126, 0.12), 97px 0 0 -6px rgba(0, 50, 126, 0.12),
    98px 0 0 -6px rgba(0, 50, 126, 0.12), 99px 0 0 -6px rgba(0, 50, 126, 0.12),
    100px 0 0 -6px rgba(0, 50, 126, 0.12), 101px 0 0 -6px rgba(0, 50, 126, 0.12),
    102px 0 0 -6px rgba(0, 50, 126, 0.12), 103px 0 0 -6px rgba(0, 50, 126, 0.12),
    104px 0 0 -6px rgba(0, 50, 126, 0.12), 105px 0 0 -6px rgba(0, 50, 126, 0.12),
    106px 0 0 -6px rgba(0, 50, 126, 0.12), 107px 0 0 -6px rgba(0, 50, 126, 0.12),
    108px 0 0 -6px rgba(0, 50, 126, 0.12), 109px 0 0 -6px rgba(0, 50, 126, 0.12),
    110px 0 0 -6px rgba(0, 50, 126, 0.12), 111px 0 0 -6px rgba(0, 50, 126, 0.12),
    112px 0 0 -6px rgba(0, 50, 126, 0.12), 113px 0 0 -6px rgba(0, 50, 126, 0.12),
    114px 0 0 -6px rgba(0, 50, 126, 0.12), 115px 0 0 -6px rgba(0, 50, 126, 0.12),
    116px 0 0 -6px rgba(0, 50, 126, 0.12), 117px 0 0 -6px rgba(0, 50, 126, 0.12),
    118px 0 0 -6px rgba(0, 50, 126, 0.12), 119px 0 0 -6px rgba(0, 50, 126, 0.12),
    120px 0 0 -6px rgba(0, 50, 126, 0.12), 121px 0 0 -6px rgba(0, 50, 126, 0.12),
    122px 0 0 -6px rgba(0, 50, 126, 0.12), 123px 0 0 -6px rgba(0, 50, 126, 0.12),
    124px 0 0 -6px rgba(0, 50, 126, 0.12), 125px 0 0 -6px rgba(0, 50, 126, 0.12),
    126px 0 0 -6px rgba(0, 50, 126, 0.12), 127px 0 0 -6px rgba(0, 50, 126, 0.12),
    128px 0 0 -6px rgba(0, 50, 126, 0.12), 129px 0 0 -6px rgba(0, 50, 126, 0.12),
    130px 0 0 -6px rgba(0, 50, 126, 0.12), 131px 0 0 -6px rgba(0, 50, 126, 0.12),
    132px 0 0 -6px rgba(0, 50, 126, 0.12), 133px 0 0 -6px rgba(0, 50, 126, 0.12),
    134px 0 0 -6px rgba(0, 50, 126, 0.12), 135px 0 0 -6px rgba(0, 50, 126, 0.12),
    136px 0 0 -6px rgba(0, 50, 126, 0.12), 137px 0 0 -6px rgba(0, 50, 126, 0.12),
    138px 0 0 -6px rgba(0, 50, 126, 0.12), 139px 0 0 -6px rgba(0, 50, 126, 0.12),
    140px 0 0 -6px rgba(0, 50, 126, 0.12), 141px 0 0 -6px rgba(0, 50, 126, 0.12),
    142px 0 0 -6px rgba(0, 50, 126, 0.12), 143px 0 0 -6px rgba(0, 50, 126, 0.12),
    144px 0 0 -6px rgba(0, 50, 126, 0.12), 145px 0 0 -6px rgba(0, 50, 126, 0.12),
    146px 0 0 -6px rgba(0, 50, 126, 0.12), 147px 0 0 -6px rgba(0, 50, 126, 0.12),
    148px 0 0 -6px rgba(0, 50, 126, 0.12), 149px 0 0 -6px rgba(0, 50, 126, 0.12),
    150px 0 0 -6px rgba(0, 50, 126, 0.12), 151px 0 0 -6px rgba(0, 50, 126, 0.12),
    152px 0 0 -6px rgba(0, 50, 126, 0.12), 153px 0 0 -6px rgba(0, 50, 126, 0.12),
    154px 0 0 -6px rgba(0, 50, 126, 0.12), 155px 0 0 -6px rgba(0, 50, 126, 0.12),
    156px 0 0 -6px rgba(0, 50, 126, 0.12), 157px 0 0 -6px rgba(0, 50, 126, 0.12),
    158px 0 0 -6px rgba(0, 50, 126, 0.12), 159px 0 0 -6px rgba(0, 50, 126, 0.12),
    160px 0 0 -6px rgba(0, 50, 126, 0.12), 161px 0 0 -6px rgba(0, 50, 126, 0.12),
    162px 0 0 -6px rgba(0, 50, 126, 0.12), 163px 0 0 -6px rgba(0, 50, 126, 0.12),
    164px 0 0 -6px rgba(0, 50, 126, 0.12), 165px 0 0 -6px rgba(0, 50, 126, 0.12),
    166px 0 0 -6px rgba(0, 50, 126, 0.12), 167px 0 0 -6px rgba(0, 50, 126, 0.12),
    168px 0 0 -6px rgba(0, 50, 126, 0.12), 169px 0 0 -6px rgba(0, 50, 126, 0.12),
    170px 0 0 -6px rgba(0, 50, 126, 0.12), 171px 0 0 -6px rgba(0, 50, 126, 0.12),
    172px 0 0 -6px rgba(0, 50, 126, 0.12), 173px 0 0 -6px rgba(0, 50, 126, 0.12),
    174px 0 0 -6px rgba(0, 50, 126, 0.12), 175px 0 0 -6px rgba(0, 50, 126, 0.12),
    176px 0 0 -6px rgba(0, 50, 126, 0.12), 177px 0 0 -6px rgba(0, 50, 126, 0.12),
    178px 0 0 -6px rgba(0, 50, 126, 0.12), 179px 0 0 -6px rgba(0, 50, 126, 0.12),
    180px 0 0 -6px rgba(0, 50, 126, 0.12), 181px 0 0 -6px rgba(0, 50, 126, 0.12),
    182px 0 0 -6px rgba(0, 50, 126, 0.12), 183px 0 0 -6px rgba(0, 50, 126, 0.12),
    184px 0 0 -6px rgba(0, 50, 126, 0.12), 185px 0 0 -6px rgba(0, 50, 126, 0.12),
    186px 0 0 -6px rgba(0, 50, 126, 0.12), 187px 0 0 -6px rgba(0, 50, 126, 0.12),
    188px 0 0 -6px rgba(0, 50, 126, 0.12), 189px 0 0 -6px rgba(0, 50, 126, 0.12),
    190px 0 0 -6px rgba(0, 50, 126, 0.12), 191px 0 0 -6px rgba(0, 50, 126, 0.12),
    192px 0 0 -6px rgba(0, 50, 126, 0.12), 193px 0 0 -6px rgba(0, 50, 126, 0.12),
    194px 0 0 -6px rgba(0, 50, 126, 0.12), 195px 0 0 -6px rgba(0, 50, 126, 0.12),
    196px 0 0 -6px rgba(0, 50, 126, 0.12), 197px 0 0 -6px rgba(0, 50, 126, 0.12),
    198px 0 0 -6px rgba(0, 50, 126, 0.12), 199px 0 0 -6px rgba(0, 50, 126, 0.12),
    200px 0 0 -6px rgba(0, 50, 126, 0.12), 201px 0 0 -6px rgba(0, 50, 126, 0.12),
    202px 0 0 -6px rgba(0, 50, 126, 0.12), 203px 0 0 -6px rgba(0, 50, 126, 0.12),
    204px 0 0 -6px rgba(0, 50, 126, 0.12), 205px 0 0 -6px rgba(0, 50, 126, 0.12),
    206px 0 0 -6px rgba(0, 50, 126, 0.12), 207px 0 0 -6px rgba(0, 50, 126, 0.12),
    208px 0 0 -6px rgba(0, 50, 126, 0.12), 209px 0 0 -6px rgba(0, 50, 126, 0.12),
    210px 0 0 -6px rgba(0, 50, 126, 0.12), 211px 0 0 -6px rgba(0, 50, 126, 0.12),
    212px 0 0 -6px rgba(0, 50, 126, 0.12), 213px 0 0 -6px rgba(0, 50, 126, 0.12),
    214px 0 0 -6px rgba(0, 50, 126, 0.12), 215px 0 0 -6px rgba(0, 50, 126, 0.12),
    216px 0 0 -6px rgba(0, 50, 126, 0.12), 217px 0 0 -6px rgba(0, 50, 126, 0.12),
    218px 0 0 -6px rgba(0, 50, 126, 0.12), 219px 0 0 -6px rgba(0, 50, 126, 0.12),
    220px 0 0 -6px rgba(0, 50, 126, 0.12), 221px 0 0 -6px rgba(0, 50, 126, 0.12),
    222px 0 0 -6px rgba(0, 50, 126, 0.12), 223px 0 0 -6px rgba(0, 50, 126, 0.12),
    224px 0 0 -6px rgba(0, 50, 126, 0.12), 225px 0 0 -6px rgba(0, 50, 126, 0.12),
    226px 0 0 -6px rgba(0, 50, 126, 0.12), 227px 0 0 -6px rgba(0, 50, 126, 0.12),
    228px 0 0 -6px rgba(0, 50, 126, 0.12), 229px 0 0 -6px rgba(0, 50, 126, 0.12),
    230px 0 0 -6px rgba(0, 50, 126, 0.12), 231px 0 0 -6px rgba(0, 50, 126, 0.12),
    232px 0 0 -6px rgba(0, 50, 126, 0.12), 233px 0 0 -6px rgba(0, 50, 126, 0.12),
    234px 0 0 -6px rgba(0, 50, 126, 0.12), 235px 0 0 -6px rgba(0, 50, 126, 0.12),
    236px 0 0 -6px rgba(0, 50, 126, 0.12), 237px 0 0 -6px rgba(0, 50, 126, 0.12),
    238px 0 0 -6px rgba(0, 50, 126, 0.12), 239px 0 0 -6px rgba(0, 50, 126, 0.12),
    240px 0 0 -6px rgba(0, 50, 126, 0.12);
  margin-top: -6px;
  border: 1px solid rgba(0, 30, 75, 0.12);
  transition: 0.3s border-color, 0.3s background-color;
}
.custom-range::-moz-range-track {
  width: 240px;
  height: 2px;
  background: rgba(0, 50, 126, 0.12);
}
.custom-range::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid rgba(0, 30, 75, 0.12);
  position: relative;
  transition: 0.3s border-color, 0.3s background-color;
}
.custom-range::-moz-range-progress {
  height: 2px;
  background: #0000fe;
  border: 0;
  margin-top: 0;
}
.custom-range::-ms-track {
  background: transparent;
  border: 0;
  border-color: transparent;
  border-radius: 0;
  border-width: 0;
  color: transparent;
  height: 2px;
  margin-top: 10px;
  width: 240px;
}
.custom-range::-ms-thumb {
  width: 240px;
  height: 2px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid rgba(0, 30, 75, 0.12);
  transition: 0.3s border-color, 0.3s background-color;
}
.custom-range::-ms-fill-lower {
  background: #0000fe;
  border-radius: 0;
}
.custom-range::-ms-fill-upper {
  background: rgba(0, 50, 126, 0.12);
  border-radius: 0;
}
.custom-range::-ms-tooltip {
  display: none;
}
/*----Highlight & Custom Range-----*/

/*----Default Styles 02-----*/
.selectgroup {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.selectgroup-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.selectgroup-item + .selectgroup-item {
  margin-left: -1px;
}
.selectgroup-item:not(:first-child) .selectgroup-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.selectgroup-item:not(:last-child) .selectgroup-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.selectgroup-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.selectgroup-button {
  display: block;
  border: 1px solid #eaf0f7;
  text-align: center;
  padding: 0.375rem 1rem;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  color: #8c98b9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  min-width: 2.375rem;
}
.selectgroup-button-icon {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
}
.selectgroup-pills {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}
.selectgroup-pills .selectgroup-item {
  margin-right: 0.5rem;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.selectgroup-pills .selectgroup-button {
  border-radius: 50px !important;
}
.custom-switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.custom-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-switches-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-switches-stacked .custom-switch {
  margin-bottom: 0.5rem;
}
.custom-switch-indicator {
  display: inline-block;
  height: 1.25rem;
  width: 2.25rem;
  background: #eff2f7;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid #eaf0f7;
  transition: 0.3s border-color, 0.3s background-color;
}
.custom-switch-indicator:before {
  content: '';
  position: absolute;
  height: calc(1.25rem - 4px);
  width: calc(1.25rem - 4px);
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s left;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.custom-switch-input:checked ~ .custom-switch-indicator:before {
  left: calc(1rem + 1px);
}
.custom-switch-description {
  margin-left: 0.5rem;
  color: #5f6877;
  transition: 0.3s color;
}
.custom-switch-input:checked ~ .custom-switch-description {
  color: #3d4e67;
}
.imagecheck {
  margin: 0;
  position: relative;
  cursor: pointer;
}
.imagecheck-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.imagecheck-figure {
  border: 1px solid #eaf0f7;
  border-radius: 3px;
  margin: 0;
  position: relative;
}
.imagecheck-input:checked ~ .imagecheck-figure {
  border-color: rgba(0, 40, 100, 0.24);
}
.imagecheck-figure:before {
  content: '';
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  border-radius: 3px;
  opacity: 0;
  transition: 0.3s opacity;
}
.imagecheck-input:checked ~ .imagecheck-figure:before {
  opacity: 1;
}
.imagecheck-image {
  max-width: 100%;
  opacity: 0.64;
  transition: 0.3s opacity;
}
.imagecheck-image:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.imagecheck-image:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.imagecheck:hover .imagecheck-image,
.imagecheck-input:focus ~ .imagecheck-figure .imagecheck-image,
.imagecheck-input:checked ~ .imagecheck-figure .imagecheck-image {
  opacity: 1;
}
.imagecheck-caption {
  text-align: center;
  padding: 0.25rem 0.25rem;
  color: #8c98b9;
  font-size: 0.875rem;
  transition: 0.3s color;
}
.imagecheck:hover .imagecheck-caption,
.imagecheck-input:focus ~ .imagecheck-figure .imagecheck-caption,
.imagecheck-input:checked ~ .imagecheck-figure .imagecheck-caption {
  color: #3d4e67;
}
.colorinput {
  margin: 0;
  position: relative;
  cursor: pointer;
}
.colorinput-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.colorinput-color {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 3px;
  border: 1px solid #eaf0f7;
  color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.colorinput-color:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  transition: 0.3s opacity;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
    no-repeat center center/50% 50%;
}
.colorinput-input:checked ~ .colorinput-color:before {
  opacity: 1;
}
/*----Default Styles 02-----*/

/*---- Time line -----*/
.timeline {
  position: relative;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}
.timeline:before {
  background-color: #eff2f7;
  position: absolute;
  display: block;
  content: '';
  height: 100%;
  top: 0;
  bottom: 0;
  left: 4px;
}
.timeline-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2rem;
  margin: 0.5rem 0;
}
.timeline-item:first-child:before,
.timeline-item:last-child:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 1px;
  left: 0.25rem;
}
.timeline-item:first-child {
  margin-top: 0;
}
.timeline-item:first-child:before {
  top: 0;
  height: 0.5rem;
}
.timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-item:last-child:before {
  top: 0.5rem;
  bottom: 0;
}
.timeline-badge {
  position: absolute;
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  left: 1px;
  top: 0.5rem;
  border-radius: 100%;
  border: 1px solid #fff;
  background: #adb5bd;
}
.timeline-time {
  white-space: nowrap;
  margin-left: auto;
  color: #8c98b9;
  font-size: 87.5%;
}
.timeline__item:after {
  background: #fff !important;
}
.timeline__content {
  background-color: #fff;
  border-radius: 10px;
  display: block;
  padding: 1.25rem;
  position: relative;
}

/*vertical-timline*/
.cbp_tmtimeline {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #edeff5;
  left: 20%;
  margin-left: -6px;
}
.cbp_tmtimeline > li {
  position: relative;
}
.cbp_tmtimeline > li:first-child .cbp_tmtime span.large {
  font-size: 17px !important;
  font-weight: 700;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  font-size: 13px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #fff;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #eceef4;
}
.cbp_tmtimeline > li .empty span {
  color: rgba(0, 0, 0, 0.5);
}
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 21%;
  padding-right: 70px;
  position: absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 15px;
  font-weight: 700;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 14px;
}
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 30px 25%;
  background: #fff;
  padding: 1.2em;
  position: relative;
  border: 1px solid #edeff5;
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #eceef4;
  border-width: 12px;
  top: 10px;
  left: -24px;
}
.cbp_tmtimeline > li .cbp_tmlabel:before {
  right: 100%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #ffffff;
  border-width: 10px;
  top: 12px;
  z-index: 1;
  left: -20px;
}
.cbp_tmtimeline > li .cbp_tmlabel blockquote {
  font-size: 16px;
}
.cbp_tmtimeline > li .cbp_tmlabel .map-checkin {
  border: 5px solid rgba(235, 235, 235, 0.2);
  -moz-box-shadow: 0px 0px 0px 1px #ebebeb;
  -webkit-box-shadow: 0px 0px 0px 1px #ebebeb;
  box-shadow: 0px 0px 0px 1px #ebebeb;
  background: #3d3780 !important;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin: 0px;
  padding: 0 0 5px 0;
  line-height: 26px;
  font-size: 18px;
  font-weight: 600;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 a {
  font-size: 17px;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 a:hover {
  text-decoration: none;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 span {
  font-size: 14px;
  font-weight: 400;
}
.cbp_tmtimeline > li .cbp_tmlabel p {
  margin-bottom: 0;
}
.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  speak-as: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #46a4da;
  border-radius: 50%;
  text-align: center;
  left: 20%;
  top: 0;
  margin: 0 0 0 -25px;
}
.cbp_tmtimeline .map {
  padding-top: 0 !important;
}
/*vertical-timline*/

/*vertical-timline 02*/
/** timeline left **/
.timelineleft {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timelineleft:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgb(237, 239, 245);
  left: 31px;
  margin: 0;
  border-radius: 4px;
}
.timelineleft > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timelinelft > li:before,
.timelineleft > li:after {
  content: ' ';
  display: table;
}
.timelineleft > .timeleft-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #1753fc;
  color: #ffffff;
  border-radius: 0px;
}
.timelineleft > li:after {
  clear: both;
}
.timelineleft > li > .timelineleft-item {
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
  border-radius: 7px;
  border: 1px solid #edeff5;
}
.timelineleft > li > .timelineleft-item > .time {
  color: #999;
  float: right;
  padding: 12px;
  font-size: 12px;
}
.timelineleft > li > .timelineleft-item > .timelineleft-header {
  margin: 0;
  color: #555;
  padding: 0.75rem 1.25rem;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
}
.timelineleft > li > .timelineleft-item > .timelineleft-header span {
  margin-left: 3px;
}
.timelineleft > li > .timelineleft-item > .timelineleft-header > a {
  font-weight: 500;
  font-size: 18px;
}
.timelineleft-body img {
  width: 150px;
  height: 100px;
}
.timelineleft > li > .timelineleft-item > .timelineleft-body,
.timelineleft > li > .timelineleft-item > .timelineleft-footer {
  padding: 0.75rem 1.25rem;
}
.timelineleft-body {
  font-size: 14px;
}
.timelineleft > li > .fa,
.timelineleft > li > .glyphicon,
.timelineleft > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #fff;
  background: #1753fc;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
/*vertical-timline 02*/
/*vertical-timline 03*/
.timeline {
  position: relative;
  padding: 4px 0 0 0;
  margin-top: 22px;
  list-style: none;
}

.timeline > li:nth-child(even) {
  position: relative;
  margin-bottom: 50px;
  height: 180px;
  right: -100px;
}

.timeline > li:nth-child(odd) {
  position: relative;
  margin-bottom: 50px;
  height: 180px;
  left: -100px;
}

.timeline > li:before,
.timeline > li:after {
  content: ' ';
  display: table;
}

.timeline > li:after {
  clear: both;
  min-height: 170px;
}

.timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  padding: 20px 20px 20px 30px;
  text-align: right;
  background: #fff;
  box-shadow: 0 0 3px rgba(31, 30, 47, 0.05);
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  z-index: 10;
  position: absolute;
  left: 50%;
  width: 150px;
  height: 150px;
  margin-left: -80px;
  overflow: hidden;
}

.timeline > li .timeline-image h4 {
  margin-top: 12px;
  font-size: 10px;
  line-height: 14px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 20px 30px 20px 20px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0;
  font-weight: 600;
}

.timeline .timeline-heading h4.subheading {
  margin: 0;
  padding: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  color: #8492a6;
}

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
  color: #808080;
}
/*Style for even div.line*/
.timeline > li:nth-child(odd) .line:before {
  content: '';
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 690px;
  width: 4px;
  height: 340px;
  -ms-transform: rotate(-44deg); /* IE 9 */
  -webkit-transform: rotate(-44deg); /* Safari */
  transform: rotate(-44deg);
}
/*Style for odd div.line*/
.timeline > li:nth-child(even) .line:before {
  content: '';
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 450px;
  width: 4px;
  height: 340px;
  -ms-transform: rotate(44deg); /* IE 9 */
  -webkit-transform: rotate(44deg); /* Safari */
  transform: rotate(44deg);
}
/* Medium Devices, .visible-md-* */

/*vertical-timline 03*/

/*---- Time line -----*/

/*----jVector Map -----*/
svg {
  -ms-touch-action: none;
  touch-action: none;
}
.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.jvectormap-tip {
  position: absolute;
  display: none;
  border-radius: 3px;
  background: #8c98b9;
  color: white;
  padding: 6px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}
.jvectormap-tip small {
  font-size: inherit;
  font-weight: 400;
}
.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #292929;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 10px;
  height: 10px;
}
.jvectormap-zoomin {
  top: 10px;
}
.jvectormap-zoomout {
  top: 30px;
}
.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px;
}
.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat
    url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}
.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.jvectormap-legend-cnt {
  position: absolute;
}
.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0;
}
.jvectormap-legend-cnt-v {
  top: 0;
  right: 0;
}
.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left;
}
.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.jvectormap-legend-tick-text {
  font-size: 12px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px;
}
/*----jVector Map -----*/

/*-----Selectize ------*/
.selectize-control.plugin-drag_drop.multi
  > .selectize-input
  > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #3d4e67;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #fff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-control {
  position: relative;
  padding: 0;
  border: 0;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #3d4e67;
  font-family: inherit;
  font-size: 15px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #eaf0f7;
  padding: 0.5625rem 0.75rem;
  display: inline-block;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 3px;
  transition: 0.3s border-color, 0.3s box-shadow;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 7px 0.75rem 4px 7px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #eff2f7;
  color: #3d4e67;
  font-size: 13px;
  border: 0 solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  font-weight: 400;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #fff;
  border: 0 solid #fff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #eaf0f7;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  border-radius: 0 0 3px 3px;
  height: auto;
  padding: 0;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 6px 0.75rem;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #3d4e67;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f1f4f8;
  color: #0000fe;
}
.selectize-dropdown .active.create {
  color: #3d4e67;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  right: 12px;
  width: 8px;
  height: 10px;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath fill='#999' d='M0 0L10 0L5 5L0 0'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: 8px 10px;
  transition: 0.3s transform;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-dropdown .image,
.selectize-input .image {
  width: 1.25rem;
  height: 1.25rem;
  background-size: contain;
  margin: -1px 0.5rem -1px -4px;
  line-height: 1.25rem;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.selectize-dropdown .image img,
.selectize-input .image img {
  max-width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.selectize-input .image {
  width: 1.5rem;
  height: 1.5rem;
  margin: -3px 0.75rem -3px -5px;
}
/*-----Selectize ------*/

/*-----Gallery-----*/
.demo-gallery > ul {
  margin-bottom: 0;
}
.demo-gallery > ul > li {
  float: left;
  margin-bottom: 15px;
  width: 200px;
  border: 0;
}
.demo-gallery > ul > li a {
  border: 3px solid #fff;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .demo-gallery {
  padding-bottom: 80px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
/*
.col-sm-3 a {
	border: 1px solid transparent;
	border-radius: 0;
	transition: all 3s ease;
}
.col-sm-3 a:hover {
	border: 1px solid #ff4647;
	border-radius: 100% 60% / 30% 10%;
	background: linear-gradient(rgba(56, 123, 131, 0.7), rgba(56, 123, 131, 0.7));
}*/

.gallery {
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
}
.gallery .mask,
.gallery .content {
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
.gallery img {
  display: block;
  position: relative;
  margin: 0 auto;
}
.gallery .tools {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 3px;
  background: rgba(0, 0, 0, 0.35);
  margin: 43px 0 0 0;
}
.mask.no-caption .tools {
  margin: 90px 0 0 0;
}
.gallery .tools a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 0 4px;
}
.gallery p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
}
.gallery a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
}
.gallery-first img {
  transition: all 0.2s linear;
}
.gallery-first .mask {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in-out;
}
.gallery-first .tools {
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.gallery-first p {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s linear;
}
.gallery-first:hover img {
  transform: scale(1.1);
}
.gallery-first:hover .mask {
  opacity: 1;
}
.gallery-first:hover .tools,
.gallery-first:hover p {
  opacity: 1;
  transform: translateY(0px);
}
.gallery-first:hover p {
  transition-delay: 0.1s;
}
.form-group.has-feedback span {
  display: block !important;
}
.g-img {
  position: relative;
  overflow: hidden;
}
.g-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.g-img:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*-----Gallery-----*/

/*----- Date Picker ----*/
.ui-datepicker {
  background-color: #f1f5fa;
  border: 1px solid #eaf0f7;
  font-family: inherit;
  font-size: inherit;
  padding: 10px;
  margin: 1px 0 0;
  display: none;
  width: auto !important;
  z-index: 999 !important;
}
.ui-datepicker .ui-datepicker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #473b52;
  padding: 0 0 5px;
  letter-spacing: 1px;
  border: 0;
  background-color: transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  text-indent: -99999px;
  color: #3c4858;
  top: 1px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
  font-size: 16px;
  font-family: 'FontAwesome';
  position: absolute;
  top: -4px;
  text-indent: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus::before {
  color: #3d3f4e;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  order: 3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  right: 5px;
  content: '\f105';
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  left: 5px;
  content: '\f104';
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
  color: #3d4e67;
  cursor: pointer;
  top: 1px;
  border: 0;
  background-color: transparent;
}
.ui-datepicker .ui-datepicker-calendar {
  margin: 0;
  background-color: transparent;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ui-datepicker .ui-datepicker-calendar th {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 6px 10px;
  color: #a3a7b7;
}
.ui-datepicker .ui-datepicker-calendar td {
  border: 1px solid #eceef4;
  padding: 0;
  background-color: #eceef4;
  text-align: right;
}
.ui-datepicker .ui-datepicker-calendar td:last-child {
  border-right: 0;
}
.ui-datepicker
  .ui-datepicker-calendar
  td.ui-datepicker-other-month
  .ui-state-default {
  color: #ccc;
}
.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a {
  transition: all 0.2s ease-in-out;
  padding: 5px;
  background-color: #fff;
  color: #473b52;
  padding: 6px 10px;
  display: block;
  font-weight: 400;
  font-size: 12px;
  border: 0;
  border-radius: 1px;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background-color: #2205be;
  color: #fff;
}
.ui-datepicker-multi .ui-datepicker-group {
  padding-right: 15px;
  width: auto;
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-title {
  margin: auto;
}
.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-prev::before {
  left: 10px;
}
.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-next::before {
  right: 10px;
}
.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0;
}
.ui-datepicker-multi .ui-datepicker-group-last {
  padding-right: 0;
}
.ui-datepicker-inline {
  max-width: 270px;
  border-radius: 12px;
}
.model-wrapper-demo {
  padding: 50px 0;
  background: rgba(5, 117, 230, 0.1);
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #000;
}
.daterangepicker .input-mini.active {
  border: 1px solid #eaf0f7;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #f1f5fa;
  border-color: transparent;
  color: #3c4858;
}
.ranges li {
  color: #3c4858;
}
.ranges li.active {
  background-color: #272b44;
  border: 1px solid #272b44;
  color: #fff;
}
.ranges li.hover {
  background-color: #272b44;
  border: 1px solid #272b44;
  color: #fff;
}
.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid #eff2f7;
}
/*----- Date Picker ----*/

/*-----Back to Top-----*/
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: none;
  text-align: center;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 4px;
  z-index: 10000;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
}
#back-to-top i {
  padding-top: 15px;
  font-size: 16px;
}
/*-----Back to Top-----*/

/*-----Chat-----*/
#chat-message {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: none;
  text-align: center;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 4px;
  z-index: 10000;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
}
#chat-message i {
  padding-top: 15px;
  font-size: 16px;
}
#chat-message:hover {
  background: #fff;
  color: #4c8aec;
  border: 2px solid #0f75ff;
}
/*-----Chat-----*/

.badge-offer {
  position: absolute;
  top: 0px;
  left: 15px;
  z-index: 2;
  padding: 5px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 16px;
  height: 33px;
  width: 50px;
  margin-bottom: 0;
}
.badge-offer.bg-danger:after {
  border-top: 12px solid#f94859;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 33px;
  width: 0;
}
.badge-offer.bg-primary:after {
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 33px;
  width: 0;
}
.badge-offer.bg-secondary:after {
  border-top: 12px solid #eceef4;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 33px;
  width: 0;
}
.badge-offer.bg-success:after {
  border-top: 12px solid #36b37e;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 33px;
  width: 0;
}
.badge-offer.bg-info:after {
  border-top: 12px solid #0a7ffb;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 33px;
  width: 0;
}
.badge-offer.bg-warning:after {
  border-top: 12px solid #ffab00;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 33px;
  width: 0;
}
.badge-offer.bg-purple:after {
  border-top: 12px solid #63028f;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 33px;
  width: 0;
}
.badge-offer.bg-pink:after {
  border-top: 12px solid #f43f86;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 33px;
  width: 0;
}
.badge-offer1 {
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 2;
  padding: 5px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 16px;
  height: 33px;
  width: 50px;
  margin-bottom: 0;
}
.badge-offer1.bg-danger:after {
  border-top: 12px solid#f94859;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 33px;
  width: 0;
}
.badge-offer1.bg-primary:after {
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 33px;
  width: 0;
}
.badge-offer1.bg-secondary:after {
  border-top: 12px solid #eceef4;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 33px;
  width: 0;
}
.badge-offer1.bg-success:after {
  border-top: 12px solid#36b37e;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 33px;
  width: 0;
}
.badge-offer1.bg-info:after {
  border-top: 12px solid #0a7ffb;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 33px;
  width: 0;
}
.badge-offer1.bg-warning:after {
  border-top: 12px solid #ffab00;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 33px;
  width: 0;
}
.badge-offer1.bg-purple:after {
  border-top: 12px solid #604dd8;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 33px;
  width: 0;
}
.badge-offer1.bg-pink:after {
  border-top: 12px solid #f43f86;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 33px;
  width: 0;
}
/*----Ribbon---*/

/*----Widgets Styles---*/
.item-card .cardtitle span {
  display: block;
  font-size: 0.75rem;
}
.item-card .cardtitle a {
  color: #1f252d;
  font-weight: 500;
  text-decoration: none;
}
.item-card .cardprice {
  position: absolute;
  top: 30px;
  right: 15px;
}
.item-card .cardprice span.type--strikethrough {
  opacity: 0.7;
  text-decoration: line-through;
}
.item-card .cardprice span {
  display: block;
  color: #1f252d;
}
.features {
  overflow: hidden;
}
.features h2 {
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
  font-size: 2.2em;
}
.features h3 {
  font-size: 20px;
  font-weight: 500;
}
.features span {
  color: #43414e;
  display: block;
  font-weight: 400;
  text-align: center;
}
.feature .feature-svg {
  width: 25%;
}
.feature .feature-svg3 {
  width: 12%;
}
.col-sm-2 .feature {
  padding: 0;
  border: 0px;
  box-shadow: none;
}
.feature .fea-icon {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
  padding-top: 8px;
  border-radius: 50%;
  color: #fff;
}
.feature .fea-icon i {
  font-size: 1.5rem;
}
.feature p {
  margin-bottom: 0;
}
/*----Widgets Styles---*/

/*---- Rating----*/
.rating-stars .rating-stars-container {
  font-size: 0px;
}
.rating-stars .rating-stars-container .rating-star {
  display: inline-block;
  font-size: 32px;
  cursor: pointer;
  padding: 5px 8px;
  color: #e8e8ef;
}
.rating-stars .rating-stars-container .rating-star.sm {
  display: inline-block;
  font-size: 14px;
  color: #ffc107;
  cursor: pointer;
  padding: 1px;
}
.rating-stars .rating-stars-container .rating-star.is--no-hover {
  color: #3e4b5b;
}
.rating-stars .rating-stars-container .rating-star .fa-heart .is--no-hover {
  color: #3e4b5b;
}
.rating-stars input {
  display: none;
  margin: 0 auto;
  text-align: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #3d4e67;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eaf0f7;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.rating-stars.star input {
  display: none;
}
/*---- Rating----*/

/*---Message---*/
#messages-main {
  position: relative;
  margin: 0 auto;
}
#messages-main:after,
#messages-main:before {
  content: ' ';
  display: table;
}
#messages-main .ms-menu {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #eaf0f7;
  padding-bottom: 50px;
  height: 100%;
  width: 240px;
  background: #fff;
}
#messages-main .ms-menu.toggled {
  display: block;
}
#messages-main .ms-body {
  overflow: hidden;
}
#messages-main .ms-user {
  padding: 15px;
  background: #f8f8f8;
}
#messages-main .ms-user > div {
  overflow: hidden;
  padding: 3px 5px 0 15px;
  font-size: 11px;
}
#messages-main #ms-compose {
  position: fixed;
  bottom: 120px;
  z-index: 1;
  right: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
#ms-menu-trigger {
  user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  padding-right: 10px;
  padding-top: 19px;
}
#ms-menu-trigger i {
  font-size: 21px;
}
#ms-menu-trigger.toggled i:before {
  content: '\f2ea';
}
.fc-toolbar:before,
.login-content:after {
  content: '';
}
.message-feed {
  padding: 10px;
}
#footer,
.fc-toolbar .ui-button,
.fileinput .thumbnail,
.four-zero,
.four-zero footer > a,
.ie-warning,
.login-content,
.login-navigation,
.pt-inner,
.pt-inner .pti-footer > a {
  text-align: center;
}
.message-feed.right > .pull-right {
  margin-left: 15px;
}
.message-feed.right .mf-content {
  background: #dfeaf7;
  font-size: 15px;
}
.mf-content {
  padding: 9px;
  border-radius: 4px;
  display: inline-block;
  max-width: 80%;
  position: relative;
}
.message-feed:not(.right) .mf-content:before {
  content: '';
  display: block;
  position: absolute;
  border: 10px solid transparent;
  left: -20px;
  top: 11px;
}
.message-feed.right .mf-content:before {
  content: '';
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-left-color: #e3e3e3;
  right: -20px;
  top: 11px;
}
.mf-date {
  display: block;
  margin-top: 7px;
}
.mf-date > i {
  font-size: 14px;
  line-height: 100%;
  position: relative;
  top: 1px;
}
.msb-reply {
  position: relative;
  background: #fff;
  padding: 10px;
  border-radius: 0 7px 7px 7px;
}
.four-zero,
.lc-block {
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.27);
}
.msb-reply textarea {
  width: 100%;
  font-size: 13px;
  border: 0;
  padding: 10px 15px;
  resize: none;
  background: 0 0;
}
.msb-reply button {
  top: 0;
  right: 0;
  border: 0;
  height: 100%;
  width: 60px;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  line-height: 36px;
}
.img-avatar {
  height: 37px;
  border-radius: 4px;
  width: 37px;
}
.list-group.lg-alt .list-group-item {
  border: 0;
}
.p-15 {
  padding: 15px !important;
}
.action-header {
  position: relative;
  background: #f8f8f8;
  padding: 15px 13px 15px 17px;
}
.ah-actions {
  z-index: 3;
  float: right;
  margin-top: 7px;
  position: relative;
}
.actions {
  list-style: none;
  padding: 0;
  margin: 0;
}
.actions > li {
  display: inline-block;
}

.actions:not(.a-alt) > li > a > i {
  color: #939393;
}
.actions > li > a > i {
  font-size: 20px;
}
.actions > li > a {
  display: block;
  padding: 0 10px;
}
.ms-body {
  background: #fff;
  border-radius: 7px;
}
#ms-menu-trigger {
  user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  padding-right: 10px;
  padding-top: 19px;
  cursor: pointer;
}
#ms-menu-trigger,
.message-feed.right {
  text-align: right;
}
#ms-menu-trigger,
.toggle-switch {
  -webkit-user-select: none;
  -moz-user-select: none;
}
.message-feed.media .media-body {
  overflow: visible;
}
.message-feed.right .media-body {
  overflow: visible;
}
.amcharts-chart-div a {
  display: none !important;
}
.canvasjs-chart-container a {
  display: none !important;
}
.rotation {
  -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.amChartsLegend.amcharts-legend-div {
  display: none;
}
.input-icon .form-group.is-empty .form-control {
  margin-bottom: 0;
}
.input-icon .form-group.is-empty {
  margin-bottom: 0;
}
/*---Message---*/

/*---Video---*/
.video-list-thumbs > li {
  margin-bottom: 12px;
}
.video-list-thumbs > li > a {
  display: block;
  position: relative;
  color: #6b6f80;
  padding: 8px;
  border-radius: 3px;
  transition: all 500ms ease-in-out;
  border-radius: 4px;
}
.video-list-thumbs h2 {
  bottom: 0;
  font-size: 14px;
  height: 33px;
  margin: 8px 0 0;
}
.video-list-thumbs span {
  font-size: 50px;
  opacity: 0.8;
  position: absolute;
  right: 0;
  left: 0;
  top: 42%;
  margin: 0 auto;
  text-align: center;
  transition: all 500ms ease-in-out;
}
.video-list-thumbs > li > a:hover .fa {
  color: #fff;
  opacity: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
.video-list-thumbs .duration {
  background-color: rgba(0, 0, 0);
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  left: 12px;
  line-height: 9px;
  padding: 5px 8px;
  position: absolute;
  bottom: 12px;
  transition: all 500ms ease;
}
.video-list-thumbs > li > a:hover .duration {
  background-color: #000;
}

/* Video */

#index-video .index-video-container {
  min-height: 300px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
#index-video .index-video-container:after {
  bottom: 0px;
  content: '';
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#index-video .index-video-container .videocaption {
  left: 1%;
  position: absolute;
  right: 1%;
  text-align: center;
  top: 30%;
  z-index: 2;
}

#index-video .index-video-container .videocaption h2 {
  color: #fff;
  font-size: 4.5em;
  font-weight: 900;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: 0 1px 0 rgb(204, 204, 204), 0 2px 0 rgb(201, 201, 201),
    0 3px 0 rgb(187, 187, 187), 0 4px 0 rgb(185, 185, 185),
    0 5px 0 rgb(170, 170, 170), 0 6px 1px rgba(0, 0, 0, 0.0980392),
    0 0 5px rgba(0, 0, 0, 0.0980392), 0 1px 3px rgba(0, 0, 0, 0.298039),
    0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.247059),
    0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.14902);
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
#index-video .index-video-container .videocaption h4 {
  color: #fff;
  font-size: 2em;
  margin-top: 25px;
}
#index-video .index-video-container .videocaption .btn-slide {
  background: #f62459;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 25px auto 10px auto;
  padding: 20px 50px;
  border-radius: 0;
  text-transform: uppercase;
}
#index-video .index-video-container .videocaption .btn-slide:hover {
  background: #fff;
  color: #333333;
}
#index-video video {
  width: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/*--- End of Video--- */

/* --------Cookies--------- */
.highlight {
  background: rgb(234, 240, 247);
}
code {
  font-size: 14px;
  background: #eaf0f7;
  padding: 3px 5px;
  border-radius: 3px;
  border: 1px solid #eaf0f7;
}
button#ihavecookiesBtn {
  margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  z-index: 999;
  left: 0px;
  bottom: 30px;
  max-width: 375px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #eaf0f7;
  box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6);
  margin-left: 30px;
  text-align: center;
}
#gdpr-cookie-message h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p,
#gdpr-cookie-message ul {
  color: #3c4858;
  font-size: 15px;
  line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: center;
}
#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message a {
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: #f43f86;
  color: white;
  font-size: 15px;
  padding: 7px 18px;
  border-radius: 3px;
  margin-top: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
  margin-left: 4px;
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type='checkbox'] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}
/* --------Cookies--------- */

/* --------Multiple Widgets--------- */

.wizard-card .moving-tab {
  margin-top: 5px;
}
.wizard-card.form-group .form-control {
  background-image: linear-gradient(
    #c4c4c4,
    #c4c4c4,
    linear-gradient(#e1e1e2, #e1e1e2)
  );
}
.wizard-card .choice .icon {
  border: 4px solid #eff2f7 !important;
}
.wizard-container .wizard-navigation {
  background: #eff2f7;
}
.richText .richText-toolbar ul li a {
  border-right: #eff2f7 solid 1px;
}
.richText {
  border: #e5f0ff solid 1px;
  background-color: #f1f5fa;
}
.richText .richText-toolbar ul {
  background: #eceef4;
  border-bottom: #e5f0ff solid 1px;
}
.richText .richText-toolbar {
  background: #eceef4;
}
.cal1 .clndr .clndr-table .header-days .header-day {
  border-left: 1px solid rgba(5, 117, 230, 0.1);
  border-top: 1px solid #eaf0f7;
}
.cal1 .clndr .clndr-table tr .empty,
.cal1 .clndr .clndr-table tr .adjacent-month,
.cal1 .clndr .clndr-table tr .my-empty,
.cal1 .clndr .clndr-table tr .my-adjacent-month {
  border-left: 1px solid #79c2b2;
  border-top: 1px solid #79c2b2;
  background: #fff;
}
.cal1 .clndr .clndr-table tr .day.event,
.cal1 .clndr .clndr-table tr .day.my-event {
  background: #eceef4;
}
.cal1 .clndr .clndr-table tr .day.event:hover,
.cal1 .clndr .clndr-table tr .day.my-event:hover {
  background: #15e0fd;
}
.cal1 {
  font-size: 14px;
  border: 1px solid #eaf0f7;
}
.cal1 .clndr .clndr-table tr .day {
  border-left: 1px solid #eaf0f7;
  border-top: 1px solid #eaf0f7;
}
.cal1 .clndr .clndr-table tr .day:last-child {
  border-right: 1px solid #eaf0f7;
}
.cal1 .clndr .clndr-table tr .day:hover {
  background: #e6f2fe;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #eff2f7;
}
.fc-event {
  border: 1px solid #eaf0f7;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: #fff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  background: #09acca;
}
.fc-today-button
  fc-button
  fc-state-default
  fc-corner-left
  fc-corner-right
  fc-state-disabled:focus {
  border: none !important;
  box-shadow: none !important;
}
.fc-unthemed .fc-list-item:hover td {
  background-color: #f1f5fa;
}
.conv-form-wrapper div#messages div.message.to {
  background: rgba(5, 117, 230, 0.1);
}
.overflow-hidden {
  overflow: hidden;
}
.timeline__content {
  background-color: #eaf0f9;
}
.tab_wrapper > ul li {
  border: 1px solid #eaf0f7;
  border-top: 3px solid #eff2f7;
}
.tab_wrapper > ul {
  border-bottom: 1px solid #eaf0f7;
}
.tab_wrapper.right_side .content_wrapper {
  border: 1px solid #eaf0f7;
}
.tab_wrapper.right_side > ul li.active {
  border-color: #eff2f7;
}
.tab_wrapper.right_side > ul {
  border-bottom: 1px solid #eaf0f7;
}
.tab_wrapper.right_side > ul li:after {
  background: #eff2f7;
}
.job-box-filter label {
  width: 100%;
}
.job-box-filter select.input-sm {
  display: inline-block;
  max-width: 120px;
  margin: 0 5px;
  border: 1px solid #eaf0f7;
  border-radius: 4px;
  height: 34px;
  font-size: 15px;
}
.job-box-filter label input.form-control {
  max-width: 200px;
  display: inline-block;
  border: 1px solid #eaf0f7;
  border-radius: 4px;
  margin-left: 5px;
  font-size: 15px;
}
.text-right {
  text-align: right;
}
.job-box-filter {
  padding: 12px 15px;
  border-bottom: 1px solid #eaf0f7;
}
.job-box {
  display: inline-block;
  width: 100%;
  padding: 0px;
}
.job-box-filter a.filtsec {
  margin-top: 8px;
  display: inline-block;
  margin-right: 15px;
  padding: 4px 10px;
  transition: all ease 0.4s;
  background: #edf0f3;
  border-radius: 50px;
  font-size: 13px;
  color: #81a0b1;
  border: 1px solid #e2e8ef;
}
.job-box-filter a.filtsec.active {
  color: #ffffff;
  background: #16262c;
  border-color: #16262c;
}
.job-box-filter a.filtsec i {
  color: #03a9f4;
  margin-right: 5px;
}
.job-box-filter a.filtsec:hover,
.job-box-filter a.filtsec:focus {
  color: #ffffff;
  background: #07b107;
  border-color: #07b107;
}
.job-box-filter a.filtsec:hover i,
.job-box-filter a.filtsec:focus i {
  color: #ffffff;
}
.job-box-filter h4 i {
  margin-right: 10px;
}

/*----Inbox Message Style---*/
.inbox-message ul {
  padding: 0;
  margin: 0;
}
.inbox-message ul li {
  list-style: none;
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #eaf0f7;
}
.inbox-message ul li:hover,
.inbox-message ul li:focus {
  background: #f1f5fa;
}
.inbox-message .message-avatar {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.message-avatar img {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.inbox-message .message-body {
  margin-left: 85px;
  font-size: 15px;
  color: #8c98b9;
}
.message-body-heading h5 {
  font-weight: 600;
  display: inline-block;
  color: #8c98b9;
  margin: 0 0 7px 0;
  padding: 0;
}
.message-body h5 span {
  border-radius: 50px;
  line-height: 14px;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  padding: 4px 10px;
  margin-left: 5px;
  margin-top: -5px;
}
.message-body h5 span.unread {
  background: #07b107;
}
.message-body h5 span.important {
  background: #dd2027;
}
.message-body h5 span.pending {
  background: #2196f3;
}
.message-body-heading span {
  float: right;
  font-size: 14px;
}
.messages-inbox .message-body p {
  margin: 0;
  padding: 0;
  line-height: 27px;
  font-size: 15px;
}
.clear,
.current,
.ok {
  background: #e9ecfb;
  border-radius: 20px;
}
.today {
  background: #e9ecfb;
}
.label.arrowed,
.label.arrowed-in {
  position: relative;
  margin-left: 9px;
}
.label.arrowed:before,
.label.arrowed-in:before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -14px;
  top: 0;
  border: 9px solid transparent;
  border-width: 9px 7px;
  border-right-color: #abbac3;
}
.label.arrowed-right,
.label.arrowed-in-right {
  position: relative;
  margin-right: 9px;
  border-radius: 0 2px 2px 0;
}
.label-info.arrowed:before {
  border-right-color: #0a7ffb;
}
.label-danger.arrowed:before {
  border-right-color: #f94859;
}
.label-success.arrowed:before {
  border-right-color: #36b37e;
}
.label-warning.arrowed:before {
  border-right-color: #ffab00;
}
.graph canvas {
  width: 100% !important;
}

/*-----Widgets Elements----------*/
.trend i {
  font-size: 10px !important;
  vertical-align: middle;
}
.trend .media-body {
  margin-left: 10px;
}
.widgetdate {
  float: right;
  border-radius: 4px;
  background: #fff;
  padding: 0 15px;
}
.widgetdate p {
  margin-bottom: 0;
  margin-top: 5px;
}
.widgetdate h6 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
}
.card-img-overlay1 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
}
.card-img-overlay1 .card-trans {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  background: #0d102c;
  padding: 20px;
  border-radius: 7px;
}
.card-img-overlay1 .widgetbox {
  top: 0;
  left: 0;
  border-radius: 7px;
  background: #fff;
  padding: 0 15px 0 15px;
}

/*--user widget--*/
.user-wideget-text {
  position: relative;
  margin-bottom: -38px;
}
.widget-image img {
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
}
.wideget-img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
}
/*--Datebox--*/
.datebox {
  top: 0;
  left: 0;
  border-radius: 7px;
  background: #fff;
  padding: 0 15px 0 15px;
}
.iconbage .badge {
  position: absolute;
  top: 14px;
  right: 13px;
  padding: 0.2rem 0.25rem;
  min-width: 1rem;
  font-size: 13px;
}
.single-product .product-desc .product-icons .socialicons a {
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eff2f7;
  color: #3c4858;
  margin: 0 auto;
  text-align: center;
}
.card-blog-overlay6 {
  background: url(e63df880d8561035b9595bd65c9138cb.jpg);
  background-size: cover;
}
.card-blog-overlay6:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.card-aside-column1 {
  min-width: 8rem;
  width: 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  background: no-repeat center/cover;
}
.blogimg {
  width: 100px;
}
.subnews img {
  width: 25%;
  height: 25%;
}
.list-catergory ul li {
  line-height: 2;
}
.product-tags a {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  border-radius: 2px;
  color: #1a1a1a;
  font-size: 12px;
  border: 1px solid #eaf0f7;
}
.media-posts {
  width: 100%;
  height: 233px;
  overflow: hidden;
}
.media-posts:hover {
  overflow: scroll;
}
/*--Contact--*/
.get-contact a {
  color: #212529;
  margin-right: 15px;
  font-size: 16px;
  display: inline-block;
}
.get-contact i {
  font-size: 18px;
}
.filter-product-social .social-icon2 li {
  color: #212529;
  margin-right: 35px;
  display: inline-block;
  list-style: none;
  font-size: 20px;
}
.filter-product-social .social-icons li a {
  color: #212529;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #3c4858 !important;
}

/*--rated products--*/
.rated-products .media {
  padding-bottom: 15px;
  border-bottom: 1px solid #eaf0f7;
}
.rated-products .media:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.rated-products .media img {
  width: 80px;
  height: 80px;
}
.rated-products img {
  border: 1px solid #eaf0f7;
  padding: 5px;
  background: #eceef4;
}
.product-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.product-filter .product-filter-img {
  width: 60px;
  height: 60px;
}
.product-filter-desc .product-filter-icons a {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.4em;
  border-radius: 50%;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
}
.product-filter-desc .product-filter-icons a:hover {
  color: #fff;
}
.facebook-bg {
  background: #4777da;
  color: #fff;
}
.twitter-bg {
  background: #0c85d0;
  color: #fff;
}
.google-bg {
  background: #c63224;
  color: #fff;
}
.dribbble-bg {
  background: #e62a72;
  color: #fff;
}
.pinterest-bg {
  background: #df2a31;
  color: #fff;
}
.wideget-user-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wideget-user-desc .wideget-user-img img {
  border-radius: 100%;
  margin-right: 2rem;
}
.wideget-user-desc .user-wrap {
  margin-top: 1.5rem;
}
.wideget-user .wideget-user-icons a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  border-radius: 100px;
  line-height: 2rem;
  margin-top: 0.3rem;
}
.wideget-user .wideget-user-icons a:hover {
  color: #fff;
}
.wideget-user-info .wideget-user-warap {
  display: flex;
}
.wideget-user-info .wideget-user-warap h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.wideget-user-info .wideget-user-warap .wideget-user-warap-r {
  margin-left: 10rem;
}
.wideget-user-info .wideget-user-rating a {
  font-size: 18px;
}
.wideget-user-tab .tab-menu-heading {
  padding: 0;
  border: 0;
}
.wideget-user-tab .tab-menu-heading .nav li a {
  color: #3c4858;
  font-size: 15px;
  font-weight: 400;
}
.usertab-list {
  display: inline-block;
}
.usertab-list li {
  width: 50%;
  margin-bottom: 0.6rem;
  float: left;
}
.wideget-user-tab .tabs-menu1 ul li a {
  padding: 17px 20px 17px 20px;
}
.card-blogs1 .card {
  box-shadow: none;
  border-bottom: 1px solid #eaf0f7;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.card-blogs1 .card:last-child {
  box-shadow: none;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.card-blogs1 .card-item-desc .card-item-price .newprice {
  font-weight: 600;
}
.card-blogs1 .card-item-desc .card-item-price .oldprice {
  font-size: 14px;
}
.card-blogs2 .card {
  border: none;
  box-shadow: none;
}
.icon-card {
  display: inline-block;
}
.icon-card li {
  float: left;
  font-size: 13px;
  width: 50%;
  margin-bottom: 0.5rem;
}
.owl-productimg img {
  background: #fff;
  padding: 20px;
}
.card-item-desc .card-item-desc-1 dt,
dd {
  display: inline-block;
}
.card-item-desc .card-item-desc-1 dd {
  margin-bottom: 0;
}
.card-item-desc dl {
  margin-bottom: 0;
}
.product-details .media {
  margin-top: 0;
}
.product-details .card-item-desc {
  padding: 0;
  margin-left: 15px;
  margin-top: 8px;
}
.product-details.table-responsive .card-item-desc {
  margin-top: 0;
}
.product-singleinfo .product-item2-align dt,
dd {
  display: inline-block;
}
.product-singleinfo .product-item2-align dd {
  margin-left: 2rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
.product-singleinfo .product-item2-align dt {
  width: 100px;
  float: left;
}
.product-singleinfo dl {
  margin-bottom: 5px;
}
.product-singleinfo .product-ship .product-item-price .newprice,
.oldprice {
  font-size: 25px;
  font-weight: 600;
}
.product-singleinfo .product-ship .product-item-price .oldprice {
  margin-left: 5px;
}
.product-multiinfo .card {
  box-shadow: none;
  margin-bottom: 0;
  border-bottom: 1px solid #eaf0f7;
}
.product-multiinfo .product-item img {
  width: 120px;
  height: 120px;
}
.card-pay .tabs-menu {
  margin-bottom: 25px;
}
.card-pay .tabs-menu li {
  width: 33.3%;
  display: block;
}
.card-pay .tabs-menu li a {
  padding: 0.5rem 1rem;
  background: #f2f3f8;
  font-size: 14px;
  color: #000;
  display: block;
  text-align: center;
  border-right: 1px solid #e3e3e3;
}
.card-pay .tabs-menu li a.active {
  border-radius: 4px;
  text-align: center;
}
.single-productslide .product-gallery .product-item {
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #fff;
}
.product-gallery .product-item img {
  height: 350px;
  width: auto;
  display: inline-block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.product-gallery .product-sm-gallery {
  text-align: center;
}
.product-gallery .product-sm-gallery .item-gallery img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.product-gallery .product-sm-gallery .item-gallery {
  width: 80px;
  height: 80px;
  border: 1px solid #eaf0f7;
  padding: 5px;
  display: inline-block;
  overflow: hidden;
  line-height: 4.5;
}
.single-productslide .product-gallery-data {
  padding: 30px;
}
.product-gallery-data .product-gallery-data1 dt,
dd {
  display: inline-block;
}
.product-gallery-data dl {
  margin-bottom: 5px;
}
.product-gallery-data .product-gallery-data1 dt {
  width: 100px;
  float: left;
}
.product-gallery-data .product-gallery-data1 dd {
  margin-left: 2rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
.product-gallery-rating {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  font-size: 18px;
  padding: 0;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  clear: both;
}
.product-gallery-rats {
  margin-top: 20px;
}
.product-gallery-data .label-rating {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.product-gallery-data .product-gallery-quty dt,
dd {
  display: inline-block;
}
.product-gallery-data .product-gallery-size dt,
dd {
  display: inline-block;
}
.product-gallery-data .product-gallery-size .product-gallery-checks label {
  display: inline-block;
  margin-left: 10px;
}
.team-section .team-img img {
  max-width: 150px;
  box-shadow: 0 0 0 1px #dce3ec, 0 8px 16px 0 #dce3ec;
}
.item-single .item-single-desc .item-single-desc-list .listunorder {
  border: 0;
  padding: 5px;
  margin-bottom: 0;
  font-size: 15px;
}
.checklist-task .checklist-desc .check-data span {
  font-size: 13px;
}
.checklist-task .checklist-desc .check-data .check-icon {
  margin-top: 0;
}
.carousel-bg .prev-icon {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px 15px;
  border-radius: 100px;
  font-size: 20px;
}
.carousel-bg .next-icon {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px 15px;
  border-radius: 100px;
  font-size: 20px;
}
/*--inputs incremet&decrement--*/
.input-indec .quantity-left-minus.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.input-indec .quantity-right-plus.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
/*--item-list--*/
.item-list .list-group-item {
  border: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #eaf0f7;
}
.item-list .list-group-item i {
  margin-right: 5px;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  color: #fff !important;
}
/*--item-user--*/
.item-user .item-user-icons a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  border-radius: 100px;
  line-height: 2rem;
  margin-top: 0.3rem;
}
.item-user .item-user-icons a:hover {
  color: #fff;
}
/*--item-card7-img--*/
.item-card7-overlaytext {
  position: relative;
}
.item-card7-imgs .bdir {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 3px 7px;
  z-index: 2;
}
.item-card7-overlaytext a span {
  padding: 4px 10px;
  display: inline-block;
}
.item-card7-overlaytext a {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 2;
}
.item-card7-overlaytext h4 {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 25px;
  color: #fff;
  z-index: 2;
}
.item-card7-imgs {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.item-card7-imgs:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(40, 27, 45, 0.3);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}
.Marketplace .item-card7-imgs:before {
  background: rgba(40, 27, 45, 0.1);
}
.Marketplace .item-card7-overlaytext h4 {
  font-size: 18px;
  border-radius: 3px;
  padding: 7px 12px;
  text-align: center;
  bottom: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.8);
}
.item-card7-imgs a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.item-card7-imgs a i {
  margin: 0 auto;
  top: 35%;
  font-size: 40px;
  text-align: center;
  left: 0;
  right: 0;
  display: block;
  color: #fff;
  position: absolute;
}
.item-card9-img .item-card9-imgs a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.item-card9-img .item-card9-imgs a i {
  margin: 0 auto;
  top: 35%;
  font-size: 40px;
  text-align: center;
  left: 0;
  right: 0;
  display: block;
  color: #fff;
  position: absolute;
}
.item-card7-desc ul li {
  margin-right: 1rem;
  font-size: 13px;
}
.item-card7-desc ul li:last-child {
  margin-right: 0;
}
/*-- item1-card --*/
.item1-card-img img {
  border: 1px solid #eaf0f7;
  margin: 0 auto;
  padding: 5px;
}
.item1-card .item1-card-info .item1-card-icons li {
  display: inline-block;
  margin-right: 15px;
}
.item1-card .item1-card-info .item1-card-icons li a {
  color: #8c98b9;
}
/*-- item1-card-tabs --*/
.item1-card-tab {
  text-align: center;
}
.item1-card-tab .tab-content .tab-pane {
  border: 1px solid #eaf0f7;
}
.item1-tab-heading {
  padding: 15px;
  border: 1px solid #eaf0f7;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
  display: inline-table;
}
.item1-tabs-menu ul li a {
  padding: 10px 20px 11px 20px;
}
.item1-tabs-menu ul li .active {
  border-radius: 25px;
}
.item1-card-tab .tab-content {
  padding: 15px;
  text-align: initial;
}
/*-- card-video --*/
.card-video {
  /* TODO: Найти картинки */
  /* background: url(images/products/b5.png); */
  background-size: cover;
}
.card-video:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.item-video a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  border-radius: 100px;
  line-height: 2rem;
  background: #fff;
  color: #212529;
  font-size: 25px;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
.item-video i {
  margin-left: 5px;
}
/*-- item2-card --*/
.item2-card .item2-card-img {
  border: 1px solid #eaf0f7;
  padding: 5px;
}
.item2-card .item2-card-img img {
  width: 200px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
}
.item2-card-info {
  padding-top: 15px;
}
.item2-btn {
  padding-top: 40px;
}
/*-- media-list --*/
.media-list .media-icons {
  font-size: 18px;
  color: #000;
}

/*-- item3-medias --*/
.item3-lists {
  list-style: none;
  padding-left: 0;
}
.item3-medias .item3-lists li a {
  padding: 5px 4px 5px 0px;
  font-size: 12px;
}
.item3-medias .item3-lists li i {
  margin-right: 5px;
}
.item3-medias .item3-lists li {
  margin-right: 5px;
}
/*-- thum-gallery--*/
.product-slider #carousel {
  margin: 0;
}
.product-slider .thumbcarousel {
  margin: 10px 0 0 0;
  padding: 0;
}
.product-slider .thumbcarousel .carousel-item {
  text-align: center;
}
.product-slider .thumbcarousel .carousel-item .thumb {
  width: 100%;
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  max-width: 92px;
}
.product-slider .thumbcarousel .carousel-item .thumb:hover {
  border-color: #eff2f7;
}
.product-slider .carousel-item img {
  width: 100%;
  height: auto;
}
.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
  color: #333;
}
.carousel-caption,
.carousel-control .fa {
  font: normal normal normal 30px/26px FontAwesome;
}
.thumbcarousel .carousel-control-prev {
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.thumbcarousel .carousel-control-next {
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.sptb {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.sptb-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.section-title p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}
.section-title {
  padding-bottom: 2rem;
}
.section-title h1 {
  margin-bottom: 0.5rem;
  color: #504e70;
  font-size: 36px;
  font-weight: 400;
}
.index-search-select .select2 {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 100% !important;
}
.banner-1 .item-search-tabs .search-background .form-control {
  border-radius: 0;
  border-bottom: 0 !important;
}
.banner-1 .search-background .form-control {
  border-radius: 0;
}
.banner-1 .search-background .form1 {
  border-radius: 0;
  border-left: 1px solid #eaf0f7 !important;
}
.banner-1 .search-background .btn-lg {
  border-radius: 0;
  right: -1px;
  position: relative;
}
.banner-1
  .search-background
  .select2-container--default
  .select2-selection--single {
  border-radius: 0;
  border-right: 0 !important;
}

.banner-1 .header-text {
  left: 0;
  right: 0;
  color: #fff;
}
.banner-1 .header-text1 {
  left: 0;
  right: 0;
  color: #fff;
}
.banner-1 .header-text h1 {
  margin-bottom: 0.3rem;
  font-weight: 400;
}
.banner-1 .header-text p {
  margin-bottom: 1.5rem;
  font-size: 16px;
}
.bannerimg {
  padding: 5rem 0;
  background-size: cover;
}
.bannerimg .header-text h1 {
  margin-bottom: 0.75rem;
}

.about-1 {
  position: relative;
}
.about-1 .header-text {
  left: 0;
  right: 0;
  color: #fff;
}
.country .dropdown-menu {
  height: 233px;
  overflow: scroll;
}

/*
.item-card2-img a{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
*/
.item-card2-desc ul li {
  margin-right: 1.5rem;
  font-size: 13px;
}
.item-card2-desc ul li:last-child {
  margin-right: 0;
}
/*--map height--*/
.map-header1 {
  margin-bottom: 1.5rem;
  height: 23.2rem;
  position: relative;
  margin-bottom: -1.5rem;
  border: 1px solid #eaf0f7;
}
/*--item-card7--*/
.item7-card-desc a:first-child {
  margin-right: 1rem;
}
/*--- Carousel ---*/
.carousel .carousel-indicators {
  bottom: 0;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 1px 2px;
}
.carousel-indicators li {
  background: #e2e2e2;
  border: 4px solid #fff;
}
.carousel-indicators li.active {
  border: 5px double;
}
.carousel .carousel-control {
  height: 40px;
  width: 40px;
  background: none;
  margin: auto 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.carousel .carousel-control i {
  font-size: 32px;
  position: absolute;
  top: 1.6rem;
  display: inline-block;
  margin: -18px 0 0 0;
  z-index: 5;
  left: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
  font-weight: bold;
  z-index: 999;
}

.carousel-control-next {
  right: -1.8rem;
}
.carousel-control-prev {
  left: -1.8rem;
}
.product-slider .carousel-control-next i {
  font-size: 2rem;
  padding: 0.5rem;
}
.product-slider .carousel-control-prev i {
  font-size: 2rem;
  padding: 0.5rem;
}
.test-carousel .carousel-control-next i {
  font-size: 2rem;
  color: #000;
  padding: 0.5rem;
}
.test-carousel .carousel-control-prev i {
  font-size: 2rem;
  color: #000;
  padding: 0.5rem;
}
/*--item7-card-img --*/
.item7-card-img {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.item7-card-img a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.item-cards7-ic {
  display: inline-block;
}
.item-cards7-ic.realestate-list li a i {
  width: 1rem;
}
.item-cards7-ic.realestate-list li a {
  color: #3d4e67;
}
.item-cards7-ic.realestate-list li {
  width: 50%;
}
.item-cards7-ic li {
  float: left;
  width: 50%;
  margin-right: 0 !important;
  margin-bottom: 0.5rem;
}
.item7-card-text span {
  position: absolute;
  bottom: 17px;
  left: 20px;
}
/*--home2 category effect--*/
.item-card-img {
  overflow: hidden;
}
.item-card .item-card-desc img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.item-card .item-card-desc:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.item-card7-imgs img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.item-card7-imgs:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item-card9-imgs {
  overflow: hidden;
}
.item-card9-imgs img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.item-card9 p.leading-tight,
.item-card2 p.leading-tight {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tab-11 .item-card2-img:hover a {
  background: none;
}
#tab-12 .item-card2-img:hover a {
  background: none;
}
.item-card9-imgs:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.widget-spec li {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  display: flex;
}
.widget-spec1 li {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.widget-spec li.icon:before {
  content: '\f00c';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  font-family: fontawesome;
}

.widget-spec li i {
  margin-right: 0.5rem;
  margin-top: 3px;
}
/*-- Profile --*/
.profile-pic-img {
  position: relative;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto;
}
.profile-pic-img span {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50px;
  right: -1px;
  top: 0.5rem;
  border: 2px solid #fff;
}
/*--Subscribe nEsletter--*/
.sub-newsletter {
  display: inline-block;
}
/*-- Dashboard--*/
.item1-links a {
  padding: 0.75rem 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3c4858;
}
.item1-links a.active {
  font-weight: 400;
  font-size: 0.875rem;
}
/*-- userlist --*/
.user-tabel span {
  margin: 0 auto;
}
/*--Settings tabes--*/
.settings-tab .tabs-menu {
  margin-bottom: 25px;
}
.settings-tab .tabs-menu li {
  width: 33.3%;
  display: block;
}
.settings-tab .tabs-menu li a {
  padding: 0.5rem 1rem;
  background: #f2f3f8;
  color: #000;
  display: block;
  text-align: center;
  border-right: 1px solid rgba(167, 180, 201, 0.2);
}
.settings-tab .tabs-menu li a.active {
  border-radius: 4px;
  text-align: center;
}
/*-- my ads --*/
.ads-tabs .tabs-menus {
  margin-bottom: 2rem;
}
.ads-tabs .tabs-menus ul li a {
  border: 1px solid #eaf0f7;
  color: #3c4858;
}
.ads-tabs .tabs-menus ul li {
  margin-right: 1rem;
}
.ads-tabs .tabs-menus ul li:last-child {
  margin-right: 0;
}
.ads-tabs .tabs-menus ul li a {
  padding: 10px 20px 11px 20px;
}
/*--tobar select --*/
.select-languages {
  color: #3c4858;
  border-radius: 3px;
}
.select-languages:focus {
  color: #3d4e67;
  background-color: #fff;
}
.img-flag {
  width: 25px;
  height: 12px;
  margin-top: -4px;
}
.select-languages .select2-container .select2-selection--single {
  height: 1.4rem !important;
  color: #8c98b9 important;
  border-radius: 2px;
  background: none !important;
  border: 0 !important;
}
.select-languages
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 20.5px !important;
}
.select-languages
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: -2px !important;
}
.select-languages .select2-container {
  width: 138px !important;
}
.select-languages .select2-results {
  color: #8c98b9 !important;
}
.select-currency .select2-container .select2-selection--single {
  height: 1.4rem !important;
  color: #8c98b9 important;
  border-radius: 2px;
  background: none !important;
  border: 0 !important;
}
.select-currency
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 20.5px !important;
}
.select-currency
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: -2px !important;
}
.select-currency .select2-container {
  width: 138px !important;
}
.select-currency .select2-results {
  color: #8c98b9 !important;
}
.select-country
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 3px;
}
.select-country .select2-container {
  width: 150px !important;
}
.select-country .select2-container .select2-selection--single {
  height: 1.4rem !important;
  color: #8c98b9 important;
  border-radius: 2px;
  background: none !important;
  border: 0 !important;
}
.select-country
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 21px !important;
}
.select-country
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: -3px !important;
}
.select-country .select2-results {
  color: #8c98b9 !important;
}
.select-country
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 3px;
}
.select2-results__option {
  font-size: 13px;
}
/*-- rangeslider--*/
#price {
  border: 0;
  font-weight: 500;
  font-size: 18px;
}
/** article --*/
.showmore-button {
  text-align: center;
}
.showmore-button-inner {
  display: inline-block;
  padding: 10px 19px;
  line-height: 14px;
  font-size: 14px;
  border-radius: 25px;
  text-decoration: none;
  cursor: pointer;
  margin-top: 20px;
}
.showmore-button1 {
  text-align: center;
}
.showmore-button1 .showmore-button1-inner {
  display: inline-block;
  line-height: 14px;
  font-size: 14px;
  color: #8c98b9;
  text-decoration: none;
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 20px;
}
.fea-ad .card {
  margin-bottom: 0;
}
.cat-slide .card {
  margin-bottom: 0;
}
.fade.in {
  opacity: 1;
}
.owl-nav {
  display: block;
}
#small-categories .owl-nav .owl-prev,
#small-categories .owl-nav .owl-next {
  top: 58%;
}
.slider .owl-nav .owl-prev {
  left: 15px;
}
.slider .owl-nav .owl-next {
  right: 15px;
}
.owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -10px;
  right: -1.5em;
  margin-top: -1.65em;
}
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -1.65em;
}
.owl-nav button {
  display: block;
  font-size: 1.3rem !important;
  line-height: 2em;
  /* padding: 0.55em; */
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid #eaf0f7 !important;
  z-index: 100000;
  box-shadow: 0 4px 15px rgba(67, 67, 67, 0.15);
}
.owl-nav button:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.owl-carousel:hover .owl-nav button {
  background: rgba(255, 255, 255) !important;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  animation: sonarEffect 1.3s ease-out 75ms;
}
.owl-nav > div i {
  margin: 0;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 0.65em;
  left: 0;
  right: 0;
  z-index: 99;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 1em;
  height: 1em;
  margin: 5px 7px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.testimonial-owl-carousel img {
  margin: 0 auto;
  text-align: center;
}
.center-block {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.weather-card .center-block img {
  margin-top: -45px;
}
.owl-carousel.owl-drag .owl-item {
  left: 0 !important;
  right: 0;
}
.wishlist {
  background: #3c4858;
}
.wishlist.active {
  background: #e62a72;
}
.constuction-logo {
  border-bottom: 3px solid;
  border-radius: 3px;
}
.coupon-code .coupon {
  background: rgb(242, 187, 26, 0.1);
  border: 2px dashed #f2bb1a;
  text-align: center;
  border-radius: 2px;
}
.construction-image:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  left: 0;
  right: 0;
}
.construction-image .card {
  background: rgba(255, 255, 255);
}
/*
.tab-pane .select2-container--default .select2-selection--single .select2-selection__arrow b{
	top:65% !important;
}*/
.eductaional-tabs.nav {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.tabs-menu ul.eductaional-tabs li a {
  padding: 10px 20px 11px 20px;
  background: #f43f86;
  border-radius: 23px;
  margin: 10px;
  color: #fff;
}
.tabs-menu ul li a {
  padding: 11px 14px 11px 14px;
}
.tabs-menu1 ul li a {
  padding: 10px 20px 11px 20px;
}
.wideget-user-tab .tabs-menu1 ul li .active {
  border: 0;
  border-radius: 0;
}
.tabs-menu-body {
  padding: 15px;
  border: 1px solid #eaf0f7;
}
.tabs-menu-body p:last-child {
  margin-bottom: 0;
}
.tab-menu-heading {
  padding: 20px 8px;
  border: 1px solid #eaf0f7;
  border-bottom: 0;
}
.tab_wrapper .content_wrapper .tab_content.active p:last-child {
  margin-bottom: 0;
}
.item-card .cardbody {
  position: relative;
  padding: 30px 15px;
  border-radius: 0 0 0.2rem 0.2rem;
}
.horizontalMenu > .horizontalMenu-list > li > a.btn:hover {
  background: #fb9512;
}
.my-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100% !important;
}
.item-user span i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f2f3f8;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}
.profile-pic {
  text-align: center;
}
.profile-pic .d-md-flex {
  text-align: left;
}
.owl-carousel .owl-dots {
  margin: 0 auto;
  text-align: center;
}
.owl-carousel button.owl-dot {
  margin: 10px 10px 0 10px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  text-align: center;
  display: inline-block;
  border: none;
}
.owl-carousel-icons5 .owl-nav .owl-prev {
  position: absolute;
  top: 42%;
  left: auto;
  right: -13px;
  margin-top: -1.65em;
}
.owl-carousel-icons5 .owl-nav .owl-next {
  position: absolute;
  top: 58%;
  left: auto;
  right: -13px;
  margin-top: -1.65em;
}
.owl-carousel-icons4.owl-carousel .owl-item img {
  margin: 0 auto;
}
#carousel-controls.owl-carousel .owl-item img {
  width: 100%;
}
#ecommerce-zoom {
  width: 100%;
  /*height: 400px;*/
}
:focus {
  outline: 0 !important;
}

.marketplace-or {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 56px;
  text-align: center;
  margin: 0 auto;
  border: 3px solid rgba(255, 162, 43, 0.1);
  background: rgba(255, 162, 43, 0.3);
}
.marketplace-alignment .text-center {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.marketplace-alignment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.ecommerce-menu {
  float: none !important;
}
.header-menu1 {
  float: none !important;
}
.ecommerce-menu.horizontalMenu > .horizontalMenu-list > li > a {
  padding: 9px 30px;
}
.ecommerce-menu.horizontalMenu > .horizontalMenu-list > li > a .fa {
  margin-right: 9px;
}
.register-right .nav-tabs .nav-link {
  padding: 12px 25px;
  margin: 1px;
  text-align: center;
  display: block;
  border-radius: 3px;
}
.register-right .nav-tabs {
  background: #fff;
  margin: 0 auto;
  border-radius: 3px;
}
.register-right .nav-tabs .nav-item {
  display: block;
  text-align: center;
}
.bg-background:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
  top: 0;
}
.background-text {
  position: relative;
  z-index: 10;
}
.bg-background2:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
  top: 0;
}
.bg-background-color:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
  top: 0;
}
.bg-background3:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
  top: 0;
}
.bg-background3 .header-text {
  position: relative;
  z-index: 10;
}
.bg-background-color .content-text {
  position: relative;
  z-index: 10;
}
.bg-background .header-text1 {
  position: relative;
  z-index: 10;
}
.bg-background2 .header-text {
  position: relative;
  z-index: 10;
}

#homeVideo button.btn.btn-default {
  background: rgba(34, 40, 74, 0.7);
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 25px;
  padding: 6px 3px;
  line-height: 25px;
  z-index: 5;
  color: white;
}
#homeVideo button.btn.btn-default:hover {
  background: rgba(34, 40, 74);
}
.vertical-scroll .news-item {
  border: 1px solid #eaf0f7 !important;
  margin-bottom: 15px;
  padding: 10px;
}
.vertical-scroll .news-item td:last-child {
  width: 76%;
}
.vertical-scroll .item {
  border: 1px solid #eaf0f7 !important;
  margin-bottom: 5px;
  margin-top: 5px;
}
.vertical-scroll .item .p-5 {
  padding: 1rem !important;
}
.vertical-scroll {
  margin-bottom: 0;
}
.vertical-scroll1 .item {
  border: 1px solid #eaf0f7 !important;
  margin-bottom: 15px;
  background: #fff;
}
.vertical-scroll1 .item a {
  text-decoration: intial;
}
.vertical-scroll .item2 {
  border-bottom: 1px solid #eaf0f7 !important;
  padding: 12px 25px;
}
.header-main-banner {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  z-index: 99;
}
.header-main-banner .horizontal-main,
.header-main-banner .horizontalMenu > .horizontalMenu-list {
  background: transparent;
}
.pt-10 {
  padding-top: 8rem !important;
}
.axgmap {
  position: relative;
  width: 100%;
  height: 500px;
}
.axgmap-img {
  width: 30px;
  height: 30px;
  text-align: center;
}
.gm-style .gm-style-iw {
  padding: 20px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  padding-bottom: 0;
  text-align: center;
  width: 250px !important;
}
.gm-style .gm-style-iw h4 {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.gm-ui-hover-effect {
  opacity: 0.6;
  top: 0 !important;
  right: 0 !important;
}
.gm-style .gm-style-iw a.btn {
  margin-bottom: 6px;
}
.map-content-width .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.map-content-width .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  float: right;
}
.map-content-width .mCSB_scrollTools .mCSB_draggerRail {
  display: none !important;
}
.map-content-width .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.3) !important;
}
.map-content-width .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background: rgba(0, 0, 0, 0.5) !important;
}
.mh-500 {
  max-height: 500px;
}
.widget-info-right {
  text-align: right;
  float: right;
}
.jqvmap-zoomin,
.jqvmap-zoomout {
  display: none;
}
/* Desktop Main Menu Color */

.horizontal-main {
  background-color: #fff;
}
.horizontalMenu > .horizontalMenu-list {
  background-color: #fff;
}
/* Mobile Header */

.horizontal-header {
  background-color: #fff;
}
.horizontalMenu > .horizontalMenu-list > li > a {
  color: #504e70;
}
.horizontalMenu > .horizontalMenu-list > li > a.btn {
  color: #fff;
  font-size: 0.85rem;
}
.horizontalMenu > .horizontalMenu-list > li > a > .fa {
  color: #55606c;
}
.horizontalMenu > .horizontalMenu-list > li > a.active .fa {
  color: #fff;
}
.horizontalMenu > .horizontalMenu-list > li:hover > a > .fa {
  color: #fff;
}
.horizontalMenu > .horizontalMenu-list > li > a:hover .fa {
  color: #fff;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li a i {
  color: #333;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li:hover > a i {
  color: #fff;
}
.marketplace-section img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  padding: 2.3rem 0;
}

/*--Ui slider--*/
.ui-widget-header {
  border: 1px solid #2c4359;
  color: #e1e463;
  font-weight: bold;
}
.ui-widget-header a {
  color: #e1e463;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #eaf0f7;
  font-weight: bold;
  color: #333333;
}
/*--Ui slider--*/

#particles-js {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  bottom: 0;
}
.relative {
  position: relative !important;
}
.zindex1 {
  z-index: 1 !important;
}
.zindex2 {
  z-index: 2 !important;
}
.map-absolute {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
/*-- Text Typing--*/
h1.animated-text {
  font-family: monospace; /* Web-safe typewriter-like font */
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.15em; /* Adjust as needed */
  animation: typing 3.5s steps(30, end), blinking-cursor 0.5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blinking-cursor {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}

/********-------- Elements styles ------********/
.product-item-wrap .product-item-price .newprice {
  font-size: 18px;
  font-weight: 600;
}
.product-item-wrap .product-item-price .oldprice {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 300;
}
.product-card4-footer .product-card4-wrap .product-card4-price h6 {
  font-size: 20px;
  font-weight: 600;
}
.product-card5-footer .product-card5-price h6 {
  font-size: 20px;
  font-weight: 600;
}
.product-card6-footer .product-card6-price h6 {
  font-size: 20px;
  font-weight: 600;
}
.product-card6-footer .product-card6-info del {
  margin-right: 5px;
}
.product-card7-footer .product-card7-price h6 {
  font-size: 20px;
  font-weight: 600;
}
.product-card7-footer .product-card7-price del {
  margin-left: 5px;
}
.product-card7-footer .product-card7-price span {
  margin-left: 5px;
}
.footerimg img {
  width: 35px;
  height: 35px;
}
.product-info-img a {
  position: absolute;
  top: 35px;
  right: 30px;
}
/* OWL CAROUSEL */
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item {
  position: relative;
  cursor: url(e1df595ddd042ccd69a926375216194f.png), move;
  overflow: hidden;
}
.all-categories .row .card-body {
  border-bottom: 1px solid #eaf0f7;
}
.all-categories .row:last-child .card-body {
  border-bottom: 0 !important;
}

/********-------- Task Widgets ------********/

/*--task--*/
.task-img img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.status-img img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
/*end*/

/*--cardover--*/
.card-over {
  position: relative;
}
.card-over img {
  vertical-align: middle;
}
.card-over .content {
  position: absolute;
  bottom: 0;
  background: rgb(55, 66, 84);
  opacity: 0.9;
  color: #fff;
  width: 100%;
  padding: 20px;
}
/*end*/

/*--Item-card--*/
.item-card .item-card-desc:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(40, 27, 45, 0.5);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}
.item-card {
  overflow: hidden;
  border-radius: 2px;
}
.item-card-desc {
  position: relative;
}
.item-card-desc a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.item-card .item-card-desc .item-card-text {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.item-card .item-card-desc .item-card-text {
  top: 35%;
}
.item-card-text span {
  font-size: 16px;
  display: block;
  margin: 0.5rem;
  font-weight: 400;
}
.item-card-text h4 {
  font-size: 25px;
  font-weight: 300;
}
.item-card .item-card-btn {
  padding: 0;
  margin: 0;
  opacity: 0;
  left: 34%;
  text-align: center;
  position: absolute;
  bottom: -30px;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.item-card:hover .item-card-btn {
  opacity: 1;
  bottom: 25%;
}
.item-card:hover .item-card-btn.item-card-btn1 {
  opacity: 1;
  bottom: 35%;
}
.item-card:hover .data1 .item-card-img img {
  transform: scale(1);
}
.item-card .item-card-btn a {
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.item-card .item-card-btn a:after,
.item-card .item-card-btn a:before {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}
.item-card .item-card-btn a:after {
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -20px;
  z-index: -1;
}
/*end*/

/********-------- Product Cards ------********/

/*--card item--*/
.card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card-aside-img.wrap-border img {
  border: 1px solid #eaf0f7;
  padding: 3px;
}
.card-aside-img {
  position: relative;
}
.card-aside-img a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.card-item-desc {
  padding: 9px 21px;
}
.card-item-desc h6 {
  margin-top: 5px;
}
.card-blogs .card {
  border: none;
  box-shadow: none;
}
/*end*/

/*--product-item--*/
.product-item img {
  height: 180px;
  width: 180px;
}
.product-item span {
  top: 15px;
  left: 15px;
  position: absolute;
}
/*end*/

/*--product-item1--*/
.product-item1 {
  position: relative;
}
.product-item1 .item-overlay {
  border-radius: 0.2rem 0.2rem 0 0;
  overflow: hidden;
  padding: 15px;
  text-align: center;
}
.product-item1 .item-overlay img {
  height: 200px;
  width: 200px;
}
.product-item1 .btn-overlay {
  position: absolute;
  display: none;
  text-align: center;
  top: 45%;
  margin: 0 auto;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 1;
}
.product-item1:hover.product-item1:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.btn-overlay span {
  display: block;
  margin: 0.5rem;
  font-size: 16px;
  font-weight: 600;
}
.product-item1:hover .btn-overlay {
  display: block;
  z-index: 1;
}
.product-item1:hover .btn-overlay {
  opacity: 1;
}
/*end*/

/*--product-item2--*/
.product-item2 .product-item2-img img {
  height: 200px;
  width: 200px;
}
.product-item2 .product-item2-img {
  padding: 1.5rem 1.5rem;
}
.product-item2 {
  border-bottom: 1px solid #eaf0f7;
}
.product-item2-rating {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  clear: both;
}
.product-item2 {
  border-bottom: 1px solid #eaf0f7;
  background: #fff;
}
.product-item2-desc .label-rating {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
/*end*/

/*--Product-crad--*/
.product-card-icons {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  display: inline-block;
}
.product-card-img img {
  height: 180px;
  width: 180px;
}
.product-card-footer .product-footer-wrap .footer-wrap-price {
  font-size: 16px;
  font-weight: 600;
}
.product-card-footer .product-footer-wrap .footer-wrap-price del {
  margin-left: 5px;
}
/*end*/

/********-------- ProductShopping Cards ------********/

/*-- producthover--*/
.product-hover {
  position: relative;
  transition: all 10s;
}
.product-hover .product-info-buttons {
  position: absolute;
  display: none;
  text-align: center;
  top: 45%;
  margin: 0 auto;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
}
.product-hover:hover.product-hover:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transition: all 10s;
}
.product-hover:hover .product-info-buttons {
  display: block;
  z-index: 1000;
}
/*end*/

/*--item-card2--*/
.item-card2-img {
  position: relative;
  overflow: hidden;
}
.item-card2-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.item-card2-img:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.item-card2-icons .item-card2-icons-r {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  border-radius: 100px;
  line-height: 2rem;
  border-radius: 50px;
  background: #f43f86;
  color: #fff;
}
.item-card2-icons .item-card2-icons-l {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  border-radius: 100px;
  line-height: 2rem;
  border-radius: 50px;
  background: #63028f;
  color: #fff;
}
/*end*/

/*--item-card3--*/
.item-card3-img img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  margin: 0 auto;
  position: relative;
  margin-bottom: -35px;
}
.item-card3-desc img {
  border: 3px solid #fff;
}
.item-card3-desc h4 {
  position: relative;
  top: 5px;
}
/*end*/

/*--item-card4--*/
.item-card4-img a {
  position: absolute;
  top: 35px;
  left: 30px;
}
/*end*/

/*--item-card5--*/
.item-card5-img a {
  position: absolute;
  right: 12px;
  top: 15px;
}
.item-card5-icon a {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  line-height: 2rem;
  border-radius: 50px;
  background: #fff;
  color: #212529;
}
/*end*/

/*---itme-card6--*/
.item-card6-img img {
  width: 100%;
  height: 100%;
  max-height: 230px;
  margin: 0 auto;
}
.item-card6-img a {
  position: absolute;
  right: 12px;
  top: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0.3rem 0.5rem;
}
.item-card6-footer .item-card6-body {
  padding: 10px;
}
/*end*/

/*---itme-card7--*/
.item-card7-img {
  position: relative;
}
.item-card7-img:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 9;
}
.item-card7-img a {
  position: absolute;
  bottom: 20px;
  left: 15px;
}
.item-card7-img h4 {
  position: absolute;
  bottom: 20px;
  right: 15px;
  font-size: 25px;
  color: #fff;
}
/*end*/

/*-- item-card9-img --*/
.item-card9-img {
  position: relative;
}
.item-card9-icons {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 9;
}
.item-card9-icons a {
  width: 2rem;
  display: inline-block;
  height: 2rem;
  text-align: center;
  border-radius: 100px;
  line-height: 2rem;
  border-radius: 50px;
  color: #fff;
}
.item-card9-cost h3 {
  margin-top: 5px;
}
.item-card9-imgs {
  position: relative;
}
.item-card9-imgs a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.item-card9-desc ul {
  display: inline-flex;
  margin-bottom: 0;
}
.item-card9-desc ul li {
  width: 50%;
  float: left;
}
/*end*/

/*-- items-gallery --*/
.items-gallery .items-blog-tab-heading {
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
  display: inline-table;
  padding: 15px;
}
.items-blog-tab-heading .items-blog-tab-menu li a {
  padding: 10px 20px 11px 20px;
  color: #3c4858;
  background: #eeeefb;
  margin: 0 10px;
  border-radius: 3px;
}
.items-blog-tab-heading .items-blog-tab-menu li a:hover,
.tabs-menu ul li a:hover {
  text-decoration: none;
}
.items-gallery .tab-content {
  padding: 15px;
  text-align: initial;
}
/*end*/

/*-- item2-gl --*/
.item2-gl .item2-gl-nav select {
  width: 20%;
}
.item2-gl-nav {
  padding: 15px;
  border: 1px solid #eaf0f7;
  text-align: right;
  border-radius: 3px;
}
.item2-gl-nav .item2-gl-menu {
  margin-right: 10px;
}
.item2-gl-nav .item2-gl-menu li a {
  padding: 10px 10px 11px 10px;
  color: #3c4858;
  font-size: 20px;
}

.item2-gl .tab-content {
  padding-top: 1.5rem;
  text-align: initial;
}
/*end*/

/********-------- Services Widgets ------********/

/*--catergory gallery--*/
.cat-item {
  position: relative;
}
.cat-item a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cat-item .cat-img img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.cat-item .cat-desc {
  margin-top: 15px;
  color: #212529;
}
.cat-item .cat-desc span {
  color: #8492a6 !important;
}
/*end*/

/*--Service Cards--*/
.icon-bg i {
  font-size: 1.5rem;
}
.icon-service {
  display: inline-flex;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
/*end*/

/*--item-all-cat--*/
.item-all-cat .item-all-card {
  position: relative;
  padding: 1.5rem 1.5rem;
  border-radius: 4px;
  margin-bottom: 10px;
  color: #fff;
}
.item-all-cat .category-type .item-all-card img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  padding: 2.3rem 0;
}
.item-all-cat .row .item-all-card {
  margin-bottom: 1.5rem;
}
.item-all-cat .item-all-card a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.iteam-all-icon i {
  font-size: 1.5rem;
}
.item-all-card img.imag-service {
  width: 40%;
}
.item-all-cat .item-all-card {
  border: 1px solid #eaf0f7;
}
.item-all-cat .item-all-card a:hover .item-all-text h5 {
  color: #3c4858 !important;
}
.item-all-cat .category-type .item-all-card:hover {
  background: #eceef4;
}
/*end*/

/*--item-box--*/
.item-box .item-box-wrap {
  margin-top: 15px;
}
.item-box .stamp i {
  font-size: 18px;
  font-size: 25px;
  line-height: 2;
}
.item-box .item-box-wrap h5 {
  font-size: 18px;
  font-weight: 600;
}
.stamp {
  color: #fff;
  background: #aaadb2;
  display: inline-block;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.25rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 3px;
  font-weight: 600;
}
.stamp-md {
  min-width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.stamp-lg {
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
/*end*/

/*--Widget-Card--*/
.widgets-cards .wrp.icon-circle {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  margin-right: 15px;
}
.widgets-cards .wrp.icon-circle i {
  font-size: 1.6rem;
  color: #fff;
}
.widgets-cards .wrp p {
  margin-bottom: 0;
  margin-bottom: 10px;
}
.widgets-cards .wrp p:first-child {
  font-weight: 600;
  font-size: 30px;
}
.widgets-cards .widgets-cards-data {
  margin-top: 8px;
}
.widgets-cards .widgets-cards-data .wrp p:first-child {
  font-size: 19px;
  font-weight: 600;
}
/*end*/

/*--Info-box--*/
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 51px 0px rgba(122, 128, 144, 0.08),
    0px 6px 18px 0px rgba(122, 128, 144, 0.05);
}
.info-box-icon > img {
  max-width: 100%;
}
.info-box-content {
  padding: 1.4rem 1.5rem;
  margin-left: 90px;
}
.info-box-number {
  display: block;
}
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.info-box small {
  font-size: 14px;
}
.info-box-icon {
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
/*end*/

/********-------- Support Widgets ------********/

/*--Supports--*/
.support-service {
  padding: 1.5rem 1.5rem;
  border: 1px solid #eaf0f7;
  background: #f2f3f8;
}
.support-service i {
  float: left;
  margin-right: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  width: 45px;
  text-align: center;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.support-service h6 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.support-service p {
  margin-bottom: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.support-list li a {
  margin-bottom: 0.5rem;
  display: flex;
}
.support-list li i {
  margin-right: 0.7rem;
  margin-top: 4px;
}
/*end*/

/********-------- Breadcrumbs ------********/

/*-- Breadcrumbs-left align --*/
.breadcrumb1 {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f0f3fd;
  border-radius: 0.25rem;
}
.breadcrumb-item1 a {
  color: #3c4858;
}
.breadcrumb-item1 a:hover {
  text-decoration: underline;
}
.breadcrumb-item1 + .breadcrumb-item1::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: '\f101';
  font-family: FontAwesome;
}
.breadcrumb-item1 + .breadcrumb-item1:hover::before {
  text-decoration: underline;
}
.breadcrumb-item1 + .breadcrumb-item1:hover::before {
  text-decoration: none;
}
.breadcrumb-item1.active {
  color: #8492a6;
}

.breadcrumb-1 ol {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
}
.breadcrumb-1 li {
  text-align: right;
  display: contents;
}
.breadcrumb-2 ol {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
}
.breadcrumb-2 li {
  text-align: right;
  display: contents;
}
/*-- Breadcrumbs-Center align --*/
.breadcrumb-3 ol {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.breadcrumb-3 li {
  display: contents;
  text-align: center;
}
.breadcrumb-4 ol {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.breadcrumb-4 li {
  display: contents;
  text-align: center;
}
/*end*/

/*-- Breadcrumbs-right align --*/
.breadcrumb-1 ol {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
}
.breadcrumb-1 li {
  text-align: right;
  display: contents;
}
.breadcrumb-2 ol {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
}
.breadcrumb-2 li {
  text-align: right;
  display: contents;
}

/*-- Arrow Breadcrumb---*/
.breadcrumb-arrow {
  height: 36px;
  padding: 0;
  line-height: 36px;
  list-style: none;
  background-color: #f4f3f9;
  font-size: 14px !important;
}
.breadcrumb-arrow li:first-child a {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
}
.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
  display: inline-block;
  vertical-align: top;
}
.breadcrumb-arrow li:not(:first-child) {
  margin-left: -5px;
}
.breadcrumb-arrow li + li:before {
  padding: 0;
  content: '';
}
.breadcrumb-arrow li span {
  padding: 0 10px;
}
.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
  height: 36px;
  padding: 0 10px 0 20px;
  line-height: 36px;
}
.breadcrumb-arrow li:first-child a {
  padding: 0 10px;
}
.breadcrumb-arrow li a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
.breadcrumb-arrow li:first-child a {
  padding-left: 10px;
}
.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: '';
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.breadcrumb-arrow li a:before {
  right: -11px;
  z-index: 3;
  border-left-style: solid;
  border-left-width: 11px;
}
.breadcrumb-arrow li a:after {
  right: -12px;
  z-index: 2;
}
.breadcrumb-arrow li span {
  color: #434a54;
}
/*-- Arrow Breadcrumb---*/

/*-- Vertical Breadcrumb---*/
.breadcrumb-wrapper {
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  display: flex;
}
.breadcrumb-wrapper h2 {
  color: white;
  margin: 0;
  line-height: 1;
  font-weight: normal;
  align-self: center;
  padding: 20vh;
}
.vertical {
  font-size: 14px;
  letter-spacing: 0.025rem;
  color: white;
  position: absolute;
  left: 4.5rem;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  color: rgba(255, 255, 255, 0.5);
  bottom: 12rem;
}
.vertical a {
  color: rgba(255, 255, 255);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  display: inline-block;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
.vertical a:hover {
  color: #ffffff;
}
.vertical a:after {
  color: rgba(255, 255, 255, 0.5);
}
.vertical a:after {
  content: '/';
  padding: 0 0.5rem;
  display: inline-block;
}
.vertical span.destination {
  color: white;
}
.breadcrumb-wrapper {
  background-size: cover;
  display: flex;
}
/*-- Vertical Breadcrumb---*/

/*-- Dropdown Breadcrumb---*/

.drop-container:hover .drop {
  display: block;
}
.drop-container .drop {
  display: none;
  position: absolute;
  top: 20px;
  left: 8px;
  z-index: 10;
}
.drop-container .drop a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
}
.drop-container span.fa {
  font-size: 16px;
}
.drop-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*-- Dropdown Breadcrumb---*/

.wscolorcode {
  color: #fff;
  float: left;
  padding: 4px 12px 4px 12px;
  margin: 0px;
  height: 40px;
  line-height: 22px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  margin: 10px;
  border-radius: 4px;
}

/********-------- Statistics Widgets ------********/

.counter-icon {
  margin-bottom: 1rem;
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  padding: 1.3rem 1.4rem;
  border-radius: 50%;
  text-align: center;
}
.counter-icon i {
  font-size: 1.2rem;
}

/********-------- Search wideget ------********/

/*--Search wideget--*/
.spacing {
  padding: 1.5rem;
}
.search-background {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.search1 {
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
}
.search2 {
  background: #fff;
  padding: 30px;
  border-radius: 2px;
  overflow: hidden;
}
.search3 {
  background: #fff;
  border-radius: 2px;
}
.search3 a.btn {
  font-size: 0.8625rem;
}
.card-blog-img {
  background: url(e141ed11494bcd10388d127df24734fc.jpg);
  background-size: cover;
}
.card-blog-img:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.banner-2 .form-control {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 0 !important;
}
.banner-2 .header-text {
  left: 0;
  right: 0;
  color: #fff;
  z-index: 1;
}
.banner-2 .header-text p {
  margin-bottom: 0;
  font-size: 16px;
}
.banner-2:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
/*end*/

/*--Item-serch--*/
.item-search-tabs {
  margin-top: 2rem;
}
.item-search-tabs .item-search-menu ul {
  padding: 5px 15px;
}
.item-search-menu ul li .active {
  background: rgba(13, 7, 62, 0.4);
  color: #fff;
  border-radius: 3px 3px 0 0;
}
.item-search-menu ul li a {
  padding: 8px 15px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
  background: transparent;
  margin: 0 5px;
  border-radius: 3px 3px 0 0;
}
.item-search-tabs .tab-content {
  border: 1px solid rgba(4, 4, 44, 0.2);
  background: rgba(4, 16, 58, 0.4);
  padding: 15px;
  margin: 1px 5px 0 0;
  border-radius: 2px;
}
.item-search-tabs.travel-content .select2-container {
  width: 100% !important;
}
.item-search-tabs.travel-content .form-control {
  border: 1px solid #eaf0f7;
}
.item-search-tabs .form-control {
  border: 1px solid #8c98b9;
}
.item-search-tabs .form-control.border {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.item-search-tabs a.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 0.8525rem;
  right: 0;
  position: relative;
  line-height: 1.94615385;
}
/*end*/

/********-------- Footers & headers Widgets ------********/

/*-- slide--*/
.banner1 .slide-header-text {
  top: 7%;
  z-index: 9 !important;
}
.slider-header .item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
  top: 0;
}
/*end*/

/*--banners--*/
.banner1 .carousel-inner img {
  width: 100%;
  max-height: 460px;
}
.banner1 .carousel-item:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.banner1 .carousel-control {
  width: 0;
}
.banner1 .carousel-control.left,
.banner1 .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}
.banner1 .carousel-control.left span {
  padding: 15px;
}
.banner1 .carousel-control.right span {
  padding: 15px;
}
.banner1 .carousel-control .glyphicon-chevron-left,
.banner1 .carousel-control .glyphicon-chevron-right,
.banner1 .carousel-control .icon-prev,
.banner1 .carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}
.banner1 .carousel-control .glyphicon-chevron-left,
.banner1 .carousel-control .icon-prev {
  left: 0;
}
.banner1 .carousel-control .glyphicon-chevron-right,
.banner1 .carousel-control .icon-next {
  right: 0;
}
.banner1 .carousel-control.left span,
.banner1 .carousel-control.right span {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.banner1 .carousel-control.left span:hover,
.banner1 .carousel-control.right span:hover {
  background: rgba(255, 255, 255, 0.3);
}
.banner1 .header-text {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
}
.banner1 .slider .header-text {
  top: 29%;
}
.banner1 .header-text h2 {
  font-size: 40px;
}
.banner1 .header-text h3 {
  font-size: 25px;
}
.banner1 .header-text h2 span {
  padding: 10px;
}
.banner1 .header-text h3 span {
  padding: 15px;
}

/*end*/

/*--Footers--*/
.footer-main {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid rgba(167, 180, 201, 0.1);
  border-bottom: 1px solid rgba(167, 180, 201, 0.1);
  background: #fff;
}
.footer .border-top {
  border-top: 1px solid rgba(167, 180, 201, 0.1) !important;
}
.footer-main .form-control {
  border: 0 !important;
}
.footer-main .social li {
  float: left;
  margin-right: 15px;
  display: inline-block;
  list-style: none;
  font-size: 20px;
}
.footer-main .social li a {
  color: #8c98b9;
  line-height: 0;
}
.social li {
  float: left;
  margin-right: 15px;
  display: inline-block;
  list-style: none;
  font-size: 15px;
  float: right;
}
.social-icons li a {
  color: #fff;
}
.social-icons li {
  margin-right: 15px;
  display: inline-block;
  list-style: none;
  font-size: 15px;
  width: 40px;
  height: 40px;
  margin: 1px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 40px;
}
.social li a {
  color: rgb(255, 255, 255, 0.6);
  line-height: 0;
}
.footer-main .payments li {
  float: left;
  margin-right: 15px;
  display: inline-block;
  list-style: none;
  font-size: 20px;
}
.footer-main .payments li a {
  color: rgb(255, 255, 255, 0.6);
  line-height: 0;
}
.footer-main h6 {
  font-size: 18px;
  margin-bottom: 1.2rem;
}
footer .border-bottom {
  border-bottom: 1px solid rgba(167, 180, 201, 0.1) !important;
}
.footer-main p {
  color: rgba(255, 255, 255, 0.8);
}
.footer-main a {
  line-height: 2;
  transition: opacity 0.2s;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.footer-main.footer-main1 a {
  color: #3c4858;
}
.footer-main.footer-main1 .form-control {
  border: 1px solid #eaf0f7 !important;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
}
.footer-links .btn.btn-link {
  background: #272b44;
  box-shadow: 0px 2px 5px 2px rgb(50, 55, 84);
}
.footer-links .btn.btn-link:hover {
  background: #272b44;
  box-shadow: 0px 2px 5px 2px rgb(50, 55, 84);
  color: #fff;
}
/*end*/

/*--header--*/
.header-main .social-icons {
  float: right;
}
.header-main .social-icons li {
  color: #212529;
  margin-right: 22px;
  display: inline-block;
  list-style: none;
  font-size: 20px;
}
.header-main .social-icons li a {
  color: #2205bf;
}
.header-search {
  background: #fff;
}
.header-search .header-icons .header-icons-link {
  display: flex;
  margin-bottom: 0;
}
.header-search .header-icons .header-icons-link li {
  background: rgb(222, 226, 241, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  line-height: 2.5;
  margin-right: 5px;
}
.header-search .header-icons .header-icons-link .header-icons-link1,
.header-search .header-icons .header-icons-link .header-icons-link2 {
  width: 2.5rem;
  text-align: center;
  height: 2.5rem;
  font-size: 16px;
  position: relative;
}

.header-search .header-icons .header-icons-link1 .main-badge1 {
  position: absolute;
  top: -9px;
  right: -15px;
  text-align: center;
  font-size: 10px;
}
.header-search .header-icons .header-icons-link.icons li {
  background: #e5e8f4;
}
.top-bar {
  border-bottom: 1px solid #eaf0f7;
}
.top-bar-left ul {
  margin-bottom: 0;
}
.top-bar .top-bar-right {
  float: right;
}
.top-bar .top-bar-left {
  display: flex;
}
.top-bar .top-bar-left .socials li {
  display: inline-block;
  float: left;
  font-size: 15px;
  margin: 10px 15px;
}

.top-bar .top-bar-left .contact li {
  margin: 10px 5px;
  display: inline-block;
  color: #3c4858;
}
.top-bar .top-bar-right {
  display: flex;
}
.header-search .header-inputs .input-group-append.searchicon {
  top: 10px;
  right: 25px;
  position: relative;
}
.header-search .header-search-logo {
  margin-right: 1rem;
}
.header-search .header-nav .nav-cart .icon-cart i {
  font-size: 18px;
  color: #8c98b9;
}
.header-search .header-nav .nav-cart .icon-cart a {
  color: #8c98b9;
}
.header-nav {
  display: flex;
}
.header-links {
  padding: 3px;
}
.header-links li {
  margin: 5px;
}
.header-links li a {
  padding: 9px 18px;
  border-radius: 3px;
}

.form-control.header-search {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #000;
  width: 100%;
  border-radius: 12em;
}
.form-control.header-search::placeholder {
  color: #c7cace;
}
.form-control.header-search:hover,
.form-control.header-search:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  border: 0;
  box-shadow: none;
}
.header-main .top-bar .contact {
  margin: 10px 0;
  padding-left: 15px;
}
.header-main .top-bar .contact li {
  margin: 0;
}
.header-main .top-bar-right .custom {
  display: flex;
  margin: 10px 0;
}
.header-main .top-bar-right .custom li {
  margin-right: 15px;
}
.header-main .top-bar-right .custom li:last-child {
  margin-right: 0;
}
.ace-responsive-menu {
  margin-right: 1rem;
}

.header-main .ace-responsive-menu li a {
  color: #3c4858;
}
.header-main .ace-responsive-menu li a:hover {
  color: #fff;
}
.header-main .ace-responsive-menu li a:focus {
  color: #000;
}
.header-main .post-btn {
  float: right;
  margin-left: auto;
}
.hor-menu1 .horizontalMenu > .horizontalMenu-list > li {
  padding: 0;
}
.hor-menu1 .horizontal-megamenu {
  background: #fff;
  box-shadow: 0px 5px 25px rgba(39, 55, 76, 0.2);
}
.hor-menu1 .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
  top: 50px;
}
.hor-menu1 .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu {
  top: 50px;
}

.product-single .product-thumbimg img {
  width: 130px;
  height: 130px;
}
.page-header .page-select {
  width: 20%;
}
.testimonial-card .card-up {
  overflow: hidden;
  height: 120px;
  -webkit-border-top-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.testimonial-card .test-img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 120px;
  margin-top: -60px;
  overflow: hidden;
}
.team-section .test-img img.rounded-circle {
  max-width: 150px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.testimonial-carousel .testimonial .test-img img {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  max-width: 170px;
}
.testbgpattern1 {
  background-color: #306eff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='church-on-sunday' fill='%23e5dcf4' fill-opacity='0.58'%3E%3Cpath d='M77.17 0H80v2.83l-.1.1A39.9 39.9 0 0 1 74.64 20a39.9 39.9 0 0 1 5.24 17.06l.11.11v2.89c-.01 6.9-1.8 13.79-5.35 19.94A39.96 39.96 0 0 1 80 79.94V80h-2.83L66.84 69.66a39.83 39.83 0 0 1-24.1 10.25l.09.09h-5.66l.1-.1c-8.7-.58-17.22-4-24.1-10.23L2.82 80H0V79.94c.01-6.9 1.8-13.8 5.35-19.94A39.96 39.96 0 0 1 0 40.06V37.17l.1-.1A39.9 39.9 0 0 1 5.36 20 39.9 39.9 0 0 1 .1 2.94L0 2.83V0h2.83l-.1.1a39.83 39.83 0 0 1 24.1 10.24L37.18 0H40c0 6.92-1.78 13.83-5.35 20A39.96 39.96 0 0 1 40 40c0-6.92 1.78-13.83 5.35-20A39.96 39.96 0 0 1 40 0h2.83l10.33 10.34A39.83 39.83 0 0 1 77.26.09L77.17 0zm.77 77.94c-.3-5.52-1.8-11-4.49-16a40.18 40.18 0 0 1-5.17 6.34l9.66 9.66zm-12.52-9.7l-6.83-6.83-5.46 5.46-1.41 1.41-9.66 9.66c8.4-.45 16.69-3.68 23.36-9.7zm-23.07 6.58l7.99-7.98a40.05 40.05 0 0 1-3.79-4.9 37.88 37.88 0 0 0-4.2 12.88zM47.68 60a37.98 37.98 0 0 0 4.07 5.42L57.17 60l-5.42-5.42A38 38 0 0 0 47.68 60zm2.66-6.84a40.06 40.06 0 0 0-3.79 4.9 37.88 37.88 0 0 1-4.2-12.88l7.99 7.98zm1.38-1.44l1.41 1.41 5.46 5.46 6.83-6.84a37.85 37.85 0 0 0-23.36-9.7l9.66 9.67zM60 60l6.87 6.87A38.1 38.1 0 0 0 72.32 60a38.11 38.11 0 0 0-5.45-6.87L60 60zm-14.65 0a39.9 39.9 0 0 0-5.24 17.06l-.11.11-.1-.1A39.9 39.9 0 0 0 34.64 60a39.9 39.9 0 0 0 5.24-17.06l.11-.11.1.1A39.9 39.9 0 0 0 45.36 60zm9.23-48.25a37.85 37.85 0 0 1 23.36-9.7l-9.66 9.67-1.41 1.41-5.46 5.46-6.83-6.84zm13.67 13.67L62.83 20l5.42-5.42A38 38 0 0 1 72.32 20a37.98 37.98 0 0 1-4.07 5.42zm5.2-3.47a40.05 40.05 0 0 1-3.79 4.89l7.99 7.98c-.61-4.45-2.01-8.82-4.2-12.87zm-6.58 4.92l1.41 1.41 9.66 9.66a37.85 37.85 0 0 1-23.36-9.7l6.83-6.83 5.46 5.46zM53.13 13.13L60 20l-6.87 6.87A38.11 38.11 0 0 1 47.68 20a38.1 38.1 0 0 1 5.45-6.87zm-1.41-1.41l-9.66-9.66c.3 5.52 1.8 11 4.49 16a40.18 40.18 0 0 1 5.17-6.34zm-9.66 26.22c.3-5.52 1.8-11 4.49-16a40.18 40.18 0 0 0 5.17 6.34l-9.66 9.66zm26.22 13.78l9.66-9.66c-.3 5.52-1.8 11-4.49 16a40.18 40.18 0 0 0-5.17-6.34zm8.98-11.81L66.84 50.34a39.83 39.83 0 0 0-24.1-10.25l10.42-10.43a39.83 39.83 0 0 0 24.1 10.25zm-7.6-26.75a40.06 40.06 0 0 1 3.79 4.9 37.88 37.88 0 0 0 4.2-12.88l-7.99 7.98zm-31.72 28.9c-8.4.45-16.69 3.68-23.36 9.7l6.83 6.83 5.46-5.46 1.41-1.41 9.66-9.66zM22.83 60l5.42 5.42c1.54-1.7 2.9-3.52 4.07-5.42a38 38 0 0 0-4.07-5.42L22.83 60zm5.45 8.28l-1.41-1.41-5.46-5.46-6.83 6.84a37.85 37.85 0 0 0 23.36 9.7l-9.66-9.67zm9.37 6.54l-7.99-7.98a40.05 40.05 0 0 0 3.79-4.9 37.88 37.88 0 0 1 4.2 12.88zM20 60l-6.87-6.87A38.11 38.11 0 0 0 7.68 60a38.11 38.11 0 0 0 5.45 6.87L20 60zm17.26-19.9L26.84 29.65a39.83 39.83 0 0 1-24.1 10.25l10.42 10.43a39.83 39.83 0 0 1 24.1-10.25zm-35.2 1.96l9.66 9.66a40.18 40.18 0 0 0-5.17 6.33c-2.7-5-4.2-10.47-4.5-16zm4.49 19.89c-2.7 5-4.2 10.47-4.5 16l9.67-9.67a40.18 40.18 0 0 1-5.17-6.33zm31.1-16.77c-.61 4.45-2.01 8.82-4.2 12.87a40.06 40.06 0 0 0-3.79-4.89l7.99-7.98zm-4.2-23.23c2.7 5 4.2 10.47 4.5 16l-9.67-9.67c1.97-1.97 3.7-4.1 5.17-6.33zm-14.86-.54l6.83 6.84a37.85 37.85 0 0 1-23.36 9.7l9.66-9.67 1.41-1.41 5.46-5.46zm-8.25 5.43l-7.99 7.98c.61-4.45 2.01-8.82 4.2-12.87a40.04 40.04 0 0 0 3.79 4.89zm1.41-1.42A37.99 37.99 0 0 1 7.68 20a38 38 0 0 1 4.07-5.42L17.17 20l-5.42 5.42zm-5.2-7.37a40.04 40.04 0 0 1 3.79-4.89L2.35 5.18c.61 4.45 2.01 8.82 4.2 12.87zm6.58-4.92l-1.41-1.41-9.66-9.66a37.85 37.85 0 0 1 23.36 9.7l-6.83 6.83-5.46-5.46zm13.74 13.74L20 20l6.87-6.87A38.1 38.1 0 0 1 32.32 20a38.1 38.1 0 0 1-5.45 6.87zm6.58-8.82a40.18 40.18 0 0 0-5.17-6.33l9.66-9.66c-.3 5.52-1.8 11-4.49 16z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.testbgpattern2 {
  background-color: #330055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 1000'%3E%3Cg %3E%3Ccircle fill='%23330055' cx='50' cy='0' r='50'/%3E%3Cg fill='%233a015d' %3E%3Ccircle cx='0' cy='50' r='50'/%3E%3Ccircle cx='100' cy='50' r='50'/%3E%3C/g%3E%3Ccircle fill='%23410165' cx='50' cy='100' r='50'/%3E%3Cg fill='%2348026e' %3E%3Ccircle cx='0' cy='150' r='50'/%3E%3Ccircle cx='100' cy='150' r='50'/%3E%3C/g%3E%3Ccircle fill='%23500376' cx='50' cy='200' r='50'/%3E%3Cg fill='%2357047e' %3E%3Ccircle cx='0' cy='250' r='50'/%3E%3Ccircle cx='100' cy='250' r='50'/%3E%3C/g%3E%3Ccircle fill='%235f0587' cx='50' cy='300' r='50'/%3E%3Cg fill='%2367068f' %3E%3Ccircle cx='0' cy='350' r='50'/%3E%3Ccircle cx='100' cy='350' r='50'/%3E%3C/g%3E%3Ccircle fill='%236f0798' cx='50' cy='400' r='50'/%3E%3Cg fill='%237707a0' %3E%3Ccircle cx='0' cy='450' r='50'/%3E%3Ccircle cx='100' cy='450' r='50'/%3E%3C/g%3E%3Ccircle fill='%238008a9' cx='50' cy='500' r='50'/%3E%3Cg fill='%238909b1' %3E%3Ccircle cx='0' cy='550' r='50'/%3E%3Ccircle cx='100' cy='550' r='50'/%3E%3C/g%3E%3Ccircle fill='%239109ba' cx='50' cy='600' r='50'/%3E%3Cg fill='%239a09c3' %3E%3Ccircle cx='0' cy='650' r='50'/%3E%3Ccircle cx='100' cy='650' r='50'/%3E%3C/g%3E%3Ccircle fill='%23a309cb' cx='50' cy='700' r='50'/%3E%3Cg fill='%23ad09d4' %3E%3Ccircle cx='0' cy='750' r='50'/%3E%3Ccircle cx='100' cy='750' r='50'/%3E%3C/g%3E%3Ccircle fill='%23b608dc' cx='50' cy='800' r='50'/%3E%3Cg fill='%23c007e5' %3E%3Ccircle cx='0' cy='850' r='50'/%3E%3Ccircle cx='100' cy='850' r='50'/%3E%3C/g%3E%3Ccircle fill='%23c905ee' cx='50' cy='900' r='50'/%3E%3Cg fill='%23d303f6' %3E%3Ccircle cx='0' cy='950' r='50'/%3E%3Ccircle cx='100' cy='950' r='50'/%3E%3C/g%3E%3Ccircle fill='%23D0F' cx='50' cy='1000' r='50'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.testbgpattern3 {
  background-color: #7b41d8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg %3E%3Crect fill='%237b41d8' width='11' height='11'/%3E%3Crect fill='%23883fd4' x='10' width='11' height='11'/%3E%3Crect fill='%23933dd1' y='10' width='11' height='11'/%3E%3Crect fill='%239d3bcd' x='20' width='11' height='11'/%3E%3Crect fill='%23a739c9' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%23af37c5' y='20' width='11' height='11'/%3E%3Crect fill='%23b736c1' x='30' width='11' height='11'/%3E%3Crect fill='%23bf35bd' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%23c635b9' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%23cc35b5' y='30' width='11' height='11'/%3E%3Crect fill='%23d236b1' x='40' width='11' height='11'/%3E%3Crect fill='%23d737ad' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%23dc38a9' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%23e13aa5' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%23e53da1' y='40' width='11' height='11'/%3E%3Crect fill='%23e93f9d' x='50' width='11' height='11'/%3E%3Crect fill='%23ed439a' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%23f04696' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%23f34a93' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%23f54e8f' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%23f8528c' y='50' width='11' height='11'/%3E%3Crect fill='%23fa5689' x='60' width='11' height='11'/%3E%3Crect fill='%23fc5b86' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%23fd5f83' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%23fe6381' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%23ff687f' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%23ff6d7c' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%23ff717a' x='70' width='11' height='11'/%3E%3Crect fill='%23ff7679' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%23ff7a77' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%23ff7f76' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%23ff8375' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%23ff8874' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%23ff8c74' x='80' width='11' height='11'/%3E%3Crect fill='%23ff9173' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%23ff9573' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%23ff9a73' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%23ff9e74' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%23ffa275' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%23fea676' x='90' width='11' height='11'/%3E%3Crect fill='%23fdaa77' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%23fcae79' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%23fbb37b' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%23fab67d' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%23f9ba7f' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%23f8be82' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%23f7c285' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%23f6c688' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%23f5c98b' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%23f4cd8f' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%23f3d192' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%23f2d496' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%23f1d89a' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%23f1db9f' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%23f0dea3' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%23efe2a8' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%23efe5ac' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%23eee8b1' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%23eeebb6' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%23EEB' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
}
.widget-user .box-footer {
  padding-top: 3rem;
}
.nav-pills .nav-item {
  display: block !important;
  border-radius: 0;
}
.nav-pills .nav-item a {
  padding: 0.6rem 1.6rem;
}
.nav-pills.nav-pills-circle .nav-item a {
  padding: 0;
  line-height: 3;
}
.nav-pills.nav-pills-circle {
}
.pri-header {
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  border-bottom: 1px solid #eaf0f7;
}
.index-cat {
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
.box-shadow-0 {
  box-shadow: none !important;
}
.shadow {
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
.banner-logo img {
  margin-bottom: 1.5rem;
}
.search-background .form-control:focus {
  border: none;
}
.bg-bannerpattern {
  background-size: cover;
  position: relative;
}
.bg-bannerpattern .header-text {
  position: relative;
  z-index: 10;
}
/** Sidemenu **/
.header .menu-trigger {
  color: #3c4858;
}
.side-menu .menu-container {
  background: #272b44;
}
/**home features**/
.feature-icons i {
  font-size: 2rem;
}
.feature-icons {
  margin-bottom: 0.75rem;
}
.item-all-text h5 {
  font-size: 1.2rem;
}
.padding-tb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-top: 70px;
}
/*construction*/
.progress-info {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.progress-label span {
  font-size: 0.625rem;
  font-weight: 600;
  display: inline-block;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  border-radius: 30px;
  background: rgba(94, 114, 228, 0.1);
}
.progress-percentage {
  text-align: right;
}
.progress-percentage span {
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
  color: #fff;
}
.construction-limiter {
  position: relative;
}
.con-absolute {
  position: absolute;
  bottom: 20px;
  text-align: center;
  margin: 0 15px;
  left: 0;
  right: 0;
}
/*error pages*/
.floating {
  animation: floating 3s ease infinite;
  will-change: transform;
}
.floating:hover {
  animation-play-state: paused;
}
.floating-lg {
  animation: floating-lg 3s ease infinite;
}
.floating-sm {
  animation: floating-sm 3s ease infinite;
}

@keyframes floating-lg {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes floating-sm {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.error-bg {
  background-image: url(e141ed11494bcd10388d127df24734fc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.errorpage:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.errorpage {
  position: relative;
  height: 100vh;
}
.errorpage .error-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.error-content {
  max-width: 650px;
  width: 100%;
  line-height: 1.4;
  padding: 50px 40px;
  background: #fff;
  text-align: center;
  border-radius: 7px;
  border: 1px solid #e2ebf7 !important;
  box-shadow: 0 0 3px rgba(31, 30, 47, 0.05);
}
/*advnaced forms*/
.multi-wrapper .non-selected-wrapper {
  background: #fff;
  border-right: 1px solid #edeff5;
}
/*video*/
.video-image {
  position: relative;
}
.video-image:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(25, 36, 79, 0.3);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}
.video-image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-image i {
  margin: 0 auto;
  top: 31%;
  font-size: 5rem;
  text-align: center;
  left: 0;
  right: 0;
  display: block;
  color: #fff;
  position: absolute;
}

/*--shop--*/
.product-grid6,
.product-grid6 .product-image6 {
  overflow: hidden;
}

.product-grid6:hover {
  border-radius: 7px;
}
.product-grid6 .product-image6 a {
  display: block;
}
.product-grid6 .product-image6 img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
}
.product-grid6:hover .product-image6 img {
  transform: scale(1.1);
}
.product-grid6 .product-content {
  text-align: center;
  transition: all 0.5s ease 0s;
  padding: 15px 0 0 0;
}
.product-grid6:hover .product-content {
  opacity: 0;
}
.product-grid6 .title {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s;
  margin-bottom: 7px;
}

.product-grid6 .title a:hover {
  color: #8543f6;
}
.product-grid6 .price {
  font-size: 18px;
  font-weight: 600;
}
.product-grid6 .price span {
  color: #6c81a6;
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 7px;
  display: inline-block;
}
.product-grid6 .icons {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: -3px;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.product-grid6:hover .icons {
  opacity: 1;
  bottom: 33px;
}
.product-grid6 .icons li {
  display: inline-block;
}
.product-grid6 .icons li a {
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
  margin: 2px 7px;
  border-radius: 50px;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.product-grid6 .icons li a:after,
.product-grid6 .icons li a:before {
  content: attr(data-tip);
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 1px 5px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}
.product-grid6 .icons li a:after {
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -20px;
  z-index: -1;
}
.product-grid6 .icons li a:hover:after,
.product-grid6 .icons li a:hover:before {
  opacity: 1;
}
/*--shop--*/

/*--shop1--*/
.product-filter-desc .product-filter-icons a {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.6em;
  border-radius: 50%;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
}
.product-img img {
  background: rgb(245, 242, 249, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.02);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.item-card .product-info {
  padding: 0;
  margin: 0;
  opacity: 0;
  left: 34%;
  text-align: center;
  position: absolute;
  bottom: -30px;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.item-card:hover .product-info {
  opacity: 1;
  bottom: 30%;
}
.header-secondary {
  margin: 0 -30px;
  box-shadow: 0 0 30px 0 rgba(115, 77, 191, 0.2);
}
.desktoplogo img {
  margin-left: 20px;
}
.menu-trigger.left {
  left: 0px;
}

/*--shop1--*/

/*--shop2--*/
.prod-cat li {
  display: block;
  width: 100%;
}
.prod-cat li a {
  padding: 6px;
  display: block;
  width: 100%;
  color: #7a7d7d;
  text-decoration: none;
}
.prod-cat li ul {
  margin-left: 30px;
}
.prod-cat li ul li a {
  border-bottom: none;
}
.prod-cat li ul li a:hover,
.prod-cat li ul li a:focus,
.prod-cat li ul li.active a,
.prod-cat li a:hover,
.prod-cat li a:focus,
.prod-cat li a.active {
  background: none;
  color: #7673e6;
}
.pro-lab {
  margin-right: 20px;
  font-weight: normal;
}
.pro-sort {
  padding-right: 20px;
  float: left;
}
.pro-page-list {
  margin: 5px 0 0 0;
}
.product-list img {
  width: 100%;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}
.product-list .pro-img-box {
  position: relative;
}
.shop-details {
  left: 0;
  bottom: -25px;
  position: absolute;
  margin: 0 auto;
  right: 0;
  text-align: center;
}
.pro-img-box .social {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.pro-img-box img:hover {
  background: rgba(218, 231, 237, 0.3);
}
.pro-img-box .social {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.pro-img-box .social li {
  display: block;
  margin: 0 0 10px;
  transition: all 0.5s;
}
.pro-img-box .social li:nth-child(2) {
  opacity: 0;
  transform: translateY(-50px);
}
.pro-img-box:hover .social li:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
}
.pro-img-box .social li:nth-child(3) {
  opacity: 0;
  transform: translateY(-50px);
}
.pro-img-box:hover .social li:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.pro-img-box .social li a {
  color: #2205bf;
  background: rgba(34, 5, 191, 0.1);
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  margin: 1px;
  transition: 0.5s ease 0s;
}
.product_details {
  padding: 20px 0px;
  text-align: center;
}
.product_details .product_price {
  margin: 0;
}
.product_details .product_price li {
  display: inline-block;
  padding: 0 10px;
}
.product_price .old_price {
  text-decoration: line-through;
}
.product_details .product_price .new_price {
  font-weight: 600;
  color: #25c0ce;
}
.adtocart {
  background: #7673e6;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 3px solid #fff;
}
.adtocart i {
  color: #fff;
  font-size: 20px;
  line-height: 42px;
}
.pro-title {
  color: #7a7d7d;
  display: inline-block;
  font-size: 16px;
  text-decoration: none !important;
}
.product-list .price {
  color: #7673e6;
  font-size: 24px;
  margin-bottom: 0;
}
.pro-img-details {
  margin-left: -15px;
}
.pro-img-details img {
  width: 100%;
}
.pro-d-title {
  font-size: 16px;
  margin-top: 0;
}
.product_meta {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin: 15px 0;
}
.product_meta span {
  display: block;
  margin-bottom: 10px;
}
.product_meta a,
.pro-price {
  color: #7673e6;
}
.pro-price,
.amount-old {
  font-size: 18px;
  padding: 0 10px;
}
.amount-old {
  text-decoration: line-through;
}
.quantity {
  width: 120px;
}
.pro-img-list {
  margin: 10px 0 0 -15px;
  width: 100%;
  display: inline-block;
}
.pro-img-list a {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pro-d-head {
  font-size: 18px;
  font-weight: 300;
}

/* --------Multiple Widgets--------- */

.modal .modal-dialog.modal-full-width {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.modal .modal-content {
  border: 0;
  border-radius: 3px;
}
.modal.fade.modal-top-left .modal-dialog {
  width: 100%;
  position: absolute;
  top: 0;
}
.modal.fade.modal-top-right .modal-dialog {
  width: 100%;
  position: absolute;
  top: 0;
}
.modal.fade.modal-bottom-right .modal-dialog {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.modal.fade.modal-bottom-left .modal-dialog {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.modal.fade.modal-bottom-center .modal-dialog {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.modal .close:focus {
  outline: 0;
}
.modal .close span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  color: #272b44;
  text-shadow: none;
  background-position: center;
}
.modal .close.light span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
}
.modal .close.size-sm {
  transform: scale(0.5);
  right: 0.5rem;
  top: 0.5rem;
}
.modal .close.close-pinned {
  top: -19px;
  right: -19px;
}

.modal[data-popup='true'] {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: unset;
  height: unset;
}
.modal[data-popup='true'].fade.modal-top-left .modal-dialog,
.modal[data-popup='true'].fade.modal-top-right .modal-dialog,
.modal[data-popup='true'].fade.modal-bottom-right .modal-dialog,
.modal[data-popup='true'].fade.modal-bottom-left .modal-dialog,
.modal[data-popup='true'].fade.modal-bottom-center .modal-dialog {
  position: fixed;
}
.modal[data-popup='true'].fade .modal-content {
  box-shadow: 0 20px 60px -2px rgba(18, 21, 35, 0.19);
}

/*----- Range slider -------*/
.jsr,
.jsr_bar,
.jsr_label,
.jsr_rail,
.jsr_rail-outer,
.jsr_slider {
  box-sizing: border-box;
}
.jsr {
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 12px 0 25px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  font: 14px sans-serif;
}
.jsr_rail-outer {
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}

.jsr_rail {
  height: 12px;
  background: #f4f3f9;
  z-index: 1;
}

.jsr_bar {
  position: absolute;
  height: 12px;
  z-index: 2;
  cursor: move;
}

.jsr_bar--limit {
  z-index: 1;
  cursor: auto;
}

.jsr_slider {
  position: absolute;
  top: calc(12px / 2 + 10px);
  left: 0;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  cursor: col-resize;
  transition: background 0.1s ease-in-out;
  outline: 0;
  z-index: 3;
}
.jsr_slider::before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.jsr_label {
  position: absolute;
  top: calc(18px + 5px + 15px / 1.5);
  padding: 0.2em 0.4em;
  font-size: 0.9em;
  white-space: nowrap;
  border-radius: 0.3em;
  z-index: 2;
}
.jsr_label--minmax {
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}
/* Merged labels */

.jsr_label .jsr_label {
  position: static;
  display: inline-block;
  font-size: 1em;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.jsr_label .jsr_label::before {
  content: ' - ';
}
.jsr_canvas {
  margin-top: 5px;
}
/* Lock screen for touch */

.jsr_lockscreen {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.mcs-horizontal-example {
  overflow-x: auto;
  white-space: nowrap;
}

.mcs-horizontal-example .item {
  display: inline-block;
}

.range {
  display: table;
  position: relative;
  height: 25px;
  margin-top: 20px;
  background-color: rgb(245, 245, 245);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.range input[type='range'] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  display: table-cell;
  width: 100%;
  background-color: transparent;
  height: 25px;
  cursor: pointer;
}
.range input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  width: 11px;
  height: 25px;
  color: rgb(255, 255, 255);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
  background-color: rgb(153, 153, 153);
}
.range input[type='range']::-moz-slider-thumb {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  width: 11px;
  height: 25px;
  color: rgb(255, 255, 255);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
  background-color: rgb(153, 153, 153);
}
.range output {
  display: table-cell;
  padding: 3px 5px 2px;
  min-width: 40px;
  color: rgb(255, 255, 255);
  background-color: rgb(153, 153, 153);
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.range input[type='range'] {
  outline: none;
}
/*----- Range slider -------*/

/*----- parallax -------*/
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
/*---parallax----*/

.background-text1 {
  color: #fff;
  padding: 2px 8px;
  position: absolute;
  top: 30%;
  right: 0;
  left: auto;
  width: 100%;
  bottom: 0;
  height: auto;
  z-index: 9;
  font-size: 18px;
}
.background-text1 h1 {
  position: relative;
  color: #fff;
  z-index: 99;
  margin: 0 auto;
  text-align: center;
}
.relative {
  position: relative;
}

/* Hero Video */
#spruko-youtube {
  position: absolute;
  overflow: hidden;
  background-color: #0f1112;
  top: 50%;
  left: 50% !important;
  z-index: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#play-toggle,
#mute-toggle {
  font-size: 23px;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  padding: 1px;
  line-height: 10px;
  opacity: 0.3;
}
#mute-toggle {
  left: 66px;
  bottom: 19px;
}
#play-toggle {
  left: 36px;
  font-size: 20px;
}
[data-overlay-dark] #mute-toggle,
[data-overlay-dark] #play-toggle,
[data-overlay-color] #mute-toggle,
[data-overlay-color] #play-toggle {
  color: #fff;
}
[data-overlay-light] #mute-toggle,
[data-overlay-light] #play-toggle {
  color: #111;
}
.spruko-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  overflow: hidden;
  background-color: #0f1112;
  top: 50%;
  left: 50% !important;
  z-index: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.fullscreeneo-wrap {
  width: 100% !important;
}
.banner-videos {
  position: absolute;
  bottom: 3rem;
  display: block;
  height: 100%;
  left: 0;
  right: 0;
}
.video-absolute {
  position: absolute;
  width: 100%;
  top: 36%;
  display: block;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
  bottom: 0;
}
.video-absolute1 {
  position: absolute;
  width: 100%;
  top: 40%;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  margin: auto;
}
.video-background-transparent {
  background: rgba(0, 0, 0, 0.5);
}
#video {
  height: 800px;
}
.index-cat:before {
  content: '';
  width: 100%;
  left: 0;
  height: 100%;
  bottom: 0;
  top: 0;
  position: absolute;
  background-repeat: no-repeat !important;
  display: block;
  opacity: 0.03;
}
.item-all-card:hover.index-cat:before {
  animation: floating 3s ease infinite;
  will-change: transform;
}
.bg-bannerpattern:before {
  content: '';
  width: 100%;
  left: 0;
  height: 100%;
  bottom: 0;
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  display: block;
  opacity: 0.2;
  background-position: bottom;
}
/*----Responsive---*/
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0.75rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 3px;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-bottom,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-header,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer {
    border-radius: 0;
  }
  .jumbotron {
    padding: 2rem;
  }
  .modal-dialog {
    width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .modal.fade.modal-top-left .modal-dialog {
    left: 1.75rem;
    margin: 1.75rem auto;
  }
  .modal.fade.modal-top-right .modal-dialog {
    right: 1.75rem;
    margin: 1.75rem auto;
  }
  .modal.fade.modal-bottom-center .modal-dialog {
    margin: 1.75rem auto;
  }
  .modal.fade.modal-bottom-left .modal-dialog {
    left: 1.75rem;
    margin: 1.75rem auto;
  }
  .modal.fade.modal-bottom-right .modal-dialog {
    right: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .page-content {
    margin: 1.5rem 0;
  }
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  ul.dropdown-menu li.dropdown ul.dropdown-menu {
    width: auto !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .page-content {
    margin: 1.5rem 0;
  }
  .page-breadcrumb {
    margin: -0.5rem 0 0;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .app.sidebar-mini.sidenav-toggled1.sidenav-toggled .app-header .header-brand {
    text-align: center !important;
    margin-left: 78px !important;
    margin-left: 84px !important;
  }
  .app.sidebar-mini.sidenav-toggled1 .app-header .header-brand {
    margin-left: 0 !important;
  }
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .modal-lg {
    max-width: 800px;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .br-md-2 {
    border-radius: 2px !important;
  }
  .br-tl-md-2 {
    border-top-left-radius: 2px !important;
  }
  .br-bl-md-2 {
    border-bottom-left-radius: 2px !important;
  }
  .br-tr-md-2 {
    border-top-right-radius: 2px !important;
  }
  .br-br-md-2 {
    border-bottom-right-radius: 2px !important;
  }
  .br-md-0 {
    border-radius: 0px !important;
  }
  .br-tl-md-0 {
    border-top-left-radius: 0px !important;
  }
  .br-bl-md-0 {
    border-bottom-left-radius: 0px !important;
  }
  .br-tr-md-0 {
    border-top-right-radius: 0px !important;
  }
  .br-br-md-0 {
    border-bottom-right-radius: 0px !important;
  }
  .Realestate-content .select2-container--default .select2-selection--single {
    border-radius: 0px !important;
  }
  .header-main-banner .horizontalMenu > .horizontalMenu-list > li > a,
  .header-main-banner .horizontalMenu > .horizontalMenu-list > li > a > .fa {
    color: rgba(255, 255, 255, 0.8);
  }
  .select2-container .select2-selection--single {
    border-radius: 0 !important;
  }
  .search-elements2 .select2-container .select2-selection--single {
    border-bottom: 0 !important;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media screen and (max-width: 800px) {
  .msg img {
    width: 300px;
  }
}
@media screen and (max-width: 550px) {
  .msg img {
    width: 200px;
  }
  .header-fullscreen {
    display: none;
  }
}
@media screen and (max-width: 641px) {
  .header-fullscreen {
    display: none;
  }
}
@media (max-width: 992px) and (min-width: 767px) {
  .app-header .header-brand {
    margin-left: 19px !important;
  }
}
@media (max-width: 681px) {
  .dropdown .profile-details {
    display: none;
  }
  .header-left .nav-item {
    display: none;
  }
}
@media (max-width: 992px) {
  .error-image img {
    width: 50%;
  }
  .nav-link.nav-link.toggle {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #count-down .clock-presenter .digit {
    font-size: 42px;
  }
  #count-down1 .clock-presenter .digit {
    font-size: 16px;
  }
  .dashboard-carousel .carousel-control-prev {
    right: 4.5rem !important;
    left: auto !important;
  }
  .dashboard-carousel .carousel-control-next {
    right: 1.8rem !important;
  }
  .header-left #daterange-btn {
    display: none;
  }
  .navtab-wizard li a {
    padding: 1rem !important;
  }
  .search-background {
    background: transparent;
    border-radius: 0;
  }
  .search-background .form-group {
    margin-bottom: 10px !important;
  }
  .filter-product-info .table td {
    display: -webkit-box;
    padding: 3px !important;
  }
  .product-singleinfo .border-left {
    border-left: 0 !important;
  }
  .support .border-right {
    border-right: 0 !important;
  }
  .support-service.bg-dark {
    margin-bottom: 10px;
  }
  .wideget-user-info .wideget-user-warap .wideget-user-warap-r {
    margin-left: 5rem !important;
  }
  .wideget-user-desc .user-wrap {
    margin-top: 0 !important;
    margin-left: 10px !important;
  }
  .product-singleinfo .product-item2-align dt {
    width: 0 !important;
    float: none !important;
  }
  .product-singleinfo .product-item2-align dt,
  dd {
    display: -webkit-box !important;
  }
  .product-singleinfo .product-item2-align dd {
    margin-left: 0 !important;
  }
  .item-single .item-single-desc .item-single-desc1 {
    display: block !important;
  }
  .product-5-desc a {
    float: right;
  }
  .get-contact a:last-child {
    margin-right: 0;
  }
  .header-search .header-nav .nav-cart .icon-cart span {
    display: none;
  }
  .header-nav .header-search-logo .header-logo .header-brand-img {
    height: auto;
    line-height: 2rem;
    vertical-align: bottom;
    margin-right: 0.5rem;
    width: auto;
  }
  .header-search .header-search-logo {
    text-align: center;
  }
  .wideget-user .wideget-user-desc .user-wrap a.btn {
    margin-bottom: 5px;
  }
  .product-single .product-thumbimg {
    margin-bottom: 10px;
  }
  .product-single .product-info a {
    margin-bottom: 10px;
  }
  .item-single .item-single-desc .input-group {
    margin-bottom: 10px;
  }
  .product-item2-desc .label-rating {
    margin-right: 4px !important;
  }
  .card-blogs .card-item-desc.p-0 {
    margin-left: 15px;
  }
  .license-card-price.text-center {
    text-align: left !important;
  }
  .product-details td a.btn {
    margin-bottom: 5px;
  }
  .wideget-user-info .wideget-user-warap {
    margin-top: 15px;
  }
  .product-singleinfo .product-item2-desc {
    margin-bottom: 10px;
  }
  .header-search .header-inputs .input-group-prepend {
    width: 100%;
    margin-bottom: 10px;
  }
  .header-search .header-inputs .input-group > .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  .header-search .header-inputs .input-group-append {
    width: 100%;
    margin-bottom: 15px;
  }
  .header-search .header-inputs .input-group-append > .btn {
    width: 100%;
    display: block;
  }
  .header-main .get-contact a {
    border-left: 0 !important;
    padding-left: 0 !important;
  }
  .header-main .get-contact {
    margin-bottom: 15px;
    text-align: center;
  }
  .header-main .social-icons {
    text-align: center;
    float: none !important;
  }
  .header-main .social-icons li:last-child {
    margin-right: 0;
  }
  .header-search .header-icons .header-icons-link li {
    margin: 0 auto !important;
  }
  .header-search .header-icons {
    float: none !important;
    text-align: center !important;
  }
  .top-bar {
    text-align: center;
  }
  .top-bar .top-bar-left {
    text-align: center;
    display: block !important;
  }

  .top-bar .top-bar-left .contact {
    border-left: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .top-bar .top-bar-left .contact li {
    margin: 0 !important;
  }
  .item-search-menu ul li {
    text-align: center;
    border-radius: 3px;
  }
  .item-search-menu ul li a {
    border-radius: 3px !important;
  }
  .item-search-tabs .form-group:last-child {
    margin-bottom: 0px !important;
  }
  .item-search-tabs .form-group {
    margin-bottom: 10px !important;
  }
  .item-search-tabs .bg-white {
    background: transparent !important;
  }
  .item-search-tabs .tab-content {
    background: none !important;
    border: 0 !important;
  }
  .item1-card .item1-card-btn {
    margin-top: 15px;
  }
  .item1-card .item1-card-info {
    margin-top: 15px;
  }
  .items-blog-tab-heading .items-blog-tab-menu li {
    text-align: center;
    margin-bottom: 10px;
  }
  .items-blog-tab-heading .items-blog-tab-menu li a {
    display: block;
  }
  .item2-gl .item2-gl-nav select {
    text-align: center;
  }
  .item2-gl-nav h6 {
    text-align: left;
    display: block;
    padding-bottom: 9px;
  }
  .item-card .item-card-img img {
    width: 100%;
  }
  .item-card2-img img {
    width: 100%;
  }
  .item-card9-img img {
    width: 100%;
  }
  .product-info .product-info-img img {
    width: 100%;
  }
  .item-card4-img img {
    width: 100%;
  }
  .item-card5-img img {
    width: 100%;
  }
  .item-card7-img img {
    width: 100%;
  }
  .item-card8-img img {
    width: 100%;
  }
  .overview .overview-img img {
    width: 100%;
  }
  .video-list-thumbs img {
    width: 100%;
  }
  .search1 {
    background: transparent !important;
  }
  .search1 .form-group {
    margin-bottom: 15px !important;
  }
  .search2 a.btn {
    margin-top: 15px;
  }
  .search3 {
    background: transparent !important;
  }
  .search3 .form-group {
    margin-bottom: 15px !important;
  }
  .item-user-icons {
    margin-left: 10px;
  }
  .item1-card-tab .item1-tabs-menu ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .item1-card-tab .item1-tabs-menu ul li:last-child {
    margin-bottom: 0;
  }
  .user-wideget h6 {
    margin-top: 5px;
  }
  .header-main .top-bar .contact {
    display: none;
  }
  .header-main .top-bar.p-3 .contact {
    display: none;
  }
  .bannerimg .header-text h1 {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }
  .all-categories .row .card-body {
    border-bottom: 0 !important;
  }

  .ace-responsive-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .item-card9-desc a {
    font-size: 12px;
  }
  .item-card2-footer a {
    font-size: 12px;
  }
  .item7-card-desc a {
    font-size: 12px;
  }
  .map-header1 {
    margin-bottom: 1.5rem !important;
  }
  .carousel-control-next {
    right: 0 !important;
  }
  .carousel-control-prev {
    left: 0 !important;
  }
  .app-btn a {
    width: 100%;
    margin-bottom: 1rem;
  }
  .app-btn a:last-child {
    margin-bottom: 0;
  }
  .sub-newsletter {
    margin-bottom: 1rem;
    text-align: center;
    display: block !important;
  }
  .fea-ad .card {
    margin-bottom: 1.5rem !important;
  }
  .cat-slide .card {
    margin-bottom: 1.5rem !important;
  }
  .product-slider .thumbcarousel .carousel-item .thumb {
    max-width: 85px !important;
  }
  .advertisment-block img {
    width: 100%;
  }
  .usertab-list li {
    width: 100% !important;
  }
  .userprof-tab .media {
    display: block !important;
  }
  .userprof-tab .media-body {
    display: contents;
    width: 100%;
  }
  .userprof-tab .media-body .card-item-desc {
    margin-left: 0 !important;
  }
  .userprof-tab .btn {
    margin-bottom: 0.3rem;
  }
  .page-header .page-select {
    width: 35% !important;
  }
  .customerpage .card {
    margin-bottom: 1.5rem !important;
  }
  .ads-tabs .tabs-menus ul li a {
    padding: 8px 10px 8px 10px !important;
    text-align: center;
  }
  .ads-tabs .tabs-menus ul {
    text-align: center;
  }
  .ads-tabs .tabs-menus ul li {
    display: -webkit-box;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .ads-tabs .tabs-menus ul li:last-child {
    margin-bottom: 0;
  }

  .settings-tab .tabs-menu li a {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(167, 180, 201, 0.2);
  }
  .horizontal-header .container {
    position: relative;
  }
  .top-bar .top-bar-left .socials li {
    float: none !important;
    text-align: center;
  }
  .top-bar .top-bar-right {
    float: none !important;
    text-align: center;
    display: -webkit-inline-box !important;
  }
  .header-toggler {
    margin: 6px;
  }
  .nav-tabs .nav-link {
    width: 100%;
  }
  form.convFormDynamic button.submit {
    margin: 4px !important;
  }
  .messages-list .media {
    padding: 9px !important;
  }
  .nav-tabs {
    z-index: 1000;
  }
  .widget-info-right {
    text-align: left;
    float: left;
  }
  .header-menu1 .input-group {
    padding: 10px !important;
  }

  .header-menu1 a.btn {
    width: 220px;
    text-align: center !important;
    margin: 0 auto !important;
    float: none !important;
  }
  .testimonial-owl-carousel .owl-nav .owl-prev {
    top: 45% !important;
  }
  .testimonial-owl-carousel .owl-nav .owl-next {
    top: 45% !important;
  }
  .footer-main h6 {
    margin-top: 2rem;
  }
  footer.bg-dark .text-left {
    text-align: center !important;
  }
  footer.bg-dark .social li {
    float: none;
    text-align: center;
  }
  footer.bg-dark .social {
    text-align: center;
  }
  .footer-main .row div:first-child h6 {
    margin-top: 0;
  }
  .spruko-video {
    display: none;
  }
  #index-video .index-video-container h1,
  #index-video .index-video-container p {
    display: none;
  }
  .banner1 .slider h1,
  .banner1 .slider p {
    display: none;
  }
  .select2-container .select2-selection--single {
    border-radius: 3px !important;
  }
  .banner-1 .item-search-tabs .search-background .form-control {
    border-radius: 3px !important;
    border-bottom: 1px !important;
  }
  .banner-1 .search-background .form-control {
    border-radius: 3px !important;
  }
  .banner-1 .search-background .form1 {
    border-radius: 0;
    border-left: 1px solid #eaf0f7 !important;
  }
  .item-search-tabs a.btn {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    border-radius: 3px !important;
    right: 0;
  }
  .banner-2 .form-control {
    border-radius: 3px !important;
  }
  .item-search-tabs .form-control.border {
    border-radius: 3px !important;
  }
  .banner-1 .search-background .btn-lg {
    border-radius: 3px !important;
    right: 0 !important;
  }
}
@media (max-width: 767px) {
  #count-down .clock-presenter {
    width: 50%;
    float: left;
  }
  #count-down .clock-presenter .digit {
    font-size: 36px;
  }
  #count-down .hours_dash {
    border-right: none;
  }
  .footer .social ul li {
    float: none !important;
  }
  .slider-text img {
    display: none;
  }
  #count-down1 .clock-presenter {
    width: 50%;
    float: left;
  }
  #count-down1 .clock-presenter .digit {
    font-size: 18px;
  }
  #count-down1 .hours_dash {
    border-right: none;
  }
  .avatar {
    max-width: inherit;
  }
  .card-tabs {
    display: block !important;
  }
  .header-brand {
    line-height: 2.7rem;
  }
  .header .input-icon.mt-2 {
    margin-top: 5px !important;
  }
  .footer .privacy {
    text-align: center !important;
    margin-top: 10px;
  }
  .app-header .nav-dropdown {
    display: none;
  }
  .social li {
    float: inherit !important;
  }
  .shop-dec .col-md-6.pr-0 {
    padding-right: 0.75rem !important;
  }
  .shop-dec .col-md-6.pl-0 {
    padding-left: 0.75rem !important;
  }
  .timeline > li:nth-child(even) {
    left: 0px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    left: 0px;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
  .timeline > li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom: 0px;
  }
  .timeline > li:nth-child(even) .timeline-image {
    float: none;
    left: 0px;
    margin: 0 auto;
    text-align: center;
  }
  .timeline > li:nth-child(odd) .timeline-image {
    float: none;
    left: 0px;
    margin: 0 auto;
    text-align: center;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #eff2f7;
    display: block;
    margin-bottom: 40px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #eff2f7;
    display: block;
    margin-bottom: 40px;
  }
  .timeline > li .line {
    display: none;
  }
  .timeline > li:after {
    display: none;
  }
  .timeline-model:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #306eff;
    margin: 0 auto;
  }
  .slide-header-text h4 {
    display: none;
  }
  .item2-gl-nav {
    display: block !important;
  }
  .item2-gl-nav .item2-gl-menu li {
    text-align: center;
    margin-bottom: 10px;
    margin: 0 auto;
    padding: 10px 0;
  }
  .item2-gl-nav label {
    display: block;
    float: none;
    text-align: center;
    width: 30%;
  }
  .item2-gl-nav .d-flex {
    text-align: center;
    width: 100%;
  }
  .item2-gl-nav .form-control.select-sm.w-70 {
    width: 70% !important;
  }
  .books-categories.item-all-cat .row .item-all-card {
    margin-bottom: 0.5rem;
  }
  .doctor-categories.item-all-cat .row .item-all-card {
    margin-bottom: 0.5rem;
  }
  .rating-stars .rating-stars-container .rating-star.sm {
    font-size: 13px;
  }
  .item2-gl-nav .item2-gl-menu {
    display: none;
  }
  .item2-gl-nav h6 {
    margin-bottom: 20px !important;
  }
  .item-user .profile-pic .d-md-flex .ml-4 {
    margin-left: 0 !important;
    margin-top: 15px;
  }
  #messages-main .ms-menu {
    height: calc(100% - 58px);
    display: none;
    z-index: 1;
    top: 58px;
  }
  .nav1 {
    margin-bottom: 10px;
  }
  .tabs-menu ul.eductaional-tabs li {
    width: 50%;
    text-align: center;
  }
  .icon-card li.mb-0:last-child {
    margin-bottom: 0 !important;
  }
  .icon-card li.mb-0 {
    margin-bottom: 0.5rem !important;
  }
  .icon-card li {
    width: 100% !important;
  }
  .item-cards7-ic li {
    width: 100% !important;
  }
  .item-card7-desc ul.d-flex li {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .item-card7-desc ul.d-flex {
    display: block !important;
  }

  .tabs-menu ul.eductaional-tabs li a {
    display: block;
  }
  .item-card2-desc ul.d-flex li {
    margin-bottom: 10px;
  }
  .item7-card-desc.d-flex {
    display: block !important;
  }
  .item-card2-desc ul.d-flex {
    display: block !important;
  }
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .app-header .header-brand {
    min-width: 50px !important;
    margin-top: 4px;
  }
  .app-header .header-brand-img.desktop-logo {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .modal.fade.modal-bottom-center .modal-dialog {
    width: calc(100% - (0.5rem * 2));
  }
  .modal.fade.modal-bottom-left .modal-dialog {
    width: calc(100% - (0.5rem * 2));
  }
  .modal.fade.modal-bottom-right .modal-dialog {
    width: calc(100% - (0.5rem * 2));
  }
  .modal.fade.modal-top-right .modal-dialog {
    width: calc(100% - (0.5rem * 2));
  }
  .modal.fade.modal-top-left .modal-dialog {
    width: calc(100% - (0.5rem * 2));
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1279.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    color: #3c4858;
    content: '/';
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
  }
  .page-header {
    display: block !important;
    padding: 1.5rem !important;
  }
  .page-header .page-title {
    margin-bottom: 5px;
  }
  .btn-group.btn-group-lg {
    display: none;
  }
  .error-image .display-1 {
    font-size: 6rem !important;
  }
  .tab-content.card-body .btn {
    min-width: 1.625rem;
  }
  .tab-content.card-body .progress-bar {
    display: none;
  }
  .owl-nav .owl-prev {
    left: -10px !important;
  }
  .owl-nav .owl-next {
    right: -10px !important;
  }
  .tabs-menu ul.eductaional-tabs li a {
    margin: 0;
  }
  .tabs-menu ul.eductaional-tabs li {
    width: 100% !important;
  }

  .tab-content .tab-pane .card-body a {
    width: 100%;
  }
  .sidebar-right .avatar-list a {
    width: 3rem !important;
    height: 3rem;
  }
  .tab-content .tab-pane .card-body a.float-right {
    float: none !important;
  }
  .banner1 .slider .header-text {
    top: 30% !important;
  }
  .banner1 .slider img {
    height: 200px;
  }
  .sptb-2 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .sptb-tab.sptb-2.pt-10 {
    padding-top: 6.5rem !important;
  }
  .d-flex.ad-post-details {
    display: block !important;
  }
  .tabs-menu1 ul li a {
    margin: 2px;
  }
  .list-id .col {
    display: block;
    width: 100%;
  }
  .ads-tabs .tabs-menus ul li a {
    width: 100%;
    display: block;
  }
  .ads-tabs .tabs-menus ul li {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
  .zoom-container .arrow-ribbon2 {
    font-size: 20px;
  }
  .zoom-container .arrow-ribbon2:before {
    right: -17px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
  }
  #gdpr-cookie-message {
    margin: 0 15px;
    display: block;
    right: 0;
    box-shadow: 0 0px 20px 0 rgba(40, 37, 89, 0.9);
    display: none !important;
  }
  .reviews-categories .widget-spec1 li {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    display: flow-root;
  }
  .reviews-categories .widget-spec1 li span {
    margin: 0;
  }
  .employers-details {
    display: none;
  }
  .hide-details {
    height: 128px !important;
  }
  .banner1 .slider .header-text {
    top: 30% !important;
  }
  .banner1 .slider img {
    height: 200px;
  }
  .sptb-2 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .sptb-tab.sptb-2.pt-10 {
    padding-top: 6.5rem !important;
  }
  .timeline__content .list-group-item.d-flex {
    display: block !important;
  }
  .header-secondary {
    margin: -4px -15px 0 -15px;
  }
  .header-btns .btn span {
    display: none;
  }
  .desktoplogo img {
    margin-left: 25px;
  }
  .menu-trigger.left {
    left: 7px !important;
  }
  #video {
    height: 500px;
  }
  .video-absolute {
    top: 10%;
  }
  .video-absolute1 {
    top: 10%;
  }
  .item-all-card img.imag-service {
    width: 20% !important;
  }
  .banner1 .header-text.slide-header-text {
    top: 16% !important;
  }
  .section-title h1 {
    font-size: 2rem;
  }
  .item-all-cat .category-type .item-all-card img {
    width: 4rem !important;
    height: 4rem !important;
    padding: 1rem 0 !important;
  }
  .banner1 .header-text h2 span {
    padding: 0 !important;
  }
  .banner1 .header-text h2 {
    font-size: 18px !important;
  }
  .banner1 .header-text h3 {
    font-size: 14px !important;
  }
  .banner1 .header-text h3 span {
    padding: 0 !important;
  }
  .banner1 .header-text {
    top: 3px !important;
  }
  .card-blogs .card-item-desc.p-0 .card-item-wrap .footer-wrap-price del {
    display: none;
  }
  .card-blogs .card-item-desc.p-0 .card-item-wrap .footer-wrap-price span.h5 {
    font-size: 12px !important;
  }
  .card-pay .tabs-menu li {
    width: 100% !important;
  }
  .header-search .header-icons .header-icons-link1 .main-badge1 {
    top: -19px !important;
  }

  .product-details .card-item-desc {
    display: none !important;
  }
  .art-wideget .art-details {
    margin-top: 10px;
  }
  .support .support-service i {
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .support .support-service {
    text-align: center;
  }
  .banner-1 img {
    height: 18.6rem;
  }
  .item-card7-desc ul li {
    font-size: 12px;
  }
  .item-card2-desc ul li {
    font-size: 12px;
  }
  .banner-2 .header-text {
    top: 0.5rem !important;
  }
  .banner-2 img {
    height: 33rem;
  }
  .item-search-tabs {
    margin-top: 1rem !important;
  }
  .bannerimg img {
    height: 10rem;
  }
  .bannerimg .header-text {
    font-size: 1.5rem;
  }
  .bannerimg .header-text .breadcrumb-item {
    font-size: 14px;
  }
  .icons a {
    margin-bottom: 0.5rem;
  }
  .item-det ul li {
    font-size: 11px;
    margin-right: 0.5rem !important;
  }
  .product-slider .thumbcarousel .carousel-item .thumb {
    max-width: 60px !important;
  }
  .userprof-tab .media {
    display: block !important;
  }
  .userprof-tab .media-body {
    display: contents;
    width: 100%;
  }
  .userprof-tab .media-body .card-item-desc {
    margin-left: 0 !important;
  }
  .userprof-tab .btn {
    margin-bottom: 0.3rem;
  }
  .app-header .header-brand {
    min-width: 2.8rem;
  }
  .app-header1 .header-brand {
    min-width: auto;
  }
  .menu-toggle-button {
    margin-top: 4px;
  }
  .list-media .info .text-right {
    display: none;
  }
  .list-media .info {
    padding-bottom: 15px;
  }

  .tabs-menu ul li {
    width: 100%;
    margin: 5px 15px;
  }
  .tabs-menu ul li a {
    width: 100%;
    display: block;
  }
  .cal1 .clndr .clndr-table tr {
    height: 50px !important;
  }
  .tabs-menu1 ul li {
    width: 100%;
    margin: 2px;
  }
  .tabs-menu1 ul li a {
    width: 100%;
  }
  .wizard-card .nav-pills > li {
    text-align: center;
    padding: 9px !important;
  }
  .form-control.custom-select.w-auto {
    display: none;
  }
  .mail-inbox .badge {
    margin: 0;
  }
  .construction .display-5 {
    font-size: 1.5rem;
  }

  .jumbotron .display-3 {
    font-size: 2.5rem;
  }
  .mail-option .hidden-phone {
    display: none;
  }
  .dropdown-menu.dropdown-menu-right {
    left: 23px !important;
    right: 23px !important;
    position: absolute !important;
    width: inherit !important;
    top: 4.1rem !important;
  }
  .dropup,
  .dropright,
  .dropdown,
  .dropleft {
    position: initial !important;
  }
  .dropdown-menu-arrow:after {
    content: '';
    border-bottom: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }
  .dropdown-menu-arrow:before {
    content: '';
    position: absolute;
    top: -9px;
    left: 15px;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
}
@media (max-width: 560px) {
  .navtab-wizard.nav-tabs li {
    width: 100%;
    display: contents;
  }
  .highlight pre {
    margin-top: 20px;
  }
  .chat {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
}

@media (max-width: 568px) {
  .modal-dialog {
    margin: 0 auto;
    width: 90%;
    margin-top: 10px;
  }
  .pignose-calendar {
    width: 100% !important;
  }
  .modal {
    padding: 0 !important;
  }
  .items-blog-tab-heading .items-blog-tab-menu li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .header-main .top-bar-right .custom {
    text-align: right;
    float: right;
    margin-bottom: 0px !important;
  }
  .settings-tab .tabs-menu li {
    width: 100% !important;
  }
  .top-bar .top-bar-right {
    float: none !important;
    text-align: center;
    display: block !important;
    margin: 0 auto;
  }
  .header-main .top-bar-right .custom li {
    margin-bottom: 0.5rem;
  }
  .item2-gl-nav {
    display: block !important;
  }
  .item2-gl-nav .item2-gl-menu li {
    text-align: center;
    margin-bottom: 10px;
    margin: 0 auto;
    padding: 10px 0;
  }
  .item2-gl-nav label {
    display: block;
    float: none;
    text-align: center;
  }
  .header-main .top-bar-right .custom li a span {
    display: none;
  }
  .top-bar .top-bar-left .socials li {
    float: left !important;
    margin: 9px 11px !important;
  }
  .item2-gl .item2-gl-nav select {
    width: 100% !important;
  }
  .items-gallery .items-blog-tab-heading {
    padding: 15px 0;
  }
  .items-blog-tab-heading .items-blog-tab-menu li a {
    margin-left: 0;
    margin-right: 0;
  }
  .items-gallery .items-blog-tab-heading {
    display: block;
  }
  .books-categories.item-all-cat .row .item-all-card {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1600px) {
  body.aside-opened .page {
    margin-right: 22rem;
  }
  body.aside-opened .aside {
    visibility: visible;
  }
}
@media (max-width: 768px) {
  .item-det ul.d-flex {
    display: block !important;
  }
  .item-det .d-flex {
    display: block !important;
  }
  .item-det .rating-stars.d-flex {
    display: flex !important;
  }
  .select2-container {
    width: 100% !important;
  }
  .video-list-thumbs span {
    top: 29%;
  }
  .tabs-menu1 ul li a {
    display: block;
    width: 100%;
    border: 1px solid #eaf0f7;
    margin: 1px;
    border-radius: 4px;
  }
  .nav-tabs .nav-link {
    width: 100%;
  }

  .page-subtitle {
    display: none;
  }
  .richText .richText-toolbar ul li a {
    border: rgba(0, 40, 100, 0.12) solid 1px;
  }
  .ticket-card .col-md-1 {
    width: 100%;
    display: block;
  }
  .ticket-card img {
    display: block;
    text-align: Center;
    margin: 0 auto;
  }
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 10px !important;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
  .page-title {
    line-height: 1.5rem;
  }
  .carousel-caption {
    display: none;
  }
  .demo-gallery > ul > li {
    width: 100% !important;
  }
  ul.inbox-pagination li span {
    display: none;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  .week-sales .w-6.h-6 {
    width: 1.2rem !important;
    height: 1.2rem !important;
    margin-top: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .video-list-thumbs .fa {
    font-size: 35px;
  }
  .video-list-thumbs h2 {
    bottom: 0;
    font-size: 12px;
    height: 22px;
    margin: 8px 0 0;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  .nav-tabs .nav-link {
    padding: 1rem 0.95rem;
    font-size: 13px;
  }
}
@media (max-width: 1080px) {
  .avatar {
    max-width: inherit;
  }
}
@media (max-width: 375px) {
  .nav-link span {
    margin-top: 0.5rem;
  }
  .searching1 i {
    margin-top: 0.5rem;
  }
}
@media (max-width: 411px) {
  .nav-link span {
    margin-top: 0.5rem;
  }
  .searching1 i {
    margin-top: 0.5rem;
  }
  .products .desc {
    display: none;
  }
}
@media (max-width: 414px) {
  .nav-link span {
    margin-top: 0.6rem;
  }
  .searching1 i {
    margin-top: 0.5rem;
    top: 14px !important;
  }
  .page-rightheader .ml-auto.d-flex {
    display: block !important;
  }
  .chat li {
    padding: 15px 1px;
    overflow: hidden;
    display: flex;
  }
  .pulse {
    top: -5px !important;
    right: 0.5rem !important;
    width: 7px;
  }
  .header .nav-link .badge.pulse-secondary {
    top: -10px;
    left: 19px;
    animation: none;
  }
  .card-item {
    display: block;
  }
  .card-aside-img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  .card-aside-column {
    width: 100%;
  }
  .card-blogs .card-item-desc.p-0 {
    align-items: center;
    margin-top: 13px;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
  }
  .card-blogs .card-item-desc.p-0 {
    margin-left: 0;
  }
  .example {
    padding: 0;
    border: 0;
    border-radius: 3px 3px 0 0;
    font-size: 0.9375rem;
  }
  .list-group-item.products.border-0 .desc {
    display: none;
  }
  .page-rightheader .btn.btn-pink {
    display: none;
  }
}
@media (max-width: 481px) {
  .slider-animation-text .slider-text2 {
    display: none;
  }
  .slider-list .slider-text h1 {
    display: none;
  }
  .slider-list .slider-text {
    display: none;
  }
}
@media (min-width: 481px) {
  .header-right .dropdown-menu {
    top: 3.5rem !important;
    right: 0 !important;
    left: auto !important;
  }
  .dropdown.message .dropdown-menu {
    width: 20.5rem !important;
  }
}
@media (max-width: 990px) and (min-width: 767px) {
  .carousel-caption {
    top: 10%;
  }
}
@media (max-width: 568px) and (min-width: 480px) {
  .container-messages {
    position: absolute;
    top: 50px !important;
  }
  .messages-list {
    top: 24px !important;
    bottom: 73px !important;
  }
  .messages-right {
    top: 10px !important;
    bottom: 71px !important;
  }
  .messages-left-footer {
    bottom: 40px !important;
    display: none;
  }
  .messages-left .card-header {
    display: none;
  }
  .message-footer {
    height: 50px !important;
  }
  .message-header {
    height: 50px !important;
  }
  .message-body {
    top: 50px !important;
    bottom: 50px !important;
  }
}
@media (max-width: 990px) and (min-width: 569px) {
  .message-header {
    height: 50px !important;
  }
  .message-footer {
    height: 50px !important;
  }
  .messages-right {
    top: 10px !important;
    bottom: 80px !important;
  }
  .message-body {
    top: 50px !important;
    bottom: 50px !important;
  }
  .messages-left .card-header {
    display: none;
  }
  .messages-list {
    top: 24px !important;
  }
}
@media (max-width: 320px) {
  .fc-toolbar .fc-right {
    float: right;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .header-notify {
    display: none;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .background-text1 {
    top: 20%;
  }
  .background-text1 span {
    font-size: 15px;
  }
  .background-text1 h1 {
    font-size: 25px;
  }
  .item3-medias .item3-lists li a {
    font-size: 12px;
    display: none;
  }
  .vertical {
    left: 2rem !important;
  }
  .page-rightheader .media {
    display: block;
  }
  .chatbox .contacts small {
    display: none;
  }
  .calendar-icon {
    display: none;
  }
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .error-style .display-1 {
    font-size: 7.5rem;
  }
  .ui-datepicker .ui-datepicker-calendar th {
    padding: 4px 0;
    letter-spacing: normal;
  }
  .product-item2-desc .label-rating {
    float: none !important;
    margin-top: 4px !important;
  }
  .item-card7-desc ul li {
    font-size: 11px;
  }
  .item-card2-desc ul li {
    font-size: 11px;
  }
  .item-card .item-card-desc .item-card-text {
    top: 5.5rem !important;
  }
  .item7-card-desc a {
    font-size: 11px;
  }
  .banner1 .header-text {
    top: 10px !important;
  }
  .banner1 .header-text h1 {
    font-size: 38px;
  }
  .product-slider .thumbcarousel .carousel-item .thumb {
    max-width: 40px !important;
  }
  .Marketplace .tab-pane .card-footer .footerimg-r {
    display: none;
  }
  .perfect-datetimepicker {
    font-size: 12px !important;
  }
  .pulse {
    top: -5px !important;
    right: 0.5rem !important;
    width: 7px;
  }
  .header .nav-link .badge {
    position: absolute;
    top: -12px;
    left: 19px;
  }
}
@media (min-width: 569px) and (max-width: 767px) {
  .product-item2-desc .label-rating {
    float: none !important;
    margin-top: 4px !important;
  }
}
@media (max-width: 400px) {
  .item-search-menu ul li a {
    width: 100%;
    display: block;
    margin: 0 0 8px 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .product-slider .thumbcarousel .carousel-item .thumb {
    max-width: 85px !important;
  }
}
@media (min-width: 569px) and (max-width: 992px) {
  .top-bar .top-bar-left .socials li {
    margin: 9px 7px !important;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .banner1 .header-text.slide-header-text {
    top: 26% !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .banner1 .header-text.slide-header-text {
    top: 6% !important;
  }
}
@media (min-width: 481px) and (max-width: 992px) {
  .owl-product .owl-productimg {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
  }
  .art-wideget .art-details {
    margin-top: 10px;
  }
  .header-search .header-icons .header-icons-link1 .main-badge1 {
    top: -11px !important;
  }
  .user-wideget .widget-image {
    top: 50% !important;
  }
  .banner1 .header-text h2 span {
    padding: 0 !important;
  }
  .banner1 .header-text h3 span {
    padding: 0 !important;
  }
  .banner1 .header-text {
    top: 20% !important;
  }
  .item-card:hover .item-card-btn {
    left: 42%;
  }
  .product-img {
    margin: 0 auto;
    text-align: center;
  }
  .banner-1 img {
    height: 18.6rem;
  }
  .banner-2 .header-text {
    top: 0.5rem !important;
  }
  .banner-2 img {
    height: 33rem;
  }
  .item-search-tabs {
    margin-top: 1rem !important;
  }
  .bannerimg img {
    height: 10rem;
  }
  .userprof-tab .media {
    display: block !important;
  }
  .userprof-tab .media-body {
    display: contents;
    width: 100%;
  }
  .userprof-tab .media-body .card-item-desc {
    margin-left: 0 !important;
  }
  .userprof-tab .btn {
    margin-bottom: 0.3rem;
  }
  .wideget-user-tab .tabs-menu1 ul li a {
    padding: 5px !important;
  }
  .wideget-user-tab .tab-menu-heading .nav li a {
    font-size: 14px !important;
  }
  .header-search .header-search-logo {
    margin-top: 5px;
  }
  .header-main .post-btn {
    margin-top: 3px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .item-card .item-card-img img {
    width: 100%;
  }
  .item-card2-img img {
    width: 100%;
  }
  .item-card9-img img {
    width: 100%;
  }
  .product-info .product-info-img img {
    width: 100%;
  }
  .item-card4-img img {
    width: 100%;
  }
  .item-card5-img img {
    width: 100%;
  }
  .item-card7-img img {
    width: 100%;
  }
  .item-card8-img img {
    width: 100%;
  }
  .overview .overview-img img {
    width: 100%;
  }
  .video-list-thumbs img {
    width: 100%;
  }
  .header-main .get-contact a {
    border-left: 0 !important;
    padding-left: 0 !important;
  }
  .header-main .get-contact {
    margin-bottom: 15px;
  }
  .header-search .header-inputs {
    margin-bottom: 15px;
  }
  .header-main .social-icons {
    text-align: center;
    float: none !important;
  }
  .header-main .social-icons li:last-child {
    margin-right: 0;
  }
  .header-search .header-icons .header-icons-link {
    float: right;
  }
  .header-search .header-icons {
    float: none !important;
    text-align: center !important;
  }
  .top-bar {
    text-align: center;
  }
  .top-bar .top-bar-left {
    text-align: center;
  }
  .top-bar .top-bar-left .contact {
    border-left: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .top-bar .top-bar-left .socials li {
    margin: 12px 15px !important;
  }
  .top-bar .top-bar-right {
    float: none !important;
    text-align: center;
    display: block !important;
    margin: 0 auto;
  }

  .top-bar .top-bar-left .contact li:first-child {
    margin-right: 1.5rem !important;
  }
  .product-multiinfo .product-ship p a:first-child {
    margin-bottom: 5px;
  }
  .product-singleinfo .product-ship p a:first-child {
    margin-bottom: 5px;
  }
  .banner-2 img {
    height: 27rem;
  }
  .items-blog-tab-heading .items-blog-tab-menu li {
    text-align: center;
    margin-bottom: 10px;
  }
  .ace-responsive-menu {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .header-main .top-bar-right .custom {
    display: -webkit-inline-box !important;
    margin-bottom: 0.8rem !important;
    margin-top: 0.8rem !important;
  }
  .icon-card li {
    font-size: 10px;
  }
  .support-service.bg-dark {
    margin-bottom: 10px;
  }
  .cat-slide .card {
    margin-bottom: 1.5rem !important;
  }
  .fea-ad .card {
    margin-bottom: 1.5rem !important;
  }
  .advertisment-block img {
    width: 100%;
  }
  .header-main .post-btn {
    margin-top: 5px;
  }
  .customerpage .card {
    margin-bottom: 1.5rem !important;
  }
  .ads-tabs .tabs-menus ul li a {
    padding: 8px 10px 8px 10px !important;
  }
}
@media (max-width: 375px) {
  .product-slider .thumbcarousel .carousel-item .thumb {
    max-width: 49px !important;
  }
  .list-group-item.products .desc {
    display: none;
  }
}
@media (max-width: 1279px) {
  .header-search.style-5 .header-search-logo {
    text-align: center;
  }
  .header-search.style-5 .header-icons.float-right .header-icons-link {
    text-align: center !important;
  }
}
@media (max-width: 1336px) {
  .filter-product-info .table td {
    display: -webkit-box;
    padding: 3px !important;
  }
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .item-search-tabs a.btn {
    line-height: 1.94615385;
  }
}
@media (max-width: 1300px) and (min-width: 400px) {
  .classifieds-content .item-search-menu ul li a {
    display: block;
    margin: 3px;
    border-radius: 3px;
  }
  .item-search-menu ul li a {
    display: block;
    margin: 3px;
    border-radius: 3px;
  }
}
@media (min-width: 767px) {
  /*.tab-content #tab-11 .item-card9-img{
		width: 400px;
	}*/
  .tab-content #tab-11 .item-card9-imgs img {
    height: 200px;
  }
  .tab-content #tab-11 .item-card2-img img {
    height: 202px;
  }
  .h-197 {
    height: 197px;
  }
  .qr-code {
    float: right;
    text-align: right;
  }
  .wallet .qr-code {
    height: 6.3rem;
    width: 6.3rem;
  }
}
@media (min-width: 561px) and (max-width: 767px) {
  .navtab-wizard.nav-tabs li {
    width: 50%;
    display: contents;
  }
  .tabs-menu1 ul li {
    display: block;
    width: auto;
    margin: 1px;
  }
  .navtab-wizard.nav-tabs .nav-link:first-child {
    border-top: 0;
  }
  .navtab-wizard.nav-tabs .nav-link {
    border-left: 0;
    border-top: 1px solid #eaf0f7;
  }
}
@media (max-width: 340px) {
  .auction-content .product-item2-desc .product-item2-rating {
    display: block;
  }
}
@media (max-width: 767px) and (min-width: 569px) {
  .auction-content .product-item2-desc .product-item2-rating {
    display: block;
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  .auction-content .product-item2-desc .product-item2-rating {
    display: block;
  }
  .owl-carousel-icons6 .product-item2-desc .product-item2-rating {
    display: block;
  }
  .icon-absolute {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1350px) {
  .ecommerce-menu.horizontalMenu > .horizontalMenu-list > li > a {
    padding: 9px 15px;
  }
  .contact-img .contact-text {
    font-size: 34px !important;
  }
  .contact-img h3 {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1350px) {
  .header-menu1 .input-group {
    width: 140px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  #container1 {
    min-height: 460px !important;
  }
}
@media (max-width: 567px) {
  #container1 {
    min-height: 515px !important;
  }
  .contact-img .contact-text {
    font-size: 25px !important;
  }
  .contact-img h3 {
    font-size: 18px !important;
  }
  .header-right .nav-link.icon {
    height: 38px !important;
    width: 18px !important;
    margin: 10px 7px !important;
  }
  .navbar-collapse .input-group-btn .btn:hover {
    background: transparent !important;
    border-radius: 50%;
    color: #2205bf;
  }
  .header-right .nav-link.icon:hover {
    background: transparent !important;
  }
}
@media (max-width: 992px) and (min-width: 767px) {
  .map-width {
    display: contents;
  }
  .cbp_tmtimeline > li .cbp_tmtime {
    padding-right: 60px;
    width: 25%;
  }
  .cbp_tmtimeline > li .cbp_tmicon,
  .cbp_tmtimeline:before {
    left: 23%;
  }
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 30%;
  }
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline > li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
@media (max-width: 390px) {
  button#gdpr-cookie-advanced {
    margin-left: 0 !important;
  }
  #gdpr-cookie-message p button {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  .map-content-width {
    width: 64%;
  }
  .map-width {
    width: 55%;
  }
}
@media (min-width: 1360px) {
  .map-content-width {
    width: 45%;
  }
  .map-width {
    width: 55%;
  }
}
@media (max-width: 400px) {
  .employers-btn {
    display: none;
  }
}
@media screen and (max-width: 65.375em) {
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 12px;
  }
}
@media screen and (max-width: 1129px) {
  .cbp_tmtimeline:before {
    display: none;
  }
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }
  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #dadfec;
    top: -25px;
    left: 18px;
  }
  .cbp_tmtimeline > li .cbp_tmlabel:before {
    right: auto;
    left: 20px;
    border-right-color: transparent !important;
    border-bottom-color: #ffffff !important;
    top: -21px !important;
  }
  .timeline--mobile .timeline__item .timeline__content:after {
    left: -8px !important;
    border-bottom: 10px solid transparent !important;
    border-right: 10px solid #ffff !important;
    border-left: none !important;
    border-top: 10px solid transparent !important;
  }
  .timeline--mobile .timeline__item .timeline__content:before {
    left: -10px;
    border-bottom: 12px solid transparent;
    border-left: none;
    border-top: 12px solid transparent;
  }
  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -64px 5px 0 0px;
  }
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #dadfec;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline > li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
@media only screen and (max-device-width: 1024px) {
  .parallax {
    background-attachment: scroll;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .banner1 .slider .header-text {
    top: 35% !important;
  }
  .banner1 .slider img {
    height: 200px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .banner1 .slider .header-text {
    top: 32% !important;
  }
}
@media (min-width: 993px) and (max-width: 1240px) {
  .banner1 .slider .header-text {
    top: 23% !important;
  }
}
@media (min-width: 569px) and (max-width: 767px) {
  .item-card7-imgs a i {
    top: 29%;
  }
}
@media (max-width: 600px) {
  .job-box-filter label {
    width: 100%;
    text-align: center;
  }
  .message-body h5 span.pending,
  .message-body h5 span.unread {
    display: none;
  }
  h2,
  .h2 {
    font-size: 1.4rem;
  }
  h3,
  .h3 {
    font-size: 1rem;
  }
  h1,
  .h1 {
    font-size: 2rem;
    font-weight: 400;
  }
}
@media (min-width: 449px) and (max-width: 568px) {
  #index-video .index-video-container .videocaption {
    top: 44%;
  }
}
@media (min-width: 569px) and (max-width: 992px) {
  #index-video .index-video-container .videocaption {
    top: 42%;
  }
  .item-card-img h3.text-white {
    font-size: 1rem;
  }
  .item-card2 h4.bg-light.p-3 {
    font-size: 0.8rem;
  }
}
@media (max-width: 448px) {
  #index-video .index-video-container {
    min-height: 180px;
  }
  #index-video .index-video-container .videocaption {
    top: 42%;
  }
}
@media (max-width: 1024px) {
  .construction-svg {
    width: 50%;
    margin-bottom: 20px;
  }
  .video-image i {
    margin: 0 auto;
    top: 17%;
  }
}
@media (min-width: 1024px) {
  .banner-videos {
    position: absolute;
    bottom: 1.5rem;
    display: block;
    height: 100%;
    left: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .app-header {
    z-index: 9999;
  }
  .map-content-width {
    width: 100% !important;
  }
  .product-details .table .media-body {
    display: none;
  }
  .slider-list .slider-text h1 {
    font-size: 2.3rem !important;
    margin-bottom: 15px;
    font-weight: 300;
  }
  .slider-list .slider-text p {
    font-size: 16px !important;
    font-weight: 300;
  }
  .slider-list .slider-text h1 {
    font-size: 2.3rem !important;
    margin-bottom: 15px;
    font-weight: 300;
  }
  .slider-list .slider-text p {
    font-size: 15px !important;
    font-weight: 300;
  }
}
@media (min-width: 992px) {
  .search1 .form-control {
    height: 43px;
  }
  .search1 .form-control {
    height: 43px;
  }
  .search1 .select2-container--default .select2-selection--single {
    height: 43px !important;
    border-radius: 0 !important;
  }
  .search2 .form-control {
    height: 43px;
  }
  .search2 .form-control {
    height: 43px;
  }
  .search2 .select2-container--default .select2-selection--single {
    height: 43px !important;
    border-radius: 0 !important;
  }
  .app.sidebar-mini .leftmenu-footer {
    margin-left: 300px;
  }
  .app.sidebar-mini.sidenav-toggled .leftmenu-footer {
    margin-left: 70px;
  }
  .app.sidebar-mini.sidenav-toggled1 .leftmenu-footer {
    margin-left: 0px;
  }
}
.app-header.header .nav-link.icon i {
  color: #3c4858;
}
.header .form-inline .form-control {
  border: 1px solid rgba(67, 87, 133, 0.2) !important;
  padding-left: 20px;
  width: 220px;
  padding-right: 40px;
}
.header .form-inline .btn {
  border-radius: 0;
  padding: 8px 15px 6px 15px;
  border: 2px solid transparent;
  box-shadow: none;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  background: transparent;
  color: #23272b;
  margin-left: -56px;
  font-size: 15px;
}
.profile-details {
  display: grid;
  text-align: right;
  font-size: 14px;
}
.header-right .nav-link.icon {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
  height: 38px;
  width: 38px;
  line-height: 43px;
  border-radius: 50px;
  font-size: 22px;
  margin: 10px;
}
.header-right .nav-link.icon:hover {
  background: rgba(34, 5, 191, 0.1);
}
.header-right .nav-link.icon:hover i {
  color: #2205bf !important;
}
.header-left .nav-link {
  font-size: 15px;
  margin-top: 6.5px;
}
.drop-profile {
  margin-top: 5px;
}
.user-images {
  width: 65px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 65px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.user-details h4 {
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
  color: #ffff;
}
.bg-header-image {
  background: linear-gradient(
      -225deg,
      rgba(5, 32, 163, 0.7),
      rgba(6, 37, 185, 0.7)
    ),
    url(82f0d04155bb45604c676745afe532ee.jpg);
  position: relative;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-header-image:before {
  background: #2205bf !important;
}
.feature .project {
  display: flex;
  width: 45px;
  height: 45px;
  line-height: 2em;
  vertical-align: middle;
  padding-top: 0px;
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
  position: relative;
  align-items: center;
  text-align: center;
  left: 0;
  right: 0;
  justify-content: center;
  font-weight: 500;
}
.number-font {
  font-weight: 600;
}
.total-project {
  width: 105% !important;
  height: 70px !important;
  bottom: -14px;
  position: relative;
  left: -7px;
}
.new-sales {
  width: 105% !important;
  height: 70px !important;
  bottom: -14px;
  position: relative;
  left: -7px;
}
.total-employees {
  width: 105% !important;
  height: 70px !important;
  bottom: -14px;
  position: relative;
  left: -7px;
}
.customer-visits {
  width: 105% !important;
  height: 70px !important;
  bottom: -15px;
  position: relative;
  left: -7px;
}
.dash-1 .carousel-indicators {
  display: none;
}

.weather-card .deg {
  display: inline-block;
  font-size: 20px;
  vertical-align: top;
  margin-top: -28px;
}
.weather-card .forecast li .date {
  display: inline-block;
}
.weather-card .forecast li .condition {
  display: inline-block;
  vertical-align: middle;
  float: right;
  font-size: 16px;
}
.weather-card .forecast li .condition .temp {
  display: inline-block;
  font-size: 23px;
  font-weight: 400;
}
.weather-card .forecast li .condition .temp .deg {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  margin-left: 3px;
  vertical-align: top;
}
.weather-card .forecast li .condition .temp .temp-type {
  font-size: 18px;
}
.weather-card .weather-wrapper .forecast li.active {
  color: #374254;
}
.weather-card .weather-wrapper .forecast .go-up {
  text-align: center;
  display: block;
  font-size: 18px;
  color: #a3b1c9;
  margin-bottom: 10px;
}
.weather-card .weather-wrapper .forecast li {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #a3b1c9;
  line-height: 1em;
  margin-bottom: 20px;
}
.weather-card-image {
  background-image: linear-gradient(
      to right bottom,
      rgba(56, 39, 180, 0.8),
      rgba(108, 24, 164, 0.8)
    ),
    url(f502d61bc5b2349f3edbf8a9c1df062f.jpg);
}

.dashboard-carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: none;
}
.dashboard-carousel .carousel-control-next .carousel-control-next-icon {
  background-image: none;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}
.dashboard-carousel .carousel-control-next .carousel-control-next-icon::after {
  font-family: 'Material Design Icons';
  content: '\F142';
  color: #3827b4;
  font-weight: bold;
  font-size: 0.812rem;
  display: block;
  line-height: 1.35rem;
}
.dashboard-carousel .carousel-control-prev .carousel-control-prev-icon::after {
  font-family: 'Material Design Icons';
  content: '\F141';
  display: block;
  font-size: 0.812rem;
  color: #3827b4;
  font-weight: bold;
  line-height: 1.35rem;
  margin-right: 0.1rem;
}
.dashboard-carousel
  .carousel-control-prev.control-light
  .carousel-control-prev-icon::after {
  color: #e4e9f9;
}
.dashboard-carousel .carousel-control-prev.control-light,
.dashboard-carousel .carousel-control-next.control-light {
  border-color: #e4e9f9;
}
.dashboard-carousel .carousel-control-prev,
.dashboard-carousel .carousel-control-next {
  background-color: #edeff5;
  border: 1px solid #e4e9f9;
  width: 1.625rem;
  height: 1.625rem;
  top: 1.062rem;
  border-radius: 0.375rem;
  opacity: 1;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.dashboard-carousel .carousel-control-prev {
  right: 4rem;
  left: auto;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}
.dashboard-carousel .carousel-control-next {
  right: 1.8rem;
}
.employee {
  height: 100px !important;
  width: 100% !important;
  bottom: -9px;
  position: relative;
  left: -6px;
}
.earning {
  display: block;
  width: 293px !important;
  height: 128px !important;
  margin: 0 auto;
}
.feature i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 4px 6px #cdc6f3, 0 1px 3px #ccc4f7;
}

.pattern-img {
  /* TODO: Найти картинки */
  /* background:url(images/svg/bg-shape.svg); */
}
.product .card .card {
  box-shadow: none !important;
}
.pattern-img:before {
  content: '';
  position: absolute;
  background: rgba(1, 17, 41, 0.8) !important;
  top: 0;
  height: 100%;
  width: 100%;
}
.line {
  display: block;
  margin: 10px auto;
  width: 30px;
  height: 1px;
  background: #c7d2e5;
}
.chart-dropshadow-primary {
  -webkit-filter: drop-shadow(-6px 12px 4px rgba(90, 63, 243 0.3));
  filter: drop-shadow(-6px 12px 4px rgba(90, 63, 243, 0.3));
}
.chart-dropshadow-secondary {
  -webkit-filter: drop-shadow(-6px 12px 4px rgba(90, 63, 243 0.3));
  filter: drop-shadow(-6px 12px 4px rgba(251, 134, 88, 0.3));
}
.chart-dropshadow-success {
  -webkit-filter: drop-shadow(-6px 12px 4px rgba(90, 63, 243 0.3));
  filter: drop-shadow(-6px 12px 4px rgba(54, 179, 126, 0.3));
}
.chart-dropshadow-info {
  -webkit-filter: drop-shadow(-6px 12px 4px rgba(90, 63, 243 0.3));
  filter: drop-shadow(-6px 12px 4px rgba(9, 176, 236, 0.3));
}
.chart-dropshadow2 {
  -webkit-filter: drop-shadow(-6px 12px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(-6px 12px 4px rgba(0, 0, 0, 0.1));
}
.chart-dropshadow3 {
  -webkit-filter: drop-shadow(-6px 12px 4px rgba(94, 101, 105, 0.2));
  filter: drop-shadow(-6px 12px 4px rgba(94, 101, 105, 0.2));
}
.card-image {
  /* TODO: Найти картинки */
  /* background: url(images/photos/45.jpg); */
  background-size: cover;
}
.card-image:before {
  content: '';
  background: #230c98;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.card-image .card-footer {
  position: relative;
}
.bg-primary-light {
  background: #d8d4e8;
}
.dot-label {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 5px;
}
.canvasDoughnut-1 {
  position: relative;
  left: -102px;
  display: initial !important;
}
.profile .social-icons a {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
  height: 50px;
  width: 50px;
  max-width: 33px;
  max-height: 33px;
  border-radius: 50px;
  border: 1px solid #ffff;
  font-size: 17px;
  color: #2205bf;
  box-shadow: 0 4px 6px #c7c1ea, 0 1px 3px #c7c1ea;
}
.coming-events .list-group-item i {
  font-size: 1.2em;
  border: 1px solid #dddce2;
  padding: 7px;
  border-radius: 3px;
  background: #f1f5fa;
  line-height: 1.2;
}
.coming-events .list-group-item {
  padding: 0.6rem 1.25rem;
}
.profile .widget-user-header {
  background: linear-gradient(rgba(90, 63, 243, 0.5), rgba(90, 63, 243, 0.5)),
    url(3420fd0ea379a8a815e143af30f701f7.png);
  background-size: cover;
  background-position: bottom;
  opacity: 0.95;
}
.project {
  background: linear-gradient(rgba(70, 43, 226, 0.85), rgba(72, 44, 232, 0.85)),
    url(f502d61bc5b2349f3edbf8a9c1df062f.jpg);
}
.project .progress {
  background-color: rgba(255, 255, 255, 0.2);
}
.project-description li {
  padding: 5px;
  font-size: 14px;
}
.project-description li:before {
  content: '\f105';
  margin-right: 8px;
  position: relative;
  font-family: 'FontAwesome' !important;
  opacity: 0.6;
  font-size: 16px;
}
.userprof-tab #calendar1 {
  font-size: 14px;
}
.userprof-tab .fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  background: #2205bf;
  color: #fff;
}
.userprof-tab .fc button {
  background: #f1f5fa;
  color: #3c4858;
  border: 1px solid #eff2f7;
}
.userprof-tab .fc-event,
.fc-event-dot {
  background-color: rgb(74, 41, 251) !important;
  color: #ffff;
  padding: 5px;
}
.userprof-tab .fc th.fc-widget-header {
  font-size: 13px;
  line-height: 10px;
  padding: 15px 0;
  text-transform: uppercase;
  font-weight: 600;
  background: #f1f5fa;
}
.table-add .btn-icon {
  border-color: #e1e8f1;
  background-color: rgb(225, 232, 241) !important;
  color: #00b8d9 !important;
  margin-right: 9px;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  padding-top: 0.18rem;
  padding-bottom: 0.18rem;
}
.table-add .btn-icon i {
  line-height: 1.8rem;
}
#table {
  border-top: 0;
}

/*----tabs-design----*/

.wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li a {
  padding: 10px 20px 10px 20px;
  display: block;
  margin: 4px 4px 0 4px;
}
.wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li:first-child a {
  margin-left: 0;
}
.wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li .active {
  border-bottom: 0 !important;
  padding: 10px 20px 12px 20px;
  border-radius: 3px 3px 0 0;
  margin-bottom: -2px;
  background: #fff;
  border: 0;
}
@media (max-width: 480px) {
  .wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li a {
    margin: 0px !important;
  }
  .wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li {
    margin: 3px !important;
  }
}
/** Progressbar Animated **/
@-webkit-keyframes animationProgress {
  from {
    width: 0;
  }
}

@keyframes animationProgress {
  from {
    width: 0;
  }
}

/*--Search--*/

.navbar-collapse {
  position: relative;
}
.navbar-collapse .input-group-btn .btn {
  border: 0px solid #ebeaf1 !important;
  background: transparent;
  border-radius: 3px;
  color: #3c4858;
  height: 38px;
  width: 38px;
  line-height: 24px;
  border-radius: 50px;
  font-size: 22px;
}
.navbar-collapse .input-group-btn .btn:hover {
  border-radius: 50%;
  color: #2205bf;
}
.navbar-collapse .input-group-btn .btn:hover i {
  color: #2205bf;
}
.navbar-collapse .input-group-btn {
  margin-top: 8px;
}
.navbar-collapse .input-group-btn .btn i {
  font-size: 16px;
  color: #3c4858;
}
.navbar-collapse .navbar-form.active .input-group-btn .btn i {
  font-size: 14px;
  line-height: 27px;
}
.navbar-form.active .input-group-btn {
  position: absolute;
  right: -12px;
  z-index: 9999;
  top: 5px;
}
.navbar-form.active .input-group-btn .btn-default .fa-search {
  display: none;
}
.navbar-collapse form[role='search'] {
  top: 0px;
  right: 0;
  width: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 0;
}
.navbar-collapse form[role='search'] button,
.navbar-collapse form[role='search'] input {
  padding: 5px 12px;
  border-radius: 0px;
  border-width: 0px;
  color: #6f7282;
  background-color: rgb(248, 248, 248);
  border-color: rgb(231, 231, 231);
  box-shadow: none;
  outline: none;
}
.navbar-collapse form[role='search'] input {
  padding: 16px 12px;
  font-size: 14px;
  color: #807b90;
  box-shadow: none;
}
.navbar-collapse form[role='search'] button[type='reset'] {
  display: none;
  background: #fff;
  border: 0 !important;
}
@media (min-width: 768px) {
  .navbar-collapse form[role='search'] {
    width: 38px;
  }
  .dropdown.d-cart .dropdown-menu {
    width: 20.5rem !important;
  }
  .dropdown.message .dropdown-menu {
    width: 20.5rem !important;
  }
  .navbar-collapse form[role='search'] input {
    font-size: 16px;
    opacity: 0;
    display: none;
    height: 66px;
    transition: all 05s;
  }
  .navbar-collapse form[role='search'].active {
    width: 100%;
    z-index: 9999;
    right: 0;
    border-left: 1px solid #e3e3f7;
    position: absolute;
    padding-left: 70px;
  }
  .navbar-collapse form[role='search'].active button,
  .navbar-collapse form[role='search'].active input {
    display: table-cell;
    opacity: 1;
  }
  .navbar-collapse form[role='search'].active input {
    width: 100%;
    background: #e8eaf1;
    padding-left: 20px;
    border-radius: 3px 3px 0 0;
    transition: all 05s;
    box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.1);
  }
}
@media (max-width: 1186px) {
  .header-left .date-range {
    display: none;
  }
}
@media (max-width: 768px) {
  .navbar-collapse form[role='search'] input {
    font-size: 16px;
    opacity: 0;
    display: none;
    height: 66px;
    transition: all 05s;
  }
  .navbar-collapse form[role='search'].active {
    width: 100%;
    z-index: 9999;
    right: 0;
    border-left: 1px solid #e3e3f7;
    position: absolute;
    padding-left: 0;
  }
  .navbar-collapse form[role='search'].active button,
  .navbar-collapse form[role='search'].active input {
    display: table-cell;
    opacity: 1;
  }
  .navbar-collapse form[role='search'].active input {
    width: 100%;
    background: #e8eaf1;
    padding-left: 20px;
    border-radius: 3px 3px 0 0;
    transition: all 05s;
    box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.1);
  }
  .navbar-collapse form[role='search'] {
    width: 38px;
  }
}

/*---chat---*/
.chat {
  margin-bottom: auto;
}
.chat .card {
  height: 600px;
}
.chat .card-header {
  padding: 1rem;
}
.contacts_body {
  white-space: nowrap;
}
.msg_card_body {
  overflow-y: auto;
}
.contacts_body .contacts {
  list-style: none;
  padding: 0;
}
.contacts_body .contacts li {
  width: 100% !important;
  padding: 15px;
  border-bottom: 1px solid rgb(237, 239, 245);
}
.contacts_body .active {
  background-color: rgba(255, 255, 255, 0.1);
}
.chatbox .user_img {
  height: 50px;
  width: 50px;
  border: 1.5px solid #f5f6fa;
}
.chatbox .user_img_msg {
  height: 40px;
  width: 40px;
  border: 1.5px solid #f5f6fa;
}
.chatbox .img_cont {
  position: relative;
  height: 50px;
  width: 50px;
}
.chatbox .img_cont_msg {
  height: 40px;
  width: 40px;
  display: contents;
}
.chat-box-single-line {
  height: 12px;
  margin: 7px 0 30px;
  position: relative;
  text-align: center;
}
.chat abbr.timestamp {
  padding: 4px 14px;
  background: rgb(232, 234, 241);
  border-radius: 4px;
}
.chatbox .user_info {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 15px;
}
.chatbox .user_info span {
  color: #464444;
}
.chatbox .action-header small {
  font-size: 10px;
}
.chat .video_cam {
  margin-left: 50px;
  margin-top: 5px;
}
.chat .video_cam span {
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin-right: 20px;
}
.chat .msg_cotainer {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  background-color: rgb(232, 242, 251);
  padding: 10px;
  position: relative;
  border-radius: 2px;
}
.chat .msg_cotainer_send {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  background-color: rgb(226, 243, 243);
  padding: 10px;
  position: relative;
}
.chat .msg_time {
  position: absolute;
  left: 0;
  bottom: -18px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
}
.chat .msg_time_send {
  position: absolute;
  right: 0;
  bottom: -18px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
}
.chat .msg_head {
  position: relative;
  background: #12d2bd;
  box-shadow: 0 1px 15px 1px rgba(58, 58, 62, 0.4);
}
#action_menu_btn {
  position: absolute;
  right: 36px;
  top: 21px;
  color: white;
  cursor: pointer;
  font-size: 20px;
}
.action_menu {
  z-index: 1;
  position: absolute;
  padding: 15px 0;
  background-color: #fff;
  color: #646367;
  top: 40px;
  right: 15px;
  display: none;
}
.action_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.chat .action-header {
  position: relative;
  background: rgb(255, 255, 255);
  padding: 15px 13px 15px 17px;
  box-shadow: 0 1px 11px 1px rgb(0, 0, 0, 0.1);
}
.chat .dropdown-menu.dropdown-menu-right.show {
  width: 100%;
  margin-bottom: 5px;
  position: absolute;
  transform: translate3d(-176px, 22px, 0px);
  top: 10px !important;
  left: 0px;
  will-change: transform;
}
.chatbox .chat-header {
  background: rgb(255, 255, 255);
  box-shadow: 0 1px 11px 1px rgb(0, 0, 0, 0.1);
}
.chat .msb-reply textarea {
  width: 100%;
  font-size: 13px;
  padding: 12px 47px;
  resize: none;
  height: 44px;
  border: 1px solid rgb(237, 239, 245);
  background: rgba(181, 229, 245, 0.1);
  margin-left: -42px;
  color: #fff;
}
.chat .msb-reply textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.msb-reply button {
  position: absolute;
  top: 10px;
  right: 4px;
  border: 0;
  height: 44px;
  width: 44px;
  font-size: 20px;
  color: #fff;
  background: #26c2f7;
}
.chat .attach_btn {
  background: transparent;
  border: 0 !important;
  cursor: pointer;
  z-index: 1000;
  margin-left: 0px;
  font-size: 20px;
}
.chat .dropdown-menu li {
  padding: 7px;
  color: #6c81a6;
}
.chat .dropdown-menu li:hover {
  background: #faf9ff;
}
.chat .dropdown-menu li i {
  padding: 7px;
}
.action_menu ul li:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}
.chat .actions > li {
  display: inline-block;
  margin-top: 15px;
  padding: 0;
}
.chat .actions:not(.a-alt) > li > a > i {
  color: #3c4858;
}
.chat .justify-content-start {
  margin-bottom: 30px;
}
.chat .justify-content-end {
  margin-bottom: 30px;
}
.contacts_body {
  overflow-y: auto;
  white-space: nowrap;
  max-height: 524px;
}

@media (max-width: 1170px) {
  .banner {
    display: block;
  }
  .banner .page-content {
    width: 100%;
  }
  .banner {
    padding: 1.3rem;
  }
}
@media (min-width: 767px) and (max-width: 1170px) {
  .page-header {
    display: block;
    margin: 27px -24px 1.5rem;
  }
}
@media (min-width: 568px) and (max-width: 765px) {
  .page-header {
    display: block;
    margin: 20px -24px 1.5rem;
  }
}
@media (max-width: 567px) {
  .page-header {
    display: block;
    margin: 32px -24px 1.5rem;
  }
  .d-cart {
    display: none;
  }
  .header-main .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.recent-leads .media img {
  width: 40px;
  height: 40px;
}

/*----------Timeline--------*/
/*latetes news timeline */
.latest-timeline-1 ul.timeline-1 {
  list-style-type: none;
  position: relative;
}
.latest-timeline-1 ul.timeline-1:before {
  content: ' ';
  border: 2px dotted #edeff5;
  margin: 20px 20px 0 22px;
  display: inline-block;
  position: absolute;
  left: -5px;
  width: 2px;
  height: 100%;
  z-index: 0;
}
.latest-timeline-1 ul.timeline-1 > li {
  margin: 22px 0;
  padding-left: 3rem;
}
.latest-timeline-1 ul.timeline-1 > li .product-icon {
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 1px;
  background-color: #f3f6f7;
  font-size: 20px;
  line-height: 35px;
  font-size: 15px;
}
.latest-timeline-1 ul.timeline-1 > li:nth-child(2):before {
  border: 3px solid #fb1c52;
}
.latest-timeline-1 ul.timeline-1 > li:nth-child(3):before {
  border: 3px solid #e9b307;
}
.latest-timeline-1 ul.timeline-1 > li:nth-child(4):before {
  border: 3px solid #4481eb;
}
.latest-timeline-1 ul.timeline-1 > li:last-child:before {
  border: 3px solid #27af06;
}
.product-timeline ul.timeline-1 {
  list-style-type: none;
  position: relative;
}
.product-timeline ul.timeline-1:before {
  content: ' ';
  border: 1px solid #e5eafb;
  margin: 20px 20px 0 22px;
  display: inline-block;
  position: absolute;
  left: -2px;
  width: 2px;
  height: 94%;
  z-index: 0;
}
.product-timeline ul.timeline-1 > li {
  margin: 22px 0;
  padding-left: 3.5rem;
}

.product-timeline ul.timeline-1 > li .product-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 1px;
  background-color: #f3f6f7;
  font-size: 20px;
  line-height: 40px;
  font-size: 21px;
}
.app-content.page-body {
  min-height: 67vh;
}
.mh-300 {
  max-height: 437px;
}
.mh-350 {
  max-height: 350px;
}
.calendar-icon {
  position: relative;
  width: 43px;
  height: 43px;
  margin: 0 1%;
  float: left;
  perspective: 1000px;
  box-sizing: border-box;
  border: 1px solid #dee5ed;
  border-radius: 3px;
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.04);
}
.icons span {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 9px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}
.icons .date {
  font-size: 14px;
  color: #000000;
  top: 0;
  padding: 2px;
  font-weight: 500;
  background: #edeff5;
}
.icons .month {
  background: #2205bf;
  overflow: hidden;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.areaChart1,
.areaChart2,
.areaChart3,
.areaChart4 {
  display: block;
  position: relative;
  width: 80px !important;
  height: 80px !important;
}
.banner .banner-color {
  color: #c6d6ef !important;
}
.chart-data {
  position: absolute;
  bottom: 4px;
  width: 100%;
}
.cryptoChart,
.cryptoChart2,
.cryptoChart3,
.cryptoChart4 {
  position: relative;
  width: 105% !important;
  left: -7px;
  bottom: -14px;
}
.exchange i {
  transform: rotate(90deg);
}
.exchange-statistics img {
  height: 2.7rem;
  width: 2.7rem;
}
.res-tabs .tabs-menu1 ul li a {
  padding: 12px 29.5px 12px 29.5px;
}
.res-tabs .tabs-menu1 ul li .active {
  border-bottom: 2px solid #2205bf;
  color: #fff;
  background: #2205bf;
  box-shadow: 0 5px 10px rgb(34, 5, 191, 0.3);
}
.quicktrade .tabs-menu1 ul li a {
  padding: 10px 33px 11px 32px;
}
.quicktrade.tab-menu-heading {
  margin: 0 !important;
}
.res-tabs .tabs-menu1 ul li .active:hover {
  color: #fff !important;
}
.res-tabs .tab-menu-heading {
  padding: 28px 3px 10px 3px;
  border: 1px solid #eaf0f7;
  border-bottom: 0;
  background: #f5f6fa;
  margin: 10px 10px 0 10px;
}
.res-tabs .nav {
  padding-top: 10px;
}
.peity-bg {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
}
.res-tabs a:hover {
  color: inherit !important;
}
.res-tabs.responsible-tabs .tabs-menu1 ul li a {
  padding: 11px 40px 11px 39px;
  font-size: 15px;
}
.owl-theme img {
  height: 2.5rem;
  width: 2.5rem;
  margin-top: 3px;
}
.owl-theme .owl-prev {
  display: none;
}
.owl-theme .owl-next {
  display: none;
}
.owl-crypto .owl-prev {
  display: none;
}
.owl-crypto .owl-next {
  display: none;
}
.toolbar {
  margin-left: 45px;
}

.toolbar .btn {
  background: #fff;
  color: #222;
  border: 1px solid #e7e7e7;
  border-bottom: 2px solid #ddd;
  border-radius: 4px;
  padding: 2px 17px;
}

.toolbar .btn.active {
  color: #fff;
  background: #6952e6;
  border: 1px solid #2205bf;
  border-bottom: 2px solid #2205bf;
}

.toolbar .btn:focus {
  outline: 0;
}
.buy-sell .form {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.4);
  padding: 15px 0;
  border-radius: 4px;
}
.wallet .input-group-addon-right i {
  line-height: 31px;
}
.news .best-ticker {
  border: solid 1px #ebebf1;
}

#echart1 {
  height: 100px !important;
}
.card-flot .flotChart {
  width: 100%;
  height: 100px;
}
.browser-stats i {
  height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 50%;
  line-height: 32px;
}
.apexcharts-canvas {
  position: relative;
  user-select: none;
  margin: 0 auto;
}
.piechart {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 104px;
  height: 110px;
}
.piechart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 101px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: 0.8em;
}
#page-load {
  position: relative;
  bottom: -10px;
  height: 216px !important;
}
#storage {
  width: 117% !important;
  position: relative;
  bottom: -24px;
  left: -24px;
}
#widgetChart1 {
  width: 114% !important;
  left: -32px;
  position: relative;
  bottom: -20px;
}
.flot {
  left: 0px;
  top: 0px;
  width: 610px;
  height: 250px;
}
#flotTip {
  padding: 3px 5px;
  background-color: #000;
  z-index: 100;
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=85);
}
.social-reports .social-media {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
}
.social-media-icons {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px !important;
  font-size: 25px;
  border: 1px solid #edf0f7;
  text-align: center;
}
.list-group-item.products {
  display: inline-flex;
  width: 100%;
}
.prod-image img {
  height: 3.7rem;
  width: 4rem;
}
.list-group-item.products .price h4 {
  font-size: 18px;
  margin-bottom: 2px;
}
.list-group-item.products .rated-products-ratings {
  font-size: 14px;
}
#small-categories-2 .owl-nav {
  display: none;
}
.users-images img {
  border-radius: 13%;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  width: 2.5rem;
  height: 2.5rem;
}
.onsale {
  background: url(ebfddef1a375d9bdd9faa644ecf74235.jpg);
  background-size: cover;
}
.onsale:before {
  background: rgba(74, 51, 200, 0.6);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: block;
  z-index: 0;
  top: 0;
}
.top-products .carousel .carousel-indicators {
  top: 20px;
  right: 0;
  left: auto;
  margin: 0;
}
.top-products .carousel-indicators li {
  background: #070707;
  border: 4px solid #edebfd;
}
.top-products .carousel-indicators li,
.carousel-indicators li.active {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 1px 2px;
}
.top-products .carousel-indicators li.active {
  border: 4px solid #2205be;
}
.pro-img-box .social {
  display: grid;
}
.ecommerce-prod .pro-img-box img:hover {
  background: transparent;
}
.ecommerce-prod .pro-img-box .social li a {
  color: #2205bf;
  background: rgba(34, 5, 191, 0.1);
  font-size: 14px;
  text-align: center;
  line-height: 43px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  margin: 1px;
  transition: 0.5s ease 0s;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
  vertical-align: middle;
}
.item-card9-desc {
  font-size: 15px;
}
.item-card9 {
  color: #8492a6;
}
.product-datatable table.dataTable tbody th,
table.dataTable tbody td {
  padding: 12px 10px !important;
}
.error-page {
  position: relative;
}
.error-page .display-1 {
  font-size: 10.5rem;
  margin-top: 0px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
#daterange-btn.dropdown-item:focus,
.dropdown-item:hover {
  background: transparent !important;
}
.dropdown.message a p {
  color: rgba(27, 46, 75, 0.85);
}
.dropdown.message a h5 {
  font-weight: 500;
  color: #1b2e4b;
  font-size: 16px;
}
.drop-scroll {
  max-height: 300px;
}
.drop-notify {
  max-height: 250px !important;
}
.drop-cart {
  max-height: 300px;
}
.pulse {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.7rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c03c;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(34, 192, 60, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0.9);
    box-shadow: 0 0 0 0 rgba(34, 192, 60, 0.7);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(34, 192, 60, 0);
    box-shadow: 0 0 0 10px rgba(34, 192, 60, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0);
    box-shadow: 0 0 0 0 rgba(34, 192, 60, 0);
  }
}

.pulse-secondary {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.7rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fa713b;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(250, 113, 59, 0.9);
  animation: pulse 2s infinite;
}
.pulse-secondary {
  -webkit-animation-name: pulse-secondary;
  animation-name: pulse-secondary;
}

@-webkit-keyframes pulse-secondary {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(250, 113, 59, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(250, 113, 59, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(250, 113, 59, 0);
  }
}
@keyframes pulse-secondary {
  0% {
    -moz-box-shadow: 0 0 0 rgba(250, 113, 59, 0.6);
    box-shadow: 0 0 0 rgba(250, 113, 59, 0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(250, 113, 59, 0);
    box-shadow: 0 0 0 10px rgba(250, 113, 59, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(250, 113, 59, 0);
    box-shadow: 0 0 0 0 rgba(250, 113, 59, 0);
  }
}

.pulse-danger {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.7rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f94859;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(249, 72, 89, 0.9);
  animation: pulse 2s infinite;
}
.pulse-danger {
  -webkit-animation-name: pulse-danger;
  animation-name: pulse-danger;
}
@-webkit-keyframes pulse-danger {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(249, 72, 89, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(249, 72, 89, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(249, 72, 89, 0);
  }
}
@keyframes pulse-danger {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(249, 72, 89, 0.9);
    box-shadow: 0 0 0 0 rgba(249, 72, 89, 0.7);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(249, 72, 89, 0);
    box-shadow: 0 0 0 10px rgba(249, 72, 89, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(249, 72, 89, 0);
    box-shadow: 0 0 0 0 rgba(249, 72, 89, 0);
  }
}
.bell-animations {
  display: block;
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }

  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}

.border-0 {
  border: 0 !important;
}
.search-product .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #fff !important;
  border-radius: 4px;
}

.clipboard-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #d8dde4;
  padding: 4px 8px;
  border-radius: 5px;
  cursor: pointer;
}
.clip-widget {
  position: relative;
}

.drop-cart-img img {
  max-width: 4rem;
  width: 100%;
}
.dropdown-cart .para {
  max-width: 9.375rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@keyframes bounceInDown {
  60%,
  75%,
  90%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
.colornav .nav1 .nav-item1 .nav-link.active {
  background: rgba(0, 0, 0, 0.3) !important;
}
.custom-switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.custom-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-switches-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-switches-stacked .custom-switch {
  margin-bottom: 0.5rem;
}
.custom-switch-indicator {
  display: inline-block;
  height: 1.25rem;
  width: 2.25rem;
  background: #e9ecef;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s border-color, 0.3s background-color;
}
.custom-switch-indicator:before {
  content: '';
  position: absolute;
  height: calc(1.25rem - 4px);
  width: calc(1.25rem - 4px);
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s left;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.custom-switch-input:checked ~ .custom-switch-indicator:before {
  left: calc(1rem + 1px);
}
.custom-switch-input:focus ~ .custom-switch-indicator {
  box-shadow: none;
}
.custom-switch-description {
  margin-left: 0.5rem;
  color: #6e7687;
  transition: 0.3s color;
}
.custom-switch-input:checked ~ .custom-switch-description {
  color: #495057;
}
.material-switch > input[type='checkbox'] {
  display: none;
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}

.material-switch > label::before {
  background: #e1e2f1;
  box-shadow: inset 0px 0px 10px rgb(161, 181, 197);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}
.material-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgb(161, 181, 197);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}
.material-switch > input[type='checkbox']:checked + label::before {
  background: inherit;
  opacity: 0.5;
}
.material-switch > input[type='checkbox']:checked + label::after {
  background: inherit;
  left: 20px;
}
.member img {
  width: 100%;
}
.memmbername {
  bottom: -30px;
  background: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  line-height: 30px;
  padding: 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  width: 100%;
  font-size: 11px;
}
.features i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  text-align: center;
}
.img-1 {
  vertical-align: middle;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -62px;
}
.img-1 img {
  border-radius: 100%;
  border: 6px solid rgba(225, 225, 225, 0.5);
}
.card .box ul {
  margin: 0;
  padding: 0;
}
.card .box ul li {
  list-style: none;
  float: left;
}
.card .box ul li a {
  display: block;
  color: #aaa;
  margin: 0 10px;
  font-size: 20px;
  transition: 0.5s;
  text-align: center;
}
.datepicker-days {
  padding: 1rem;
}
.owl-productinfo {
  margin-top: 1rem;
}
.fc-event,
.fc-event-dot {
  background-color: #2205bf;
  color: #f1f1f1 !important;
  padding: 5px !important;
}
.search-product .btn {
  padding: 0.9rem 2.5rem;
}
.feature2 i {
  line-height: 3rem;
  font-size: 20px;
  margin: 0 0 15px 0;
}
.bn-news .badge {
  display: inline-block;
  padding: 9px 10px;
  font-size: 100%;
}
.sidetab-menu .list-group-item.pl-0.pr-0 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  border: 1px solid #eaf0f7 !important;
}
.best-ticker {
  border: solid 1px #2205bf !important;
}
.count-down .number-font1 {
  font-size: 30px;
}
.example .nav1 .nav-link {
  padding: 0.6rem 1.6rem;
}
.accordion-wizard .badge.badge-pill {
  padding: 0.25em 0.4em;
  border-radius: 3px;
}
.e-table .btn-primary {
  box-shadow: 0 2px 5px 0 rgb(234, 227, 227) !important;
}
.bg-card-color {
  background-color: #cdd5ef !important;
}
.background-repeat {
  background-repeat: no-repeat !important;
}
.Portfolio-left .tabs-menu a.active {
  border-bottom: 3px solid #2205bf;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #2205bf;
  color: white;
}
.select2-container--default .select2-results__option[aria-selected='true'] {
  background-color: #edeff5;
}
.search-background .form-control:focus {
  border: 1px solid #e0e6f1;
}

#youtubeVideo .modal-header .close {
  background: #000;
  color: #fff;
  right: 20px;
  top: 55px;
  z-index: 9;
  line-height: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #2a03f7 !important;
}
.img-box-shadow {
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.btn-badges .btn-lg {
  padding: 0.375rem 0.75rem !important;
}
.media.media-lg img {
  border-radius: 3px;
}
.panel-heading1.bg-primary {
  background: #ebf2f7 !important;
}
.panel-heading1.bg-primary .panel-title1 a.collapsed {
  color: #6a7882;
  margin-bottom: 16px;
}
.accor.bg-primary {
  background: #ebf2f7 !important;
}
.accor.bg-primary h4 a {
  color: #6a7882;
}
.panel-heading1.bg-primary .panel-title1 a {
  display: block;
  color: #6a7882;
}
.panel-group1 {
  padding: 1.5rem;
}
.tabs-with-icons .nav.panel-tabs li a.active {
  color: #2205bf;
}
.text-primary-light {
  color: #7359ff !important;
}
.nice-select-md {
  height: 34px !important;
  line-height: 1.36 !important;
}
.contacts_body .contacts .avatar-status {
  position: absolute;
  right: 5px;
}
.sidebar-right .avatar-list ul li {
  display: inline-block;
  margin-right: 12px;
}
.sidebar-right .avatar-list ul li a:hover {
  color: #fff !important;
}
.app.sidebar-mini .panel sidetab-menu a {
  transition: opacity 0.3s ease 0.2s, transform 0.4s ease 0.2s;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  transform: translateX(-30px);
}
body *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  transition: 0.3s background;
}
body *::-webkit-scrollbar-thumb {
  background: #c1c0d0;
}
body *:hover::-webkit-scrollbar-thumb {
  background: #a9a7b9;
}
body *::-webkit-scrollbar-track {
  background: #e6e3ec;
}
body .app-content {
  min-height: 85vh;
  overflow: hidden;
}
.app.sidebar-mini .app-content {
  min-height: calc(100vh - 15px);
  overflow: hidden;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 1px 2px;
}
.c_d1d1d1 {
  color: #d1d1d1;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

/*-------- Buttons ------*/

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 0.9375rem;
	line-height: 1.84615385;
	border-radius: 3px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0 2px 5px 0 rgb(234, 227, 227);
}
@media screen and (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}
.btn:hover, .btn:focus {
	text-decoration: none;
}
.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: none !important;
}
.btn.disabled, .btn:disabled {
	opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
	background-image: none;
}
a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none;
}
.btn-default {
	color: #292828;
	background: #edeff5;
	border-color: #dde1ef;
	box-shadow: 0 5px 10px rgba(227, 228, 237, 0.3);
}
.btn-default:hover {
	color: #292828;
	background-color: #e2e5ef;
	border-color: #dde1ef;
}
.btn-default:focus, .btn-default.focus {
	box-shadow: 0 0 0 2px rgb(229, 240, 250);
}
.btn-default.disabled, .btn-default:disabled {
	color: #292828;
	background-color: #e2e5ef;
	border-color: #f0f0f4;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show>.btn-default.dropdown-toggle {
	color: #292828;
	background-color: #e2e5ef;
    border-color: #f0f0f4;
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show>.btn-default.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(229, 240, 250, 0.9);
}
.btn-success {
	color: #fff !important;
	background-color:#36b37e;
	border-color:#36b37e;
	box-shadow: 0 5px 10px rgba(19, 191, 166, 0.3) !important;
}
.btn-success:hover {
	color: #fff !important;
	background-color: #02d277;
	border-color: #02d277;
}
.btn-success:focus, .btn-success.focus {
	box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1);
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color:#36b37e;
	border-color:#36b37e;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #02d277;
	border-color: #02d277;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1);
}
.btn-info {
	color: #fff !important;
	background-color: #00b8d9;
	border-color: #00b8d9;
	box-shadow: 0 5px 10px rgba(0, 184, 217, 0.3) !important
}
.btn-info:hover {
	color: #fff !important;
	background-color: #00c3ff;
	border-color: #00c3ff;
}
.btn-info:focus, .btn-info.focus {
	box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.1);
}
.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #00d6e6;
	border-color: #00d6e6;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color:#0ca7ec;
	border-color: #0ca7ec;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.1);
}
.btn-warning {
	color: #000;
	background-color: #ffab00;
	border-color: #ffab00;
	box-shadow:0 5px 10px rgba(255, 171, 0, 0.3);
}
.btn-warning:hover {
	color: #000 !important;
	background-color: #df9809;
	border-color: #df9809;
}
.btn-warning:focus, .btn-warning.focus {
	box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #000;
	background-color:#df9809;
	border-color:#df9809;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle {
	color: #000;
	background-color: #ffb113;
	border-color: #ffb113;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}
.btn-danger {
	color: #fff;
	background-color:#ef4a4a;
	border-color:#ef4a4a;
	box-shadow: 0 5px 10px rgba(237, 49, 76, 0.3) !important;
}
.btn-danger:hover {
	color: #fff !important;
	background-color: #fb5b50;
	border-color: #fb5b50;
}
.btn-danger:focus, .btn-danger.focus {
	box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color:#ef4a4a;
	border-color:#ef4a4a;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #fb5b50;
	border-color: #fb5b50;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}
.btn-light {
	color: #3d4e67;
	background-color:#fff;
	border-color:  #eff2f7;
}
.btn-light:hover {
	color: #3d4e67;
	background-color:#fff;
	border-color:#fff;
}
.btn-light:focus, .btn-light.focus {
	box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}
.btn-light.disabled, .btn-light:disabled {
	color: #3d4e67;
	background-color:#fff;
	border-color:  #eff2f7;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle {
	color: #3d4e67;
	background-color: #dae0e5;
	border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}
.btn-dark {
	color: #fff;
	background-color: #272b44 !important;
	border-color: #272b44;
	box-shadow: 0 2px 5px 0 rgba(39, 43, 68, 0.3);
}
.btn-dark:hover {
	color: #fff !important;
	background-color:#3d3f4e;
	border-color: #3d3f4e;
}
.btn-dark:focus, .btn-dark.focus {
	box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}
.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #3d3f4e;
	border-color: #3d3f4e;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #555769;
	border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}
.btn-outline-success {
	color:#36b37e;
	background-color: transparent;
	background-image: none;
	border-color:#36b37e;
}
.btn-outline-success:hover {
	color: #fff;
	background-color:#36b37e;
	border-color:#36b37e;
}
.btn-outline-success:focus, .btn-outline-success.focus {
	box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
	color:#36b37e;
	background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color:#36b37e;
	border-color:#36b37e;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1);
}
.btn-outline-info {
	color: #00d6e6;
	background-color: transparent;
	background-image: none;
	border-color: #00d6e6;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #00d6e6;
	border-color: #00d6e6;
}
.btn-outline-info:focus, .btn-outline-info.focus {
	box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.1);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #00d6e6;
	background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #00d6e6;
	border-color: #00d6e6;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.1);
}
.btn-outline-warning {
	color:#ffab00;
	background-color: transparent;
	background-image: none;
	border-color:#ffab00;
}
.btn-outline-warning:hover {
	color: #fff;
	background-color:#ffab00;
	border-color:#ffab00;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
	box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color:#ffab00;
	background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show>.btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color:#ffab00;
	border-color:#ffab00;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}
.btn-outline-danger {
	color:#ef4a4a;
	background-color: transparent;
	background-image: none;
	border-color:#ef4a4a;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color:#ef4a4a;
	border-color:#ef4a4a;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
	box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color:#ef4a4a;
	background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color:#ef4a4a;
	border-color:#ef4a4a;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}
.btn-outline-light {
	color: #3d4e67;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa;
}
.btn-outline-light:hover {
	color: #3d4e67 !important;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
	box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show>.btn-outline-light.dropdown-toggle {
	color: #3d4e67;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}
.btn-outline-dark {
	color: #3d3f4e;
	background-color: transparent;
	background-image: none;
	border-color: #3d3f4e;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #3d3f4e;
	border-color: #3d3f4e;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
	box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #3d3f4e;
	background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #3d3f4e;
	border-color: #3d3f4e;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}
.btn-lg, .btn-group-lg>.btn {
	padding: 0.5rem 1rem;
	font-size: 1.125rem;
	line-height: 1.625;
	border-radius: 3px;
}
.btn-sm, .btn-group-sm>.btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block+.btn-block {
	margin-top: 0.5rem;
}
/*----- Btn styles------*/

.btn {
	font-size: 14px;
    padding: .375rem .75rem;
    letter-spacing: .4px;
}

.btn-icon {
	padding-left: .8rem;
	padding-right: .8rem;
	text-align: center;
}
.btn.btn-app {
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    color: #8f8794;
    border: 1px solid #eaf0f7;
    background-color:#edeff5;
    font-size: 12px
}
.btn.btn-app>.fa,
.btn.btn-app>.glyphicon,
.btn.btn-app>.ion {
    font-size: 20px;
    display: block
}
.btn.btn-app:hover {
    background:#fff;
    color: #3f5068;
    border-color:  #eff2f7;
}
.btn.btn-app:active,
.btn.btn-app:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn.btn-app>.badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-weight: 400
}
/*.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px#510fa8;
}*/
.btn-pill {
	border-radius: 10rem;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.btn-square {
	border-radius: 0;
}
.btn-facebook {
	color: #fff;
	background-color: #4777da !important;
	border-color: #4777da !important;
}
.btn-facebook:hover {
	color: #fff;
	background-color: #3c6ed4;
	border-color: #3c6ed4;
}
.btn-facebook.active {
	color: #fff !important;
	background-color:#4777da;
	border-color: #4777da;
}
.btn-facebook:focus, .btn-facebook.focus {
	box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
	color: #fff;
	background-color: #4777da !important;
	border-color: #4777da !important;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show>.btn-facebook.dropdown-toggle {
	color: #fff;
	background-color:#4777da;
	border-color: #4777da;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show>.btn-facebook.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}
.btn-twitter {
	color: #fff;
	background-color: #1da1f3 !important;
	border-color: #1da1f3 !important;
}
.btn-twitter:hover {
	color: #fff !important;
	background-color: #0d8ddc;
	border-color: #0c85d0;
}
.btn-twitter:focus, .btn-twitter.focus {
	box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
	color: #fff;
	background-color: #1da1f3;
	border-color: #1da1f3;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show>.btn-twitter.dropdown-toggle {
	color: #fff;
	background-color: #0c85d0;
	border-color: #0b7ec4;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show>.btn-twitter.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}
.btn-google {
	color: #fff;
	background-color:#ea4335 !important;
	border-color:#ea4335 !important;
}
.btn-google.active {
	color: #fff;
	background-color: #d04237;
	border-color: #d04237;
}
.btn-google:hover {
	color: #fff !important;
	background-color: #d04237;
	border-color: #d04237;
}
.btn-google:focus, .btn-google.focus {
	box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5);
}
.btn-google.disabled, .btn-google:disabled {
	color: #fff;
	background-color:#d04237;
	border-color: #d04237;
}
.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .show>.btn-google.dropdown-toggle {
	color: #fff;
	background-color: #d04237;
	border-color: #d04237;
}
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus, .show>.btn-google.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5);
}
.btn-youtube {
	color: #fff;
	background-color: #f60002 !important;
	border-color: #f60002 !important;
}
.btn-youtube:hover {
	color: #fff !important;
	background-color: #d90000;
	border-color: #cc0000;
}
.btn-youtube:focus, .btn-youtube.focus {
	box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}
.btn-youtube.disabled, .btn-youtube:disabled {
	color: #fff;
	background-color: #f60002;
	border-color: #f60002;
}
.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active, .show>.btn-youtube.dropdown-toggle {
	color: #fff;
	background-color: #cc0000;
	border-color: #bf0000;
}
.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus, .show>.btn-youtube.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}
.btn-vimeo {
	color: #fff;
	background-color: #1ab7ea !important;
	border-color: #1ab7ea !important;
}
.btn-vimeo:hover {
	color: #fff !important;
	background-color: #1eb1e3;
	border-color: #1eb1e3;
}
.btn-vimeo:focus, .btn-vimeo.focus {
	box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5);
}
.btn-vimeo.disabled, .btn-vimeo:disabled {
	color: #fff;
	background-color: #1ab7ea;
	border-color: #1ab7ea;
}
.btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo:not(:disabled):not(.disabled).active, .show>.btn-vimeo.dropdown-toggle {
	color: #fff;
	background-color: #1eb1e3;
	border-color: #108cb4;
}
.btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo:not(:disabled):not(.disabled).active:focus, .show>.btn-vimeo.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5);
}
.btn-dribbble {
	color: #fff;
	background-color: #e04b85 !important;
	border-color: #e04b85 !important;
}
.btn-dribbble:hover {
	color: #fff !important;
	background-color: #e62a72;
	border-color: #e51e6b;
}
.btn-dribbble:focus, .btn-dribbble.focus {
	box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5);
}
.btn-dribbble.disabled, .btn-dribbble:disabled {
	color: #fff;
	background-color: #ea4c89;
	border-color: #ea4c89;
}
.btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble:not(:disabled):not(.disabled).active, .show>.btn-dribbble.dropdown-toggle {
	color: #fff;
	background-color: #e51e6b;
	border-color: #dc1a65;
}
.btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble:not(:disabled):not(.disabled).active:focus, .show>.btn-dribbble.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5);
}
.btn-github {
	color: #fff;
	background-color: #181717 !important;
	border-color: #181717 !important;
}
.btn-github:hover {
	color: #fff !important;
	background-color: #040404;
	border-color: black;
}
.btn-github:focus, .btn-github.focus {
	box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5);
}
.btn-github.disabled, .btn-github:disabled {
	color: #fff;
	background-color: #181717;
	border-color: #181717;
}
.btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active, .show>.btn-github.dropdown-toggle {
	color: #fff;
	background-color: black;
	border-color: black;
}
.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus, .show>.btn-github.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5);
}
.btn-instagram {
	color: #fff;
	background-color: #e4405f !important;
	border-color: #e4405f !important;
}
.btn-instagram:hover {
	color: #fff !important;
	background-color: #de1f44;
	border-color: #d31e40;
}
.btn-instagram:focus, .btn-instagram.focus {
	box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}
.btn-instagram.disabled, .btn-instagram:disabled {
	color: #fff;
	background-color: #e4405f;
	border-color: #e4405f;
}
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show>.btn-instagram.dropdown-toggle {
	color: #fff;
	background-color: #d31e40;
	border-color: #c81c3d;
}
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show>.btn-instagram.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}
.btn-pinterest {
	color: #fff;
	background-color: #bd081c !important;
	border-color: #bd081c !important;
}
.btn-pinterest:hover {
	color: #fff !important;
	background-color: #980617;
	border-color: #df2a31;
}
.btn-pinterest:focus, .btn-pinterest.focus {
	box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}
.btn-pinterest.disabled, .btn-pinterest:disabled {
	color: #fff;
	background-color: #bd081c;
	border-color: #bd081c;
}
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show>.btn-pinterest.dropdown-toggle {
	color: #fff;
	background-color: #df2a31;
	border-color: #df2a31;
}
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show>.btn-pinterest.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}
.btn-vk {
	color: #fff;
	background-color: #6383a8 !important;
	border-color: #6383a8 !important;
}
.btn-vk:hover {
	color: #fff;
	background-color: #527093;
	border-color: #4d6a8b;
}
.btn-vk:focus, .btn-vk.focus {
	box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}
.btn-vk.disabled, .btn-vk:disabled {
	color: #fff;
	background-color: #6383a8;
	border-color: #6383a8;
}
.btn-vk:not(:disabled):not(.disabled):active, .btn-vk:not(:disabled):not(.disabled).active, .show>.btn-vk.dropdown-toggle {
	color: #fff;
	background-color: rgb(18, 15, 99);
	border-color: #496482;
}
.btn-vk:not(:disabled):not(.disabled):active:focus, .btn-vk:not(:disabled):not(.disabled).active:focus, .show>.btn-vk.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}
.btn-rss {
	color: #fff;
	background-color: #ffa500;
	border-color: #ffa500;
}
.btn-rss:hover {
	color: #fff;
	background-color: #d98c00;
	border-color: #cc8400;
}
.btn-rss:focus, .btn-rss.focus {
	box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5);
}
.btn-rss.disabled, .btn-rss:disabled {
	color: #fff;
	background-color: #ffa500;
	border-color: #ffa500;
}
.btn-rss:not(:disabled):not(.disabled):active, .btn-rss:not(:disabled):not(.disabled).active, .show>.btn-rss.dropdown-toggle {
	color: #fff;
	background-color: #cc8400;
	border-color: #bf7c00;
}
.btn-rss:not(:disabled):not(.disabled):active:focus, .btn-rss:not(:disabled):not(.disabled).active:focus, .show>.btn-rss.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5);
}
.btn-flickr {
	color: #fff;
	background-color: #0063dc;
	border-color: #0063dc;
}
.btn-flickr:hover {
	color: #fff;
	background-color: #0052b6;
	border-color: #004ca9;
}
.btn-flickr:focus, .btn-flickr.focus {
	box-shadow: 0 0 0 2px rgba(0, 99, 220, 0.5);
}
.btn-flickr.disabled, .btn-flickr:disabled {
	color: #fff;
	background-color: #0063dc;
	border-color: #0063dc;
}
.btn-flickr:not(:disabled):not(.disabled):active, .btn-flickr:not(:disabled):not(.disabled).active, .show>.btn-flickr.dropdown-toggle {
	color: #fff;
	background-color: #004ca9;
	border-color: #00469c;
}
.btn-flickr:not(:disabled):not(.disabled):active:focus, .btn-flickr:not(:disabled):not(.disabled).active:focus, .show>.btn-flickr.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(0, 99, 220, 0.5);
}
.btn-bitbucket {
	color: #fff;
	background-color: #0052cc;
	border-color: #0052cc;
}
.btn-bitbucket:hover {
	color: #fff;
	background-color: #0043a6;
	border-color: #003e99;
}
.btn-bitbucket:focus, .btn-bitbucket.focus {
	box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
}
.btn-bitbucket.disabled, .btn-bitbucket:disabled {
	color: #fff;
	background-color: #0052cc;
	border-color: #0052cc;
}
.btn-bitbucket:not(:disabled):not(.disabled):active, .btn-bitbucket:not(:disabled):not(.disabled).active, .show>.btn-bitbucket.dropdown-toggle {
	color: #fff;
	background-color: #003e99;
	border-color: #00388c;
}
.btn-bitbucket:not(:disabled):not(.disabled):active:focus, .btn-bitbucket:not(:disabled):not(.disabled).active:focus, .show>.btn-bitbucket.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
}
.btn-blue {
	color: #fff;
	background-color: #0000fe;
	border-color: #0000fe;
}
.btn-blue:hover {
	color: #fff !important; 
	background-color: #0b0ba7;
	border-color: #0b0ba7;
}
.btn-blue:focus, .btn-blue.focus {
	box-shadow: 0 0 0 2px rgba(5, 117, 230, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
	color: #fff;
	background-color: #0000fe;
	border-color: #0000fe;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show>.btn-blue.dropdown-toggle {
	color: #fff;
	background-color: #2861b1;
	border-color: #2c60a9;
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show>.btn-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(5, 117, 230, 0.5);
}
.btn-indigo {
	color: #fff;
	background-color: #461f6e;
	border-color: #461f6e;
}
.btn-indigo:hover {
	color: #fff !important;
	background-color: #5a2f86;
	border-color: #5a2f86;
}
.btn-indigo:focus, .btn-indigo.focus {
	box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
}
.btn-indigo.disabled, .btn-indigo:disabled {
	color: #fff;
	background-color: #461f6e;
	border-color: #461f6e;
}
.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active, .show>.btn-indigo.dropdown-toggle {
	color: #fff;
	background-color: #3f51c1;
	border-color: #3b4db7;
}
.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus, .show>.btn-indigo.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
}
.btn-purple {
	color: #fff;
	background-color: #63028f !important;
	border-color: #63028f !important;
}
.btn-purple:hover {
	color: #fff !important;
	background-color: #7d0bb1;
	border-color: #7d0bb1;
}
.btn-purple:focus, .btn-purple.focus {
	box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
	color: #fff;
	background-color: #7d0bb1;
	border-color: #7d0bb1;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show>.btn-purple.dropdown-toggle {
	color: #fff;
	background-color: #8c31e4;
	border-color: #8526e3;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show>.btn-purple.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
}
.btn-pink {
	color: #fff;
	background-color: #f43f86 !important;
	border-color: #f43f86 !important;
	box-shadow: 0 5px 10px rgba(244, 63, 134, 0.3);
}
.btn-pink:hover {
	color: #fff !important;
	background-color: #e61470 !important;
	border-color: #e61470 !important;
}
.btn-pink:focus, .btn-pink.focus {
	box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
}
.btn-pink.disabled, .btn-pink:disabled {
	color: #fff;
	background-color: #f43f86;
	border-color: #f43f86;
}
.calendar-icon {
    border: 1px solid rgba(222, 229, 237, 0.3);
}
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show>.btn-pink.dropdown-toggle {
	color: #fff;
	background-color: #e61470;
	border-color: #e61470;
}
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show>.btn-pink.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
}
.btn-red {
	color: #fff;
	background-color:#ff0000 !important;
	border-color:#ff0000 !important;
}
.btn-red:hover {
	color: #fff !important;
	background-color: #fb5b50;
	border-color: #fb5b50;
}
.btn-red:focus, .btn-red.focus {
	box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
	color: #fff;
	background-color:#ef4a4a;
	border-color:#ef4a4a;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show>.btn-red.dropdown-toggle {
	color: #fff;
	background-color: #fb5b50;
	border-color: #fb5b50;
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show>.btn-red.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}
.btn-orange {
	color: #fff;
	background-color: #ff6600;
	border-color: #ff6600;
}
.btn-orange:hover {
	color: #fff !important;
	background-color: #fd811e !important;
	border-color: #fc7a12 !important;
}
.btn-orange:focus, .btn-orange.focus {
	box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}
.btn-orange.disabled, .btn-orange:disabled {
	color: #fff;
	background-color: #ff6600;
	border-color: #ff6600;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show>.btn-orange.dropdown-toggle {
	color: #fff;
	background-color: #fc7a12;
	border-color: #fc7305;
}
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show>.btn-orange.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}
.btn-yellow {
	color: #fff;
	background-color:#ffaa15 !important;
	border-color:#ffaa15 !important;
}
.btn-yellow:hover {
	color: #fff !important;
	background-color:#e69506;
	border-color:#e69506;
}
.btn-yellow:focus, .btn-yellow.focus {
	box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}
.btn-yellow.disabled, .btn-yellow:disabled {
	color: #fff;
	background-color:#e69506;
	border-color:#e69506;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show>.btn-yellow.dropdown-toggle {
	color: #fff;
	background-color: #e69506;
	border-color: #e69506;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show>.btn-yellow.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}
.btn-green {
	color: #fff;
	background-color: #36b37e !important;
	border-color:#36b37e !important;
}
.btn-green:hover {
	color: #fff !important;
	background-color: #2b9c6c;
	border-color: #2b9c6c;
}
.btn-green:focus, .btn-green.focus {
	box-shadow: 0 0 0 2px rgba(54, 179, 126, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
	color: #fff;
	background-color:#36b37e;
	border-color:#36b37e;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show>.btn-green.dropdown-toggle {
	color: #fff;
	background-color: #2b9c6c;
	border-color: #2b9c6c;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show>.btn-green.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(54, 179, 126, 0.5);
}
.btn-teal {
	color: #fff;
	background-color: #1ea8aa !important;
	border-color: #1ea8aa !important;
}
.btn-teal:hover {
	color: #fff !important;
	background-color: #2cc1c3;
	border-color: #2cc1c3;
}
.btn-teal:focus, .btn-teal.focus {
	box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.5);
}
.btn-teal.disabled, .btn-teal:disabled {
	color: #fff;
	background-color: #1ea8aa;
	border-color: #1ea8aa;
}
.btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active, .show>.btn-teal.dropdown-toggle {
	color: #fff;
	background-color: #2cc1c3;
	border-color: #2cc1c3;
}
.btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus, .show>.btn-teal.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.5);
}
.btn-cyan {
	color: #fff;
	background-color:#08bfe0 !important;
	border-color:#08bfe0 !important;
}
.btn-cyan:hover {
	color: #fff !important;
	background-color: #35e0ff !important;
	border-color: #35e0ff !important;
}
.btn-cyan:focus, .btn-cyan.focus {
	box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}
.btn-cyan.disabled, .btn-cyan:disabled {
	color: #fff;
	background-color:#08bfe0;
	border-color:#08bfe0;
}
.btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active, .show>.btn-cyan.dropdown-toggle {
	color: #fff;
	background-color: #35e0ff;
	border-color: #10707f;
}
.btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus, .show>.btn-cyan.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}
.btn-white {
	color: #3d4e67 !important;
	background-color: #fff;
	border-color:  #eff2f7;
}
.btn-white:hover {
	color: #3d4e67 !important;
	background-color: #fafbfe;
	border-color: #eff2f7;
}
.btn-white:focus, .btn-white.focus {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
	color: #3d4e67;
	background-color: #fff;
	border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show>.btn-white.dropdown-toggle {
	color: #3d4e67;
	background-color: #e9ecfb;
	border-color: #e9ecfb;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show>.btn-white.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.btn-gray {
	color: #fff;
	background-color: #aaadb2;
	border-color: #aaadb2;
}
.btn-gray:hover {
	color: #fff !important;
	background-color:#3c4858;
	border-color: #3c4858;
}
.btn-gray:focus, .btn-gray.focus {
	box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}
.btn-gray.disabled, .btn-gray:disabled {
	color: #fff;
	background-color: #aaadb2;
	border-color: #aaadb2;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show>.btn-gray.dropdown-toggle {
	color: #fff;
	background-color: #3c4858;
	border-color: #666e76;
}
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show>.btn-gray.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}
.btn-gray-dark {
	color: #fff;
	background-color: #606061;
	border-color: #606061;
}
.btn-gray-dark:hover {
	color: #fff !important;
	background-color:#555769;
	border-color: #555769;
}
.btn-gray-dark:focus, .btn-gray-dark.focus {
	box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}
.btn-gray-dark.disabled, .btn-gray-dark:disabled {
	color: #fff;
	background-color: #3d3f4e;
	border-color: #3d3f4e;
}
.btn-gray-dark:not(:disabled):not(.disabled):active, .btn-gray-dark:not(:disabled):not(.disabled).active, .show>.btn-gray-dark.dropdown-toggle {
	color: #fff;
	background-color: #555769;
	border-color: #171a1d;
}
.btn-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-gray-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-gray-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}
.btn-azure {
	color: #fff;
	background-color:#0080ff;
	border-color:#0080ff;
}
.btn-azure:hover {
	color: #fff !important;
	background-color: #208bf5;
	border-color: #208bf5;
}
.btn-azure:focus, .btn-azure.focus {
	box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.5);
}
.btn-azure.disabled, .btn-azure:disabled {
	color: #fff;
	background-color: #00d6e6;
	border-color: #00d6e6;
}
.btn-azure:not(:disabled):not(.disabled):active, .btn-azure:not(:disabled):not(.disabled).active, .show>.btn-azure.dropdown-toggle {
	color: #fff;
	background-color: #1594ef;
	border-color: #108ee7;
}
.btn-azure:not(:disabled):not(.disabled):active:focus, .btn-azure:not(:disabled):not(.disabled).active:focus, .show>.btn-azure.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.5);
}
.btn-lime {
	color: #fff;
	background-color: #bfff00;
	border-color: #bfff00;
}
.btn-lime:hover {
	color: #fff !important;
	background-color: #aade0e;
	border-color: #aade0e;
}
.btn-lime:focus, .btn-lime.focus {
	box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.5);
}
.btn-lime.disabled, .btn-lime:disabled {
	color: #fff;
	background-color: #bfff00;
	border-color: #bfff00;
}
.btn-lime:not(:disabled):not(.disabled):active, .btn-lime:not(:disabled):not(.disabled).active, .show>.btn-lime.dropdown-toggle {
	color: #fff;
	background-color: #63ad27;
	border-color: #5da324;
}
.btn-lime:not(:disabled):not(.disabled):active:focus, .btn-lime:not(:disabled):not(.disabled).active:focus, .show>.btn-lime.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.5);
}
.btn-option {
	background: transparent;
	color: #8f8794;
}
.btn-option:hover {
	color: #5f6877;
}
.btn-option:focus {
	box-shadow: none;
	color: #5f6877;
}
.btn-sm, .btn-group-sm>.btn {
	padding: .2rem .7rem;
    font-size: .7rem;
}
.btn-lg, .btn-group-lg>.btn {
	font-size: 1.09rem;
	min-width: 2.75rem;
	font-weight: 400;
	padding:.475rem 2.7rem;
}
.btn-list {
	margin-bottom: -.5rem;
	font-size: 0;
}
.btn-list>.btn, .btn-list>.dropdown {
	margin-bottom: .5rem;
}
.btn-list>.btn:not(:last-child), .btn-list>.dropdown:not(:last-child) {
	margin-right: .5rem;
}
.btn-loading {
	color: transparent !important;
	pointer-events: none;
	position: relative;
}
.btn-loading:after {
	content: '';
	-webkit-animation: loader 500ms infinite linear;
	animation: loader 500ms infinite linear;
	border: 2px solid #fff;
	border-radius: 50%;
	border-right-color: transparent !important;
	border-top-color: transparent !important;
	display: block;
	height: 1.4em;
	width: 1.4em;
	position: absolute;
	left: calc(50% - (1.4em / 2));
	top: calc(50% - (1.4em / 2));
	-webkit-transform-origin: center;
	transform-origin: center;
	position: absolute !important;
}
.btn-loading.btn-sm:after, .btn-group-sm>.btn-loading.btn:after {
	height: 1em;
	width: 1em;
	left: calc(50% - (1em / 2));
	top: calc(50% - (1em / 2));
}
.btn-loading.btn-secondary:after {
	border-color: #3d4e67;
}

.card-options a:not(.btn) {
	margin-left: .5rem;
	color: #b0bcd0;
	font-size:14px;
	display: inline-block;
	min-width: 1rem;
}
.card-options a:not(.btn):hover {
	text-decoration: none;
	color: #8f8794;
}
.card-options a:not(.btn) i {
	font-size: 1rem;
	vertical-align: middle;
}
.input-group-prepend>.btn, .input-group-append>.btn, .input-group-btn>.btn {
	height: 100%;
	border-color: rgba(0, 40, 100, 0.12);
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}
.btn-group>.btn, .btn-group-vertical>.btn {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.btn-group>.btn:hover, .btn-group-vertical>.btn:hover {
	z-index: 1;
}
.btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active {
	z-index: 1;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group, .btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group {
	margin-left: -1px;
}
.btn-toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.btn-toolbar .input-group {
	width: auto;
}
.btn-group>.btn:first-child {
	margin-left: 0;
}
.btn-group>.btn:not(:last-child):not(.dropdown-toggle), .btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group>.btn:not(:first-child), .btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
	margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}
.btn-sm+.dropdown-toggle-split, .btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}
.btn-lg+.dropdown-toggle-split, .btn-group-lg>.btn+.dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}
.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
	width: 100%;
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0;
}
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:not(:first-child), .btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0;
}
.btn-group-toggle>.btn input[type="radio"], .btn-group-toggle>.btn input[type="checkbox"], .btn-group-toggle>.btn-group>.btn input[type="radio"], .btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text, .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.button-1.btn-hover a{
	color:#fff;
}
.pricing-table:hover>.panel>.panel-footer>.btn {
	border: solid 1px #fff !important;
	-webkit-transition: all .3s ease;
}
.btn-price:hover {
	background: #fff !important;
	color:#510fa8 !important;
	-webkit-transition: all .3s ease;
}
.panel.price .btn {
	box-shadow: 0 -1px 0px rgba(50, 50, 50, .2) inset;
	border: 0px;
}
.btn.dropdown-toggle~.dropdown-menu, ul.dropdown-menu li.dropdown ul.dropdown-menu {
	background-color: rgb(244, 244, 244) !important;
	background-color: rgb(255, 255, 255) !important;
	border: 0 solid rgb(66, 133, 244) !important;
	box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
	top: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}

.btn.dropdown-toggle.btn-primary~.dropdown-menu .dropdown-plus-title {
	border-color: rgb(5, 117, 230) !important;
}
.btn.dropdown-toggle.btn-success~.dropdown-menu .dropdown-plus-title {
	border-color: rgb(76, 174, 76) !important;
}
.btn.dropdown-toggle.btn-info~.dropdown-menu .dropdown-plus-title {
	border-color: rgb(70, 184, 218) !important;
}
.btn.dropdown-toggle.btn-warning~.dropdown-menu .dropdown-plus-title {
	border-color: rgb(238, 162, 54) !important;
}
.btn.dropdown-toggle.btn-danger~.dropdown-menu .dropdown-plus-title {
	border-color: rgb(212, 63, 58) !important;
}

.btn .badge {
	position: relative;
	top: -1px;
}
.lds-hourglass:after {
    border: 26px solid #0245da;
    border-color: #0245da transparent;
}
/*--loaders--*/
.spinner {
	background:#0245da ;
}
.spinner-lg {
	background-color: #0245da ;
}
.double-bounce1, .double-bounce2 {
	background: #0245da ;
}
.cube1, .cube2 {
	background: #0245da ;
}
.lds-heart div {
	background: #0245da ;
}
.lds-heart div:after,
.lds-heart div:before {
	background: #0245da ;
}
.lds-ring div {
	border: 6px solid #0245da ;
	border-color: #0245da  transparent transparent transparent;
}
.lds-hourglass:after {
	border: 26px solid #0245da ;
	border-color: #0245da  transparent ;
}
.lds-circle > div {
	background: #0245da ;
}
.lds-dual-ring:after {
	border: 5px solid #0245da ;
	border-color: #0245da  transparent #0245da  transparent;
}
.lds-facebook div {
	background: #0245da ;
}
.lds-roller div:after {
	background: #0245da ;
}
.lds-ripple div {
	border: 4px solid #0245da ;
}
.lds-spinner div:after {
	background: #0245da ;
}
.lds-default div {
	background: #0245da ;
}
.lds-ellipsis div {
	background: #0245da ;
}
.lds-grid div {
	background: #0245da ;
}
div.lds-ball2 div {
	background: #0245da ;
}
.lds-ball div {
	background: #0245da ;
}
.lds-bars div:nth-child(1) {
	background: #0245da ;
}
.lds-bars div:nth-child(2) {
	background: #0245da ;
}
.lds-bars div:nth-child(3) {
	background: #0245da ;
}
.lds-bars div:nth-child(4) {
	background: #0245da ;
}
@keyframes lds-blocks {
	0% {
		background: #fa713b;
	}
	12.5% {
		background: #fa713b;
	}
	12.625% {
		background: #0245da ;
	}
	100% {
		background: #0245da ;
	}
}
@-webkit-keyframes lds-blocks {
	0% {
		background: #fa713b;
	}
	12.5% {
		background: #fa713b;
	}
	12.625% {
		background: #0245da ;
	}
	100% {
		background: #0245da ;
	}
}
.lds-blocks div {
	background: #0245da ;
}
.lds-cube div {
	background: #0245da ;
}
.lds-eclipse div {
	box-shadow: 0 4px 0 0 #0245da ;
}
.lds-flickr div:nth-child(1) {
	background: #0245da ;
}
.lds-flickr div:nth-child(3) {
	background: #0245da ;
}
.lds-gear>div div {
	background: #0245da ;
}
.lds-magnify>div>div div:nth-child(1) {
	border: 12px solid #0245da ;
}
.lds-magnify>div>div div:nth-child(2) {
	background: #0245da ;
}
.lds-pacman>div:nth-child(2) div {
	background: #0245da ;
}
.lds-disk>div div:nth-child(1) {
	background: #0245da ;
}
.bn-label{
	background: #0245da ;
	color:#fff;
}
.best-ticker{
	border: solid 1px #0245da ;
}
.rating-stars .rating-stars-container .rating-star.is--active,
.rating-stars .rating-stars-container .rating-star.is--hover {
	color: #ffc107;
}


/*-----Br Themes-----*/

.fs-10 {
	font-size: 10px !important;
}
.fs-12 {
	font-size: 12px !important;
}
.fs-13 {
	font-size: 13px !important;
}
.fs-14 {
	font-size: 14px !important;
}
.fs-15 {
	font-size: 15px !important;
}
.fs-16 {
	font-size: 16px !important;
}
.fs-18 {
	font-size: 18px !important;
}
.fs-20 {
	font-size: 20px !important;
}
.fs-21{
	font-size: 21px !important;
}
.fs-25 {
	font-size: 25px !important;
}
.fs-30 {
	font-size: 30px !important;
}
.fs-32 {
	font-size: 32px !important;
}
.fs-40 {
	font-size: 40px !important;
}
.fs-50 {
	font-size: 50px !important;
}
code, kbd, pre, samp {
	font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
	font-size: 85%;
	color: inherit;
	word-break: break-word;
}
a>code {
	color: inherit;
}
kbd {
	padding: 0.2rem 0.4rem;
	font-size: 85%;
	color: #fff;
	background-color: #3d3f4e;
	border-radius: 3px;
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}
pre {
	display: block;
	font-size: 85%;
	color: #8f8794;
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}
.border {
	border: 1px solid #eaf0f7 !important;
}
.border-top {
	border-top: 1px solid #eaf0f7 !important;
}
.border-top-transparent {
	border-top: 1px solid  rgba(255,255,255,0.1) !important;
}
.border-right {
	border-right: 1px solid #eaf0f7 !important;
}
.border-bottom {
	border-bottom: 1px solid #eaf0f7 !important;
}
.border-left {
	border-left: 1px solid #eaf0f7 !important;
}
.border-0 {
	border: 0 !important;
}
.border-top-0 {
	border-top: 0 !important;
}
.border-right-0 {
	border-right: 0 !important;
}
.border-bottom-0 {
	border-bottom: 0 !important;
}
.border-left-0 {
	border-left: 0 !important;
}
.border-secondary {
	border-color: #aaadb2 !important;
}
.border-success {
	border-color:#36b37e !important;
}
.border-info {
	border-color: #00d6e6 !important;
}
.border-warning {
	border-color:#ffab00 !important;
}
.border-danger {
	border-color:#ff5630 !important;
}
.border-light {
	border-color: #f8f9fa !important;
}
.border-dark {
	border-color: #3d3f4e !important;
}
.border-white {
	border-color: #fff !important;
}
.rounded {
	border-radius: 3px !important;
}
.rounded7 {
	border-radius: 7px !important;
}
.rounded-top {
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px !important;
}
.rounded-right {
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
}
.rounded-bottom {
	border-bottom-right-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}
.rounded-left {
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}
.rounded-circle {
	border-radius: 50% !important;
}
.rounded-0 {
	border-radius: 0 !important;
}
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}
.d-none {
	display: none !important;
}
.d-inline {
	display: inline !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-block {
	display: block !important;
}
.d-table {
	display: table !important;
}
.d-table-row {
	display: table-row !important;
}
.d-table-cell {
	display: table-cell !important;
}
.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}
.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}
@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 1280px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive::before {
	display: block;
	content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-21by9::before {
	padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
	padding-top: 56.25%;
}
.embed-responsive-4by3::before {
	padding-top: 75%;
}
.embed-responsive-1by1::before {
	padding-top: 100%;
}
.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}
.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}
.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}
.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}
.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}
.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}
.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}
.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}
.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}
.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}
.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}
.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}
.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}
.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}
.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}
.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}
.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}
.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}
.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}
.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}
@media (min-width: 576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 1280px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.float-none {
	float: none !important;
}
@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}
	.float-sm-right {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
}
@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}
	.float-md-right {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
}
@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}
	.float-lg-right {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
}
@media (min-width: 1280px) {
	.float-xl-left {
		float: left !important;
	}
	.float-xl-right {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
}
.position-static {
	position: static !important;
}
.position-relative {
	position: relative !important;
}
.position-absolute {
	position: absolute !important;
}
.position-fixed {
	position: fixed !important;
}
.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}
/*------ Widths, Margins & Paddings -------*/
.w-5{
	width:5% !important
}
.w-10{
	width: 10% !important;
}
.w-15{
	width: 15% !important;
}
.w-20{
	width: 20% !important;
}
.w-25 {
	width: 25% !important;
}
.w-30 {
	width: 30% !important;
}
.w-35 {
	width: 35% !important;
}
.w-36 {
	width: 36% !important;
}
.w-40 {
	width: 40% !important;
}
.w-45 {
	width: 45% !important;
}
.w-50 {
	width: 50% !important;
}
.w-55 {
	width: 55% !important;
}
.w-60 {
	width:60% !important;
}
.w-65 {
	width: 65% !important;
}
.w-70 {
	width: 70% !important;
}
.w-75 {
	width: 75% !important;
}
.w-80 {
	width: 80% !important;
}
.w-85 {
	width: 85% !important;
}
.w-90 {
	width: 90% !important;
}
.w-95 {
	width: 95% !important;
}
.w-100 {
	width: 100% !important;
}
.w100{
	width: 100px !important;
}
.h100{
	height: 100px !important;
}
.w73{
	width: 73px !important;
}
.h73{
	height: 73px !important;
}
.w-125{
	width: 125px !important;
}
.h-125{
	height: 125px !important;
}
.w-150 {
	width: 150px !important;
	left: -80px !important;
}
.w-170{
	width: 170px !important;
}
.h-34{
	height: 34px !important;
}
.h-150{
	height: 150px !important;
}
.h-170{
	height: 170px !important;
}
.h-188{
	height: 188px !important;
}
.w-200{
	width: 200px !important;
}
.h-200{
	height: 200px !important;
}
.h-216{
	height: 216px !important;
}
.w-250{
	width: 250px !important;
}
.w-260px{
	width: 260px !important;
}
.w-300px{
	width: 300px !important;
}
.h-250{
	height: 250px !important;
}
.w-auto {
	width: auto !important;
}
.w-0 {
	width: 0 !important;
}
.w-1 {
	width: 0.25rem !important;
}
.w-2 {
	width: 0.5rem !important;
}
.w-3 {
	width: 0.75rem !important;
}
.w-4 {
	width: 1rem !important;
}
.w-5 {
	width: 1.5rem !important;
}
.w-6 {
	width: 2rem !important;
}
.w-7 {
	width: 3rem !important;
}
.w-8 {
	width: 4rem !important;
}
.w-9 {
	width: 6rem !important;
}
.h-25 {
	height: 25% !important;
}
.h-50 {
	height: 50% !important;
}
.h-75 {
	height: 75% !important;
}
.h-100 {
	height: 100% !important;
}
.h-100vh {
    height: 100vh !important;
}
.h-auto {
	height: auto !important;
}
.h-0 {
	height: 0 !important;
}
.h-1 {
	height: 0.25rem !important;
}
.h-2 {
	height: 0.5rem !important;
}
.h-3 {
	height: 0.75rem !important;
}
.h-4 {
	height: 1rem !important;
}
.h-5 {
	height: 1.5rem !important;
}
.h-6 {
	height: 2rem !important;
}
.h-7 {
	height: 3rem !important;
}
.h-8 {
	height: 4rem !important;
}
.h-9 {
	height: 6rem !important;
}
.h-120 {
	height: 120px !important;
}
.h-162{
	height: 162px !important;
}
.h-400{
	height: 400px !important;
}
.h-283{
	height:283px !important;
}
.h-292{
	height:292px !important;
}
.h-230{
	height:230px !important;
}
.h-300{
	height: 300px !important;
}
.h-318{
	height: 318px !important;
}
.h-280{
	height: 280px !important
}
.h-260{
	height: 260px !important
}
.h-290{
	height: 290px !important
}
.mw-100 {
	max-width: 100% !important;
}
.mh-100 {
	max-height: 100% !important;
}
.minh-210{
	min-height:210px !important
}
.m-0 {
	margin: 0 !important;
}
.mt-0, .my-0 {
	margin-top: 0 !important;
}
.mr-0, .mx-0 {
	margin-right: 0 !important;
}
.mb-0, .my-0 {
	margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
	margin-left: 0 !important;
}
.m-1 {
	margin: 0.25rem !important;
}
.mt-1, .my-1 {
	margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
	margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
	margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
	margin-left: 0.25rem !important;
}
.m-2 {
	margin: 0.5rem !important;
}
.mt-2, .my-2 {
	margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
	margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
	margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
	margin-left: 0.5rem !important;
}
.m-3 {
	margin: 0.75rem !important;
}
.mt-3, .my-3 {
	margin-top: 0.75rem !important;
}
.mr-3, .mx-3 {
	margin-right: 0.75rem !important;
}
.mb-3, .my-3 {
	margin-bottom: 0.75rem !important;
}
.ml-3, .mx-3 {
	margin-left: 0.75rem !important;
}
.m-4 {
	margin: 1rem !important;
}
.mt-4, .my-4 {
	margin-top: 1rem !important;
}
.mr-4, .mx-4 {
	margin-right: 1rem !important;
}
.mb-4, .my-4 {
	margin-bottom: 1rem !important;
}
.ml-4, .mx-4 {
	margin-left: 1rem !important;
}
.m-5 {
	margin: 1.5rem !important;
}
.mt-5, .my-5 {
	margin-top: 1.5rem !important;
}
.mr-5, .mx-5 {
	margin-right: 1.5rem !important;
}
.mb-5, .my-5 {
	margin-bottom: 1.5rem !important;
}
.ml-5, .mx-5 {
	margin-left: 1.5rem !important;
}
.m-6 {
	margin: 2rem !important;
}
.mt-6, .my-6 {
	margin-top: 2rem !important;
}
.mr-6, .mx-6 {
	margin-right: 2rem !important;
}
.mb-6, .my-6 {
	margin-bottom: 2rem !important;
}
.ml-6, .mx-6 {
	margin-left: 2rem !important;
}
.m-7 {
	margin: 3rem !important;
}
.mt-7, .my-7 {
	margin-top: 3rem !important;
}
.mr-7, .mx-7 {
	margin-right: 3rem !important;
}
.mb-7, .my-7 {
	margin-bottom: 3rem !important;
}
.ml-7, .mx-7 {
	margin-left: 3rem !important;
}
.m-8 {
	margin: 4rem !important;
}
.mt-8, .my-8 {
	margin-top: 4rem !important;
}
.mr-8, .mx-8 {
	margin-right: 4rem !important;
}
.mb-8, .my-8 {
	margin-bottom: 4rem !important;
}
.ml-8, .mx-8 {
	margin-left: 4rem !important;
}
.m-9 {
	margin: 6rem !important;
}
.mt-9, .my-9 {
	margin-top: 6rem !important;
}
.mr-9, .mx-9 {
	margin-right: 6rem !important;
}
.mb-9, .my-9 {
	margin-bottom: 6rem !important;
}
.ml-9, .mx-9 {
	margin-left: 6rem !important;
}
.p-0 {
	padding: 0 !important;
}
.pt-0, .py-0 {
	padding-top: 0 !important;
}
.pr-0, .px-0 {
	padding-right: 0 !important;
}
.pb-0, .py-0 {
	padding-bottom: 0 !important;
}
.pl-0, .px-0 {
	padding-left: 0 !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.pt-1, .py-1 {
	padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
	padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
	padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
	padding-left: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.pt-2, .py-2 {
	padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
	padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
	padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
	padding-left: 0.5rem !important;
}
.p-3 {
	padding: 0.75rem !important;
}
.pt-3, .py-3 {
	padding-top: 0.75rem !important;
}
.pr-3, .px-3 {
	padding-right: 0.75rem !important;
}
.pb-3, .py-3 {
	padding-bottom: 0.75rem !important;
}
.pl-3, .px-3 {
	padding-left: 0.75rem !important;
}
.p-4 {
	padding: 1rem !important;
}
.pt-4, .py-4 {
	padding-top: 1rem !important;
}
.pr-4, .px-4 {
	padding-right: 1rem !important;
}
.pb-4, .py-4 {
	padding-bottom: 1rem !important;
}
.pl-4, .px-4 {
	padding-left: 1rem !important;
}
.p-5 {
	padding: 1.5rem !important;
}
.pt-5, .py-5 {
	padding-top: 1.5rem !important;
}
.pr-5, .px-5 {
	padding-right: 1.5rem !important;
}
.pb-5, .py-5 {
	padding-bottom: 1.5rem !important;
}
.pl-5, .px-5 {
	padding-left: 1.5rem !important;
}
.p-6 {
	padding: 2rem !important;
}
.pt-6, .py-6 {
	padding-top: 2rem !important;
}
.pr-6, .px-6 {
	padding-right: 2rem !important;
}
.pb-6, .py-6 {
	padding-bottom: 2rem !important;
}
.pl-6, .px-6 {
	padding-left: 2rem !important;
}
.p-7 {
	padding: 3rem !important;
}
.pt-7, .py-7 {
	padding-top: 3rem !important;
}
.pr-7, .px-7 {
	padding-right: 3rem !important;
}
.pb-7, .py-7 {
	padding-bottom: 3rem !important;
}
.pl-7, .px-7 {
	padding-left: 3rem !important;
}
.p-8 {
	padding: 4rem !important;
}
.pt-8, .py-8 {
	padding-top: 4rem !important;
}
.pr-8, .px-8 {
	padding-right: 4rem !important;
}
.pb-8, .py-8 {
	padding-bottom: 4rem !important;
}
.pl-8, .px-8 {
	padding-left: 4rem !important;
}
.p-9 {
	padding: 6rem !important;
}
.pt-9, .py-9 {
	padding-top: 6rem !important;
}
.pr-9, .px-9 {
	padding-right: 6rem !important;
}
.pb-9, .py-9 {
	padding-bottom: 6rem !important;
}
.pl-9, .px-9 {
	padding-left: 6rem !important;
}
.m-auto {
	margin: auto !important;
}
.mt-auto, .my-auto {
	margin-top: auto !important;
}
.mr-auto, .mx-auto {
	margin-right: auto !important;
}
.mb-auto, .my-auto {
	margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
	margin-left: auto !important;
}
@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1, .my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1, .mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1, .my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1, .mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2, .my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2, .mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2, .my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2, .mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 0.75rem !important;
	}
	.mt-sm-3, .my-sm-3 {
		margin-top: 0.75rem !important;
	}
	.mr-sm-3, .mx-sm-3 {
		margin-right: 0.75rem !important;
	}
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 0.75rem !important;
	}
	.ml-sm-3, .mx-sm-3 {
		margin-left: 0.75rem !important;
	}
	.m-sm-4 {
		margin: 1rem !important;
	}
	.mt-sm-4, .my-sm-4 {
		margin-top: 1rem !important;
	}
	.mr-sm-4, .mx-sm-4 {
		margin-right: 1rem !important;
	}
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-4, .mx-sm-4 {
		margin-left: 1rem !important;
	}
	.m-sm-5 {
		margin: 1.5rem !important;
	}
	.mt-sm-5, .my-sm-5 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-5, .mx-sm-5 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-5, .mx-sm-5 {
		margin-left: 1.5rem !important;
	}
	.m-sm-6 {
		margin: 2rem !important;
	}
	.mt-sm-6, .my-sm-6 {
		margin-top: 2rem !important;
	}
	.mr-sm-6, .mx-sm-6 {
		margin-right: 2rem !important;
	}
	.mb-sm-6, .my-sm-6 {
		margin-bottom: 2rem !important;
	}
	.ml-sm-6, .mx-sm-6 {
		margin-left: 2rem !important;
	}
	.m-sm-7 {
		margin: 3rem !important;
	}
	.mt-sm-7, .my-sm-7 {
		margin-top: 3rem !important;
	}
	.mr-sm-7, .mx-sm-7 {
		margin-right: 3rem !important;
	}
	.mb-sm-7, .my-sm-7 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-7, .mx-sm-7 {
		margin-left: 3rem !important;
	}
	.m-sm-8 {
		margin: 4rem !important;
	}
	.mt-sm-8, .my-sm-8 {
		margin-top: 4rem !important;
	}
	.mr-sm-8, .mx-sm-8 {
		margin-right: 4rem !important;
	}
	.mb-sm-8, .my-sm-8 {
		margin-bottom: 4rem !important;
	}
	.ml-sm-8, .mx-sm-8 {
		margin-left: 4rem !important;
	}
	.m-sm-9 {
		margin: 6rem !important;
	}
	.mt-sm-9, .my-sm-9 {
		margin-top: 6rem !important;
	}
	.mr-sm-9, .mx-sm-9 {
		margin-right: 6rem !important;
	}
	.mb-sm-9, .my-sm-9 {
		margin-bottom: 6rem !important;
	}
	.ml-sm-9, .mx-sm-9 {
		margin-left: 6rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1, .py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1, .px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1, .py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1, .px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2, .py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2, .px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2, .py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2, .px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 0.75rem !important;
	}
	.pt-sm-3, .py-sm-3 {
		padding-top: 0.75rem !important;
	}
	.pr-sm-3, .px-sm-3 {
		padding-right: 0.75rem !important;
	}
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 0.75rem !important;
	}
	.pl-sm-3, .px-sm-3 {
		padding-left: 0.75rem !important;
	}
	.p-sm-4 {
		padding: 1rem !important;
	}
	.pt-sm-4, .py-sm-4 {
		padding-top: 1rem !important;
	}
	.pr-sm-4, .px-sm-4 {
		padding-right: 1rem !important;
	}
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-4, .px-sm-4 {
		padding-left: 1rem !important;
	}
	.p-sm-5 {
		padding: 1.5rem !important;
	}
	.pt-sm-5, .py-sm-5 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-5, .px-sm-5 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-5, .px-sm-5 {
		padding-left: 1.5rem !important;
	}
	.p-sm-6 {
		padding: 2rem !important;
	}
	.pt-sm-6, .py-sm-6 {
		padding-top: 2rem !important;
	}
	.pr-sm-6, .px-sm-6 {
		padding-right: 2rem !important;
	}
	.pb-sm-6, .py-sm-6 {
		padding-bottom: 2rem !important;
	}
	.pl-sm-6, .px-sm-6 {
		padding-left: 2rem !important;
	}
	.p-sm-7 {
		padding: 3rem !important;
	}
	.pt-sm-7, .py-sm-7 {
		padding-top: 3rem !important;
	}
	.pr-sm-7, .px-sm-7 {
		padding-right: 3rem !important;
	}
	.pb-sm-7, .py-sm-7 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-7, .px-sm-7 {
		padding-left: 3rem !important;
	}
	.p-sm-8 {
		padding: 4rem !important;
	}
	.pt-sm-8, .py-sm-8 {
		padding-top: 4rem !important;
	}
	.pr-sm-8, .px-sm-8 {
		padding-right: 4rem !important;
	}
	.pb-sm-8, .py-sm-8 {
		padding-bottom: 4rem !important;
	}
	.pl-sm-8, .px-sm-8 {
		padding-left: 4rem !important;
	}
	.p-sm-9 {
		padding: 6rem !important;
	}
	.pt-sm-9, .py-sm-9 {
		padding-top: 6rem !important;
	}
	.pr-sm-9, .px-sm-9 {
		padding-right: 6rem !important;
	}
	.pb-sm-9, .py-sm-9 {
		padding-bottom: 6rem !important;
	}
	.pl-sm-9, .px-sm-9 {
		padding-left: 6rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0, .my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1, .my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1, .mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1, .my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1, .mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2, .my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2, .mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2, .my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2, .mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 0.75rem !important;
	}
	.mt-md-3, .my-md-3 {
		margin-top: 0.75rem !important;
	}
	.mr-md-3, .mx-md-3 {
		margin-right: 0.75rem !important;
	}
	.mb-md-3, .my-md-3 {
		margin-bottom: 0.75rem !important;
	}
	.ml-md-3, .mx-md-3 {
		margin-left: 0.75rem !important;
	}
	.m-md-4 {
		margin: 1rem !important;
	}
	.mt-md-4, .my-md-4 {
		margin-top: 1rem !important;
	}
	.mr-md-4, .mx-md-4 {
		margin-right: 1rem !important;
	}
	.mb-md-4, .my-md-4 {
		margin-bottom: 1rem !important;
	}
	.ml-md-4, .mx-md-4 {
		margin-left: 1rem !important;
	}
	.m-md-5 {
		margin: 1.5rem !important;
	}
	.mt-md-5, .my-md-5 {
		margin-top: 1.5rem !important;
	}
	.mr-md-5, .mx-md-5 {
		margin-right: 1.5rem !important;
	}
	.mb-md-5, .my-md-5 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-5, .mx-md-5 {
		margin-left: 1.5rem !important;
	}
	.m-md-6 {
		margin: 2rem !important;
	}
	.mt-md-6, .my-md-6 {
		margin-top: 2rem !important;
	}
	.mr-md-6, .mx-md-6 {
		margin-right: 2rem !important;
	}
	.mb-md-6, .my-md-6 {
		margin-bottom: 2rem !important;
	}
	.ml-md-6, .mx-md-6 {
		margin-left: 2rem !important;
	}
	.m-md-7 {
		margin: 3rem !important;
	}
	.mt-md-7, .my-md-7 {
		margin-top: 3rem !important;
	}
	.mr-md-7, .mx-md-7 {
		margin-right: 3rem !important;
	}
	.mb-md-7, .my-md-7 {
		margin-bottom: 3rem !important;
	}
	.ml-md-7, .mx-md-7 {
		margin-left: 3rem !important;
	}
	.m-md-8 {
		margin: 4rem !important;
	}
	.mt-md-8, .my-md-8 {
		margin-top: 4rem !important;
	}
	.mr-md-8, .mx-md-8 {
		margin-right: 4rem !important;
	}
	.mb-md-8, .my-md-8 {
		margin-bottom: 4rem !important;
	}
	.ml-md-8, .mx-md-8 {
		margin-left: 4rem !important;
	}
	.m-md-9 {
		margin: 6rem !important;
	}
	.mt-md-9, .my-md-9 {
		margin-top: 6rem !important;
	}
	.mr-md-9, .mx-md-9 {
		margin-right: 6rem !important;
	}
	.mb-md-9, .my-md-9 {
		margin-bottom: 6rem !important;
	}
	.ml-md-9, .mx-md-9 {
		margin-left: 6rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0, .py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0, .px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0, .px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1, .py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1, .px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1, .py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1, .px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2, .py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2, .px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2, .py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2, .px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 0.75rem !important;
	}
	.pt-md-3, .py-md-3 {
		padding-top: 0.75rem !important;
	}
	.pr-md-3, .px-md-3 {
		padding-right: 0.75rem !important;
	}
	.pb-md-3, .py-md-3 {
		padding-bottom: 0.75rem !important;
	}
	.pl-md-3, .px-md-3 {
		padding-left: 0.75rem !important;
	}
	.p-md-4 {
		padding: 1rem !important;
	}
	.pt-md-4, .py-md-4 {
		padding-top: 1rem !important;
	}
	.pr-md-4, .px-md-4 {
		padding-right: 1rem !important;
	}
	.pb-md-4, .py-md-4 {
		padding-bottom: 1rem !important;
	}
	.pl-md-4, .px-md-4 {
		padding-left: 1rem !important;
	}
	.p-md-5 {
		padding: 1.5rem !important;
	}
	.pt-md-5, .py-md-5 {
		padding-top: 1.5rem !important;
	}
	.pr-md-5, .px-md-5 {
		padding-right: 1.5rem !important;
	}
	.pb-md-5, .py-md-5 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-5, .px-md-5 {
		padding-left: 1.5rem !important;
	}
	.p-md-6 {
		padding: 2rem !important;
	}
	.pt-md-6, .py-md-6 {
		padding-top: 2rem !important;
	}
	.pr-md-6, .px-md-6 {
		padding-right: 2rem !important;
	}
	.pb-md-6, .py-md-6 {
		padding-bottom: 2rem !important;
	}
	.pl-md-6, .px-md-6 {
		padding-left: 2rem !important;
	}
	.p-md-7 {
		padding: 3rem !important;
	}
	.pt-md-7, .py-md-7 {
		padding-top: 3rem !important;
	}
	.pr-md-7, .px-md-7 {
		padding-right: 3rem !important;
	}
	.pb-md-7, .py-md-7 {
		padding-bottom: 3rem !important;
	}
	.pl-md-7, .px-md-7 {
		padding-left: 3rem !important;
	}
	.p-md-8 {
		padding: 4rem !important;
	}
	.pt-md-8, .py-md-8 {
		padding-top: 4rem !important;
	}
	.pr-md-8, .px-md-8 {
		padding-right: 4rem !important;
	}
	.pb-md-8, .py-md-8 {
		padding-bottom: 4rem !important;
	}
	.pl-md-8, .px-md-8 {
		padding-left: 4rem !important;
	}
	.p-md-9 {
		padding: 6rem !important;
	}
	.pt-md-9, .py-md-9 {
		padding-top: 6rem !important;
	}
	.pr-md-9, .px-md-9 {
		padding-right: 6rem !important;
	}
	.pb-md-9, .py-md-9 {
		padding-bottom: 6rem !important;
	}
	.pl-md-9, .px-md-9 {
		padding-left: 6rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto, .my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1, .my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1, .mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1, .my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1, .mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2, .my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2, .mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2, .my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2, .mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 0.75rem !important;
	}
	.mt-lg-3, .my-lg-3 {
		margin-top: 0.75rem !important;
	}
	.mr-lg-3, .mx-lg-3 {
		margin-right: 0.75rem !important;
	}
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 0.75rem !important;
	}
	.ml-lg-3, .mx-lg-3 {
		margin-left: 0.75rem !important;
	}
	.m-lg-4 {
		margin: 1rem !important;
	}
	.mt-lg-4, .my-lg-4 {
		margin-top: 1rem !important;
	}
	.mr-lg-4, .mx-lg-4 {
		margin-right: 1rem !important;
	}
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-4, .mx-lg-4 {
		margin-left: 1rem !important;
	}
	.m-lg-5 {
		margin: 1.5rem !important;
	}
	.mt-lg-5, .my-lg-5 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-5, .mx-lg-5 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-5, .mx-lg-5 {
		margin-left: 1.5rem !important;
	}
	.m-lg-6 {
		margin: 2rem !important;
	}
	.mt-lg-6, .my-lg-6 {
		margin-top: 2rem !important;
	}
	.mr-lg-6, .mx-lg-6 {
		margin-right: 2rem !important;
	}
	.mb-lg-6, .my-lg-6 {
		margin-bottom: 2rem !important;
	}
	.ml-lg-6, .mx-lg-6 {
		margin-left: 2rem !important;
	}
	.m-lg-7 {
		margin: 3rem !important;
	}
	.mt-lg-7, .my-lg-7 {
		margin-top: 3rem !important;
	}
	.mr-lg-7, .mx-lg-7 {
		margin-right: 3rem !important;
	}
	.mb-lg-7, .my-lg-7 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-7, .mx-lg-7 {
		margin-left: 3rem !important;
	}
	.m-lg-8 {
		margin: 4rem !important;
	}
	.mt-lg-8, .my-lg-8 {
		margin-top: 4rem !important;
	}
	.mr-lg-8, .mx-lg-8 {
		margin-right: 4rem !important;
	}
	.mb-lg-8, .my-lg-8 {
		margin-bottom: 4rem !important;
	}
	.ml-lg-8, .mx-lg-8 {
		margin-left: 4rem !important;
	}
	.m-lg-9 {
		margin: 6rem !important;
	}
	.mt-lg-9, .my-lg-9 {
		margin-top: 6rem !important;
	}
	.mr-lg-9, .mx-lg-9 {
		margin-right: 6rem !important;
	}
	.mb-lg-9, .my-lg-9 {
		margin-bottom: 6rem !important;
	}
	.ml-lg-9, .mx-lg-9 {
		margin-left: 6rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1, .py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1, .px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1, .py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1, .px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2, .py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2, .px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2, .py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2, .px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 0.75rem !important;
	}
	.pt-lg-3, .py-lg-3 {
		padding-top: 0.75rem !important;
	}
	.pr-lg-3, .px-lg-3 {
		padding-right: 0.75rem !important;
	}
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 0.75rem !important;
	}
	.pl-lg-3, .px-lg-3 {
		padding-left: 0.75rem !important;
	}
	.p-lg-4 {
		padding: 1rem !important;
	}
	.pt-lg-4, .py-lg-4 {
		padding-top: 1rem !important;
	}
	.pr-lg-4, .px-lg-4 {
		padding-right: 1rem !important;
	}
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-4, .px-lg-4 {
		padding-left: 1rem !important;
	}
	.p-lg-5 {
		padding: 1.5rem !important;
	}
	.pt-lg-5, .py-lg-5 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-5, .px-lg-5 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-5, .px-lg-5 {
		padding-left: 1.5rem !important;
	}
	.p-lg-6 {
		padding: 2rem !important;
	}
	.pt-lg-6, .py-lg-6 {
		padding-top: 2rem !important;
	}
	.pr-lg-6, .px-lg-6 {
		padding-right: 2rem !important;
	}
	.pb-lg-6, .py-lg-6 {
		padding-bottom: 2rem !important;
	}
	.pl-lg-6, .px-lg-6 {
		padding-left: 2rem !important;
	}
	.p-lg-7 {
		padding: 3rem !important;
	}
	.pt-lg-7, .py-lg-7 {
		padding-top: 3rem !important;
	}
	.pr-lg-7, .px-lg-7 {
		padding-right: 3rem !important;
	}
	.pb-lg-7, .py-lg-7 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-7, .px-lg-7 {
		padding-left: 3rem !important;
	}
	.p-lg-8 {
		padding: 4rem !important;
	}
	.pt-lg-8, .py-lg-8 {
		padding-top: 4rem !important;
	}
	.pr-lg-8, .px-lg-8 {
		padding-right: 4rem !important;
	}
	.pb-lg-8, .py-lg-8 {
		padding-bottom: 4rem !important;
	}
	.pl-lg-8, .px-lg-8 {
		padding-left: 4rem !important;
	}
	.p-lg-9 {
		padding: 6rem !important;
	}
	.pt-lg-9, .py-lg-9 {
		padding-top: 6rem !important;
	}
	.pr-lg-9, .px-lg-9 {
		padding-right: 6rem !important;
	}
	.pb-lg-9, .py-lg-9 {
		padding-bottom: 6rem !important;
	}
	.pl-lg-9, .px-lg-9 {
		padding-left: 6rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 1280px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1, .my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1, .mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1, .my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1, .mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2, .my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2, .mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2, .my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2, .mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 0.75rem !important;
	}
	.mt-xl-3, .my-xl-3 {
		margin-top: 0.75rem !important;
	}
	.mr-xl-3, .mx-xl-3 {
		margin-right: 0.75rem !important;
	}
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 0.75rem !important;
	}
	.ml-xl-3, .mx-xl-3 {
		margin-left: 0.75rem !important;
	}
	.m-xl-4 {
		margin: 1rem !important;
	}
	.mt-xl-4, .my-xl-4 {
		margin-top: 1rem !important;
	}
	.mr-xl-4, .mx-xl-4 {
		margin-right: 1rem !important;
	}
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-4, .mx-xl-4 {
		margin-left: 1rem !important;
	}
	.m-xl-5 {
		margin: 1.5rem !important;
	}
	.mt-xl-5, .my-xl-5 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-5, .mx-xl-5 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-5, .mx-xl-5 {
		margin-left: 1.5rem !important;
	}
	.m-xl-6 {
		margin: 2rem !important;
	}
	.mt-xl-6, .my-xl-6 {
		margin-top: 2rem !important;
	}
	.mr-xl-6, .mx-xl-6 {
		margin-right: 2rem !important;
	}
	.mb-xl-6, .my-xl-6 {
		margin-bottom: 2rem !important;
	}
	.ml-xl-6, .mx-xl-6 {
		margin-left: 2rem !important;
	}
	.m-xl-7 {
		margin: 3rem !important;
	}
	.mt-xl-7, .my-xl-7 {
		margin-top: 3rem !important;
	}
	.mr-xl-7, .mx-xl-7 {
		margin-right: 3rem !important;
	}
	.mb-xl-7, .my-xl-7 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-7, .mx-xl-7 {
		margin-left: 3rem !important;
	}
	.m-xl-8 {
		margin: 4rem !important;
	}
	.mt-xl-8, .my-xl-8 {
		margin-top: 4rem !important;
	}
	.mr-xl-8, .mx-xl-8 {
		margin-right: 4rem !important;
	}
	.mb-xl-8, .my-xl-8 {
		margin-bottom: 4rem !important;
	}
	.ml-xl-8, .mx-xl-8 {
		margin-left: 4rem !important;
	}
	.m-xl-9 {
		margin: 6rem !important;
	}
	.mt-xl-9, .my-xl-9 {
		margin-top: 6rem !important;
	}
	.mr-xl-9, .mx-xl-9 {
		margin-right: 6rem !important;
	}
	.mb-xl-9, .my-xl-9 {
		margin-bottom: 6rem !important;
	}
	.ml-xl-9, .mx-xl-9 {
		margin-left: 6rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1, .py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1, .px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1, .py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1, .px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2, .py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2, .px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2, .py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2, .px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 0.75rem !important;
	}
	.pt-xl-3, .py-xl-3 {
		padding-top: 0.75rem !important;
	}
	.pr-xl-3, .px-xl-3 {
		padding-right: 0.75rem !important;
	}
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 0.75rem !important;
	}
	.pl-xl-3, .px-xl-3 {
		padding-left: 0.75rem !important;
	}
	.p-xl-4 {
		padding: 1rem !important;
	}
	.pt-xl-4, .py-xl-4 {
		padding-top: 1rem !important;
	}
	.pr-xl-4, .px-xl-4 {
		padding-right: 1rem !important;
	}
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-4, .px-xl-4 {
		padding-left: 1rem !important;
	}
	.p-xl-5 {
		padding: 1.5rem !important;
	}
	.pt-xl-5, .py-xl-5 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-5, .px-xl-5 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-5, .px-xl-5 {
		padding-left: 1.5rem !important;
	}
	.p-xl-6 {
		padding: 2rem !important;
	}
	.pt-xl-6, .py-xl-6 {
		padding-top: 2rem !important;
	}
	.pr-xl-6, .px-xl-6 {
		padding-right: 2rem !important;
	}
	.pb-xl-6, .py-xl-6 {
		padding-bottom: 2rem !important;
	}
	.pl-xl-6, .px-xl-6 {
		padding-left: 2rem !important;
	}
	.p-xl-7 {
		padding: 3rem !important;
	}
	.pt-xl-7, .py-xl-7 {
		padding-top: 3rem !important;
	}
	.pr-xl-7, .px-xl-7 {
		padding-right: 3rem !important;
	}
	.pb-xl-7, .py-xl-7 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-7, .px-xl-7 {
		padding-left: 3rem !important;
	}
	.p-xl-8 {
		padding: 4rem !important;
	}
	.pt-xl-8, .py-xl-8 {
		padding-top: 4rem !important;
	}
	.pr-xl-8, .px-xl-8 {
		padding-right: 4rem !important;
	}
	.pb-xl-8, .py-xl-8 {
		padding-bottom: 4rem !important;
	}
	.pl-xl-8, .px-xl-8 {
		padding-left: 4rem !important;
	}
	.p-xl-9 {
		padding: 6rem !important;
	}
	.pt-xl-9, .py-xl-9 {
		padding-top: 6rem !important;
	}
	.pr-xl-9, .px-xl-9 {
		padding-right: 6rem !important;
	}
	.pb-xl-9, .py-xl-9 {
		padding-bottom: 6rem !important;
	}
	.pl-xl-9, .px-xl-9 {
		padding-left: 6rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important;
	}
}
.fw-400{
	font-weight:400 !important;
}

.component-socials {
	--socialMargin: 0.25em;
	font-size: 20px;
	line-height: 0;
	justify-content: inherit
}

	.component-socials .socials-wrap {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: inherit;
		margin: calc(var(--socialMargin) * -1)
	}

	.component-socials .social {
		display: inline-flex;
		position: relative;
		color: currentColor;
		width: 2em;
		height: 2em;
		justify-content: center;
		align-items: center;
		opacity: 1;
		transition: opacity .3s cubic-bezier(.21,.67,.58,1)
	}

	.component-socials .social-icon {
		display: flex;
		position: absolute;
		width: 1em;
		height: 1em;
		transition: all .3s cubic-bezier(.21,.67,.58,1);
		z-index: 1;
		will-change: opacity
	}

	.component-socials .social-container {
		display: flex;
		align-items: center;
		margin: var(--socialMargin)
	}

	.component-socials .social-title {
		margin-left: .6em;
		margin-right: .6em
	}

	.component-socials.style--none .social {
		width: 1.25em;
		height: 1.25em
	}

	.component-socials.size--small {
		font-size: 16px
	}

		.component-socials.size--small.style--bordered .social:before {
			border-width: 1px
		}

		.component-socials.size--small .social-container .social-title {
			font-size: 14px;
			line-height: 16px
		}

	.component-socials.size--medium .social-title {
		font-size: 15px;
		line-height: 18px
	}

	.component-socials.size--large {
		font-size: 24px
	}

		.component-socials.size--large .social-title {
			font-size: 17px;
			line-height: 20px
		}

	.component-socials.shape--none .social-container .social-title {
		margin-left: 6px;
		margin-right: 4px
	}

	.component-socials.shape--none.hover--opacity .social {
		color: currentColor
	}

.is-pointer .component-socials.shape--none.hover--opacity .social-container:hover .social-icon {
	opacity: .7
}

.component-socials.shape--none.hover--zoom .social {
	color: currentColor
}

.is-pointer .component-socials.shape--none.hover--zoom .social-container:hover .social-icon {
	transform: scale(1.2);
	opacity: 1
}

.component-socials.shape--none.hover--color .social.social:after {
	content: none !important
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-instagram {
	color: #dc3175
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-fb {
	color: #1877f2
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-vk {
	color: #4680c2
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-twitter {
	color: #1da1f2
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-telegram {
	color: #08c
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-ok {
	color: #ed812b
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-gplus {
	color: #dd4b39
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-skype {
	color: #00aff0
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-yt {
	color: red
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-vimeo {
	color: #1ab7ea
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-snapchat {
	color: #fffc00
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-whatsapp {
	color: #65cf72
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-periscope {
	color: #3aa4c6
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-viber {
	color: #7360f2
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-behance {
	color: #1769ff
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-dribble {
	color: #ea4c89
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-p {
	color: #e60023
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-in {
	color: #069
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-tripadvisor {
	color: #34e0a1
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-tiktok {
	color: #fe2c55
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-messenger {
	color: #0084ff
}

.component-socials.shape--round .social.social-icon, .component-socials.shape--rounded .social.social-icon, .component-socials.shape--square .social.social-icon {
	width: .9em;
	height: .9em;
	left: .55em;
	top: .55em
}

.component-socials.shape--round .social:before, .component-socials.shape--rounded .social:before, .component-socials.shape--square .social:before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 2em;
	height: 2em;
	left: 50%;
	top: 50%;
	margin-left: -1em;
	margin-top: -1em;
	transition: all .3s cubic-bezier(.21,.67,.58,1);
	background-color: currentColor
}

.is-pointer .component-socials.shape--round.hover--opacity .social-container:hover .social-icon, .is-pointer .component-socials.shape--round.hover--opacity .social-container:hover .social:before, .is-pointer .component-socials.shape--rounded.hover--opacity .social-container:hover .social-icon, .is-pointer .component-socials.shape--rounded.hover--opacity .social-container:hover .social:before, .is-pointer .component-socials.shape--square.hover--opacity .social-container:hover .social-icon, .is-pointer .component-socials.shape--square.hover--opacity .social-container:hover .social:before {
	opacity: .7
}

.is-pointer .component-socials.shape--round.hover--zoom .social-container:hover .social:before, .is-pointer .component-socials.shape--rounded.hover--zoom .social-container:hover .social:before, .is-pointer .component-socials.shape--square.hover--zoom .social-container:hover .social:before {
	transform: scale(1.12);
	opacity: 1
}

.component-socials.shape--round.style--filled, .component-socials.shape--rounded.style--filled, .component-socials.shape--square.style--filled {
	color: var(--currentColor)
}

	.component-socials.shape--round.style--filled .social-icon, .component-socials.shape--rounded.style--filled .social-icon, .component-socials.shape--square.style--filled .social-icon {
		color: var(--contrastColor)
	}

.is-pointer .component-socials.shape--round.style--filled.hover--color .social-container:hover .social-icon, .is-pointer .component-socials.shape--rounded.style--filled.hover--color .social-container:hover .social-icon, .is-pointer .component-socials.shape--square.style--filled.hover--color .social-container:hover .social-icon {
	color: #fff
}

.component-socials.shape--round.style--bordered .social, .component-socials.shape--rounded.style--bordered .social, .component-socials.shape--square.style--bordered .social {
	color: currentColor
}

	.component-socials.shape--round.style--bordered .social:before, .component-socials.shape--rounded.style--bordered .social:before, .component-socials.shape--square.style--bordered .social:before {
		border: 2px solid currentColor;
		background: none
	}

	.component-socials.shape--round.style--bordered .social.social:after, .component-socials.shape--rounded.style--bordered .social.social:after, .component-socials.shape--square.style--bordered .social.social:after {
		content: none !important
	}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-instagram, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-instagram, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-instagram {
	color: #dc3175
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-fb, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-fb, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-fb {
	color: #1877f2
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-vk, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-vk, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-vk {
	color: #4680c2
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-twitter, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-twitter, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-twitter {
	color: #1da1f2
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-telegram, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-telegram, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-telegram {
	color: #08c
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-ok, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-ok, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-ok {
	color: #ed812b
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-gplus, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-gplus, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-gplus {
	color: #dd4b39
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-skype, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-skype, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-skype {
	color: #00aff0
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-yt, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-yt, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-yt {
	color: red
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-vimeo, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-vimeo, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-vimeo {
	color: #1ab7ea
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-snapchat, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-snapchat, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-snapchat {
	color: #fffc00
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-whatsapp, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-whatsapp, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-whatsapp {
	color: #65cf72
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-periscope, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-periscope, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-periscope {
	color: #3aa4c6
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-viber, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-viber, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-viber {
	color: #7360f2
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-behance, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-behance, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-behance {
	color: #1769ff
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-dribble, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-dribble, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-dribble {
	color: #ea4c89
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-p, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-p, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-p {
	color: #e60023
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-in, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-in, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-in {
	color: #069
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-tripadvisor, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-tripadvisor, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-tripadvisor {
	color: #34e0a1
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-tiktok, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-tiktok, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-tiktok {
	color: #fe2c55
}

.is-pointer .component-socials.shape--round.style--bordered.hover--color .social-container:hover .social-messenger, .is-pointer .component-socials.shape--rounded.style--bordered.hover--color .social-container:hover .social-messenger, .is-pointer .component-socials.shape--square.style--bordered.hover--color .social-container:hover .social-messenger {
	color: #0084ff
}

.component-socials.shape--none.hover--color .social-container .social:after, .component-socials.shape--round.hover--color .social-container .social:after, .component-socials.shape--rounded.hover--color .social-container .social:after, .component-socials.shape--square.hover--color .social-container .social:after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 2em;
	height: 2em;
	opacity: 0;
	left: 50%;
	top: 50%;
	margin-left: -1em;
	margin-top: -1em;
	transition: all .3s cubic-bezier(.21,.67,.58,1);
	background-color: currentColor
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-fb:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-fb:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-fb:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-fb:after {
	opacity: 1;
	background: #1877f2
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-vk:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-vk:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-vk:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-vk:after {
	opacity: 1;
	background: #4680c2
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-instagram:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-instagram:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-instagram:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-instagram:after {
	opacity: 1;
	background: #dc3175
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-twitter:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-twitter:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-twitter:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-twitter:after {
	opacity: 1;
	background: #1da1f2
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-telegram:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-telegram:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-telegram:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-telegram:after {
	opacity: 1;
	background: #08c
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-ok:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-ok:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-ok:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-ok:after {
	opacity: 1;
	background: #ed812b
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-gplus:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-gplus:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-gplus:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-gplus:after {
	opacity: 1;
	background: #dd4b39
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-skype:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-skype:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-skype:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-skype:after {
	opacity: 1;
	background: #00aff0
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-yt:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-yt:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-yt:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-yt:after {
	opacity: 1;
	background: red
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-vimeo:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-vimeo:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-vimeo:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-vimeo:after {
	opacity: 1;
	background: #1ab7ea
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-snapchat:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-snapchat:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-snapchat:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-snapchat:after {
	opacity: 1;
	background: #fffc00
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-whatsapp:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-whatsapp:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-whatsapp:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-whatsapp:after {
	opacity: 1;
	background: #65cf72
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-periscope:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-periscope:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-periscope:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-periscope:after {
	opacity: 1;
	background: #3aa4c6
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-viber:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-viber:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-viber:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-viber:after {
	opacity: 1;
	background: #7360f2
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-behance:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-behance:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-behance:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-behance:after {
	opacity: 1;
	background: #1769ff
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-dribble:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-dribble:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-dribble:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-dribble:after {
	opacity: 1;
	background: #ea4c89
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-p:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-p:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-p:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-p:after {
	opacity: 1;
	background: #e60023
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-in:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-in:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-in:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-in:after {
	opacity: 1;
	background: #069
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-tripadvisor:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-tripadvisor:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-tripadvisor:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-tripadvisor:after {
	opacity: 1;
	background: #34e0a1
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-tiktok:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-tiktok:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-tiktok:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-tiktok:after {
	opacity: 1;
	background: #fe2c55
}

.is-pointer .component-socials.shape--none.hover--color .social-container:hover .social-messenger:after, .is-pointer .component-socials.shape--round.hover--color .social-container:hover .social-messenger:after, .is-pointer .component-socials.shape--rounded.hover--color .social-container:hover .social-messenger:after, .is-pointer .component-socials.shape--square.hover--color .social-container:hover .social-messenger:after {
	opacity: 1;
	background: #0084ff
}

.is-pointer .component-socials.colored.hover--color .social-container:hover .social {
	opacity: .9
}

.component-socials.shape--round .social:after, .component-socials.shape--round .social:before {
	border-radius: 100%
}

.component-socials.shape--rounded .social:after, .component-socials.shape--rounded .social:before {
	border-radius: .25em
}

.component-socials.colored.style--filled .social .social-icon {
	color: #fff
}

.component-socials.colored.style--filled .social.social-instagram:before {
	background: -webkit-radial-gradient(32% 106%,circle farthest-corner,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),-webkit-linear-gradient(-45deg,#234bd7 12%,#c33cbe 58%)
}

.component-socials.colored.style--filled .social.social-messenger:before {
	background: linear-gradient(180deg,#00b2ff,#006aff)
}

.component-socials.colored.style--filled .social.social-whatsapp:before {
	background: linear-gradient(0deg,#20b038,#60d66a)
}

.component-socials.colored.style--filled .social.social-telegram:before {
	background: linear-gradient(203.2deg,#37aee2 21.67%,#1e96c8 70%)
}

.component-socials.colored.style--bordered .social.social-instagram {
	color: #dc3175
}

	.component-socials.colored.style--bordered .social.social-instagram:before {
		border-color: #dc3175
	}

.component-socials.colored.style--bordered .social.social-messenger {
	color: #0084ff
}

	.component-socials.colored.style--bordered .social.social-messenger:before {
		border-color: #0084ff
	}

.component-socials.colored .social.social-fb {
	color: #1877f2
}

.component-socials.colored .social.social-vk {
	color: #4680c2
}

.component-socials.colored .social.social-instagram {
	color: #dc3175
}

.component-socials.colored .social.social-twitter {
	color: #1da1f2
}

.component-socials.colored .social.social-telegram {
	color: #08c
}

.component-socials.colored .social.social-ok {
	color: #ed812b
}

.component-socials.colored .social.social-gplus {
	color: #dd4b39
}

.component-socials.colored .social.social-skype {
	color: #00aff0
}

.component-socials.colored .social.social-yt {
	color: red
}

.component-socials.colored .social.social-vimeo {
	color: #1ab7ea
}

.component-socials.colored .social.social-snapchat {
	color: #fffc00
}

.component-socials.colored .social.social-whatsapp {
	color: #65cf72
}

.component-socials.colored .social.social-periscope {
	color: #3aa4c6
}

.component-socials.colored .social.social-viber {
	color: #7360f2
}

.component-socials.colored .social.social-behance {
	color: #1769ff
}

.component-socials.colored .social.social-dribble {
	color: #ea4c89
}

.component-socials.colored .social.social-p {
	color: #e60023
}

.component-socials.colored .social.social-in {
	color: #069
}

.component-socials.colored .social.social-tripadvisor {
	color: #34e0a1
}

.component-socials.colored .social.social-tiktok {
	color: #fe2c55
}

.component-socials.colored .social.social-messenger {
	color: #0084ff
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.col-1 {
	-ms-flex: 0 0 8.33333333%;
	flex: 0 0 8.33333333%;
	max-width: 8.33333333%;
}
.col-2 {
	-ms-flex: 0 0 16.66666667%;
	flex: 0 0 16.66666667%;
	max-width: 16.66666667%;
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
}
.col-5 {
	-ms-flex: 0 0 41.66666667%;
	flex: 0 0 41.66666667%;
	max-width: 41.66666667%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-ms-flex: 0 0 58.33333333%;
	flex: 0 0 58.33333333%;
	max-width: 58.33333333%;
}
.col-8 {
	-ms-flex: 0 0 66.66666667%;
	flex: 0 0 66.66666667%;
	max-width: 66.66666667%;
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-ms-flex: 0 0 83.33333333%;
	flex: 0 0 83.33333333%;
	max-width: 83.33333333%;
}
.col-11 {
	-ms-flex: 0 0 91.66666667%;
	flex: 0 0 91.66666667%;
	max-width: 91.66666667%;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.order-first {
	-ms-flex-order: -1;
	order: -1;
}
.order-last {
	-ms-flex-order: 13;
	order: 13;
}
.order-0 {
	-ms-flex-order: 0;
	order: 0;
}
.order-1 {
	-ms-flex-order: 1;
	order: 1;
}
.order-2 {
	-ms-flex-order: 2;
	order: 2;
}
.order-3 {
	-ms-flex-order: 3;
	order: 3;
}
.order-4 {
	-ms-flex-order: 4;
	order: 4;
}
.order-5 {
	-ms-flex-order: 5;
	order: 5;
}
.order-6 {
	-ms-flex-order: 6;
	order: 6;
}
.order-7 {
	-ms-flex-order: 7;
	order: 7;
}
.order-8 {
	-ms-flex-order: 8;
	order: 8;
}
.order-9 {
	-ms-flex-order: 9;
	order: 9;
}
.order-10 {
	-ms-flex-order: 10;
	order: 10;
}
.order-11 {
	-ms-flex-order: 11;
	order: 11;
}
.order-12 {
	-ms-flex-order: 12;
	order: 12;
}
.offset-1 {
	margin-left: 8.33333333%;
}
.offset-2 {
	margin-left: 16.66666667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.33333333%;
}
.offset-5 {
	margin-left: 41.66666667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.33333333%;
}
.offset-8 {
	margin-left: 66.66666667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.33333333%;
}
.offset-11 {
	margin-left: 91.66666667%;
}
@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333333%;
	}
	.offset-sm-2 {
		margin-left: 16.66666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333333%;
	}
	.offset-sm-5 {
		margin-left: 41.66666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333333%;
	}
	.offset-sm-8 {
		margin-left: 66.66666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333333%;
	}
	.offset-sm-11 {
		margin-left: 91.66666667%;
	}
}
@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333333%;
	}
	.offset-md-2 {
		margin-left: 16.66666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333333%;
	}
	.offset-md-5 {
		margin-left: 41.66666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333333%;
	}
	.offset-md-8 {
		margin-left: 66.66666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333333%;
	}
	.offset-md-11 {
		margin-left: 91.66666667%;
	}
}
@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333333%;
	}
	.offset-lg-2 {
		margin-left: 16.66666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333333%;
	}
	.offset-lg-5 {
		margin-left: 41.66666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333333%;
	}
	.offset-lg-8 {
		margin-left: 66.66666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333333%;
	}
	.offset-lg-11 {
		margin-left: 91.66666667%;
	}
}
@media (min-width: 1280px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xl-11 {
		margin-left: 91.66666667%;
	}
}

/*-----Feather icons-----*/

@font-face {
	font-family: "feather";
	src: url(708f3d4239b21b059993eb24bd89c29e.eot);
	/* IE9*/
	src: url(708f3d4239b21b059993eb24bd89c29e.eot#iefix) format("embedded-opentype"), url(63646eb9c7fb162ba07dcc3331eb4321.woff) format("woff"), url(2a86b695698c807fb6c0512c0b7243f8.ttf) format("truetype"), url("[object Module]#feather") format("svg");
	/* iOS 4.1- */
}
.fe {
	font-family: 'feather' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fe-activity:before {
	content: "\e900";
}
.fe-airplay:before {
	content: "\e901";
}
.fe-alert-circle:before {
	content: "\e902";
}
.fe-alert-octagon:before {
	content: "\e903";
}
.fe-alert-triangle:before {
	content: "\e904";
}
.fe-align-center:before {
	content: "\e905";
}
.fe-align-justify:before {
	content: "\e906";
}
.fe-align-left:before {
	content: "\e907";
}
.fe-align-right:before {
	content: "\e908";
}
.fe-anchor:before {
	content: "\e909";
}
.fe-aperture:before {
	content: "\e90a";
}
.fe-arrow-down:before {
	content: "\e90b";
}
.fe-arrow-down-circle:before {
	content: "\e90c";
}
.fe-arrow-down-left:before {
	content: "\e90d";
}
.fe-arrow-down-right:before {
	content: "\e90e";
}
.fe-arrow-left:before {
	content: "\e90f";
}
.fe-arrow-left-circle:before {
	content: "\e910";
}
.fe-arrow-right:before {
	content: "\e911";
}
.fe-arrow-right-circle:before {
	content: "\e912";
}
.fe-arrow-up:before {
	content: "\e913";
}
.fe-arrow-up-circle:before {
	content: "\e914";
}
.fe-arrow-up-left:before {
	content: "\e915";
}
.fe-arrow-up-right:before {
	content: "\e916";
}
.fe-at-sign:before {
	content: "\e917";
}
.fe-award:before {
	content: "\e918";
}
.fe-bar-chart:before {
	content: "\e919";
}
.fe-bar-chart-2:before {
	content: "\e91a";
}
.fe-battery:before {
	content: "\e91b";
}
.fe-battery-charging:before {
	content: "\e91c";
}
.fe-bell:before {
	content: "\e91d";
}
.fe-bell-off:before {
	content: "\e91e";
}
.fe-bluetooth:before {
	content: "\e91f";
}
.fe-bold:before {
	content: "\e920";
}
.fe-book:before {
	content: "\e921";
}
.fe-book-open:before {
	content: "\e922";
}
.fe-bookmark:before {
	content: "\e923";
}
.fe-box:before {
	content: "\e924";
}
.fe-briefcase:before {
	content: "\e925";
}
.fe-calendar:before {
	content: "\e926";
}
.fe-camera:before {
	content: "\e927";
}
.fe-camera-off:before {
	content: "\e928";
}
.fe-cast:before {
	content: "\e929";
}
.fe-check:before {
	content: "\e92a";
}
.fe-check-circle:before {
	content: "\e92b";
}
.fe-check-square:before {
	content: "\e92c";
}
.fe-chevron-down:before {
	content: "\e92d";
}
.fe-chevron-left:before {
	content: "\e92e";
}
.fe-chevron-right:before {
	content: "\e92f";
}
.fe-chevron-up:before {
	content: "\e930";
}
.fe-chevrons-down:before {
	content: "\e931";
}
.fe-chevrons-left:before {
	content: "\e932";
}
.fe-chevrons-right:before {
	content: "\e933";
}
.fe-chevrons-up:before {
	content: "\e934";
}
.fe-chrome:before {
	content: "\e935";
}
.fe-circle:before {
	content: "\e936";
}
.fe-clipboard:before {
	content: "\e937";
}
.fe-clock:before {
	content: "\e938";
}
.fe-cloud:before {
	content: "\e939";
}
.fe-cloud-drizzle:before {
	content: "\e93a";
}
.fe-cloud-lightning:before {
	content: "\e93b";
}
.fe-cloud-off:before {
	content: "\e93c";
}
.fe-cloud-rain:before {
	content: "\e93d";
}
.fe-cloud-snow:before {
	content: "\e93e";
}
.fe-code:before {
	content: "\e93f";
}
.fe-codepen:before {
	content: "\e940";
}
.fe-command:before {
	content: "\e941";
}
.fe-compass:before {
	content: "\e942";
}
.fe-copy:before {
	content: "\e943";
}
.fe-corner-down-left:before {
	content: "\e944";
}
.fe-corner-down-right:before {
	content: "\e945";
}
.fe-corner-left-down:before {
	content: "\e946";
}
.fe-corner-left-up:before {
	content: "\e947";
}
.fe-corner-right-down:before {
	content: "\e948";
}
.fe-corner-right-up:before {
	content: "\e949";
}
.fe-corner-up-left:before {
	content: "\e94a";
}
.fe-corner-up-right:before {
	content: "\e94b";
}
.fe-cpu:before {
	content: "\e94c";
}
.fe-credit-card:before {
	content: "\e94d";
}
.fe-crop:before {
	content: "\e94e";
}
.fe-crosshair:before {
	content: "\e94f";
}
.fe-database:before {
	content: "\e950";
}
.fe-delete:before {
	content: "\e951";
}
.fe-disc:before {
	content: "\e952";
}
.fe-dollar-sign:before {
	content: "\e953";
}
.fe-download:before {
	content: "\e954";
}
.fe-download-cloud:before {
	content: "\e955";
}
.fe-droplet:before {
	content: "\e956";
}
.fe-edit:before {
	content: "\e957";
}
.fe-edit-2:before {
	content: "\e958";
}
.fe-edit-3:before {
	content: "\e959";
}
.fe-external-link:before {
	content: "\e95a";
}
.fe-eye:before {
	content: "\e95b";
}
.fe-eye-off:before {
	content: "\e95c";
}
.fe-facebook:before {
	content: "\e95d";
}
.fe-fast-forward:before {
	content: "\e95e";
}
.fe-feather:before {
	content: "\e95f";
}
.fe-file:before {
	content: "\e960";
}
.fe-file-minus:before {
	content: "\e961";
}
.fe-file-plus:before {
	content: "\e962";
}
.fe-file-text:before {
	content: "\e963";
}
.fe-film:before {
	content: "\e964";
}
.fe-filter:before {
	content: "\e965";
}
.fe-flag:before {
	content: "\e966";
}
.fe-folder:before {
	content: "\e967";
}
.fe-folder-minus:before {
	content: "\e968";
}
.fe-folder-plus:before {
	content: "\e969";
}
.fe-git-branch:before {
	content: "\e96a";
}
.fe-git-commit:before {
	content: "\e96b";
}
.fe-git-merge:before {
	content: "\e96c";
}
.fe-git-pull-request:before {
	content: "\e96d";
}
.fe-github:before {
	content: "\e96e";
}
.fe-gitlab:before {
	content: "\e96f";
}
.fe-globe:before {
	content: "\e970";
}
.fe-grid:before {
	content: "\e971";
}
.fe-hard-drive:before {
	content: "\e972";
}
.fe-hash:before {
	content: "\e973";
}
.fe-headphones:before {
	content: "\e974";
}
.fe-heart:before {
	content: "\e975";
}
.fe-help-circle:before {
	content: "\e976";
}
.fe-home:before {
	content: "\e977";
}
.fe-image:before {
	content: "\e978";
}
.fe-inbox:before {
	content: "\e979";
}
.fe-info:before {
	content: "\e97a";
}
.fe-instagram:before {
	content: "\e97b";
}
.fe-italic:before {
	content: "\e97c";
}
.fe-layers:before {
	content: "\e97d";
}
.fe-layout:before {
	content: "\e97e";
}
.fe-life-buoy:before {
	content: "\e97f";
}
.fe-link:before {
	content: "\e980";
}
.fe-link-2:before {
	content: "\e981";
}
.fe-linkedin:before {
	content: "\e982";
}
.fe-list:before {
	content: "\e983";
}
.fe-loader:before {
	content: "\e984";
}
.fe-lock:before {
	content: "\e985";
}
.fe-log-in:before {
	content: "\e986";
}
.fe-log-out:before {
	content: "\e987";
}
.fe-mail:before {
	content: "\e988";
}
.fe-map:before {
	content: "\e989";
}
.fe-map-pin:before {
	content: "\e98a";
}
.fe-maximize:before {
	content: "\e98b";
}
.fe-maximize-2:before {
	content: "\e98c";
}
.fe-menu:before {
	content: "\e98d";
}
.fe-message-circle:before {
	content: "\e98e";
}
.fe-message-square:before {
	content: "\e98f";
}
.fe-mic:before {
	content: "\e990";
}
.fe-mic-off:before {
	content: "\e991";
}
.fe-minimize:before {
	content: "\e992";
}
.fe-minimize-2:before {
	content: "\e993";
}
.fe-minus:before {
	content: "\e994";
}
.fe-minus-circle:before {
	content: "\e995";
}
.fe-minus-square:before {
	content: "\e996";
}
.fe-monitor:before {
	content: "\e997";
}
.fe-moon:before {
	content: "\e998";
}
.fe-more-horizontal:before {
	content: "\e999";
}
.fe-more-vertical:before {
	content: "\e99a";
}
.fe-move:before {
	content: "\e99b";
}
.fe-music:before {
	content: "\e99c";
}
.fe-navigation:before {
	content: "\e99d";
}
.fe-navigation-2:before {
	content: "\e99e";
}
.fe-octagon:before {
	content: "\e99f";
}
.fe-package:before {
	content: "\e9a0";
}
.fe-paperclip:before {
	content: "\e9a1";
}
.fe-pause:before {
	content: "\e9a2";
}
.fe-pause-circle:before {
	content: "\e9a3";
}
.fe-percent:before {
	content: "\e9a4";
}
.fe-phone:before {
	content: "\e9a5";
}
.fe-phone-call:before {
	content: "\e9a6";
}
.fe-phone-forwarded:before {
	content: "\e9a7";
}
.fe-phone-incoming:before {
	content: "\e9a8";
}
.fe-phone-missed:before {
	content: "\e9a9";
}
.fe-phone-off:before {
	content: "\e9aa";
}
.fe-phone-outgoing:before {
	content: "\e9ab";
}
.fe-pie-chart:before {
	content: "\e9ac";
}
.fe-play:before {
	content: "\e9ad";
}
.fe-play-circle:before {
	content: "\e9ae";
}
.fe-plus:before {
	content: "\e9af";
}
.fe-plus-circle:before {
	content: "\e9b0";
}
.fe-plus-square:before {
	content: "\e9b1";
}
.fe-pocket:before {
	content: "\e9b2";
}
.fe-power:before {
	content: "\e9b3";
}
.fe-printer:before {
	content: "\e9b4";
}
.fe-radio:before {
	content: "\e9b5";
}
.fe-refresh-ccw:before {
	content: "\e9b6";
}
.fe-refresh-cw:before {
	content: "\e9b7";
}
.fe-repeat:before {
	content: "\e9b8";
}
.fe-rewind:before {
	content: "\e9b9";
}
.fe-rotate-ccw:before {
	content: "\e9ba";
}
.fe-rotate-cw:before {
	content: "\e9bb";
}
.fe-rss:before {
	content: "\e9bc";
}
.fe-save:before {
	content: "\e9bd";
}
.fe-scissors:before {
	content: "\e9be";
}
.fe-search:before {
	content: "\e9bf";
}
.fe-send:before {
	content: "\e9c0";
}
.fe-server:before {
	content: "\e9c1";
}
.fe-settings:before {
	content: "\e9c2";
}
.fe-share:before {
	content: "\e9c3";
}
.fe-share-2:before {
	content: "\e9c4";
}
.fe-shield:before {
	content: "\e9c5";
}
.fe-shield-off:before {
	content: "\e9c6";
}
.fe-shopping-bag:before {
	content: "\e9c7";
}
.fe-shopping-cart:before {
	content: "\e9c8";
}
.fe-shuffle:before {
	content: "\e9c9";
}
.fe-sidebar:before {
	content: "\e9ca";
}
.fe-skip-back:before {
	content: "\e9cb";
}
.fe-skip-forward:before {
	content: "\e9cc";
}
.fe-slack:before {
	content: "\e9cd";
}
.fe-slash:before {
	content: "\e9ce";
}
.fe-sliders:before {
	content: "\e9cf";
}
.fe-smartphone:before {
	content: "\e9d0";
}
.fe-speaker:before {
	content: "\e9d1";
}
.fe-square:before {
	content: "\e9d2";
}
.fe-star:before {
	content: "\e9d3";
}
.fe-stop-circle:before {
	content: "\e9d4";
}
.fe-sun:before {
	content: "\e9d5";
}
.fe-sunrise:before {
	content: "\e9d6";
}
.fe-sunset:before {
	content: "\e9d7";
}
.fe-tablet:before {
	content: "\e9d8";
}
.fe-tag:before {
	content: "\e9d9";
}
.fe-target:before {
	content: "\e9da";
}
.fe-terminal:before {
	content: "\e9db";
}
.fe-thermometer:before {
	content: "\e9dc";
}
.fe-thumbs-down:before {
	content: "\e9dd";
}
.fe-thumbs-up:before {
	content: "\e9de";
}
.fe-toggle-left:before {
	content: "\e9df";
}
.fe-toggle-right:before {
	content: "\e9e0";
}
.fe-trash:before {
	content: "\e9e1";
}
.fe-trash-2:before {
	content: "\e9e2";
}
.fe-trending-down:before {
	content: "\e9e3";
}
.fe-trending-up:before {
	content: "\e9e4";
}
.fe-triangle:before {
	content: "\e9e5";
}
.fe-truck:before {
	content: "\e9e6";
}
.fe-tv:before {
	content: "\e9e7";
}
.fe-twitter:before {
	content: "\e9e8";
}
.fe-type:before {
	content: "\e9e9";
}
.fe-umbrella:before {
	content: "\e9ea";
}
.fe-underline:before {
	content: "\e9eb";
}
.fe-unlock:before {
	content: "\e9ec";
}
.fe-upload:before {
	content: "\e9ed";
}
.fe-upload-cloud:before {
	content: "\e9ee";
}
.fe-user:before {
	content: "\e9ef";
}
.fe-user-check:before {
	content: "\e9f0";
}
.fe-user-minus:before {
	content: "\e9f1";
}
.fe-user-plus:before {
	content: "\e9f2";
}
.fe-user-x:before {
	content: "\e9f3";
}
.fe-users:before {
	content: "\e9f4";
}
.fe-video:before {
	content: "\e9f5";
}
.fe-video-off:before {
	content: "\e9f6";
}
.fe-voicemail:before {
	content: "\e9f7";
}
.fe-volume:before {
	content: "\e9f8";
}
.fe-volume-1:before {
	content: "\e9f9";
}
.fe-volume-2:before {
	content: "\e9fa";
}
.fe-volume-x:before {
	content: "\e9fb";
}
.fe-watch:before {
	content: "\e9fc";
}
.fe-wifi:before {
	content: "\e9fd";
}
.fe-wifi-off:before {
	content: "\e9fe";
}
.fe-wind:before {
	content: "\e9ff";
}
.fe-x:before {
	content: "\ea00";
}
.fe-x-circle:before {
	content: "\ea01";
}
.fe-x-square:before {
	content: "\ea02";
}
.fe-zap:before {
	content: "\ea03";
}
.fe-zap-off:before {
	content: "\ea04";
}
.fe-zoom-in:before {
	content: "\ea05";
}
.fe-zoom-out:before {
	content: "\ea06";
}/*------ Icons List ------*/

.browser {
	width: 1.25rem;
	height: 1.25rem;
	display: inline-block;
	background: no-repeat center/100% 100%;
	vertical-align: bottom;
	font-style: normal;
}
/* TODO: Найти картинки */
/* .browser-android-browser {
	background-image: url("../images/browsers/android-browser.svg");
}
.browser-aol-explorer {
	background-image: url("../images/browsers/aol-explorer.svg");
}
.browser-blackberry {
	background-image: url("../images/browsers/blackberry.svg");
}
.browser-camino {
	background-image: url("../images/browsers/camino.svg");
}
.browser-chrome {
	background-image: url("../images/browsers/chrome.svg");
}
.browser-chromium {
	background-image: url("../images/browsers/chromium.svg");
}
.browser-dolphin {
	background-image: url("../images/browsers/dolphin.svg");
}
.browser-edge {
	background-image: url("../images/browsers/edge.svg");
}
.browser-firefox {
	background-image: url("../images/browsers/firefox.svg");
}
.browser-ie {
	background-image: url("../images/browsers/ie.svg");
}
.browser-maxthon {
	background-image: url("../images/browsers/maxthon.svg");
}
.browser-mozilla {
	background-image: url("../images/browsers/mozilla.svg");
}
.browser-netscape {
	background-image: url("../images/browsers/netscape.svg");
}
.browser-opera {
	background-image: url("../images/browsers/opera.svg");
}
.browser-safari {
	background-image: url("../images/browsers/safari.svg");
}
.browser-sleipnir {
	background-image: url("../images/browsers/sleipnir.svg");
}
.browser-uc-browser {
	background-image: url("../images/browsers/uc-browser.svg");
}
.browser-vivaldi {
	background-image: url("../images/browsers/vivaldi.svg");
} */
.flag {
	width: 1.6rem;
	height: 1.2rem;
	display: inline-block;
	background: no-repeat center/100% 100%;
	vertical-align: bottom;
	font-style: normal;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}
.flag-ad {
	background-image: url([object Module]);
}
.flag-ae {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%2300732f' d='M0 0h640v160H0z'/%3e%3cpath fill='%23fff' d='M0 160h640v160H0z'/%3e%3cpath d='M0 320h640v160H0z'/%3e%3cpath fill='red' d='M0 0h220v480H0z'/%3e%3c/svg%3e");
}
.flag-af {
	background-image: url([object Module]);
}
.flag-ag {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-79.698 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' fill-rule='evenodd' transform='translate(74.717) scale(.9375)'%3e%3cpath fill='%23fff' d='M-120 0h763.27v511.49H-120z'/%3e%3cpath d='M-118.31.617h760.88v216.09h-760.88z'/%3e%3cpath fill='%230061ff' d='M21.3 203.23h505.01v113.82H21.3z'/%3e%3cpath d='M642.75 1.753v510.25H262.03L642.75 1.753z' fill='%23e20000'/%3e%3cpath d='M-118.69 1.753v510.25h380.72L-118.69 1.753z' fill='%23e20000'/%3e%3cpath d='M440.37 203.34l-76.31-19.363L428.98 135l-79.726 11.39 41.003-69.475-70.616 41.003 12.53-80.867-47.837 63.783L264.97 26.8l-21.64 76.31-47.837-64.92 13.667 83.145-70.615-43.282 41.003 69.476-77.45-12.53 63.783 47.838-79.727 20.5h354.22z' fill='%23ffd600'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ai {
	background-image: url([object Module]);
}
.flag-al {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23e41e20' d='M0 0h640v480H0z'/%3e%3cpath id='a' d='M272.09 93.316c-4.667-.08-12.413 1.488-12.24 5.07-13-2.228-14.354 3.142-13.59 7.92 1.237-1.896 2.743-2.926 3.9-3.12 1.734-.288 3.548.272 5.4 1.41 1.853 1.138 3.894 2.974 4.8 4.11-4.588 1.097-8.133.39-11.73-.24-1.773-.31-4.254-1.308-5.73-2.34-1.475-1.033-1.94-2.004-4.26-4.38-2.735-2.8-5.647-2.013-4.74 2.34 2.098 4.042 5.603 5.845 10.02 6.57 2.126.35 5.292 1.106 8.88 1.11 3.59.004 7.618-.52 9.81-.06-1.317.827-2.807 2.252-5.76 2.82-3.002.577-7.567-1.786-10.35-2.43.354 2.34 3.307 4.53 9.12 5.67 9.554 2.08 17.492 3.66 22.74 6.51 5.248 2.85 8.557 6.415 10.92 9.21 4.703 5.56 4.95 9.83 5.25 10.77.968 8.885-2.13 13.884-7.89 15.42-2.88.768-7.994-.678-9.87-2.88-1.875-2.2-3.7-5.985-3.18-11.91.506-2.325 3.164-8.38.9-9.63-10.427-5.763-23.09-11.59-32.25-15.06-2.503-.948-4.566 2.455-5.37 3.78-15.562-1.895-29.594-12.426-35.91-23.64-4.3-7.637-11.39.016-10.2 7.23 1.925 8.052 8.06 13.874 15.42 18 7.555 4.16 16.998 8.253 26.55 8.04 5.147.974 5.096 7.632-1.08 8.88-12.077.077-21.712-.225-30.81-9-6.9-6.3-10.784 1.207-8.79 5.46 3.38 13.112 22.086 16.784 41.01 12.54 7.328-1.213 2.94 6.64.87 6.72-7.907 5.67-22.063 11.217-34.53-.06-5.705-4.368-9.562-.696-7.44 5.61 5.532 16.442 26.692 12.99 41.22 4.89 3.74-2.084 7.133 2.765 2.58 6.45-18.067 12.624-27.1 12.768-35.25 7.92-10.202-4.024-11.1 7.293-5.04 11.01 6.736 4.132 23.876 1.034 36.45-6.87 5.39-4.008 5.635 2.26 2.22 4.74-14.922 12.896-20.804 16.292-36.36 14.19-7.713-.6-7.598 8.91-1.53 12.63 8.285 5.08 24.464-3.353 37.02-13.77 5.285-2.824 6.153 1.807 3.54 7.29-7.672 9.68-14.873 15.387-21.81 18.03-6.936 2.643-13.608 2.222-18.33.6-5.76-1.98-6.482 4.007-3.3 9.45 1.92 3.28 9.87 4.332 18.45 1.29 8.582-3.043 17.795-10.18 24.12-18.54 5.504-4.82 4.82 1.654 2.31 6.21-12.666 20.024-24.25 27.452-39.51 26.19-6.765-1.15-8.302 4.112-3.99 8.97 7.572 6.28 17.04 6.082 25.32-.12 7.362-7.098 21.445-22.38 28.83-30.57 5.205-4.15 6.867-.06 5.34 8.37-1.388 4.826-4.865 9.91-14.34 13.62-6.472 3.694-1.612 8.785 3.24 8.88 2.67.05 8.092-3.07 12.24-7.74 5.457-6.145 5.782-10.27 8.79-19.83 2.843-4.66 7.92-2.486 7.92 2.4-2.435 9.576-4.527 11.293-9.45 15.21-4.708 4.42 3.28 5.894 5.97 4.08 7.786-5.25 10.63-12.037 13.23-18.21 1.878-4.456 7.325-2.296 4.8 4.98-6.034 17.388-15.95 24.234-33.3 27.75-1.758.312-2.83 1.35-2.22 3.39 2.33 2.417 4.662 4.61 6.99 7.02-10.728 3.123-19.444 4.878-30.18 8.01-5.267-3.453-9.522-6.383-14.79-9.84-1.39-3.247-2.036-8.203-9.81-4.71-5.267-2.433-7.697-1.54-10.62.9 4.22.157 6.056 1.287 7.71 3.21 2.16 5.69 7.14 6.24 12.24 4.62 3.317 2.794 5.084 4.938 8.4 7.74-6.19-.212-10.504-.322-16.68-.51-5.895-6.33-10.6-5.983-14.82-1.02-3.216.494-4.58.564-6.78 4.47 3.46-1.42 5.64-1.846 7.14-.3 6.268 3.634 10.362 2.823 13.47 0 6.047.37 11.496.683 17.55 1.08-2.224 1.89-5.276 2.893-7.5 4.8-9.082-2.598-13.822.9-15.42 8.31-1.217 2.992-1.787 6.07-1.26 9.27.88-2.926 2.293-5.442 4.89-7.02 8.095 2.057 11.14-1.248 11.58-6.09 3.902-3.183 9.786-3.885 13.68-7.11 4.553 1.458 6.755 2.36 11.34 3.81 1.63 4.955 5.32 6.916 11.31 5.64 7.13.224 5.872 3.15 6.45 5.49 1.895-3.36 1.842-6.63-2.55-9.6-1.598-4.34-5.138-6.316-9.78-3.81-4.37-1.24-5.517-3.023-9.87-4.26 11.01-3.51 18.82-4.298 29.82-7.8 2.754 2.598 4.936 4.463 7.71 6.78 1.462.873 2.862 1.093 3.72 0 6.894-9.977 9.973-18.77 16.38-25.35 2.448-2.722 5.54-6.394 8.97-7.29 1.715-.447 3.818-.174 5.16 1.29 1.343 1.465 2.398 4.164 1.95 8.19-.642 5.78-2.038 7.605-3.66 11.07-1.62 3.466-3.603 5.597-5.64 8.25-4.073 5.307-9.448 8.396-12.63 10.47-6.362 4.15-9.053 2.333-13.98 2.07-6.367.715-8.06 3.816-2.85 8.1 4.872 2.535 9.25 2.848 12.81 2.19 3.056-.565 6.632-4.51 9.18-6.63 2.868-3.313 7.624.616 4.38 4.47-5.893 7.003-11.783 11.62-19.05 11.52-7.636 1.028-6.208 5.32-1.14 7.41 9.12 3.765 17.357-3.286 21.54-7.92 3.228-3.53 5.52-3.67 4.95 1.8-3.204 9.9-7.583 13.726-14.73 14.22-5.797-.538-5.86 3.937-1.62 6.96 9.658 6.685 16.652-4.7 19.92-11.58 2.33-6.207 5.9-3.255 6.27 1.86.05 6.835-3.04 12.415-11.31 19.41 6.328 10.082 13.705 20.336 20.04 30.45l19.205-213.893-19.2-33.794c-2-1.847-8.763-9.815-10.53-10.92-.644-.69-1.036-1.176-.09-1.53.916-.344 3.06-.73 4.5-.99-4.072-4.08-7.56-5.388-15.27-7.62 1.88-.8 3.706-.335 9.24-.6-2.197-3.12-7.104-7.896-13.44-10.2 4.184-2.976 5-3.175 9.15-6.66-7.187-.51-13.325-1.88-19.5-3.75-3.904-1.827-9.327-3.377-11.97-3.42zm.69 8.37c3.8 0 6.15 1.302 6.15 2.88 0 1.606-2.35 2.91-6.15 2.91-3.782 0-6.18-1.423-6.18-3.03 0-1.578 2.398-2.76 6.18-2.76z'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' transform='matrix(-1 0 0 1 640 0)'/%3e%3c/svg%3e");
}
.flag-am {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath d='M0 0h640v160H0z' fill='red'/%3e%3cpath d='M0 160h640v160H0z' fill='%2300f'/%3e%3cpath d='M0 320h640v160H0z' fill='orange'/%3e%3c/svg%3e");
}
.flag-ao {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='red' d='M0 0h640v243.574H0z'/%3e%3cpath d='M0 236.428h640v243.574H0z'/%3e%3c/g%3e%3cpath d='M228.67 148.173c165.22 43.304 58.99 255.64-71.216 167.26l-8.817 13.545c76.628 54.658 152.57 10.66 173.9-46.358 22.297-58.788-7.52-141.48-92.51-150.03l-1.356 15.576z' fill-rule='evenodd' fill='%23ffec00'/%3e%3cpath fill-rule='evenodd' fill='%23ffec00' d='M169.955 330.827l21.73 10.125-10.142 21.696-21.73-10.125zm148.985-99.48h23.98v23.942h-23.98zm-11.684-38.892l22.342-8.694 8.707 22.31-22.342 8.693zm-25.894-29.188l17.035-16.85 16.877 17.01-17.035 16.85zm-26.284-39.787l22.434 8.455-8.468 22.4-22.434-8.455zM316.1 270.01l22.265 8.888-8.902 22.23-22.265-8.887zm-69.876 70.05l22.06-9.388 9.402 22.025-22.058 9.39zm-39.504 2.77h23.98v23.94h-23.98zm41.29-115.937l-20.35-15.006-20.245 14.47 8.034-22.92-20.348-14.956 24.447-.17 8.567-22.55 7.782 22.702 24.7-.242-19.586 15.232 6.996 23.44z'/%3e%3cpath d='M336.03 346.376c-1.21.418-6.23 12.39-9.675 18.248 1.797.51 2.56.596 3.625 1.025 13.655 4.8 20.384 9.18 26.186 17.504 2.888 2.79 7.032 2.93 10.198.697 0 0 2.795-1.114 6.43-5.02 2.968-4.52 2.194-8.11-1.384-11.16-10.944-7.952-22.9-13.902-35.38-21.295z' fill-rule='evenodd' fill='%23fe0'/%3e%3cpath d='M365.247 372.842c0 2.388-1.94 4.324-4.33 4.324s-4.333-1.936-4.333-4.324 1.94-4.325 4.332-4.325 4.33 1.936 4.33 4.325zM343.87 359.17c0 2.388-1.94 4.324-4.33 4.324s-4.333-1.936-4.333-4.324 1.94-4.325 4.332-4.325 4.33 1.936 4.33 4.325zm10.898 6.975c0 2.39-1.94 4.325-4.33 4.325s-4.333-1.936-4.333-4.325 1.94-4.324 4.332-4.324 4.33 1.937 4.33 4.325z' fill-rule='evenodd'/%3e%3cpath d='M324.47 363.667c-42.57-24.273-87.31-50.52-129.88-74.796-18.75-11.635-19.683-33.384-7.17-49.875 1.302-2.337 2.836-1.758 3.514-.524 1.463 8.03 5.97 16.325 11.37 21.496 44.693 28.383 87.732 55.804 131.71 85.613-3.448 5.767-6.104 12.32-9.55 18.086z' fill-rule='evenodd' fill='%23fe0'/%3e%3cpath fill-rule='evenodd' fill='%23ffec00' d='M297.174 305.457l17.85 15.986-16.01 17.824-17.85-15.986z'/%3e%3cpath d='M331.54 348.82L206.58 273.3m109.53 58.093l-42.24-27.28m18.21 42.687l-42.75-24.755' stroke='%23000' stroke-width='3.05' fill='none'/%3e%3c/svg%3e");
}
.flag-aq {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath d='M0 0h640v480H0z' fill='%233a7dce' fill-rule='evenodd'/%3e%3cpath d='M184.83 225.328c-2.887-5.906-2.887-5.906-2.887-11.809-1.444 0-1.714.278-2.55.045-.835-.23-1.15 5.445-3.856 4.337-.45-.553 1.94-4.657-.655-6.364-.834-.555.203-3.922-.16-5.4 0 0-3.292 1.754-5.774-4.426-1.219-1.616-2.888 1.475-2.888 1.475s.722 1.891-.585 2.353c-1.85-1.384-3.204-.659-5.55-2.56-2.345-1.904.497-4.083-3.97-5.697 2.89-7.381 2.89-5.906 10.106-8.857-4.33-2.953-4.33-2.953-7.216-7.382-4.332-1.475-5.775-2.95-10.107-5.903-5.775-7.382-8.662-22.142-8.662-32.475 3.656-3.46 8.662 11.809 15.881 16.237l10.106 4.428c5.775 2.952 7.219 5.903 11.55 8.856l12.994 4.429c5.775 4.427 8.662 10.333 12.994 11.808 4.692 0 5.596-2.763 7.1-2.934 8.487-.446 12.82-1.564 14.51-4.17 1.714-2.076 5.82 1.2 17.37-3.229l-1.442-5.906s3.067-2.582 7.219-1.475c-.113-2.698-.385-9.893 3.703-13.14-2.483-2.662-.816-4.572-.816-4.572s2.3-2.261 2.57-3.46c-1.216-6.505 1.057-6.605 1.566-8.52.51-1.912-1.963-1.257-1.265-3.895.695-2.639 4.877-3.265 5.437-5.438.563-2.175-1.19-3.264-1.09-3.783.903-2.076.137-6.965 0-8.857 7.76-2.123 10.288-8.58 12.993-5.905 1.444-8.857 2.888-11.808 11.55-11.808 1.22-2.722-3.159-5.03-1.443-5.905 2.887-.37 5.098-.184 8.484 4.29 1.069 1.418 1.262-2.076 2.344-2.445 1.083-.37 3.675-.375 4.06-2.122.407-1.8.993-4.152 2.437-7.104 1.218-2.4 2.165.923 3.248 5.628 6.09.23 19.851 1.614 25.626 3.229 4.33 1.153 7.218-1.153 11.368-1.615 3.067 3.137 5.955.784 7.58 7.472 2.292 3.61 6.046.325 6.858 1.385 4.828 13.607 21.431 4.428 22.693 4.66 2.119 0 4.709 6.084 6.378 5.932 2.713-.467 1.945-2.359 4.312-1.598-.63 5.121 4.65 11.025 4.65 14.854 0 0 1.285.647 2.475-.49 1.19-1.135 2.284-4.053 3.343-3.985 2.528.37 3.552.702 6.463 1.222 7.828 2.735 11.816 3.352 14.856 4.753 1.416 2.647 2.784 4.001 5.653 3.506 2.368 1.628.64 3.76 2.04 3.898 2.887-1.477 3.833-3.091 6.721-1.615 2.887 1.476 5.775 4.429 7.219 7.381 0 1.476-1.444 7.38 0 16.238.722 2.95 1.071 5.292 4.172 10.355-.824 5.202 3.903 13.954 3.903 16.168 0 2.952-2.302 4.475-3.746 7.425 5.775 4.43 0 11.81-2.887 16.238 21.656 4.43 11.55 13.286 28.874 8.857-4.33 10.334-2.797 9.504 1.534 19.838-8.662 5.904-.18 7.702-5.953 15.082-.362.463 3.427 6.413 8.75 6.413-1.443 11.809-5.774 7.38-4.33 25.094-11.37-.229-6.77 13.24-14.438 11.81.45 8.442 4.376 9.18 2.887 17.713-5.775 1.477-5.775 1.477-8.662 5.906l-4.331-1.477c-1.444 7.381-4.331 8.857 0 16.238 0 0-5.594.185-7.219 0-.135 2.538 2.483 3.23 2.888 5.904-.225 1.062-8.211 5.72-14.438 5.907-1.622 3.643 4.331 7.518 3.971 9.362-6.768 1.338-9.745 9.825-9.745 9.825s3.473 1.431 2.888 2.954c-1.85-1.385-2.888-1.477-5.775-1.477-1.444.37-4.963-.09-8.337 5.732-3.703 1.247-5.45.797-8.259 4.594-1.244-3.62-3.033.034-5.22 1.438-2.184 1.406-5.128 4.9-5.525 4.75.091-1.014 1.354-4.706 1.354-4.706l-7.219 1.477-.888.091c-.568.056-.417-4.309-1.784-4.15-1.37.16-5.282 5.49-6.616 5.658-1.332.168-1.753-1.695-2.902-1.533-1.147.162-3.384 5.625-4.198 5.768-.813.146-4.037-3.318-6.8-2.836-14.212 5.122-16.469-10.101-18.678-1.52-2.978-1.615-2.462-.678-5.487.133-1.932.509-2.107-2.61-3.824-2.561-3.434.099-3.253 3.422-5.128 2.428-1.531-6.919-10.78-5.675-11.684-8.625-.733-3.08 4.008-3.066 5.541-5.152 1.172-3.01-1.224-4.153 3.534-7.056 6.2-4.288 2.635-5.907 3.722-9.128 1.945-4.654 1.956-5.789.332-9.894 0 0-4.828-13.285-5.775-13.285-2.887-.83-2.887 4.889-7.129 6.458-8.662 2.951-23.954-7.474-26.617-7.474-2.435.047-13.717 2.732-13.292-3.02-1.687 5.593-7.89 1.314-8.272 1.314-5.775 0-3.565 4.566-7.444 4.382-1.762-.6-19.535-1.66-19.535-1.66v2.952l-11.55-5.907-10.107-2.95c-8.662-2.953-4.33-10.334-18.768-5.906v-8.857h-7.219c2.887-17.714 0-8.856-1.444-25.094l-5.775 1.477c-5.775-7.98 8.03-6.458-4.331-11.808 0 0 .227-8.813-2.887-5.906-.631.37 1.443 4.43 1.443 4.43-11.55-1.476-14.437-4.43-14.437-16.238 0 0 9.52 1.385 8.662 0-1.352-2.213-3.112-16.606-2.796-17.575-.136-1.938 8.842-6.827 7.106-11.488 1.104-.415 4.352-.459 4.352-.459' fill='%23fff'/%3e%3cpath d='M574.575 284.306c-.462 1.039-.38 2.077.098 2.817.856-1.284.133-1.877-.098-2.817z' fill='none' stroke='%23fff' stroke-width='2.108' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M203.29 167.756s-2.422-.296-1.878 1.828c.79-1.63 1.828-1.728 1.877-1.828zm.543-4.94c-1.334.05-2.965-.197-2.421 1.926.79-1.631 2.371-1.828 2.421-1.926zm9.113 28.312s2.075-.148 1.531 1.976c-.79-1.63-1.48-1.877-1.531-1.976z' fill='none' stroke='%23fff' stroke-width='1.976' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.flag-ar {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%2374acdf' d='M0 0h640v480H0z'/%3e%3cpath fill='%23fff' d='M0 160.003h640v160.003H0z'/%3e%3cg id='c' transform='translate(-64) scale(.96)'%3e%3cpath id='a' d='M396.84 251.31l28.454 61.992s.49 1.185 1.28.859c.79-.327.299-1.512.299-1.512l-23.715-63.956m-.68 24.12c-.347 9.428 5.452 14.613 4.694 23.032-.757 8.42 3.867 13.18 4.94 16.454 1.073 3.274-1.16 5.232-.198 5.698.963.466 3.07-2.12 2.383-6.775-.687-4.655-4.22-6.037-3.39-16.32.83-10.283-4.206-12.678-2.98-22.058' fill='%23f6b40e' stroke='%2385340a' stroke-width='1.112'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' transform='rotate(22.5 400 250)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' transform='rotate(45 400 250)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' transform='rotate(67.5 400 250)'/%3e%3cpath id='b' d='M404.31 274.41c.453 9.054 5.587 13.063 4.579 21.314 2.213-6.525-3.124-11.583-2.82-21.22m-7.649-23.757l19.487 42.577-16.329-43.887' fill='%2385340a'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(22.5 400 250)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(45 400 250)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(67.5 400 250)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23c' transform='rotate(90 320 240)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23c' transform='rotate(180 320 240)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23c' transform='rotate(-90 320 240)'/%3e%3ccircle r='26.667' cy='240' cx='320' fill='%23f6b40e' stroke='%2385340a' stroke-width='1.44'/%3e%3cpath id='h' d='M329.091 234.298c-1.82 0-3.564.789-4.59 2.43 2.051 1.845 6.582 2.046 9.66-.21a7.04 7.04 0 0 0-5.07-2.22zm-.03.42c1.773-.033 3.429.781 3.66 1.59-2.051 2.256-5.329 2.06-7.38.42.898-1.436 2.342-1.985 3.72-2.01z' fill='%23843511'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' transform='matrix(-1 0 0 1 640.24 0)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23e' transform='matrix(-1 0 0 1 640.24 0)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23f' transform='translate(18.108)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23g' transform='matrix(-1 0 0 1 640.24 0)'/%3e%3cpath d='M315.92 243.686c-.877.16-1.5.939-1.5 1.83 0 1.02.842 1.83 1.86 1.83.602 0 1.154-.285 1.5-.78.71.534 1.694.59 2.22.6.08.002.185 0 .24 0 .526-.01 1.51-.066 2.22-.6.346.495.898.78 1.5.78 1.018 0 1.86-.81 1.86-1.83 0-.891-.623-1.67-1.5-1.83.492.174.81.65.81 1.17 0 .68-.548 1.23-1.23 1.23a1.24 1.24 0 0 1-1.23-1.17c-.2.4-.993 1.59-2.55 1.65-1.557-.06-2.35-1.25-2.55-1.65a1.24 1.24 0 0 1-1.23 1.17c-.681 0-1.23-.55-1.23-1.23 0-.52.318-.996.81-1.17zM317.926 249.149c-2.052 0-2.863 1.86-4.71 3.09 1.026-.41 1.834-1.219 3.27-2.04 1.437-.82 2.661.18 3.48.18h.03c.82 0 2.044-1 3.48-.18 1.437.822 2.274 1.63 3.3 2.04-1.846-1.23-2.687-3.09-4.74-3.09-.41 0-1.22.221-2.04.63h-.03c-.819-.41-1.63-.63-2.04-.63z' fill='%2385340a'/%3e%3cpath d='M317.235 251.578c-.81.035-1.881.198-3.42.66 3.694-.82 4.509.42 6.15.42h.03c1.642 0 2.456-1.24 6.15-.42-4.103-1.231-4.92-.42-6.15-.42h-.03c-.769 0-1.38-.3-2.73-.24z' fill='%2385340a'/%3e%3cpath d='M314 252.211c-.238.003-.498.005-.78.03 4.308.41 2.237 2.88 6.75 2.88h.03c4.513 0 2.471-2.47 6.78-2.88-4.513-.41-3.086 2.25-6.78 2.25h-.03c-3.463 0-2.396-2.324-5.97-2.28z' fill='%2385340a'/%3e%3cpath d='M323.696 258.874a3.694 3.694 0 0 0-7.385 0 3.797 3.797 0 0 1 7.385 0z' fill='%2385340a'/%3e%3cpath id='e' d='M303.42 234.26c4.719-4.103 10.666-4.719 13.95-1.641.803 1.076 1.318 2.226 1.53 3.427.412 2.335-.318 4.859-2.148 7.445.207 0 .618.204.823.41 1.628-3.114 2.204-6.313 1.67-9.356a13.263 13.263 0 0 0-.643-2.338c-4.513-3.691-10.665-4.102-15.178 2.052z' fill='%2385340a'/%3e%3cpath id='d' d='M310.803 233.03c2.666 0 3.282.616 4.513 1.642 1.232 1.026 1.846.82 2.051 1.026.204.205 0 .82-.41.614-.409-.206-1.231-.614-2.46-1.64-1.232-1.027-2.461-1.026-3.693-1.026-3.692 0-5.743 3.076-6.153 2.871-.41-.206 2.052-3.487 6.153-3.487z' fill='%2385340a'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23h' transform='translate(-18.414)'/%3e%3ccircle id='f' cy='236.304' cx='310.918' r='1.846' fill='%2385340a'/%3e%3cpath id='g' d='M305.878 237.542c3.488 2.668 6.975 2.462 9.026 1.231 2.051-1.23 2.051-1.64 1.642-1.64-.41 0-.82.41-2.461 1.23-1.642.821-4.102.821-8.204-.82z' fill='%2385340a'/%3e%3c/svg%3e");
}
.flag-as {
	background-image: url([object Module]);
}
.flag-at {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%23fff' d='M640 480H0V0h640z'/%3e%3cpath fill='%23df0000' d='M640 480H0V319.997h640zm0-319.875H0V.122h640z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-au {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg stroke-width='1pt'%3e%3cpath fill='%23006' d='M0 0h640v480H0z'/%3e%3cpath d='M0 0v27.95L307.037 250h38.647v-27.95L38.647 0H0zm345.684 0v27.95L38.647 250H0v-27.95L307.037 0h38.647z' fill='%23fff'/%3e%3cpath d='M144.035 0v250h57.614V0h-57.615zM0 83.333v83.333h345.684V83.333H0z' fill='%23fff'/%3e%3cpath d='M0 100v50h345.684v-50H0zM155.558 0v250h34.568V0h-34.568zM0 250l115.228-83.334h25.765L25.765 250H0zM0 0l115.228 83.333H89.463L0 18.633V0zm204.69 83.333L319.92 0h25.764L230.456 83.333H204.69zM345.685 250l-115.228-83.334h25.765l89.464 64.7V250z' fill='%23c00'/%3e%3cpath d='M299.762 392.523l-43.653 3.795 6.013 43.406-30.187-31.764-30.186 31.764 6.014-43.406-43.653-3.795 37.68-22.364-24.244-36.495 40.97 15.514 13.42-41.713 13.42 41.712 40.97-15.515-24.242 36.494m224.444 62.372l-10.537-15.854 17.81 6.742 5.824-18.125 5.825 18.126 17.807-6.742-10.537 15.854 16.37 9.718-18.965 1.65 2.616 18.85-13.116-13.793-13.117 13.794 2.616-18.85-18.964-1.65m16.368-291.815l-10.537-15.856 17.81 6.742 5.824-18.122 5.825 18.12 17.807-6.74-10.537 15.855 16.37 9.717-18.965 1.65 2.616 18.85-13.116-13.793-13.117 13.794 2.616-18.85-18.964-1.65m-89.418 104.883l-10.537-15.853 17.808 6.742 5.825-18.125 5.825 18.125 17.808-6.742-10.536 15.853 16.37 9.72-18.965 1.65 2.615 18.85-13.117-13.795-13.117 13.795 2.617-18.85-18.964-1.65m216.212-37.929l-10.558-15.854 17.822 6.742 5.782-18.125 5.854 18.125 17.772-6.742-10.508 15.854 16.362 9.718-18.97 1.65 2.608 18.85-13.118-13.793-13.117 13.793 2.61-18.85-18.936-1.65m-22.251 73.394l-10.367 6.425 2.914-11.84-9.316-7.863 12.165-.896 4.605-11.29 4.606 11.29 12.165.897-9.317 7.863 2.912 11.84' fill-rule='evenodd' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-aw {
	background-image: url([object Module]);
}
.flag-ax {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M106.25 0h1133.3v850H106.25z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' transform='matrix(.56472 0 0 .56482 -60.002 -.1)'%3e%3cpath d='M0 0h1300v850H0z' fill='%230053a5'/%3e%3cg fill='%23ffce00'%3e%3cpath d='M400 0h250v850H400z'/%3e%3cpath d='M0 300h1300v250H0z'/%3e%3c/g%3e%3cg fill='%23d21034'%3e%3cpath d='M475 0h100v850H475z'/%3e%3cpath d='M0 375h1300v100H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-az {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%233f9c35' d='M.1 0h640v480H.1z'/%3e%3cpath fill='%23ed2939' d='M.1 0h640v320H.1z'/%3e%3cpath fill='%2300b9e4' d='M.1 0h640v160H.1z'/%3e%3ccircle cx='304' cy='240' r='72' fill='%23fff'/%3e%3ccircle cx='320' cy='240' r='60' fill='%23ed2939'/%3e%3cpath d='M384 200l7.654 21.522 20.63-9.806-9.806 20.63L424 240l-21.522 7.654 9.806 20.63-20.63-9.806L384 280l-7.654-21.522-20.63 9.806 9.806-20.63L344 240l21.522-7.654-9.806-20.63 20.63 9.806L384 200z' fill='%23fff'/%3e%3c/svg%3e");
}
.flag-ba {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-85.333 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' transform='matrix(.9375 0 0 .9375 80 0)' fill-rule='evenodd'%3e%3cpath d='M-85.333 0h682.67v512h-682.67z' fill='%23009'/%3e%3cpath d='M-85.333 0l682.67 512V0h-682.67z' fill='%23fc0'/%3e%3cpath d='M-21.46 75.087L-45.857 57.36l-24.397 17.727 9.32-28.68-24.398-17.726h30.155L-45.857 0l9.32 28.68h30.154L-30.78 46.407m60.873 65.57L5.696 129.703l9.32-28.68-24.398-17.726h30.155l9.32-28.68 9.32 28.68h30.154L45.17 101.022l9.32 28.68m27.15 54.611l9.318-28.68-24.397-17.726h30.156l9.32-28.68 9.32 28.68h30.154l-24.397 17.725 9.32 28.68-24.397-17.725m60.869 43.665l-24.397-17.725h30.154l9.32-28.68 9.32 28.68h30.154l-24.397 17.725 9.32 28.68-24.396-17.725-24.397 17.726m60.871 8.204h30.155l9.32-28.68 9.32 28.68h30.154l-24.397 17.725 9.32 28.68-24.397-17.725-24.397 17.726 9.32-28.68m81.707 36.884l9.32-28.68 9.32 28.68h30.154l-24.397 17.725 9.32 28.68-24.397-17.725-24.397 17.726 9.32-28.68-24.398-17.726m115.415 25.94l9.32 28.68h30.154L424.9 374.092l9.32 28.68-24.397-17.725-24.397 17.726 9.32-28.68-24.398-17.726h30.155m85.27 25.93l9.32 28.68h30.154l-24.397 17.725 9.32 28.68-24.397-17.725-24.397 17.726 9.32-28.68-24.398-17.726h30.155m94.589 54.62h30.155L576.8 483.322l9.32 28.68-24.397-17.725-24.397 17.726 9.32-28.68-24.398-17.726h30.155l9.32-28.68' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-bb {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%2300267f' d='M0 0h640v480H0z'/%3e%3cpath fill='%23ffc726' d='M213.333 0h213.333v480H213.333z'/%3e%3cpath id='a' d='M319.77 135.527c-6.933 18.907-14 38.587-29.12 53.654 4.694-1.546 12.907-2.933 18.187-2.8v79.52l-22.453 3.334c-.8-.08-1.067-1.333-1.067-3.04-2.16-24.693-8-45.44-14.72-66.907-.48-2.933-8.987-14.133-2.427-12.16.8.107 9.574 3.68 8.187 1.974-11.947-12.373-29.413-21.28-46.373-23.92-1.494-.373-2.374.374-1.04 2.107 22.506 34.64 41.333 75.52 41.173 124.027 8.747 0 29.947-5.173 38.72-5.173v56.107h11.067l2.533-156.693z'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' transform='matrix(-1 0 0 1 639.54 0)'/%3e%3c/svg%3e");
}
.flag-bd {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23006a4e' d='M0 0h640v480H0z'/%3e%3ccircle cx='280' cy='240' r='160' fill='%23f42a41'/%3e%3c/svg%3e");
}
.flag-be {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath d='M0 0h213.335v479.997H0z'/%3e%3cpath fill='%23ffd90c' d='M213.335 0H426.67v479.997H213.335z'/%3e%3cpath fill='%23f31830' d='M426.67 0h213.335v479.997H426.67z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-bf {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%23de0000' d='M640.003 479.578H.378V0h639.625z'/%3e%3cpath fill='%2335a100' d='M639.628 480H.003V240.216h639.625z'/%3e%3cpath fill='%23fff300' d='M254.612 276.188l-106.066-72.434 131.043.122 40.386-117.322 40.388 117.322 131.043-.087-106.085 72.398 40.59 117.27-105.954-72.573-105.955 72.556'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-bg {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23de2110' d='M0 319.997h640V480H0z'/%3e%3cpath fill='%23fff' d='M0 0h640v160.003H0z'/%3e%3cpath fill='%23319400' d='M0 160.003h640v160.003H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-bh {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' stroke-width='1pt' clip-path='url(%23a)'%3e%3cpath fill='%23e10011' d='M-32.5 0h720v480h-720z'/%3e%3cpath d='M114.25 479.77L-32.5 480V0l146.06.075 94.242 30.306-93.554 29.542 93.554 30.458-93.554 29.542 93.554 30.458-93.554 29.54 93.554 30.46-93.554 29.54 93.554 30.46-93.554 29.54 93.554 30.46-93.554 29.54 93.554 30.46-93.554 29.54 93.554 30.46-93.554 29.54' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-bi {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-90.533 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' fill-rule='evenodd' transform='translate(84.875) scale(.9375)'%3e%3cpath d='M-178 0l428.8 256L-178 512zm857.6 0L250.8 256l428.8 256z' fill='%2300cf00'/%3e%3cpath d='M-178 0l428.8 256L679.6 0zm0 512l428.8-256 428.8 256z' fill='red'/%3e%3cpath d='M679.6 0h-79.902l-777.7 464.3v47.703H-98.1l777.7-464.3z' fill='%23fff'/%3e%3cpath d='M398.855 256c0 81.767-66.285 148.05-148.052 148.05S102.75 337.768 102.75 256s66.285-148.053 148.053-148.053S398.855 174.232 398.855 256z' fill='%23fff'/%3e%3cpath d='M-178 0v47.703l777.7 464.3h79.902V464.3L-98.098 0z' fill='%23fff'/%3e%3cpath stroke='%2300de00' stroke-width='3.901' fill='red' d='M279.943 200.164l-19.25.322-9.948 16.442-9.92-16.472-19.22-.41 9.303-16.822-9.245-16.875 19.222-.332 9.977-16.457 9.918 16.496 19.222.41-9.333 16.817zm-64.5 111.62l-19.25.322-9.948 16.442-9.92-16.47-19.22-.41 9.303-16.824-9.245-16.875 19.222-.332 9.977-16.457 9.918 16.496 19.222.41-9.333 16.817zm130.57 0l-19.25.322-9.948 16.442-9.92-16.47-19.22-.41 9.303-16.824-9.245-16.875 19.222-.332 9.977-16.457 9.918 16.496 19.222.41-9.333 16.817z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-bj {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='gray' d='M67.64-154h666v666h-666z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg transform='matrix(.961 0 0 .7207 -65 110.99)' clip-path='url(%23a)'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23319400' d='M0-154h333v666H0z'/%3e%3cpath fill='%23ffd600' d='M333-154h666v333H333z'/%3e%3cpath fill='%23de2110' d='M333 179h666v333H333z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-bl {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23fff' d='M0 0h640v479.997H0z'/%3e%3cpath fill='%2300267f' d='M0 0h213.33v479.997H0z'/%3e%3cpath fill='%23f31830' d='M426.663 0h213.33v479.997h-213.33z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-bm {
	background-image: url([object Module]);
}
.flag-bn {
	background-image: url([object Module]);
}
.flag-bo {
	background-image: url([object Module]);
}
.flag-bq {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath d='M0 0h640v480H0z' fill='%2321468b'/%3e%3cpath d='M0 0h640v320H0z' fill='%23fff'/%3e%3cpath d='M0 0h640v160H0z' fill='%23ae1c28'/%3e%3c/svg%3e");
}
.flag-br {
	background-image: url([object Module]);
}
.flag-bs {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-12 0h640v480H-12z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(12)'%3e%3cpath fill='%23fff' d='M968.53 480H-10.45V1.77h978.98z'/%3e%3cpath fill='%23ffe900' d='M968.53 344.48H-10.45V143.3h978.98z'/%3e%3cpath fill='%2308ced6' d='M968.53 480H-10.45V320.59h978.98zm0-318.69H-10.45V1.9h978.98z'/%3e%3cpath d='M-10.913 0c2.173 0 391.71 236.82 391.71 236.82l-392.8 242.38L-10.916 0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-bt {
	background-image: url([object Module]);
}
.flag-bv {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' stroke-width='1pt' clip-path='url(%23a)'%3e%3cpath fill='%23fff' d='M-28 0h699.74v512H-28z'/%3e%3cpath fill='%23d72828' d='M-52.992-77.837h218.72v276.26h-218.72zM289.42-.572h380.91v199H289.42zM-27.545 320.01h190.33v190.33h-190.33zM292 322.12h378.34v188.21H292z'/%3e%3cpath fill='%23003897' d='M196.65-25.447h64.425v535.78H196.65z'/%3e%3cpath fill='%23003897' d='M-27.545 224.84h697.88v63.444h-697.88z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-bw {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%2300cbff' d='M0 0h640v480H0z'/%3e%3cpath fill='%23fff' d='M0 160h640v160H0z'/%3e%3cpath fill='%23000' d='M0 185.97h640v108.05H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-by {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h682.6v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='scale(.9376 .9375)'%3e%3cpath fill='%23b20000' d='M0 0h1024v340.11H0z'/%3e%3cpath fill='%23429f00' d='M0 340.11h1024V512H0z'/%3e%3cpath fill='%23fff' d='M0 0h113.37v512H0z'/%3e%3cg stroke-width='1pt' fill='%23b20000'%3e%3cpath d='M5.394 8.682h5.398v8.68H5.394zm16.196 0h16.196v8.68H21.59zM26.983 0h5.398v8.68h-5.397zM53.98 0h5.4v8.68h-5.4zm21.59 8.682h16.197v8.68H75.57zM80.98 0h5.398v8.68H80.98z'/%3e%3cpath d='M16.196 17.36h10.798v8.68H16.196zm16.196 0H43.19v8.68H32.392zm37.785 0h10.798v8.68H70.177zm16.196 0H97.17v8.68H86.374zm-75.586 8.68h10.798v8.678H10.787zm26.999 0h10.797v8.678H37.786zm26.998 0H75.58v8.678H64.785zm26.983 0h10.797v8.678H91.767zM102.57 8.682h5.397v8.68h-5.398zM5.394 34.718h10.798v8.678H5.394zm37.786 0h10.797v8.678H43.18zm53.995 0h10.798v8.678H97.175zM10.787 60.75h10.798v8.68H10.787zm5.409 8.68h10.798v8.677H16.196zm21.59-8.68h10.797v8.68H37.786zm-5.394 8.68H43.19v8.677H32.392zM21.59 78.107h16.196v8.678H21.59z'/%3e%3cpath d='M26.983 86.784h5.398v8.68h-5.397zm37.801-26.032H75.58v8.678H64.785zm5.393 8.678h10.798v8.677H70.177zm21.59-8.68h10.797v8.68H91.767zm-5.394 8.68H97.17v8.677H86.374zM75.57 78.107h16.197v8.678H75.57z'/%3e%3cpath d='M80.98 86.784h5.398v8.68H80.98zm-27-8.677h5.4v8.678h-5.4zm-53.98 0h5.398v8.678H0zm107.963 0h5.398v8.678h-5.397zm-80.98 43.39h5.398v8.678h-5.397z'/%3e%3cpath d='M21.59 130.174h16.196v8.678H21.59zm-5.394 8.678H43.19v8.678H16.196zm64.784-17.355h5.398v8.678H80.98z'/%3e%3cpath d='M75.57 130.174h16.197v8.678H75.57zm-5.393 8.678H97.17v8.678H70.178zm5.393 43.39h26.994v8.678H75.57zM64.784 147.53h37.79v8.68h-37.79zm-53.997 0h37.79v8.68h-37.79zm5.409 43.39h16.196v8.678H16.196zm-5.409-8.678H37.78v8.678H10.788zm75.586-17.356h26.994v8.678H86.373zM80.98 190.92h16.195v8.678H80.98z'/%3e%3cpath d='M21.59 199.597h5.398v8.68H21.59zm64.783 0h5.398v8.68h-5.397zM0 164.886h26.994v8.678H0zm48.588 17.356h16.196v8.678H48.588zm5.392 8.678h5.4v8.678h-5.4zm-16.194-26.034h37.79v8.678h-37.79zM59.375 34.718h10.798v8.678H59.375z'/%3e%3cpath d='M48.588 43.395h16.196v8.678H48.588z'/%3e%3cpath d='M43.18 52.073h10.797v8.68H43.18zm16.195 0h10.798v8.68H59.375zM0 43.395h10.798v8.678H0z'/%3e%3cpath d='M5.394 52.073h10.798v8.68H5.394zm97.176-8.678h10.797v8.678H102.57zM97.175 52.073h10.798v8.68H97.175zM0 130.174h5.398v8.678H0zm107.963 0h5.398v8.678h-5.397zm-59.375 69.423h16.196v8.68H48.588z'/%3e%3cpath d='M43.18 208.276h10.797v8.678H43.18zm16.195 0h10.798v8.678H59.375zm-21.589 8.678h10.797v8.678H37.786zm26.998 0H75.58v8.678H64.785z'/%3e%3cpath d='M32.392 225.63H43.19v8.68H32.392zm37.785 0h10.798v8.68H70.177zm-43.194 8.68H37.78v8.678H26.984zm48.587 0h10.8v8.678h-10.8z'/%3e%3cpath d='M16.196 242.987h16.196v8.678H16.196zm64.784 0h16.195v8.678H80.98z'/%3e%3cpath d='M91.767 234.31h10.797v8.678H91.767zm5.408-8.68h10.798v8.68H97.175z'/%3e%3cpath d='M102.57 216.954h10.797v8.678H102.57zM10.787 234.31h10.798v8.678H10.787zm-5.393-8.68h10.798v8.68H5.394z'/%3e%3cpath d='M0 216.954h10.798v8.678H0zm21.59 34.711h5.398v8.678H21.59zm64.783 0h5.398v8.678h-5.397zM53.98 225.63h5.4v8.68h-5.4zm-16.194 26.035h5.398v8.678h-5.398zm32.391 0h5.398v8.678h-5.398zm-16.197 0h5.4v8.678h-5.4zm-53.98 0h5.398v8.678H0zm107.963 0h5.398v8.678h-5.397zM53.98 130.174h5.4v8.678h-5.4zM26.983 43.395h5.398v8.678h-5.397zm53.997 0h5.398v8.678H80.98zM48.588 104.14h16.196v8.68H48.588z'/%3e%3cpath d='M37.786 112.818H53.98v8.68H37.787z'/%3e%3cpath d='M43.18 121.497h5.397v8.678H43.18zM32.392 104.14H43.19v8.68H32.392z'/%3e%3cpath d='M37.786 95.463H53.98v8.678H37.787z'/%3e%3cpath d='M43.18 86.784h5.397v8.68H43.18zm16.195 8.679H75.57v8.678H59.376z'/%3e%3cpath d='M64.784 86.784h5.398v8.68h-5.398zm5.393 17.356h10.798v8.68H70.177z'/%3e%3cpath d='M59.375 112.818H75.57v8.68H59.376z'/%3e%3cpath d='M64.784 121.497h5.398v8.678h-5.398zm21.589-17.357H97.17v8.68H86.374z'/%3e%3cpath d='M91.767 95.463h16.196v8.678H91.767z'/%3e%3cpath d='M102.57 104.14h10.797v8.68H102.57z'/%3e%3cpath d='M91.767 112.818h16.196v8.68H91.767z'/%3e%3cpath d='M97.175 121.497h5.4v8.678h-5.4zm0-34.713h5.4v8.68h-5.4zM0 104.14h10.798v8.68H0z'/%3e%3cpath d='M5.394 95.463H21.59v8.678H5.394z'/%3e%3cpath d='M16.196 104.14h10.798v8.68H16.196z'/%3e%3cpath d='M5.394 112.818H21.59v8.68H5.394z'/%3e%3cpath d='M10.787 121.497h5.398v8.678h-5.398zm0-34.713h5.398v8.68h-5.398zm-5.393 69.424h21.594v8.678H5.394zm26.998 0h21.594v8.678H32.392zm26.983 0H80.97v8.678H59.374zm26.998 0h21.594v8.678H86.373zM43.18 173.563h26.993v8.68H43.18zm-37.786 0h26.993v8.68H5.394zm75.586 0h26.993v8.68H80.98zm26.983 34.713h5.398v8.678h-5.397zM0 208.276h5.398v8.678H0zm5.394 295.051h5.398v-8.678H5.394zm16.196 0h16.196v-8.678H21.59z'/%3e%3cpath d='M26.983 511.997h5.398v-8.678h-5.397zm26.997 0h5.4v-8.678h-5.4zm21.59-8.67h16.197v-8.678H75.57z'/%3e%3cpath d='M80.98 511.997h5.398v-8.678H80.98zm-64.784-17.352h10.798v-8.678H16.196zm16.196 0H43.19v-8.678H32.392zm37.785 0h10.798v-8.678H70.177zm16.196 0H97.17v-8.678H86.374zm-48.587-8.682h10.797v-8.678H37.786zm26.998 0H75.58v-8.678H64.785zm26.983 0h10.797v-8.678H91.767zm10.803 17.364h5.397v-8.678h-5.398zM5.394 477.293h10.798v-8.678H5.394z'/%3e%3cpath d='M43.18 477.293h10.797v-8.678H43.18zm53.995 0h10.798v-8.678H97.175zM10.787 451.26h10.798v-8.68H10.787zm5.409-8.683h10.798V433.9H16.196zm21.59 8.683h10.797v-8.68H37.786zm-5.394-8.683H43.19V433.9H32.392zm-10.802-8.682h16.196v-8.678H21.59z'/%3e%3cpath d='M26.983 425.225h5.398v-8.678h-5.397zm37.801 26.035H75.58v-8.68H64.785zm5.393-8.683h10.798V433.9H70.177zm21.59 8.683h10.797v-8.68H91.767zm-5.394-8.683H97.17V433.9H86.374zm-10.803-8.682h16.197v-8.678H75.57z'/%3e%3cpath d='M80.98 425.225h5.398v-8.678H80.98zm-27 8.67h5.4v-8.678h-5.4zm-53.98 0h5.398v-8.678H0zm107.963 0h5.398v-8.678h-5.397zm-80.98-43.385h5.398v-8.68h-5.397z'/%3e%3cpath d='M21.59 381.84h16.196v-8.68H21.59zm-5.394-8.682H43.19v-8.68H16.196zM80.98 390.51h5.398v-8.68H80.98z'/%3e%3cpath d='M75.57 381.84h16.197v-8.68H75.57zm-5.393-8.682H97.17v-8.68H70.178zm5.393-43.386h26.994v-8.68H75.57zm-10.786 34.703h37.79v-8.678h-37.79zm-53.997 0h37.79v-8.678h-37.79zm5.409-43.385h16.196v-8.682H16.196zm-5.409 8.682H37.78v-8.68H10.788zm75.586 17.352h26.994v-8.68H86.373zM80.98 321.09h16.195v-8.68H80.98zM0 347.124h26.994v-8.68H0zm48.588-17.352h16.196v-8.68H48.588zm5.392-8.682h5.4v-8.68h-5.4zm-16.194 26.034h37.79v-8.68h-37.79zm21.589 130.169h10.798v-8.678H59.375zm-10.787-8.683h16.196v-8.677H48.588zm-5.408-8.68h10.797v-8.68H43.18zm16.195 0h10.798v-8.68H59.375zM0 468.61h10.798v-8.677H0zm5.394-8.68h10.798v-8.68H5.394zm97.176 8.68h10.797v-8.677H102.57zm-5.395-8.68h10.798v-8.68H97.175zM0 381.84h5.398v-8.68H0zm107.963 0h5.398v-8.68h-5.397zM43.18 303.738h10.797v-8.68H43.18zm16.195 0h10.798v-8.68H59.375zm-21.589-8.682h10.797v-8.68H37.786zm26.998 0H75.58v-8.68H64.785zm-32.392-8.682H43.19v-8.68H32.392zm37.785 0h10.798v-8.68H70.177z'/%3e%3cpath d='M26.983 277.704H37.78v-8.68H26.984zm48.587 0h10.8v-8.68h-10.8zm-59.374-8.682h16.196v-8.68H16.196zm64.784 0h16.195v-8.68H80.98zm10.787 8.682h10.797v-8.68H91.767z'/%3e%3cpath d='M97.175 286.374h10.798v-8.68H97.175zm5.395 8.682h10.797v-8.68H102.57zm-91.783-17.352h10.798v-8.68H10.787z'/%3e%3cpath d='M5.394 286.374h10.798v-8.68H5.394zM0 295.056h10.798v-8.68H0zm21.59-34.713h5.398v-8.678H21.59zm32.39 26.031h5.4v-8.68h-5.4zm0 95.466h5.4v-8.68h-5.4zm-26.997 86.77h5.398v-8.677h-5.397zm53.997 0h5.398v-8.677H80.98zm-32.392-60.737h16.196v-8.678H48.588zm-10.802-8.683H53.98v-8.677H37.787zm5.394-8.68h5.397v-8.68H43.18zm-10.788 17.363H43.19v-8.678H32.392z'/%3e%3cpath d='M37.786 416.543H53.98v-8.678H37.787zm5.394 8.682h5.397v-8.678H43.18zm16.195-8.682H75.57v-8.678H59.376zm5.409 8.682h5.398v-8.678h-5.398z'/%3e%3cpath d='M70.177 407.873h10.798v-8.678H70.177zm-10.802-8.683H75.57v-8.677H59.376zm5.409-8.68h5.398v-8.68h-5.398zm21.589 17.363H97.17v-8.678H86.374z'/%3e%3cpath d='M91.767 416.543h16.196v-8.678H91.767z'/%3e%3cpath d='M102.57 407.873h10.797v-8.678H102.57zm-10.803-8.683h16.196v-8.677H91.767zm5.408-8.68h5.4v-8.68h-5.4zm0 34.715h5.4v-8.678h-5.4zM0 407.873h10.798v-8.678H0z'/%3e%3cpath d='M5.394 416.543H21.59v-8.678H5.394z'/%3e%3cpath d='M16.196 407.873h10.798v-8.678H16.196zM5.394 399.19H21.59v-8.677H5.394zm5.393-8.68h5.398v-8.68h-5.398zm0 34.715h5.398v-8.678h-5.398zm-5.393-69.419h21.594v-8.68H5.394zm26.998 0h21.594v-8.68H32.392zm26.983 0H80.97v-8.68H59.374zm26.998 0h21.594v-8.68H86.373zM43.18 338.442h26.993v-8.68H43.18zm-37.786 0h26.993v-8.68H5.394zm75.586 0h26.993v-8.68H80.98zm26.983-34.704h5.398v-8.68h-5.397zM0 303.738h5.398v-8.68H0zm48.588-43.395h5.398v8.68h-5.398zm10.787 0h5.398v8.68h-5.398zm0-17.356h5.398v8.678h-5.398zm-10.787 0h5.398v8.678h-5.398zM10.787 477.293h10.798v8.68H10.787zm75.586-164.885h5.398v-8.68h-5.397zm-64.783 0h5.398v-8.68H21.59zm26.995-8.674H64.78v8.677H48.585z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-bz {
	background-image: url([object Module]);
}
.flag-ca {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e %3cg transform='translate(74.118) scale(.9375)'%3e %3cpath fill='%23fff' d='M81.137 0h362.276v512H81.137z'/%3e %3cpath fill='%23bf0a30' d='M-100 0H81.138v512H-100zm543.413 0H624.55v512H443.414zM135.31 247.41l-14.067 4.808 65.456 57.446c4.95 14.764-1.72 19.116-5.97 26.86l71.06-9.02-1.85 71.512 14.718-.423-3.21-70.918 71.13 8.432c-4.402-9.297-8.32-14.233-4.247-29.098l65.414-54.426-11.447-4.144c-9.36-7.222 4.044-34.784 6.066-52.178 0 0-38.195 13.135-40.698 6.262l-9.727-18.685-34.747 38.17c-3.796.91-5.413-.6-6.304-3.808l16.053-79.766-25.42 14.297c-2.128.91-4.256.125-5.658-2.355l-24.45-49.06-25.21 50.95c-1.9 1.826-3.803 2.037-5.382.796l-24.204-13.578 14.53 79.143c-1.156 3.14-3.924 4.025-7.18 2.324l-33.216-37.737c-4.345 6.962-7.29 18.336-13.033 20.885-5.744 2.387-24.98-4.823-37.873-7.637 4.404 15.895 18.176 42.302 9.46 50.957z'/%3e %3c/g%3e %3c/svg%3e");
}
.flag-cc {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cpath d='M0-360l69.42 215.845 212.04-80.3L155.987-35.604l194.986 115.71-225.88 19.65 31.104 224.592L0 160l-156.198 164.35 31.105-224.592-225.88-19.65 194.985-115.71-125.47-188.854 212.037 80.3z' id='a'/%3e%3cpath d='M0-210L54.86-75.508l144.862 10.614L88.765 28.842l34.67 141.052L0 93.334l-123.435 76.56 34.67-141.052-110.957-93.736L-54.86-75.508z' id='b'/%3e%3c/defs%3e%3cpath fill='green' d='M0 0h640v480H0z'/%3e%3ccircle cx='320' cy='240' r='66.667' fill='%23ffe000'/%3e%3ccircle cx='340.787' cy='240' r='54.857' fill='green'/%3e%3ccircle cx='109.841' cy='173.333' r='69.841' fill='%23ffe000'/%3e%3cpath d='M105.022 225.994h17.44s.787-1.6-.176-2.398c-.963-.8-4.713-.975-3.7-3.803 2.083-5.813 2.374-4.02 3.682-17.827 1.308-13.806 1.937-35.46 1.937-35.46h-2.52s.486 6.734-.967 15.502c-1.454 8.77-1.89 9.543-3.488 16.277-1.6 6.733-1.84 7.314-3.294 11.238-1.453 3.924-1.6 4.118-3.876 7.75-2.276 3.634-1.453 2.277-2.712 4.457-.63 1.09-1.405.8-1.83 1.593-.423.793-.496 2.67-.496 2.67z' fill='%23802000' stroke='%237b3100' stroke-width='1.481'/%3e%3cpath d='M118.33 122.45c.145 2.71-.127 6.295-1.25 9.213-1.138 3.252-2.376 6.494-2.315 9.86-1.81.617-3.674-3.915-5.416-1.25 1.308 3.685 4.33 6.6 6.403 9.92.35 1.03 3.33 3.716 1.605 4.34-4.353-1.49-5.407-7.003-8.107-10.352-3.134-5.634-8.98-9.617-15.49-9.892-2.447.064-10.4-.607-8.33 3.582 3.047 2.072 6.802 3.423 9.81 5.748 2.243.21 6.306 3.952 6.07 5.367-3.944-1.597-5.79-3.512-10.037-5.19-5.757-2.225-13.72-.887-16.905 4.825-.594 1.488-1.47 5.824.397 6.238 2.183-3.41 5.306-7.22 9.933-6.197 3.635.285-4.055 6.772-1.114 5.466.932-.413 3.085-1.826 4.578-1.974 1.493-.147 2.327.97 3.46 1.125 2.266.31 2.89 1.26 2.68 1.812-.248.65-.968.094-3.27.825-1.153.365-1.754 1.377-3.098 1.84-1.343.464-4.138.496-5.182.086-3.654-1.586-9.644-1.31-10.783 3.268-.002 2.014-1.794-.222-2.622.648-.62 2.197-.78 4.453-4.04 4.253-1.978 2.074-4.004 4.223-6.515 5.7 1.474 3.383 7.314-3.398 7.04-.54-2.552 3.482 1.314 4.215 3.007 1.535 2.863-3.025 6.408-6.706 10.68-3.658 2.035 1.915 3.217-1.013 4.69-.856.927 2.38 2.095.118 3.148-.555 1.723-.214 1.238 2.153 3.287.695 4.082-2.702 9.104-.432 13.092-3.06 4.244-1.934.596 1.557-.576 2.922-1.864 3.617-.247 8.366-4.292 10.612-1.625 4.31 1.92 9.994-1.696 13.183-.525 2 4.65 1.77 6.103 2.593 2.545.1-.11-5.826 2.416-6.62 3.388 2.096 3.23-3.75 2.53-5.553.328-4.098.56-8.58 2.596-12.292 2.165-4.55 4.17 1.853 1.746 3.655-1.377 4.183-3.38 9.42-.25 13.31.902.202 1.643 2.39 2.81 3.06 1.17.673 2.765-.17 3.056-2.16 1.498-5.99.743-12.434 2.883-18.26 1.512-1.806 3.595-.292 4.532 1.368 3 3.48 5.107 7.833 8.737 10.702 3.305 1.547 6.228 3.886 7.75 7.29-.02 2.625 7.46 3.027 5.224.11-2.144-2.842-.73-5.684 1.442-7.573 1.163.287.82-1.796-.092-.972-1.46-.345-1.554-3.017.476-1.747 3.418 1.104-.267-2.474-1.502-2.583-2.89-1.792-6.21-3.853-7.632-6.967 3.762.04 7.668 2.068 11.512.81 3.082-1.584 6.208.13 7.284 2.848 2.382-.38 1.367-2.77 0-3.565 1.743-.718 2.948-2.21.835-3.524-1.116-1.456 1.496-3.94-1.714-3.836.104-2.453-.86-4.697-3.534-5.544-2.68-2.268-10.538 3.34-10.31-1.77-.792-2.783 3.192-.373 4.306-1.76 1.15-2.933-5.482-2.647-3.294-4.92 1.43-.92 8.137-2.243 2.877-3.227-2.626.72-4.88.186-6.945-1.113-1.883 3.15-7.26-1.71-6.302 3.89-.736 2.108-5.54 7.59-6.842 3.39 1.107-3.29 6.8-4.368 5.035-8.806-.27-2.77-2.568.483-3.65.276-.548-1.724 1.658-3.757 3.195-4.166 3.05 2.346 3.142-2.96 6.043-2.528 2.118-.47-.684-1.38-1.275-1.778.58-1.55 3.832-2.342.644-3.688-2.813-2.087-4.898 2.077-7.218 2.3-2.227-2.515 2.022-3.723 3.194-5.047.063-.988-2.477-.3-1.713-1.158.664-1.187 5.162-1.275 3.056-3.056-3.17-1.09-7.265-.818-10.31.593-1.916.62-2.48 4.956-4.134 4.776-.777-1.93.253-5.738-2.407-6.296zm15 42.362c2.417-.41.05 3.67-1.11 3.61.102-1.465-3.497-1.324-1.264-2.6a7.277 7.277 0 0 1 2.374-1.01z' fill='green'/%3e%3cg transform='translate(0 80) scale(.0635)' fill='%23ffe000'%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' x='7560' y='4200'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' x='6300' y='2205'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' x='7560' y='840'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' x='8680' y='1869'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' x='8064' y='2730'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-cd {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23007fff' d='M0 0h640v480H0z'/%3e%3cpath d='M28.8 96H96l20.8-67.2L137.6 96h67.2l-54.4 41.6 20.8 67.2-54.4-41.6-54.4 41.6 20.8-67.2L28.8 96zM600 0L0 360v120h40l600-360V0h-40' fill='%23f7d618'/%3e%3cpath d='M640 0L0 384v96L640 96V0' fill='%23ce1021'/%3e%3c/svg%3e");
}
.flag-cf {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-12.355 32h640v480h-640z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' fill-rule='evenodd' transform='translate(12.355 -32)'%3e%3cpath fill='%2300f' d='M-52 32h719.29v118.94H-52z'/%3e%3cpath fill='%23ff0' d='M-52 391.65h719.29V512H-52z'/%3e%3cpath fill='%23009a00' d='M-52 271.3h719.29v120.35H-52z'/%3e%3cpath fill='%23fff' d='M-52 150.94h719.29v120.35H-52z'/%3e%3cpath fill='red' d='M247.7 32.474h119.88v479.53H247.7z'/%3e%3cpath fill='%23ff0' d='M99.253 137.653L67.837 115.93l-31.314 21.937 10.87-36.717-30.457-23.118 38.14-.968 12.49-36.22 12.702 36.113 38.173.732-30.284 23.288'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-cg {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-79.458 32h640v480h-640z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg stroke-width='1pt' fill-rule='evenodd' clip-path='url(%23a)' transform='translate(79.458 -32)'%3e%3cpath fill='%23ff0' d='M-119.46 32h720v480h-720z'/%3e%3cpath d='M-119.46 32v480l480-480h-480z' fill='%2300ca00'/%3e%3cpath d='M120.54 512h480V32l-480 480z' fill='red'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ch {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23d52b1e' d='M0 0h640v480H0z'/%3e%3cg fill='%23fff'%3e%3cpath d='M170 194.997h299.996v89.997H170z'/%3e%3cpath d='M275 89.997h89.996v299.996H275z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-ci {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%2300cd00' d='M426.83 0H640v480H426.83z'/%3e%3cpath fill='%23ff9a00' d='M0 0h212.88v480H0z'/%3e%3cpath fill='%23fff' d='M212.88 0h213.95v480H212.88z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ck {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23006' d='M0 0h640v480H0z'/%3e%3cg stroke-width='1pt'%3e%3cpath d='M0 0v24.81l319.75 197.106H360v-24.81L40.25 0H.002zm360.004 0v24.81L40.246 221.917H0v-24.814L319.75-.003H360z' fill='%23fff'/%3e%3cpath d='M150.003 0v221.92h60V0h-60zM0 73.973v73.973h360.004V73.973H0z' fill='%23fff'/%3e%3cpath d='M0 88.766v44.384h360.004V88.766H0zM162.003 0v221.92h36V0h-36zM0 221.92l120.004-73.974h26.833l-120.004 73.97H-.003zM0 0l120.004 73.973H93.17L.004 16.54V0zm213.172 73.973L333.168 0H360L239.998 73.973h-26.833zm146.832 147.95L240 147.948h26.833L360 205.38v16.542z' fill='%23c00'/%3e%3c/g%3e%3cpath d='M471.6 213l5.2-16.668-14.013-10.647 17.655-.224 5.883-16.437 5.708 16.527 17.657.484-14.128 10.438 5.028 16.744-14.44-10.078m27.05 13.135l10.408-13.934-9.68-14.798 16.706 5.795 10.977-13.484-.086 17.512 16.474 6.463-16.76 5.026-.8 17.485-10.272-14.408m-98.397 14.976l-.693-17.47-16.746-5.183 16.53-6.296.027-17.487 10.905 13.578 16.77-5.63-9.793 14.685 10.336 14.016-16.956-4.503m-39.69 40.867l-7.332-15.822-17.415 1.824 12.818-12.317-6.675-16.123 15.25 8.21 13.292-11.798-3.394 17.39 14.894 8.84-17.348 2.535m-17.474 55.583l-13.31-11.106-14.964 9.22 6.375-16.7-12.845-11.664 17.247.787 7.023-16.44 4.283 17.19 17.19 1.508-14.6 9.836m3.275 60.417l-16.568-4.817-10.11 14.498-.703-17.895-16.36-5.516 16.13-6.24-.004-17.916 10.672 14.04 16.364-5.554-9.538 14.917m29.527 50.852l-17.074 2.394-3.463 17.41-7.78-16.078-17.162 1.67 12.265-12.328-7.15-16.382 15.36 8.46 12.748-11.796-2.772 17.556m45.038 37.956l-15.208 8.226 2.676 17.55-12.775-12.362-15.537 7.577 7.314-15.863-12.288-12.87 17.295 2.56 7.95-15.535 3.374 17.447m53.832 8.963l-8.3 15.322 11.7 13.21-17.36-3.266-8.924 14.962-2.428-17.338-17.226-3.962 15.86-7.448-1.716-17.417 12.23 12.738m57.333-13.123l-.517 17.475 16.345 6.365-16.924 5.103-1.237 17.442-9.94-14.32-17.116 4.423 10.783-13.952-9.342-14.716 16.604 5.698m54.4-203.218l11.944 12.604 15.92-7.39-8.25 15.835 11.418 13.102-17.04-2.82-8.864 15.496-2.28-17.577-16.9-3.53 15.632-8.043m34.244 21.104l5.42 16.595 17.507.293-14.174 10.68 4.734 16.815-14.176-9.994-14.585 10.107 5.412-16.857-13.75-10.576 17.524-.422m19.513 33.206l-2.006 17.364 15.742 7.775-17.296 3.598-2.72 17.27-8.68-15.14-17.43 2.904L587.82 319.2l-8.05-15.48 16.054 7.133m2.931 39.795l-7.767 15.607 12.148 12.79-17.462-2.652-8.406 15.268-3.02-17.24-17.353-3.35 15.596-8.006-2.314-17.345 12.66 12.296m-9.834 39.108l-14.675 9.17 3.747 17.348-13.508-11.534-15.043 8.542 6.328-16.293-13.053-12.072 17.417 1.465 6.983-16.006 4.437 17.2' fill-rule='evenodd' fill='%23fff'/%3e%3c/svg%3e");
}
.flag-cl {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h682.67v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='scale(.9375)' fill-opacity='.996'%3e%3cpath fill='%23fff' d='M255.99 0H768v256H255.99z'/%3e%3cpath fill='%230039a6' d='M0 0h256v256H0z'/%3e%3cpath d='M167.82 191.71l-39.653-29.737-39.458 30.03 14.674-48.8-39.386-30.133 48.728-.42L127.84 64l15.437 48.537 48.728.064-39.184 30.418 15 48.69z' fill='%23fff'/%3e%3cpath fill='%23d52b1e' d='M0 256h768v256H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-cm {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23007a5e' d='M0 0h213.333v480H0z'/%3e%3cpath fill='%23ce1126' d='M213.333 0h213.333v480H213.333z'/%3e%3cpath fill='%23fcd116' d='M426.667 0H640v480H426.667z'/%3e%3cg transform='translate(320 240) scale(7.1111)' fill='%23fcd116'%3e%3cg id='b'%3e%3cpath id='a' d='M0-8L-2.472-.392 1.332.845z'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' transform='scale(-1 1)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(72)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(144)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(-144)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(-72)'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-cn {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cpath id='a' fill='%23ffde00' d='M-.588.81L0-1 .588.81-.952-.31H.952z'/%3e%3c/defs%3e%3cpath d='M0 0h640v480H0z' fill='%23de2910'/%3e%3cuse xlink:href='%23a' transform='matrix(71.9991 0 0 72 119.999 120)' width='30' height='20'/%3e%3cuse xlink:href='%23a' transform='matrix(-12.33562 -20.5871 20.58684 -12.33577 240.291 47.996)' width='30' height='20'/%3e%3cuse xlink:href='%23a' transform='matrix(-3.38573 -23.75998 23.75968 -3.38578 287.95 95.796)' width='30' height='20'/%3e%3cuse xlink:href='%23a' transform='matrix(6.5991 -23.0749 23.0746 6.59919 287.959 168.012)' width='30' height='20'/%3e%3cuse xlink:href='%23a' transform='matrix(14.9991 -18.73557 18.73533 14.99929 239.933 216.054)' width='30' height='20'/%3e%3c/svg%3e");
}
.flag-co {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23ffe800' d='M0 0h640v480H0z'/%3e%3cpath fill='%2300148e' d='M0 240h640v240H0z'/%3e%3cpath fill='%23da0010' d='M0 360h640v120H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-cr {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%230000b4' d='M0 0h640v480H0z'/%3e%3cpath fill='%23fff' d='M0 75.428h640v322.285H0z'/%3e%3cpath fill='%23d90000' d='M0 157.716h640V315.43H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-cu {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-32 0h682.67v512H-32z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(30) scale(.94)'%3e%3cpath fill='%230050f0' d='M-32 0h768v512H-32z'/%3e%3cpath fill='%23fff' d='M-32 102.4h768v102.4H-32zm0 204.8h768v102.4H-32z'/%3e%3cpath d='M-32 0l440.69 255.67L-32 511.01V0z' fill='%23ed0000'/%3e%3cpath d='M161.75 325.47l-47.447-35.432-47.214 35.78 17.56-58.144-47.13-35.904 58.306-.5 18.084-57.97 18.472 57.836 58.305.077-46.886 36.243 17.948 58.016z' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-cv {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-123.43 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(115.72) scale(.94)'%3e%3cpath fill='%23fff' d='M-123.43 233.05H723.1v205.97h-846.53z'/%3e%3cpath fill='%23081873' d='M-122.76 0h845.95v256.64h-845.95zm.24 385.87H729.6V512h-852.12z'/%3e%3cpath fill='%23de3929' d='M-122.52 302.55h845.95v39.65h-845.95z'/%3e%3cpath fill='%23ffce08' d='M130.92 399.168l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m192.64-169.138l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522M88.27 335.448l6.65 20.468h21.523l-17.412 12.65 6.652 20.47-17.41-12.65-17.412 12.65 6.65-20.47-17.41-12.65h21.52m235.289-26.458l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m-40.44-161.748l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m-64.43-45.218l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m-64.44 2.892l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65H121m-34.816 43.242l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522M198.74 420.408l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m82.17-41.708l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-cw {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cpath id='b' d='M0-1l.225.69H.95L.364.12l.225.69L0 .383-.588.81l.225-.692L-.95-.31h.725z'/%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h682.67v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' transform='scale(.94)'%3e%3cpath fill='%23002b7f' d='M0 0h768v512H0z'/%3e%3cpath fill='%23f9e814' d='M0 320h768v64H0z'/%3e%3cuse xlink:href='%23b' transform='scale(42.67)' height='9000' width='13500' y='2' x='2' fill='%23fff'/%3e%3cuse xlink:href='%23b' transform='scale(56.9)' height='9000' width='13500' y='3' x='3' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-cx {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%230021ad' d='M0 0h640v480H0z'/%3e%3cpath d='M0 0h640v480z' fill='%231c8a42'/%3e%3ccircle cx='320' cy='240' r='57.805' fill='%23ffc639'/%3e%3cpath d='M284.698 214.035c3.954 5.425 9.946 14.52 14.766 12.147 3.76.013 5.702.277 6.212 2.78 8.87 1.51 23.778-2.232 33.054-14.314 0 0 .78.103.51-4.49.05-2 2.735-1.6 2.8-.948.373.993.31 1.735.812 1.76 1.142-.38 2.703-2.94 4.012-4.566.355-.716.162-1.47.245-2.374.69-1.697 2.412-1.33 2.773-.44.33.575.336 1.014.658 1.588 1.75 1.168 4.904.077 5.15.077.31-1.425 1.225-1.29 1.225-1.29 1.167-.258.71-.155 1.477.245-.677 7.684 1.51 8.025 1.33 11.966.076 4.4-1.33 5.65-1.33 7.328.445 2.052 6.934 2.123 4.65 3.858-2.005 1.07.007 3.077-3.012 3.858-8.786 4.457-10.47 8.283-10.47 8.283s-2.206 4.167-2.45 4.167c-1.472 2.78-3.336 1.264-4.374 2.62-.516 1.702-1.097 5.476-.065 7.437.517 2.696-.063 4.167-.708 6.863-.58 5.625-2.813 6.477-3.07 8.45-1.033 2.11.218 12.02-.762 12.02-6.54.128-11.554-1.253-14.14-1.77 2.522-10.87 1.54-20.415 1.54-21.396-.644-7.773-11.642-5.883-13.326-6.915-1.393-.298-2.27-1.433-2.76-1.923-1.556-.168-2.136-.523-3.69-.684-.775.387-.31.787-2.04 1.322-4.386.53-6.32-3.825-6.32-3.825.212-1.464-9.864.297-15.34-.974-2.246 1.25-3.227 4.954-5.065 5.393-.053 1.147-3.027-.943-3.626-2.072-.123-3.283 2.864-4.735 2.864-4.735 2.374-1.67 3.78-1.942 4.922-3.096.574-2.858.283-4.974 1.503-7.122 1.032-1.64 2.554-.87 3.586-1.606 1.11-.737 1.58-5.55.554-6.865 0 0-4.438-4.006-4.683-4.25-1.444-4.142 1.69-6.813 2.588-6.51z' fill='%231c8a42'/%3e%3cpath d='M561.875 142.435c-2.62-10.364-26.06-32.685-43.678-46.89-4.206-2.865-6.947-1.158-6.4 2.927 2.194 3.66 3.84 7.68 6.032 11.34.612 2.437 1.767 4.144 2.38 6.582 0 0 .18 4.206.548 4.572 5.483 6.037 6.22 11.156 6.22 11.156 3.166 6.097 5.972 10.546 11.52 15.546 6.22 3.903 1.645 16.03 1.826 22.494 0 4.083-2.923 3.6-5.484 3.11-20.178-18.534-40.175-18.592-57.792-23.96-6.89-.728-7.012 2.562-4.754 4.387 12.314 13.172 23.893 22.132 39.136 29.628l7.683 4.76c2.923 2.44 5.85 4.877 8.773 7.316 6.767 4.386 7.322 8.41 7.322 8.773.18 8.23-4.212 14.63-5.49 17.19-2.31 8.728-6.947 10.245-6.947 10.245-37.678 25.422-57.43 32.002-118.514 24.138-.916-.483-6.767.49 0 2.93 15.546 5.18 53.735 13.488 90.682-4.007 8.87-6.218 14.804-4.18 21.23-7.902 10.553-6.508 25.622-14.61 28.363-15.52 8.232-4.393 31.275-9.328 36.584-13.72 6.09-.49 12.41-1.29 12.837-6.53 2-1.295 4.93-.347 7.103-4.617 4.832-.84 4.02-2.568 4.02-2.568-1.22-3.412-5.736-4.82-8.96-7.315-4.762-1.587-8.052-2.077-11.53-.368-1.096.49-2.192.974-3.29 1.465 0 0-5.12-.736-5.12-1.097-11.38-.626-10.27-38.337-14.296-54.066z' fill='%23ffc639'/%3e%3cpath d='M588.563 204.166a2.818 1.76 15.947 1 1-5.373-1.687 2.818 1.76 15.947 0 1 5.373 1.686z' fill='%231c8a42'/%3e%3cg transform='matrix(.64 0 0 .64 0 80)' fill='%23fff'%3e%3cpath id='a' d='M188.16 190.94l-12.75-11.936-12.905 11.77 1.383-17.405-17.25-2.754 14.476-9.774-8.606-15.197 16.668 5.22 6.518-16.205 6.31 16.287 16.734-5.007-8.8 15.086 14.348 9.96-17.283 2.53 1.158 17.424z'/%3e%3cpath d='M233.39 335.53l-13.752-9.167-13.39 9.664 4.71-15.568-13.58-9.416 16.666-.446 4.988-15.496 5.595 15.3 16.667-.156-13.21 9.902 5.307 15.382z'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' x='2.522' y='269.061'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' x='-112.066' y='123.223'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' x='108.427' y='85.027'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-cy {
	background-image: url([object Module]);
}
.flag-cz {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-74 0h682.67v512H-74z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(69.38) scale(.94)' stroke-width='1pt'%3e%3cpath fill='%23e80000' d='M-74 0h768v512H-74z'/%3e%3cpath fill='%23fff' d='M-74 0h768v256H-74z'/%3e%3cpath d='M-74 0l382.73 255.67L-74 511.01V0z' fill='%2300006f'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-de {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23ffce00' d='M0 320h640v160.002H0z'/%3e%3cpath d='M0 0h640v160H0z'/%3e%3cpath fill='%23d00' d='M0 160h640v160H0z'/%3e%3c/svg%3e");
}
.flag-dj {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-40 0h682.67v512H-40z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' fill-rule='evenodd' transform='translate(37.5) scale(.94)'%3e%3cpath fill='%230c0' d='M-40 0h768v512H-40z'/%3e%3cpath fill='%2369f' d='M-40 0h768v256H-40z'/%3e%3cpath d='M-40 0l382.73 255.67L-40 511.01V0z' fill='%23fffefe'/%3e%3cpath d='M119.8 292.07l-30.82-22.18-30.67 22.4 11.407-36.41-30.613-22.48 37.874-.31 11.747-36.3 12 36.216 37.874.048-30.458 22.695 11.66 36.328z' fill='red'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-dk {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23c60c30' d='M0 0h640.1v480H0z'/%3e%3cpath fill='%23fff' d='M205.714 0h68.57v480h-68.57z'/%3e%3cpath fill='%23fff' d='M0 205.714h640.1v68.57H0z'/%3e%3c/svg%3e");
}
.flag-dm {
	background-image: url([object Module]);
}
.flag-do {
	background-image: url([object Module]);
}
.flag-dz {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23fff' d='M320 0h320v480H320z'/%3e%3cpath fill='%23006233' d='M0 0h320v480H0z'/%3e%3cpath d='M424 180a120 120 0 1 0 0 120 96 96 0 1 1 0-120m4 60l-108-35.2 67.2 92V183.2l-67.2 92z' fill='%23d21034'/%3e%3c/svg%3e");
}
.flag-ec {
	background-image: url([object Module]);
}
.flag-ee {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3crect rx='0' ry='0' height='477.9' width='640'/%3e%3crect rx='0' ry='0' height='159.3' width='640' y='320.7' fill='%23fff'/%3e%3cpath fill='%231291ff' d='M0 0h640v159.3H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-eg {
	background-image: url([object Module]);
}
.flag-eh {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-158.67 0H524v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' fill-rule='evenodd' transform='translate(148.75) scale(.94)'%3e%3cpath d='M-180 0H844v256H-180z'/%3e%3cpath fill='%23107b00' d='M-180 256H844v256H-180z'/%3e%3cpath fill='%23fff' d='M-180 169.31H844v176.13H-180z'/%3e%3cpath d='M309.98 195.55c-45.202-19.423-84.107 20.644-84.063 58.085.046 39.158 38.02 80.92 86.168 62.43-34.087-10.037-48.156-35.215-48.15-60.68-.245-25.216 15.887-54.54 46.045-59.835z' fill='%23f0f'/%3e%3cpath fill='%23ff1800' d='M363.145 294.214l-25.835-18.868-25.993 18.898 9.963-30.403-26-18.87 31.984.07 9.93-30.552 9.816 30.435 32.115.005-25.924 18.735'/%3e%3cpath d='M314.34 315.65c-50.517 17.536-88.554-20.48-89.216-59.456-.66-38.976 37.59-79.167 89.473-60.865-29.355 4.352-50.912 30.08-51.17 59.168-.196 21.994 12.812 53.345 50.913 61.152zM-179.98 0l348.61 256.62L-180 512l.002-509.38.015-2.622z' fill='red'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-er {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%23be0027' d='M-.002 0h640.008v480H-.002z'/%3e%3cpath d='M-.002 480l640.008-.3-.032-239.7L-.002 480z' fill='%23b4d7f4'/%3e%3cpath d='M-.002 0l640.008.3-.032 239.7L-.002 0z' fill='%23239e46'/%3e%3cpath d='M186.23 360.4c-10.713 2.958-16.854 11.27-16.697 19.11l52.73-.21c.475-8.427-6.457-16.22-17.01-19.29 51.627-1.065 96.478-20.404 104.63-32.813-8.066-3.5-17.392 2.134-24.04.837 15.784-7.295 63.073-37.903 55.384-70.717-5.976 18.226-24.08 33.306-31.79 37.354 17.664-26.822 41.785-54.748 20.858-76.373 1.057 12.533-7.965 26.327-11.95 27.364 10.248-28.34 20.025-63.925-2.177-87.383 2.916 8.48 1.738 32.396-2.276 33.47-1.236-19.27-4.525-59.807-24.82-59.23 6.445 5.738 9.266 21.4 9.41 37.22-4.626-10.838-9.883-18.998-21.126-27-9.095-17.444-25.28-31.897-41.464-42.25 1.817 12.696 3.32 22.713 21.048 35.882-9.243-.576-18.484-18.098-28.362-18.583-7.857-.38-14.024 7.12-26.864 2.805 1.422 4.238 7.412 6.115 8.676 9.25-2.75 1.9-9.28-.296-14.707-3.123 7.467 10.17 19.036 16.15 28.858 14.13 11.682-2.245 24.205-1.057 36.15 5.74-3.05 1.567-14.925 1.556-22.545.603 6.927 7.013 11.572 11.66 23.615 11.584 10.757-.07 16.397-5.74 19.16-2.228 6.746 7.993 11.286 15.984 16.93 25.397-12.467 1.377-8.708-14.1-22.593-22.016-7.8 16.148 8.973 35.29 20.39 43.245.155 12.136 1.93 22.29 7.077 31.53 3.47 6.515 7.956 13.184 6.264 27.887-6.835-4.98-13.515-21.768-11.058-35.096-8.555 2.333-11.9 17.377-7.867 24.95 3.012 5.764 5.022 16.798 1.548 21.73-3.384 4.595-3.74 4.08-3.695 13.943.12 5.9-3.175 12.88-8.545 17.745 1.12-4.158 2.4-11.312 1.158-15.784-4.245 7.2-14.893 14.652-18.246 22.392-3.293 7.76-4.128 21.198-20.062 24.297-20.5 4.068-27.575 7.62-40.766 13.018-1.464-10.02 2.917-30.912 11.295-29.72 8.18 1.455 32.98-8.546 24.108-29.44-1.753 6.586-7.598 13.012-13.917 13.297 6.828-8.858 19.013-18.03 13.08-32.872-3.3 6.31-8.488 13.88-16.355 18.14 8.434-16.162.98-20.997-9.036-7.685-3.783 5.135-6.068 15.427-8.47 28.497-3.935-10.63-3.675-24.623-8.337-35.985-4.87-12.287 6.463-15.532 11.796-14.546 13.057 3.486 34.88 3.484 33.258-18.088-5.64 7.297-15.53 9.55-26.21 6.924 11.995-8.76 21.466-25.234 8.1-33.836-.446 9.12-7.505 19.35-16.93 24.06-2.205-7.698-2.205-15.865-.314-24.82-5.262 5.538-9.105 17.064-12.162 30.166-.23-12.95 2.22-22.282 4.037-29.25 2.753-10.175 9.6-3.554 20.078-2.804 10.092.572 23.986-5.005 21.33-18.69-3.445 5.415-10.518 7.522-17.745 6.95 8.7-5.272 23.86-14.638 15.546-29.044-3.493 5.456-4.624 10.124-14.732 11.798 2.647-6.09 3.087-14.7 10.933-18.11-13.994-2.787-22.007 6.397-26.08 20.78-1.65-9.972-3.617-13.643-4.008-20.94 7.565-8.4 8.357-24.838-8.02-28.514-.973 8.48-.685 10.5 1.178 17.403-7.688-4.568-18.524-7.088-25.738-.63 4.888 5.275 12.453 9.918 24.113 4.166-2.754 9.01-9.918 7.468-19.762 4.032 6.017 11.302 13.61 13.31 21.99 12.007 4.388 11.568 4.58 20.357-8.24 37.203.592-10.47-.152-18.268-8.47-26.732-7.127-6.98-12.92.3-1.78 15.818-6.758-4.976-14.406-15.076-16.708-25.174-2.228 12.475-.222 27.178 6.684 35.42-3.268 3.492-6.982-.37-12.476-8.91 2.078 27.328 13.737 32.6 29.406 26.51.445 15 .445 28.888 1.336 47.007-9.136-13.142-20.718-22.946-27.18-25.396-2.004 7.353 5.572 16.93 9.804 22.277-6.46-1.337-20.496-12.03-20.496-12.03-1.412 12.18 14.334 23.467 24.506 28.516-11.955-.52-17.23-5.05-24.952-12.475.15 33.788 36.608 27.92 43.442 22.722.89 16.635 2.16 35.864 3.053 52.5-10.307-1.8-9.497-4.898-18.316-5.715-24.478-.954-43.895-29.384-50.325-50.297-1.845 3.442-.382 7.043-2.07 11.27-3.973-10.264-9.05-23.52-15.86-29.69 1.735 5.983 1.918 12.065 1.315 23.25-2.337-7.248-4.51-9.47-4.667-17.977.15-6.53 6.3-11.35 5.96-20.535-.252-6.706-6.37-21.242-7.27-32.495-2.96 11.582-4.82 23.79-9.357 30.96 2.255-12.367 1.532-20.902 5.346-29.226 4.404-8.763 8.15-16.586 5.217-25.43-2.813 3.416-1.845 6.52-8.912 14.818-1.535-9.025 9.138-23.47 19.496-29.277 7.306-3.85 16.515-17.617 10.516-27.053-6.87 4.934-9.955 11.6-19.66 22.99 6.923-27.06 24.91-34.138 46.44-34.23 4.765-.023 14.37-1.743 17.067-8.048-6.07 2.343-13.245 2.64-19.63 1.363 4.646-6.823 14.434-5.936 23.554-5.977 7.154-.034 18.322-1.004 22.837-11.193-8.727 3.78-22.337 4.567-30.906 1.89 13.628-7.062 34.975-7.822 45.924-17.088-12.48-9.315-43.706 2.168-63.43 15.696 5.512-5.04 14.225-13.983 19.032-21.202-10.787-5.172-38.068 25.05-47.466 43.008-8.927 5.04-12.497 12.943-15.963 18.457 4.756-16.073 5.26-27.736 9.228-40.97-30.6 10.532-17.88 67.068-24.536 80.594.784-14.933.15-34.116-6-44.008-9.423 7.19-10.184 49.51-1.335 84.74-3.196-9.43-9.226-18.23-11.16-29.705-13.95 25.44 8.175 55.454 26.677 79.162-13.93-7.255-27.7-22.86-36.747-35.94 2.496 45.532 50.046 54.992 57.427 66.183-10.02-4.664-29.173-13.892-37.3-4.223 13.23 3.055 23.785 6.586 32.29 12.16 12.34 15.407 35.707 22.145 76.403 23.847z' fill='%23f3e295'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-es {
	background-image: url([object Module]);
}
.flag-et {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-61.312 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(57.48) scale(.94)' stroke-width='1pt'%3e%3cpath fill='%23ffc621' d='M-237.99 3.5h1037.9v498h-1037.9z'/%3e%3cpath fill='%23ef2118' d='M-240 342.5H799.3V512H-240z'/%3e%3cpath fill='%23298c08' d='M-237.99 0h1038v180h-1038z'/%3e%3cellipse cx='534.22' rx='199.65' cy='352.97' transform='matrix(.54 0 0 .54 -25.81 73.95)' ry='199.65' fill='%23006bc6'/%3e%3cpath d='M214.25 188.2l-6.432 4.522 23.494 33.02 6.266-3.995-23.33-33.546zm29.41 77.942l-9.66-6.736 3.99-12.676-48.12.672-13.93-10.664 65.69-.708 12.184-36.908 6.545 14.924-16.7 52.098zm76.522-70.68l-6.254-4.764-24.378 32.374 5.703 4.766 24.93-32.375zM254.77 247.05l3.503-11.245 13.29-.024-15.182-45.67 5.958-16.5 20.524 62.408 38.864.46-12.248 10.748-54.71-.176zm90.672 51.165l2.615-7.415-38.295-13.262-2.785 6.89 38.465 13.786zm-69.18-46.416l11.778-.12 4.104 12.64 38.803-28.468 17.532.604-53.093 38.693 11.493 37.127-13.99-8.357-16.628-52.12zm-19.748 102.08l7.862.114.363-40.524-7.42-.443-.806 40.853zm21.944-80.366l3.867 11.125-10.673 7.917 39.353 27.705 5.016 16.81-53.596-37.99-31.528 22.73 3.462-15.924 44.1-32.375zM175.188 286.5l2.325 7.51 38.646-12.202-1.877-7.192L175.19 286.5zm83.21-4.02l-9.38 7.12-10.835-7.695-14.157 45.997-14.432 9.975 19.525-62.727-31.376-22.94 16.213-1.638 44.44 31.908z' fill='%23ffc621'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-eu {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cg id='d'%3e%3cg id='b'%3e%3cpath d='M0-1l-.31.95.477.156z' id='a'/%3e%3cuse transform='scale(-1 1)' xlink:href='%23a'/%3e%3c/g%3e%3cg id='c'%3e%3cuse transform='rotate(72)' xlink:href='%23b'/%3e%3cuse transform='rotate(144)' xlink:href='%23b'/%3e%3c/g%3e%3cuse transform='scale(-1 1)' xlink:href='%23c'/%3e%3c/g%3e%3c/defs%3e%3cpath fill='%23039' d='M0 0h640v480H0z'/%3e%3cg transform='translate(320 242.263) scale(23.7037)' fill='%23fc0'%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' y='-6'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' y='6'/%3e%3cg id='e'%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' x='-6'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' transform='rotate(-144 -2.344 -2.11)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' transform='rotate(144 -2.11 -2.344)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' transform='rotate(72 -4.663 -2.076)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' transform='rotate(72 -5.076 .534)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23e' transform='scale(-1 1)'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-fi {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23fff' d='M0 0h640v480H0z'/%3e%3cpath fill='%23003580' d='M0 174.545h640v130.909H0z'/%3e%3cpath fill='%23003580' d='M175.455 0h130.909v480H175.455z'/%3e%3c/svg%3e");
}
.flag-fj {
	background-image: url([object Module]);
}
.flag-fk {
	background-image: url([object Module]);
}
.flag-fm {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-81.333 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(76.25) scale(.94)' stroke-width='1pt'%3e%3cpath fill='%236797d6' d='M-252 0H772v512H-252z'/%3e%3cpath fill='%23fff' d='M259.787 122.985l-32.44 22.214 12.433-35.9-32.475-22.177 40.122.038 12.366-35.92 12.366 35.92 40.12-.026L279.8 109.3l12.43 35.905m-32.443 244.847l-32.44-22.214 12.433 35.9-32.475 22.176 40.122-.038 12.366 35.92 12.366-35.92 40.12.027-32.48-22.166 12.43-35.905m-188.384-92.465l-24.53 30.73 1.395-37.967-37.54-11.713 38.38-11.695 1.324-37.966 22.328 30.735 38.36-11.755-24.58 30.694 22.383 30.7m274.28-11.763l24.53 30.73-1.395-37.967 37.54-11.713-38.38-11.695-1.324-37.966-22.328 30.735-38.36-11.755 24.58 30.694-22.383 30.7'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-fo {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-78.015 32h640v480h-640z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(78.02 -32)' stroke-width='0'%3e%3cpath fill='%23fff' d='M-78.015 32h663.91v480h-663.91z'/%3e%3cpath d='M-76.033 218.67h185.9V32h106.23v186.67h371.79v106.67h-371.79v186.67h-106.23V325.34h-185.9V218.67z' fill='%23003897'/%3e%3cpath d='M-76.033 245.33h212.45V32h53.113v213.33h398.35v53.333H189.53v213.33h-53.113v-213.33h-212.45V245.33z' fill='%23d72828'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-fr {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23fff' d='M0 0h640v480H0z'/%3e%3cpath fill='%2300267f' d='M0 0h213.337v480H0z'/%3e%3cpath fill='%23f31830' d='M426.662 0H640v480H426.662z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ga {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%23ffe700' d='M640 480H0V0h640z'/%3e%3cpath fill='%2336a100' d='M640 160.003H0V0h640z'/%3e%3cpath fill='%23006dbc' d='M640 480H0V319.997h640z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-gb-eng {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23fff' d='M0 0h640v480H0z'/%3e%3cpath fill='%23ce1124' d='M281.6 0h76.8v480h-76.8z'/%3e%3cpath fill='%23ce1124' d='M0 201.6h640v76.8H0z'/%3e%3c/svg%3e");
}
.flag-gb-nir {
	background-image: url([object Module]);
}
.flag-gb-sct {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%230065bd' d='M0 0h640v480H0z'/%3e%3cpath d='M0 0l5 3M0 3l5-3' stroke='%23fff' stroke-width='.6' transform='scale(128 160)'/%3e%3c/svg%3e");
}
.flag-gb-wls {
	background-image: url([object Module]);
}
.flag-gb {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-85.333 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' transform='translate(80) scale(.94)'%3e%3cg stroke-width='1pt'%3e%3cpath fill='%23006' d='M-256 0H768.02v512.01H-256z'/%3e%3cpath d='M-256 0v57.244l909.535 454.768H768.02V454.77L-141.515 0H-256zM768.02 0v57.243L-141.515 512.01H-256v-57.243L653.535 0H768.02z' fill='%23fff'/%3e%3cpath d='M170.675 0v512.01h170.67V0h-170.67zM-256 170.67v170.67H768.02V170.67H-256z' fill='%23fff'/%3e%3cpath d='M-256 204.804v102.402H768.02V204.804H-256zM204.81 0v512.01h102.4V0h-102.4zM-256 512.01L85.34 341.34h76.324l-341.34 170.67H-256zM-256 0L85.34 170.67H9.016L-256 38.164V0zm606.356 170.67L691.696 0h76.324L426.68 170.67h-76.324zM768.02 512.01L426.68 341.34h76.324L768.02 473.848v38.162z' fill='%23c00'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-gd {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='red' d='M0 0h640v480H0z'/%3e%3cpath fill='%23009a00' d='M145.996 83.454h360.91v314.41h-360.91z'/%3e%3cpath d='M145.996 397.865h360.91l-180.46-157.19-180.46 157.19z' fill='%23ffca00'/%3e%3cpath d='M145.996 83.528l180.46 157.19 180.45-157.19h-360.91z' fill='%23ffca00'/%3e%3cpath fill='%23ffce00' d='M177.71 61.366L161.263 49.64l-16.466 11.698 6.073-19.262-16.207-12.044 20.192-.177 6.446-19.14 6.41 19.152 20.192.212-16.236 12.014m170.93 19.763L326.15 50.128l-16.466 11.7 6.073-19.263-16.207-12.043 20.192-.178 6.446-19.14 6.408 19.152 20.193.213-16.237 12.013M507.59 61.59l-16.447-11.727-16.466 11.7L480.75 42.3l-16.207-12.044 20.192-.177 6.446-19.142 6.41 19.153 20.192.213-16.236 12.015M177.71 468.793l-16.447-11.728-16.466 11.7 6.073-19.263-16.207-12.043 20.192-.18 6.446-19.14 6.41 19.153 20.192.213-16.236 12.014m170.93 19.764l-16.447-11.728-16.466 11.7 6.073-19.263-16.207-12.043 20.192-.18 6.446-19.14 6.408 19.153 20.193.213-16.237 12.014m171.038 19.014l-16.447-11.728-16.466 11.7 6.073-19.263-16.207-12.043 20.192-.18 6.446-19.14 6.41 19.153 20.192.213-16.236 12.014'/%3e%3cpath d='M369.722 243.097c0 24.172-19.594 43.765-43.764 43.765s-43.765-19.594-43.765-43.765c0-24.17 19.595-43.764 43.765-43.764s43.764 19.594 43.764 43.764z' fill='red'/%3e%3cpath fill='%23ffce00' d='M345.755 270.04l-19.536-13.93-19.56 13.895 7.214-22.88-19.25-14.305 23.984-.21 7.657-22.738 7.612 22.75 23.985.253-19.286 14.272'/%3e%3cpath d='M169.972 273.464s2.22-18.394.952-30.762c-1.27-12.368-32.983-15.857-32.983-15.857l-.316 28.86s25.372 20.613 32.348 17.76z' fill='red'/%3e%3cpath d='M123.67 200.525s3.056 16.207-1.27 48.522c-2.31 17.546 16.81 29.494 40.278 34.885-4.757-8.245-17.442-21.565-14.27-45.985 17.124 2.22 33.298 35.52 33.298 35.52s12.813-47.217-13.003-54.547c-25.09-7.05-45.033-18.077-45.033-18.394z' fill='%23ffce00'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ge {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath d='M0 0h640v480H0z' fill='%23fff'/%3e%3cpath d='M272.001 0h96v480h-96z' fill='red'/%3e%3cpath d='M0 192h640v96H0z' fill='red'/%3e%3cpath style='mix-blend-mode:multiply' d='M146.848 373.155c1.023-16.824 3.969-31.155 3.969-31.155s-9.84 1.008-14.817 1.008c-4.902 0-14.814-1.008-14.814-1.008s2.946 14.331 3.969 31.155C108.33 372.129 94 369.186 94 369.186s1.008 7.407 1.008 14.814c0 7.41-1.008 14.814-1.008 14.814s14.331-2.943 31.155-3.969c-1.023 16.824-3.97 31.155-3.97 31.155s7.41-1.008 14.815-1.008c7.41 0 14.817 1.008 14.817 1.008s-2.946-14.331-3.97-31.155c16.822 1.026 31.153 3.969 31.153 3.969s-1.005-9.84-1.005-14.814c0-4.902 1.005-14.814 1.005-14.814s-14.331 2.943-31.152 3.969zm367.997-288c1.026-16.824 3.97-31.155 3.97-31.155s-9.84 1.008-14.815 1.008c-4.902 0-14.814-1.008-14.814-1.008s2.943 14.331 3.97 31.155C476.33 84.129 462 81.186 462 81.186s1.008 7.407 1.008 14.814c0 7.41-1.008 14.814-1.008 14.814s14.331-2.943 31.155-3.969C492.13 123.669 489.186 138 489.186 138s7.407-1.008 14.814-1.008c7.41 0 14.814 1.008 14.814 1.008s-2.943-14.331-3.969-31.155c16.824 1.026 31.155 3.969 31.155 3.969s-1.008-9.84-1.008-14.814c0-4.902 1.008-14.814 1.008-14.814s-14.331 2.943-31.155 3.969zm-367.997 0C147.87 68.331 150.817 54 150.817 54s-9.84 1.008-14.817 1.008c-4.902 0-14.814-1.008-14.814-1.008s2.946 14.331 3.969 31.155C108.33 84.129 94 81.186 94 81.186S95.008 88.593 95.008 96c0 7.41-1.008 14.814-1.008 14.814s14.331-2.943 31.155-3.969c-1.023 16.824-3.97 31.155-3.97 31.155s7.41-1.008 14.815-1.008c7.41 0 14.817 1.008 14.817 1.008s-2.946-14.331-3.97-31.155c16.822 1.026 31.153 3.969 31.153 3.969s-1.005-9.84-1.005-14.814c0-4.902 1.005-14.814 1.005-14.814s-14.331 2.943-31.152 3.969zm367.997 288c1.026-16.824 3.97-31.155 3.97-31.155s-9.84 1.008-14.815 1.008c-4.902 0-14.814-1.008-14.814-1.008s2.943 14.331 3.97 31.155C476.33 372.129 462 369.186 462 369.186s1.008 7.407 1.008 14.814c0 7.41-1.008 14.814-1.008 14.814s14.331-2.943 31.155-3.969C492.13 411.669 489.186 426 489.186 426s7.407-1.008 14.814-1.008c7.41 0 14.814 1.008 14.814 1.008s-2.943-14.331-3.969-31.155c16.824 1.026 31.155 3.969 31.155 3.969s-1.008-9.84-1.008-14.814c0-4.902 1.008-14.814 1.008-14.814s-14.331 2.943-31.155 3.969z' fill='red' fill-rule='evenodd'/%3e%3c/svg%3e");
}
.flag-gf {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23078930' d='M0 0h640v480z'/%3e%3cpath fill='%23fcdd09' d='M0 0l640 480H0z'/%3e%3cpath fill='%23da121a' d='M252.37 218.025h135.26L278.203 297.53 320 168.89l41.798 128.64z'/%3e%3c/svg%3e");
}
.flag-gg {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath d='M0 0h640v480H0z' fill='%23fff'/%3e%3cpath d='M256 0h128v480H256z' fill='%23e8112d'/%3e%3cpath d='M0 176h640v128H0z' fill='%23e8112d'/%3e%3cpath id='a' d='M109.991 286.667l23.342-23.343h210.01v-46.666h-210.01l-23.342-23.325z' fill='%23f9dd16'/%3e%3cuse xlink:href='%23a' transform='rotate(90 320 240)' height='24' width='36'/%3e%3cuse xlink:href='%23a' transform='rotate(-90 320 240)' height='24' width='36'/%3e%3cuse xlink:href='%23a' transform='rotate(180 320 240)' height='24' width='36'/%3e%3c/svg%3e");
}
.flag-gh {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23006b3f' d='M0 0h640v480H0z'/%3e%3cpath fill='%23fcd116' d='M0 0h640v320H0z'/%3e%3cpath fill='%23ce1126' d='M0 0h640v160H0z'/%3e%3cpath d='M320 160l51.987 160-136.104-98.885h168.234L268.013 320z'/%3e%3c/svg%3e");
}
.flag-gi {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23da000c' d='M0 0h640v480H0z'/%3e%3cpath fill='%23fff' d='M0 0h640v321.563H0z'/%3e%3cg transform='translate(-160) scale(1.875)' stroke='%23000'%3e%3cg id='a' fill='%23da000c' stroke-linecap='square'%3e%3cpath fill='%23000' stroke='none' d='M196.57 116.303h64v43.993h-64z'/%3e%3cpath d='M229.82 153.865h-39.07l-8.66 5.7v6.04h47.73m-16.35-37.011c5.624 0 10.218 4.69 10.218 10.47v14.78h7.343v-56h-40.28v56h12.5v-14.78c0-5.555 4.515-10.47 10.22-10.47z'/%3e%3cpath fill='%23000' stroke='none' d='M204.528 59.962h18.523v33.96H204.53z'/%3e%3cpath d='M223 88.656h-16.21v-5.75h-11.884v5.75h-8.062v-5.75h-4.813v10.438H223m-36.156-.038h34.97v4.538h-34.97zm13.876-45.681v35.28h6.07V73.22c0-3.63 2.563-6.6 6.148-6.782.115-.006.226 0 .343 0a6.78 6.78 0 0 1 6.782 6.78v9.688h5.782v-35.28zm-2.19-4.781v4.78h29.25v-4.78zm-3.75-9.156v9.156h35.095v-9.157h-5.406v4.657h-6.532v-4.657h-9.97v4.657h-6.53v-4.657zm-12.69 125.876H230m31-2.751h-32.438l-9.78 4.718v7.032H261'/%3e%3cpath d='M218.77 161.52H262' stroke-linecap='butt'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' transform='matrix(-1 0 0 1 512 0)'/%3e%3cg fill='%23f8d80e'%3e%3cg stroke-linecap='round'%3e%3cpath d='M273.297 150.03c-2.654.884-5.053 2.37-7.47 3.754-3.1 1.83-6.106 3.827-8.903 6.1-.985.648-1.93 1.36-2.69 2.272-1.025.878-2.064 2.055-1.868 3.513.05.642.873-.756 1.414-.824a4.39 4.39 0 0 1 3.142-.47c1.27-1.34 2.91-2.237 4.325-3.407 3.004-2.244 6.236-4.17 9.525-5.962 1.148-.59 2.3-1.186 3.525-1.602l-1-3.375z' stroke-width='.768'/%3e%3cpath d='M260.4 157.39v3.913m2.417-5.618v3.883m2.416-5.388v3.858m2.417-5.344v3.98'/%3e%3cpath d='M238.89 150.156l-1.186 3.313c5.536 2.1 10.808 4.877 15.797 8.06 1.692 1.15 3.468 2.265 4.797 3.845.293.81-.514 1.49-1.314 1.244-.732-.25-1.453-.533-2.226-.005-1.107.503-2.106 2.14-.426 2.69 2.316 1.556 6.083.88 7.196-1.844.58-1.4.618-3.195-.508-4.344-2.063-2.364-4.797-4.008-7.42-5.672-4.69-2.82-9.574-5.374-14.707-7.288z' stroke-width='.768'/%3e%3cpath d='M254.05 158.035l-.313 3.34m3.095-1.635l-.862 3.27m3.834-.998l-1.808 2.537m2.719 3.631l-2.61-1.4m3.423-1.35l-2.995.28m-.868 4.055l-.205-2.633m-.892-.376l-2.473 1.822m-9.418-15.641v3.115m6.286.192v3.534m-3.143-5.185v3.32'/%3e%3c/g%3e%3cpath d='M235.78 227.563v8.03h5.032v-4.03h6.844v4.03h5.406v-8.03zm0 11.062v8.063h17.282v-8.063h-5.406v4.03h-6.844v-4.03z'/%3e%3cpath d='M253.052 193.65h4.99v58.116h-4.99z'/%3e%3cpath d='M253.052 198.68h4.99v50.06h-4.99z'/%3e%3cpath d='M255.547 179.406l10.625 6.188-10.625 6.156-10.625-6.156zm-14.22 3.97h-2.78v4.436h2.78l14.22 8.25 14.22-8.25h2.78v-4.437h-2.78l-14.22-8.25z' stroke-width='1.024'/%3e%3cpath d='M255.344 164.28c-2.42.34-4.226 2.73-4.094 5.135.01 3.738-.018 7.476.014 11.214.13 2.407 2.233 4.565 4.675 4.587 1.984.188 3.978-.972 4.81-2.78l-1.718-1.03c-.444 1.183-1.724 1.917-2.97 1.78-1.634.046-2.958-1.544-2.812-3.134.01-3.713-.02-7.428.015-11.14.09-1.516 1.535-2.755 3.048-2.6.626-.18 1.487.676 1.875-.063.583-.83-.415-1.477-.97-1.937-.613-.085-1.253-.008-1.874-.032zm5.78 3.907c-.395.746-1.215 1.19-1.874 1.58v7.514l2 1.157c-.008-3.204.016-6.408-.01-9.61-.033-.198-.01-.5-.115-.64z' stroke-width='1.024'/%3e%3c/g%3e%3cg fill='%23da000c'%3e%3cpath fill='%23000' d='M240.803 38.35h29.33v53.256h-29.33z' stroke='none'/%3e%3cpath d='M238.75 38.375v44.563h9.313v-13.22c0-3.048 1.952-7.28 7.937-7.28s7.938 4.232 7.938 7.28v13.22h9.312V38.374zm15.813 5h2.875v15.25h-2.875zm-8.25 3h2.906V57.53h-2.907zm16.468 0h2.908V57.53h-2.907zM235.594 31.97v6.343h40.812v-6.344zm-3.844-7.376v7.375h48.5v-7.376h-6.094v4.062h-6.875v-4.062h-7.842v4.062h-6.875v-4.062h-7.844v4.062h-6.876v-4.062zm-9 73.25v4.594h66.5v-4.594z'/%3e%3cpath d='M220.03 82.906v14.938h71.94V82.906h-6.814v5.75h-9.062v-5.75h-12.156v5.75h-15.875v-5.75h-12.157v5.75h-9.062v-5.75z'/%3e%3cpath d='M228.688 102.438v54.343h12.843v-20.343c0-9.582 6.398-14.093 14.47-14.093 7.76 0 14.47 4.51 14.47 14.094v20.343h12.842v-54.343z' stroke-linejoin='round'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-gl {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-62.883 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(58.95) scale(.94)'%3e%3cpath fill='%23fff' d='M661.1 512h-766.65V0H661.1z'/%3e%3cpath fill='%23df0000' d='M661.1 512h-766.65V256.45H661.1zM347.57 255.85c0-86.577-70.184-156.766-156.763-156.766-86.576 0-156.765 70.185-156.765 156.765'/%3e%3cpath d='M347.57 255.75c0 86.577-70.184 156.766-156.763 156.766-86.576 0-156.765-70.185-156.765-156.765' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-gm {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0-48h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(0 48)' stroke-width='1pt'%3e%3cpath fill='red' d='M0-128h640V85.33H0z'/%3e%3cpath fill='%23fff' d='M0 85.333h640v35.556H0z'/%3e%3cpath fill='%23009' d='M0 120.89h640v142.22H0z'/%3e%3cpath fill='%23fff' d='M0 263.11h640v35.556H0z'/%3e%3cpath fill='%23090' d='M0 298.67h640V512H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-gn {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='red' d='M0 0h213.333v480H0z'/%3e%3cpath fill='%23ff0' d='M213.333 0h213.333v480H213.333z'/%3e%3cpath fill='%23090' d='M426.666 0H640v480H426.665z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-gp {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23fff' d='M0 0h640v480H0z'/%3e%3cpath fill='%2300267f' d='M0 0h213.337v480H0z'/%3e%3cpath fill='%23f31830' d='M426.662 0H640v480H426.662z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-gq {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23e32118' d='M0 0h640v480H0z'/%3e%3cpath fill='%23fff' d='M0 0h640v320H0z'/%3e%3cpath fill='%233e9a00' d='M0 0h640v160H0z'/%3e%3cpath d='M0 0v480l180-240z' fill='%230073ce'/%3e%3cg stroke='%23000'%3e%3cpath d='M281.563 191.76h76.6V272c0 27-35.2 6.2-38.2 20.6-5.2-14.8-38.2 6.6-38.2-22.2 0-28-.2-78.64-.2-78.64z' fill='%23fff' stroke-width='.96'/%3e%3cpath d='M325.363 279.8s-1 1-2.8.2c-1.8-.8-2-51.4-2-51.4 4-4.4 7.2-5.8 7.2-5.8l2.4 2c-9 4.6-8.2 11.2-7.4 22.6.2 4.2.2 9.6 1.2 14.8 1.4 6.6 4.2 12.2 4.4 16.4.2 2.6-3 1.2-3 1.2z' fill='%2373452b' stroke-width='.2'/%3e%3cpath d='M319.163 221.6h3.6c-3 29-.4 46.2-.4 54.6 0 2.8 1.6 3.8 1.4 3.8-3.6 4-5.4-.2-5.4-.2z' fill='%2373452b' stroke-width='.2'/%3e%3cpath d='M313.563 279.8c-3.4 1.6-3.8-1.6-3.6-2 7.4-15 10.6-48 3.8-51.6l.4-3.2c2.6.8 5 4.2 5 4.2 1 37 0 52.2-.6 52.8-3.6 3.8-5-.6-5.2-1' fill='%23a36629' stroke-width='.2'/%3e%3cpath d='M313.363 279.2c-.6-3.2 5.2-11.4 4.8-20M323.163 266.2c1.8 5 2.6 9.4 2.2 13.6' fill='none' stroke-width='.2'/%3e%3cpath d='M330.963 208c1.2-1.4 1.2-1.4 3.4-1.4.4-3 5.4-3 5.8.8 4-.8 4.8 1.6 3.2 4 3.8-1 7.2 0 6.2 4.4 6.8 1.8 4.2 6.6 1.2 7.6-.4 3-3.2 4-7 2.8-4.8 3.4-7.6 2.2-9.8-1.2-5.4.8-5.8-.4-8.2-3.4-4.2 1.8-5 1.8-8.6-.4-.2 2.8-1.2 2-3 1.8.2 3.6-1.2 5.2-4.4 4 2.4 5-3.8 7.2-6.8 3-2.8.2-3-.6-4.4-1.6-1.2 4-5.6 3.4-6.4 1.2-5.6-.8-5-3.8-.4-4 .4-3.2 3.2-2.6 5-2.2.2-2 1.4-1.6 2.4-1.2-.6-1.4-.2-2.2 1.6-2.6-2.6-3.4-1-4.6 1.6-5.8-1.4-3.2 1-3 2.8-3.2-.2-3.4.8-4 4.4-4.4-.4-1.2.2-2.2 2.2-2.2-1.2-3.4.4-4.18 4-3.6.6-4.94 11.2-2.6 10.4 4.2 3 .4 4 1 4.8 3.4z' fill='%23009a3b' stroke-width='.2'/%3e%3cg fill='none'%3e%3cpath d='M309.563 206.2c.8.4 1.8 0 2 2.2 1.6-2.8 3.6-1.2 3.6 2M326.163 204.6c-.8 1.2-3.8 1.2-3.4 4.4-1-1.4-3-1.8-3.8-.4M330.963 208c0 .8-.2 3.2-1 4.4M343.363 211.4c.2.2-2.8 0-4.2 1M350.763 223.4c-.8-.4-2.4-1.4-3.6.2 0-.8 0-3-2.2-3M343.763 226.2c0-2-.4-2.6-.8-3.2M337.163 223.4c-1.6-1.2-3.2.6-3.2 1.6M325.563 221.6c0-.8-.6-2.4.8-3M302.763 230c.4-2 1.8-2 1.6-3-.2-1.6-2-3-4.2-.8M304.363 227c1.2-.4 2.4-.2 2.8.4M300.963 219.6c.8-.8 2.8-.6 4 0M304.963 214.8c1 0 2.8-.4 3.4 1.4 2.2-3.4 3.8-3 4.2-2.2M316.563 213.6c1.6-.6 4.4 1 6 3.8.8-2.2 2-1.8 3.2-2M333.363 217.4c2.6-1.2 4.2 1.2 5 2.2 1.2-1.6 2.2-1.6 3.4-1.6M309.163 222.2c.6-1 2-1.2 3-.6-.2-1.8 1-2.6 1.8-2.2' stroke-width='.2'/%3e%3c/g%3e%3cg fill='gold' stroke-width='3.5'%3e%3cpath d='M317.363 180.52l-4.4.2-2.2 3.94-2.4-3.76-4.4.18 2-3.96-2.4-3.76 4.6-.2 2-3.94 2.4 3.76 4.4-.18-2 3.96zM298.563 181.98l-4.4 1.08-1.2 4.26-3.2-3.2-4.2 1.04 1.2-4.26-3-3.24 4.2-1.06 1.2-4.28 3.2 3.2 4.4-1.04-1.4 4.28zM280.363 185.72l-4 1.98-.2 4.44-3.8-2.44-4 1.96.4-4.44-3.8-2.46 4-2 .4-4.44 3.6 2.44 4-1.96-.2 4.44zM323.163 180.52l4.4.2 2 3.94 2.4-3.76 4.4.18-2-3.96 2.4-3.76-4.4-.2-2.2-3.94-2.4 3.76-4.4-.18 2 3.96zM341.963 181.98l4.2 1.08 1.2 4.26 3.2-3.2 4.2 1.04-1.2-4.26 3.2-3.24-4.4-1.06-1.2-4.28-3.2 3.2-4.2-1.04 1.2 4.28zM359.963 185.72l4 1.98.2 4.44 3.8-2.44 4 1.96-.2-4.44 3.6-2.46-4-2-.2-4.44-3.8 2.44-4-1.96.4 4.44z' stroke-width='.7'/%3e%3c/g%3e%3cg%3e%3cg fill='%23fff' stroke-width='3.5'%3e%3cpath d='M365.363 270.4l5 7.2 4.6-6.8-3.2-5.8zM333.563 291.4l.4 7.2s2 0 3.8-.6c1.6-.6 3-1.8 3-1.8l-.2-3.8zM306.763 291.4l-.4 7s-1.8 0-3.6-.4c-1.6-.4-3-1.4-3-1.4l-2-4.8zM274.563 270.4l-5.2 7.2-5.6-9.2 4.2-4.4z' stroke-width='.7'/%3e%3cpath d='M299.563 305.8c0 6.8 41.2 6.8 41.2 0v-9.6c0 5-41.2 4-41.2 0z' stroke-width='.7'/%3e%3cpath d='M262.763 283.6c3.6 18.4 36.8 18.8 36.8 18.8v-6.2c-.8-2.4.6-3.2 6-4 2.2-.2 1.2-3.4 1.2-3.4s-14.4 2.6-24.6-1.4c-13.8-5.6-15.8-16.4-15.8-16.4s-1 8.4-3.6 12.6zM377.363 283.6c-3.4 18.4-36.6 18.8-36.6 18.8v-6.2c.6-2.4-.8-3.2-6.2-4-2.2-.2-1-3.4-1-3.4s14.4 2.6 24.6-1.4c13.6-5.6 15.2-16.4 15.2-16.4s1.4 8.4 4 12.6z' stroke-width='.7'/%3e%3cpath d='M265.363 276.6c-9.2-5-2-10.2-1.2-25 1.4 9 11.6 12.8 10.4 18.6-4.2.2-6.2-6.2-8.2.8l-1 5.6zM374.763 276.6c9.2-5.2 1.6-10.2.8-25-1.4 9-11.4 12.8-10.2 18.6 4 .2 6-6.2 8 .8l1.4 5.4z' stroke-width='.7'/%3e%3c/g%3e%3cg stroke='none'%3e%3cpath d='M270.963 283.4l1 .8-2.2 2.4c-.88.96-1.093 1.596-.481 2.181.759.726 1.293.474 2.081-.381l2.4-2.6.8.8-2.397 2.798c-1.302 1.519-2.51 1.171-3.524.224-.883-.824-1.39-2.02-.09-3.49l2.42-2.72zM274.963 286.8l1 .6-.2 4.8 2.2-3.4 1 .6-3.2 5.2-1.2-.6.2-4.8-2.2 3.4-1-.6zM276.763 295.2l2.8-5.6 1 .6-2.6 5.4zM281.163 290.4l-2.208 5.796 2.208.804c2.058.75 3.024-.156 3.678-1.896.66-1.77.372-3.072-1.686-3.9l-1.992-.804zm.792 1.404c2.07.72 2.196 1.506 1.632 2.928-.546 1.35-1.056 1.878-3.024.864l1.392-3.792zM287.763 292.6l-3.6 5.4 1.392.408.804-1.404 2.4.6.204 1.404 1.392.192-1.392-6.396-1.2-.204zm.396 1.404l.396 2.4-1.596-.204 1.2-2.196zM291.183 293.12l-.216 6.198 2.354.046c2.188.042 2.81-1.124 2.864-2.982.054-1.89-.642-3.03-2.86-3.143l-2.141-.12zm1.201 1.075c2.193.01 2.568.71 2.49 2.24-.073 1.454-.39 2.117-2.576 1.793l.086-4.033zM312.163 301.8v6.396h1.404v-2.4s1.2.072 2.196-.192c.786-.204 1.332-.708 1.35-1.95.018-1.218-.69-1.854-1.914-1.854h-3.04zm1.404.996l1.41.018c1.176 0 .954 1.782.036 1.782h-1.446v-1.8zM319.363 301.8l-2.604 6.396h1.404l.6-1.596h2.604l.6 1.596h1.392l-2.6-6.4h-1.4zm.6 1.404l.996 2.4h-1.8l.804-2.4zM323.363 307l3.4-4.2h-3v-1h4.8v1l-3.6 4.2h3.6v1.2h-5.2zM343.563 294.6l1.2-.2.6 3.6c.214 1.28-.371 2.153-1.282 2.489-1.038.383-2.362.033-2.518-1.689l1-.2c.233 1.03.648 1.12 1.128.958.38-.128.577-.728.472-1.358zM345.563 294.24l1.185-.225.548 2.996c.234 1.282.636 1.827 1.47 1.682 1.034-.18 1.148-.76.928-1.902l-.736-3.196 1.211-.183.804 3.324c.47 1.945-.546 2.716-1.91 2.97-1.187.222-2.45-.08-2.864-1.997zM351.763 297l1-.4c.491.881 1.256.836 1.851.573.827-.366.922-1.088.513-1.333-.583-.349-1.974.147-2.723-.127-.896-.327-1.281-.831-1.235-1.606.055-.933.876-1.446 1.769-1.723.999-.31 1.985-.2 2.625 1.016l-1.2.4c-.39-.657-.893-.626-1.339-.416-.373.177-.957.508-.644 1.042.255.436 1.725.153 2.5.184.8.033 1.447.567 1.555 1.338.151 1.073-.246 1.655-1.488 2.139-1.533.598-2.916-.072-3.183-1.087zM357.163 292l-1.6.8-.4-1 4.4-1.8.4.8-1.6.8 1.8 4.4-1 .6zM359.763 289.8l1-.6 2.8 5.2-1 .6zM366.563 290.2l1.2-.4c.565 1.186-.283 3.343-2.355 3.299-3.032-.065-3.36-3.406-2.884-4.508.801-1.85 3.045-1.815 4.04-.791l-1 .8c-.634-.813-2.043-.3-2.138.447-.155 1.222.382 2.358 1.474 2.897.926.457 2.352-.692 1.663-1.744zM365.963 286l1-.8 3.6 4.8-1 .8zM369.763 283l-.996.804 2.196 6 .996-.996-.6-1.2 1.8-1.608 1.2.6 1.008-.792-5.604-2.808zm.396 1.404l2.004.996-1.2 1.2-.804-2.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-gr {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h120v90H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='scale(5.33)' stroke-width='1pt'%3e%3cpath fill='%230d5eaf' d='M0 0h135v10H0z'/%3e%3cpath fill='%23fff' d='M0 10h135v10H0z'/%3e%3cpath fill='%230d5eaf' d='M0 20h135v10H0z'/%3e%3cpath fill='%23fff' d='M0 30h135v10H0z'/%3e%3cpath fill='%230d5eaf' d='M0 40h135v10H0z'/%3e%3cpath fill='%23fff' d='M0 50h135v10H0z'/%3e%3cpath fill='%230d5eaf' d='M0 60h135v10H0z'/%3e%3cpath fill='%23fff' d='M0 70h135v10H0z'/%3e%3cpath fill='%230d5eaf' d='M0 80h135v10H0zM0 0h50v50H0z'/%3e%3cg fill='%23fff'%3e%3cpath d='M20 0h10v50H20z'/%3e%3cpath d='M0 20h50v10H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-gs {
	background-image: url([object Module]);
}
.flag-gt {
	background-image: url([object Module]);
}
.flag-gu {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill-rule='evenodd' fill='%23be0027' d='M0 0h640v480H0z'/%3e%3cpath fill-rule='evenodd' fill='%233b5aa3' d='M25.6 27.343h589.54v428.37H25.6z'/%3e%3cpath d='M314.345 413.235c2.423 1.33 6.257 1.26 8.414.105 137.788-73.3 137.868-274.325.2-346.592-2.557-1.348-6.275-1.275-8.816.104-134.27 73.46-134.63 272.206.2 346.393z' fill-rule='evenodd' fill='%23cbe0e5'/%3e%3cpath d='M314.345 416.86c2.142 1.748 6.462 1.58 8.414.106 101.54-76.02 102.134-123.41 97.634-123.407l-200.965.103c-3.073.003 1.77 48.107 94.914 123.198z' fill-rule='evenodd' fill='%23add2d9'/%3e%3cpath d='M235.345 331.223c8.713-2.267 19.238-2.866 27.813 1.715 7.618 3.98 12.032 3.942 20.24 4.05 8.59.117 15.344 6.43 24.633 6.676 17.104.448 24.31 8.93 11.014 8.946-6.286.01-19.76-4.19-26.262-3.287-13.587 1.402-22.21 4.41-34.994 18.632l14.777 10.125c12.782-5.21 14.924-11.07 22.002-11.303 7.996-.257 10.713-5.21 19.96-5.222 10.505 1.91 24.734-1.304 33.07-3.17 14.783-3.44 7.75-13.77-1.21-17.516-7.246-3.085-20.81-.114-29.232-3.174-6.375-2.475-1.13-6.454 2.293-7.304 3.46-.638 7.17.494 11.474 1.186 7.68.664 17.33-.074 24.073-1.13 13.944-2.16 13.356-6.25 20.09-6.36 4.91-.235 8.647-1.703 11.99-4.106 3.932-2.632 8.02-8.026 12.785-7.823l12.755.54-17.966 40.405-50.756 51.662-26.286 9.97-57.78-37.613-29.136-44.69 4.654-1.21z' fill-rule='evenodd' fill='%23fdf9a1'/%3e%3cpath d='M301.747 291.937l116.016-.54 2.04-10.28s-4.14-.617-7.48-.813c-4.164-.255-11.304 4.357-16.087 4.33-3.383-.025-7.26-6.08-10.647-5.954-5.914-.055-6.44 5.267-12.012 5.413-4.497-.154-6.413-3.588-12.236-3.247-6.107.345-5.652 3.706-13.367 3.515-10.19-.254-14.28-9.096-22.433-9.195-13.607-.162-14.05 12.985-23.795 16.77z' fill-rule='evenodd' fill='%23179a3b'/%3e%3cpath d='M301.747 294.416l119.414-.608v-3.244l-122.13.608 2.717 3.244z' fill-rule='evenodd' fill='%23fdf9a1'/%3e%3cpath d='M350.818 330.303c1.84 7.053 3.78 9.45 11.196 11.25 7.326 1.8 18.502-5.342 11.557-12.237-6.613-6.415-13.562-8.044-19.487-13.82-12.47-12.32-31.255-42.503-31.273-63.79-.015-18.278-1.778-55.796-1.79-91.33.01-2.303-6.944 6.455-6.933 8.795.32 31.35.27 55.043 1.544 86.655 1.975 23.108 13.003 38.668 22.685 52.712 4.338 6.73 10.608 13.987 12.502 21.767z' fill-rule='evenodd' fill='%23a79270'/%3e%3ctext font-family='helvetica' font-size='25.614' stroke='%23fff' y='269.487' x='465.114' stroke-width='1.638' fill='%23bd0728' transform='matrix(1.33 0 0 1.33 -363.07 -108.06)'%3e%3ctspan%3eG%3c/tspan%3e%3c/text%3e%3ctext font-family='helvetica' font-size='25.614' stroke='%23fff' y='269.607' x='488.065' stroke-width='1.638' fill='%23bd0728' transform='matrix(1.33 0 0 1.33 -363.07 -108.06)'%3e%3ctspan%3eU%3c/tspan%3e%3c/text%3e%3ctext font-family='helvetica' font-size='25.614' stroke='%23fff' y='269.59' x='516.053' stroke-width='1.638' fill='%23bd0728' transform='matrix(1.33 0 0 1.33 -363.07 -108.06)'%3e%3ctspan%3eA%3c/tspan%3e%3c/text%3e%3ctext font-family='helvetica' font-size='25.614' stroke='%23fff' y='269.542' x='539.532' stroke-width='1.638' fill='%23bd0728' transform='matrix(1.33 0 0 1.33 -363.07 -108.06)'%3e%3ctspan%3eM%3c/tspan%3e%3c/text%3e%3cpath d='M259.623 160.893c-1.54 2.972 3.606-.868 4.772-1.282 6.67-2.372 9.283-10.798 20.773-5.725 9.045 3.907 21.187 1.636 14.84 5.593-7.842 4.694-23.462 9.896-23.77 33.177 1.306 2.277 1.4 1.918 2.49-.523 2.374-5.426 13.695-20.162 19.297-18.936 2.255.584 8.877-6.66 9.032-4.592.6 5.814-8.993 17.575-8.89 33.318.023 3.646 4.508 4.827 6.67 2.262 2.148-2.262 3.358-4.6 7.12-7.572 6.653-5.46 4.817-28.61 5.638-27.522 4.71 6.097 5.432 23.293 12.447 30.346 5.83 5.86 10.542 3.055 9.27-5.086-2.532-16.32-10.246-11.654-13.917-28.533-.746-3.288-.93-6.258 3.423-4.883 5.32 1.543 8.444 4.014 12.414 10.017 3.968 5.726 11.41 11.213 15.71 14.582 7.504 5.766 10.138.732 6.558-6.668-3.963-8.302-12.898-15.186-21.023-18.197-6.156-2.127-8.35-2.33-13.774-3.37-1.508-.32-3.065-3.41-.385-5.115 5.744-3.51 12.617-7.477 19.585-7.677 6.71-.17 12.024 5.208 16.73 6.554 9.382 2.46 9.334-3.496 5.198-7.913-3.396-3.73-10.582-9.984-17.29-9.154-13.538 1.66-12.684 1.28-20.987 6.79-3.047 1.795-6.43 3.776-5.167 1.6 3.038-5.466.207-4.527 4.9-10.088 3.65-4.075 6.33-7.008 9.948-8.025 3.437-.828 7.976-4.478 9.38-6.33 3.372-4.664.465-7.326-4.745-5.764-4.522 1.244-6.954 4.254-10.062 5.086-7.29 2.297-13.174 18.978-14.072 21.34-1.162 2.823-2.447 1.424-2.21-.966 1.053-11.778 2.048-31.498-2.11-39.616-6.262-11.97-5.682-6.388-8.086-.708-3.62 9.024-2.362 17.435-.083 26.28.996 4.414 4.694 9.437 5.357 12.902.477 2.72-1.58-.848-2.777-2.48-3.93-6.016-6.805-10.085-13.207-13.36-4.373-2.77-16.155-3.142-20.257-1.88-1.776.547 1.97 3.08 3.556 4.34 4.292 3.413 12.426 4.476 17.9 7.84 4.7 2.89 8.278 4.75 9.836 8.743.65 2.966 1.612 7.368-.342 7.26-5.128-.293-13.096-4.73-29.457-2.906-8.355 1.106-15.61 8.253-20.233 16.843z' fill-rule='evenodd' fill='%23239e46'/%3e%3cpath fill-rule='evenodd' d='M295.28 310.558h4.747v7.912h-4.747z'/%3e%3cpath d='M271.712 257.85c18.825 26.066 49 41.263 49.603 53.1-19.064-.075-39.73.01-58.794-.064 13.508-16.24 21.74-27.205 9.192-53.037z' fill-rule='evenodd' fill='%23fdf9ff'/%3e%3cpath d='M254.595 311.542c25.576 5.702 56.11 8.845 75.612-.798.16 5.7-6.34 13.907-11.67 13.907H269.46c5.7-.817 8.95-2.555 18.226-3.037l-26.055.32c-2.878.107-7.995-7.622-7.036-10.392z' fill-rule='evenodd' fill='%23a68861'/%3e%3cpath d='M312.597 425.057c2.6 1.425 6.71 1.35 9.023.114 147.763-78.65 147.843-294.328.216-371.88-2.744-1.447-6.73-1.368-9.455.11-143.985 78.82-144.37 292.056.217 371.657zm.734-17.755c2.272 1.257 5.858 1.192 7.878.098 123.686-72.793 125.2-265.096.188-334.03-2.393-1.757-5.873-1.207-8.252.1-118.46 70.053-125.066 254.428.187 333.83z' fill-rule='evenodd' fill='%23be0027'/%3e%3ctext font-size='25.614' y='269.487' x='465.114' font-family='helvetica' fill='%23bd0728' transform='matrix(1.33 0 0 1.33 -363.07 -108.06)'%3e%3ctspan%3eG%3c/tspan%3e%3c/text%3e%3ctext font-size='25.614' y='269.607' x='488.065' font-family='helvetica' fill='%23bd0728' transform='matrix(1.33 0 0 1.33 -363.07 -108.06)'%3e%3ctspan%3eU%3c/tspan%3e%3c/text%3e%3ctext font-size='25.614' y='269.59' x='516.053' font-family='helvetica' fill='%23bd0728' transform='matrix(1.33 0 0 1.33 -363.07 -108.06)'%3e%3ctspan%3eA%3c/tspan%3e%3c/text%3e%3ctext font-size='25.614' y='269.542' x='539.532' font-family='helvetica' fill='%23bd0728' transform='matrix(1.33 0 0 1.33 -363.07 -108.06)'%3e%3ctspan%3eM%3c/tspan%3e%3c/text%3e%3c/svg%3e");
}
.flag-gw {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23ce1126' d='M0 0h320v480H0z'/%3e%3cpath fill='%23fcd116' d='M320 0h320v240H320z'/%3e%3cpath fill='%23009e49' d='M320 240h320v240H320z'/%3e%3cg id='b' transform='matrix(80 0 0 80 160 240)'%3e%3cpath id='a' d='M0-1v1h.5' transform='rotate(18 0 -1)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' transform='scale(-1 1)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(72 160 240)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(144 160 240)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(-144 160 240)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(-72 160 240)'/%3e%3c/svg%3e");
}
.flag-gy {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%23399408' d='M2.426 0h637.557v480H2.426z'/%3e%3cpath d='M.167 0C-.67.073 619.765 241.48 619.765 241.48L-.005 479.77.166 0z' fill='%23fff'/%3e%3cpath d='M.28 20.186c3.462 0 559.053 217.89 555.893 220.03L1.867 463.266.287 20.186z' fill='%23ffde08'/%3e%3cpath d='M1.863.783c1.848 0 290.94 240.92 290.94 240.92L1.863 476.983V.783z'/%3e%3cpath d='M.28 33.902c1.658-14.986 260.9 208.4 260.9 208.4L.268 451.702V33.912z' fill='%23de2110'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-hk {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-89.048 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' transform='translate(83.48) scale(.94)'%3e%3cpath fill-rule='evenodd' fill='%23ba0000' d='M618 512h-731.43V0H618z'/%3e%3cpath d='M241.874 247.803s-51.62-22.226-44.213-79.817c7.172-27.723 19.837-46.602 42.78-56.878 10.753-3.346 21.748-4.78 32.98-5.736-2.95 2.788-5.417 5.577-6.692 9.082-2.47 6.293-.638 12.347 2.628 18.4 4.142 7.01 6.61 14.26 7.408 23.66 1.513 13.223-4.142 25.97-14.578 33.697-6.612 5.1-14.418 6.852-20.792 12.667-4.938 4.86-7.965 9.72-9.08 18.162-.16 16.09 4.223 18.322 9.56 26.766z' fill-rule='evenodd' fill='%23fff'/%3e%3cpath d='M232.076 164.476v-.238' fill-rule='evenodd' stroke='%23000' stroke-width='2.152' fill='%23ba0000'/%3e%3cpath d='M235.337 241.823c-20.078-17.766-18.323-62.45-3.027-77.347' stroke='%23ba0000' stroke-width='2.152' fill='none'/%3e%3cpath fill-rule='evenodd' fill='%23ba0000' d='M244.634 154.48l3.3 5.518-6.12-2.493-4.574 4.91.8-6.445-6.126-2.484 6.614-1.49.787-6.446 3.29 5.525 6.61-1.5'/%3e%3cpath d='M246.26 243.992s6.125-55.866 63.36-65.66c28.607-1.267 50.368 5.31 66.916 24.234 6.35 9.302 10.942 19.393 15.147 29.852-3.53-2.002-6.918-3.545-10.643-3.736-6.74-.518-11.992 3.008-16.824 7.904-5.488 6.015-11.696 10.498-20.45 14.015-12.2 5.323-26.044 3.65-36.49-4.063-6.81-4.828-10.774-11.777-18.2-16.168-6.095-3.298-11.63-4.768-20.028-3.36-15.432 4.562-16.28 9.406-22.79 16.983z' fill-rule='evenodd' fill='%23fff'/%3e%3cpath d='M323.06 210.208l.227-.07' fill-rule='evenodd' stroke='%23000' stroke-width='2.152' fill='%23ba0000'/%3e%3cpath d='M250.062 235.99c11.104-24.402 54.34-35.818 73.066-25.56' stroke='%23ba0000' stroke-width='2.152' fill='none'/%3e%3cpath fill-rule='evenodd' fill='%23ba0000' d='M336.298 219.285l-4.31 4.77.59-6.58-6.035-2.934 6.396-1.123.58-6.584 3.362 5.887 6.393-1.137-4.318 4.764 3.372 5.88'/%3e%3cpath d='M250.118 248.027s54.92-11.935 82.382 39.225c10.287 26.723 10.962 49.447-1.727 71.148-6.803 8.975-14.914 16.535-23.495 23.844.777-3.983 1.164-7.687.162-11.28-1.65-6.555-6.66-10.415-12.838-13.44-7.446-3.296-13.67-7.758-19.784-14.94-8.92-9.88-11.732-23.538-7.736-35.892 2.415-7.993 7.747-13.957 9.55-22.394 1.192-6.826.828-12.54-3.174-20.057-9.227-13.183-14.09-12.45-23.342-16.215z' fill-rule='evenodd' fill='%23fff'/%3e%3cpath d='M306.543 310.12l.14.193' fill-rule='evenodd' stroke='%23000' stroke-width='2.152' fill='%23ba0000'/%3e%3cpath d='M258.913 249.09c26.665 2.78 51.22 40.15 47.44 61.165' stroke='%23ba0000' stroke-width='2.152' fill='none'/%3e%3cpath fill-rule='evenodd' fill='%23ba0000' d='M302.14 325.555l-5.893-2.572 6.43-1.53.864-6.654 3.098 5.706 6.428-1.54-4.515 5.058 3.11 5.7-5.888-2.58-4.507 5.064'/%3e%3cg%3e%3cpath d='M248.88 253.69s26.88 49.358-14.51 90.083c-22.758 17.38-44.378 24.407-68.77 18.323-10.524-4.01-20.057-9.67-29.482-15.853 4.04-.373 7.704-1.042 10.87-3.012 5.83-3.423 8.127-9.317 9.297-16.095 1.07-8.072 3.605-15.298 8.782-23.184 6.975-11.335 19.295-17.87 32.275-17.503 8.35.074 15.57 3.515 24.175 2.877 6.885-.773 12.267-2.727 18.358-8.68 10.062-12.557 7.992-17.02 9.008-26.956z' fill-rule='evenodd' fill='%23fff'/%3e%3cpath d='M205.134 325.283l-.147.188' fill-rule='evenodd' stroke='%23000' stroke-width='2.152' fill='%23ba0000'/%3e%3cpath d='M250.33 262.43c4.823 26.373-24.15 60.436-45.38 62.708' stroke='%23ba0000' stroke-width='2.152' fill='none'/%3e%3cpath fill-rule='evenodd' fill='%23ba0000' d='M189.083 325.392l.813-6.378 3.275 5.74 6.63-1.04-4.61 4.577 3.284 5.737-6.12-2.912-4.6 4.584.824-6.377-6.127-2.902'/%3e%3c/g%3e%3cg%3e%3cpath d='M242.792 252.62s-37.622 41.75-89.786 16.245c-23.953-15.692-37.766-33.748-40.13-58.774.283-11.258 2.454-22.13 5.155-33.074 1.695 3.686 3.543 6.92 6.454 9.252 5.166 4.36 11.49 4.568 18.27 3.42 7.97-1.673 15.627-1.683 24.785.58 13.008 2.813 23.264 12.26 27.232 24.625 2.705 7.9 1.858 15.854 5.32 23.757 3.016 6.237 6.647 10.664 14.284 14.43 15.188 5.32 18.71 1.885 28.42-.46z' fill-rule='evenodd' fill='%23fff'/%3e%3cpath d='M160.732 235.146l-.226-.076' fill-rule='evenodd' stroke='%23000' stroke-width='2.152' fill='%23ba0000'/%3e%3cpath d='M235.03 256.89c-23.27 13.312-65.026-2.696-74.223-21.965' stroke='%23ba0000' stroke-width='2.152' fill='none'/%3e%3cpath fill-rule='evenodd' fill='%23ba0000' d='M155.296 220.043l6.286-1.352-4.327 4.997 3.183 5.907-5.847-2.826-4.32 5.002.714-6.74-5.852-2.816 6.288-1.34.702-6.744'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-hm {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg stroke-width='1pt'%3e%3cpath fill='%23006' d='M0 0h640v480H0z'/%3e%3cpath d='M0 0v30.59l372.58 243.023h46.898v-30.59L46.898 0H0zm419.478 0v30.59L46.898 273.612H0v-30.59L372.58 0h46.898z' fill='%23fff'/%3e%3cpath d='M174.782 0v273.612h69.913V0h-69.913zM0 91.204v91.204h419.478V91.204H0z' fill='%23fff'/%3e%3cpath d='M0 109.445v54.722h419.478v-54.722H0zM188.765 0v273.612h41.948V0h-41.948zM0 273.612l139.826-91.204h31.265L31.266 273.612H0zM0 0l139.826 91.204H108.56L0 20.394V0zm248.387 91.204L388.213 0h31.265L279.652 91.204h-31.265zm171.09 182.408l-139.825-91.204h31.265l108.56 70.81v20.394z' fill='%23c00'/%3e%3cpath fill-rule='evenodd' fill='%23fff' d='M125.512 416.48l-27.478-2.388 23.717-14.077-15.26-22.972 25.79 9.766 8.448-26.258 8.447 26.257 25.79-9.767-15.26 22.972 23.716 14.077-27.477 2.39 3.786 27.32-19.002-19.993-19.002 19.993M492.164 445.697l-19.346-1.684 16.698-9.913-10.748-16.173 18.165 6.877 5.943-18.49 5.943 18.49 18.164-6.877-10.748 16.173 16.698 9.913-19.346 1.684 2.67 19.23-13.382-14.072-13.382 14.073m2.671-307.008l-19.346-1.683 16.698-9.912-10.748-16.175 18.165 6.878 5.943-18.487 5.943 18.488 18.164-6.878-10.748 16.175 16.698 9.912-19.346 1.684 2.67 19.232-13.382-14.073-13.382 14.072M384.248 274.83l-19.346-1.684 16.698-9.913-10.748-16.173 18.165 6.877 5.943-18.49 5.943 18.49 18.165-6.877-10.748 16.173 16.698 9.913-19.346 1.684 2.67 19.23-13.382-14.072-13.382 14.073m206.48-48.009l-19.317-1.683 16.728-9.915-10.77-16.173 18.18 6.878 5.9-18.49 5.97 18.49 18.13-6.878-10.72 16.173 16.692 9.914-19.353 1.682 2.662 19.23-13.383-14.07-13.38 14.07m-22.247 40.414l-9.503 8.022 2.97 12.08-10.575-6.555-10.575 6.555 2.97-12.08-9.503-8.02 12.41-.915 4.698-11.518 4.698 11.518'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-hn {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath d='M0 0h640v480H0z' fill='%230073cf'/%3e%3cpath d='M0 160h640v160H0z' fill='%23fff'/%3e%3cg id='c' transform='matrix(26.66665 0 0 26.66665 320 240)' fill='%230073cf'%3e%3cg id='b'%3e%3cpath id='a' d='M-.31-.05l.477.156L0-1z'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' transform='scale(-1 1)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(72)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(-72)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(144)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(-144)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23c' transform='translate(133.333 -42.666)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23c' transform='translate(133.333 37.333)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23c' transform='translate(-133.333 -42.666)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23c' transform='translate(-133.333 37.333)'/%3e%3c/svg%3e");
}
.flag-hr {
	background-image: url([object Module]);
}
.flag-ht {
	background-image: url([object Module]);
}
.flag-hu {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%23fff' d='M640.006 479.994H0V0h640.006z'/%3e%3cpath fill='%23388d00' d='M640.006 479.994H0V319.996h640.006z'/%3e%3cpath fill='%23d43516' d='M640.006 160.127H0V.13h640.006z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-id {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23e70011' d='M0 0h639.958v248.947H0z'/%3e%3cpath fill='%23fff' d='M0 240h639.958v240H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ie {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23fff' d='M0 0h639.995v480.004H0z'/%3e%3cpath fill='%23009A49' d='M0 0h213.334v480.004H0z'/%3e%3cpath fill='%23FF7900' d='M426.668 0h213.334v480.004H426.668z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-il {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-87.62 0h682.67v512H-87.62z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(82.14) scale(.94)'%3e%3cpath fill='%23fff' d='M619.43 512H-112V0h731.43z'/%3e%3cpath fill='%2300c' d='M619.43 115.23H-112V48.003h731.43zm0 350.45H-112v-67.227h731.43zm-483-274.9l110.12 191.54 112.49-190.75-222.61-.79z'/%3e%3cpath d='M225.75 317.81l20.95 35.506 21.4-35.36-42.35-.145z' fill='%23fff'/%3e%3cpath d='M136.02 320.58l110.13-191.54 112.48 190.75-222.61.79z' fill='%2300c'/%3e%3cpath d='M225.75 191.61l20.95-35.506 21.4 35.36-42.35.145zm-43.78 79.5l-21.64 35.982 40.9-.127-19.26-35.855zm-21.27-66.5l41.225.29-19.834 36.26-21.39-36.55zm151.24 66.91l20.83 35.576-41.71-.533 20.88-35.043zm20.45-66.91l-41.225.29L311 241.16l21.39-36.55zm-114.27-.04l-28.394 51.515 28.8 50.297 52.73 1.217 32.044-51.515-29.61-51.92-55.572.405z' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-im {
	background-image: url([object Module]);
}
.flag-in {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23f93' d='M0 0h640v160H0z'/%3e%3cpath fill='%23fff' d='M0 160h640v160H0z'/%3e%3cpath fill='%23128807' d='M0 320h640v160H0z'/%3e%3cg transform='matrix(3.2 0 0 3.2 320 240)'%3e%3ccircle r='20' fill='%23008'/%3e%3ccircle r='17.5' fill='%23fff'/%3e%3ccircle r='3.5' fill='%23008'/%3e%3cg id='d'%3e%3cg id='c'%3e%3cg id='b'%3e%3cg id='a' fill='%23008'%3e%3ccircle r='.875' transform='rotate(7.5 -8.75 133.5)'/%3e%3cpath d='M0 17.5L.6 7 0 2l-.6 5L0 17.5z'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' transform='rotate(15)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(30)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23c' transform='rotate(60)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' transform='rotate(120)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' transform='rotate(-120)'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-io {
	background-image: url([object Module]);
}
.flag-iq {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23fff' d='M0 160h640v160H0z'/%3e%3cpath fill='%23ce1126' d='M0 0h640v160H0z'/%3e%3cpath d='M0 320h640v160H0z'/%3e%3cg transform='translate(-179.27 -92.847) scale(1.75182)' fill='%23007a3d'%3e%3cpath d='M325.525 173.177c-.558-.294-1.186-.767-1.395-1.053-.314-.44-.13-.456 1.163-.105 2.32.628 3.815.383 5.298-.873l1.31-1.103 1.54.784c.847.428 1.747.724 2.007.656.667-.176 2.05-1.95 2.005-2.564-.054-.76.587-.57.896.263.615 1.63-.28 3.503-1.865 3.918-.774.203-1.488.128-2.66-.28-1.438-.5-1.683-.494-2.405.058-1.617 1.24-3.87 1.356-5.893.3zm5.733-5.242c-.563-.716-1.24-3.423-1.02-4.088.192-.575.39-.69.914-.526.918.288 1.13.92.993 3.064-.107 1.748-.366 2.207-.887 1.55zm-67.515-1.945c-.185 1.31 2.325 4.568 3.458 5.158-.77.345-1.727.19-2.433.577-3.948 3.948-18.367 18.005-21 21.366 7.8.155 16.45-.105 23.76-.44-.006-5.298 5.02-5.572 8.382-7.502 1.73 2.725 6.074 2.516 6.617 6.618 0 4.91.01 12.306.01 17.646H215.91c-1.17 5.176-5.843 9.125-12.353 7.5 2.014-2.103 5.406-2.827 6.62-5.734 1.024-6.365-2.046-10.296-4.032-13.907 3.284-1.194 3.782-1.492 7.12-3.736-2.342 7.12 6.092 6.338 12.354 6.175.21-2.418.088-5.272-1.767-5.625 2.396-.87 2.794-1.168 6.62-4.412v9.592c14.885 0 30.942-.11 46.138-.11 0-3.003.796-7.825-1.58-7.825-2.27 0-.107 6.173-1.87 6.173h-35.63c0-1.328-.034-4.104-.034-6.104 1.51-1.512 1.33-1.38 11.648-11.7 1.028-1.028 8.266-7.566 14.6-13.71zm89.06-.253c2.488 1.338 4.457 3.19 7.502 3.97-.353 1.26-1.475 1.76-1.77 3.088v26.91c3.403.75 4.12-1.178 5.738-2.205.442 4.307 3.185 8.53 3.088 11.91h-14.558v-43.673zM333.39 180.15s5.297-4.472 5.297-4.644v23.485l3.814-.005c0-8.948-.117-18.023-.117-26.338 1.548-1.55 4.58-3.792 5.338-5.36v42.06c-10.745 0-30.792.013-33.442.013-.493-8.73-.577-17.77 9.6-15.827v-3.562c-.31-.608-.87.148-1-.644 1.617-1.617 2.164-2.03 6.54-5.85 0 4.61.08 15.498.08 15.498 1.07 0 3.153.004 3.857.004 0 0 .036-18.228.036-18.83zm-12.553 18.6c.716 1.076 3.155 1.057 3.04-.754-.41-1.493-3.615-.924-3.04.755z'/%3e%3ccircle cx='224.026' cy='214.369' r='2.042'/%3e%3cpath d='M287.048 165.78c2.488 1.338 4.457 3.19 7.502 3.97-.353 1.26-1.476 1.76-1.768 3.087v26.91c3.4.75 4.117-1.178 5.736-2.205.44 4.307 3.185 8.53 3.088 11.91h-14.56c.002-14.555.002-29.114.002-43.673z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ir {
	background-image: url([object Module]);
}
.flag-is {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' stroke-width='0' clip-path='url(%23a)'%3e%3cpath fill='%23003897' d='M0 0h666.67v480H0z'/%3e%3cpath d='M0 186.67h186.67V0h106.67v186.67h373.33v106.67H293.34v186.67H186.67V293.34H0V186.67z' fill='%23fff'/%3e%3cpath d='M0 213.33h213.33V0h53.333v213.33h400v53.333h-400v213.33H213.33v-213.33H0V213.33z' fill='%23d72828'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-it {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23fff' d='M0 0h640v479.997H0z'/%3e%3cpath fill='%23009246' d='M0 0h213.331v479.997H0z'/%3e%3cpath fill='%23ce2b37' d='M426.663 0h213.331v479.997H426.663z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-je {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0,0 30,18'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-5.254-6h40v30h-40z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' transform='matrix(.75 0 0 .75 3.94 2.25)'%3e%3cpath fill='%23fff' d='M-10.254-6h50v30h-50z'/%3e%3cpath d='M-10.254-6v1.927L11.517 9l-21.771 13.073V24h3.281l21.72-13.073L36.464 24h3.281v-1.927L17.976 9l21.77-13.073V-6h-3.28L14.745 7.073-6.973-6h-3.281z' fill-rule='evenodd' fill='%23df112d'/%3e%3cg transform='translate(-9.649 -6.038) scale(.20361)'%3e%3cpath d='M132.66 22.233c3.156 12.778 1.425 28.56-12.829 37.316-14.255-8.756-15.986-24.538-12.829-37.316 3.36-3.055 18.632-4.938 25.658 0z' stroke='%23000' stroke-width='.125' fill='%23e8112d'/%3e%3cpath d='M119.81 19.667c5.226 0 10.093 1.383 12.962 3.176.563-4.405 2.561-8.811 4.918-12.142-2.459-.05-3.561 1.256-3.586 2.613-.615-1.742-3.023-1.64-3.766-.691 2.69 1.818.615 5.046-1.818 4.38-1.143-.313-1.747-1.11-1.961-2.267a1.322 1.322 0 1 0-.564-.088c-.769 1.256-2.148 1.632-3.136 1.356-1.281-.359-1.819-1.512-1.819-2.536 0-2.664 2.561-3.074 3.33-2.613-.051-1.793-2.869-3.227-3.74-1.742.973-1.742.922-4.2-.82-5.84-1.741 1.64-1.793 4.098-.819 5.84-.871-1.485-3.689-.051-3.74 1.742.768-.461 3.33-.051 3.33 2.613 0 1.024-.538 2.177-1.819 2.536-.988.276-2.367-.1-3.137-1.356a1.31 1.31 0 0 0 .552-.398 1.322 1.322 0 1 0-1.115.486c-.214 1.157-.819 1.954-1.961 2.267-2.433.666-4.508-2.562-1.819-4.38-.742-.948-3.15-1.05-3.765.691-.026-1.357-1.127-2.664-3.586-2.613 2.356 3.33 4.354 7.736 4.918 12.142 2.869-1.793 7.736-3.176 12.961-3.176z' stroke='%23000' stroke-width='.125' fill='%23f9dd16'/%3e%3cg id='b' stroke='%23000'%3e%3cg stroke-width='.125' fill='%23f9dd16'%3e%3cpath d='M130.65 32.2c-.315.075-.315.481-.48.481.819-.023 1.217-.248 1.465-.661-.18.165-.023.48-.083.556.601-.21.887-.722.677-1.067.135.195.526.3.646.315-.421-.33-.12-1.082-.797-1.473.226-.015.662.24.782.541-.105-.676-.211-1.112-.767-1.488.06.068.376.128.511 0-.36-.225-.466-.6-.435-.841.042-.337-.181-.406-.602-.3-.379.094-1.247.15-1.758.15-1.052 0-1.969 0-2.841-.602 1.308.541 2.976-.601 2.976-1.548 0-1.052-1.293-1.909-3.908-1.338-2.615.572-5.801.331-5.801-.54 0-.872 2.284-.993 3.457-.812 1.172.18 2.013.3 4.208-.481-.541.21-2.285.27-3.667-.12-1.383-.391-4.78-.391-4.81 1.442-.03 1.834 3.617 1.667 6.764 1.203 1.833-.27 2.795-.09 2.795.51 0 .572-1.683.812-2.976.662-1.292-.15-2.615-.12-4.148.33-1.28.377-2.164 0-3.577.241-.685.117-2.345 0-3.164-1.352-.504.36-2.022 1.116-2.277 1.852-.361.676-.12 1.349.36 2.01.606.833-.3.707-.946.737-.886.041-2.072-.094-2.691-.797-.548-.622-1.278-1.121-1.861-.66-.3.238-.012.55.225.463.235-.087.513.087.764.197-.401-.172-.842-.038-1.014.115-.237.213.051.619.338.475.225-.112.687-.187.987.088-.325-.063-.663-.05-.825.125s-.037.428.313.412c.562-.025.706.37 1.269.288-.346.045-.542.226-.632.36.526-.24 1.107.409 1.789.256-.266.11-.695.371-.691.572.405-.466 3.126.36 3.186-.662.075.21.06.526-.15.797.348-.21 1.473-.286 1.818-1.097.03.24-.015.556-.225.63.361.119.836-.15 1.322-.87.193-.287.239-.477.206-.692.482.018.831-.103 1.207-.421.391-.33.812.27 1.473-.15.662-.421 1.233-.06 1.593-.27.361-.211.857.074 1.248-.166s.997.118 1.644-.393c1.018.372 2.206 1.063 5.12.528 1.67-.307 2.194.256 2.194 1.022 0 .526-.308.572-.541.586-.929.057-1.328-.347-1.695-.218-.246.088-.396.488-.04.625-.294.15-.256.432-.106.535s.537.01.8-.113c-.338.153-.688.428-.488.716.121.174.427.322.713-.05.287-.375.812-.688 1.146-.638zm-18.51-7.936c-.842-.346-1.126-.355-.932.33.083.294.285.707.488.895.008-.285.113-1.075.444-1.225z'/%3e%3cpath d='M114.77 24.264c.842-.346 1.126-.355.932.33-.083.294-.286.707-.489.895-.007-.285-.112-1.075-.443-1.225z'/%3e%3cpath d='M113.46 23.802c1.593 0 1.792.748 1.784 1.68-.007 1.007-.548.66-.856 1.953-.12.506-.523.534-.928.534-.406 0-.808-.028-.929-.534-.307-1.292-.849-.946-.856-1.953-.008-.932.191-1.68 1.785-1.68z'/%3e%3cpath d='M109.36 27.495c-.406-.24-.668-.074-.833-.029.526.135.547.81 1.75 1.126-.271-.075-.421.075-.677-.06.496.39 1.052.843 2.225.857.654.007.202.346-.226.15.444.459 1.323.083 1.879.917.105-.646-1.037-1.668-.511-2.405-1.622-.069-1.755-.968-2.69-1.683-.761-.582-.829-1.173-1.165-2.28-.153-.501-.74-.814-1.065-.695-.284.104-.388.35-.144.535.244.184.556.209.623.676-.317-.38-.792-.517-1.02-.28-.139.145-.083.482.216.513.487.05.137.525.691.99-.491-.552-.916-.602-1.179-.302-.157.18 0 .5.338.465.489-.05 1.056 1.19 1.788 1.505zm13.07 4.644c-.256.045-.18.466-.526.496.827 0 1.247-.195 1.638-.511-.18.105-.255.376-.27.526.436-.376 1.473-.406 2.014-.3s.631-.15.826-.496c.196-.346-.075-.542-.345-.812-.271-.27-.331-.646-.271-1.278-1.443-1.923-4.028-.992-4.058-.15.932 1.082 1.052.962 1.834 1.112.781.15 1.26.15.736.586-.18.15-.932.08-1.518.106-1.311.057-1.911-.906-2.298-.406-.319.411.01.593.66.57-.45.004-1.047-.02-.945.399.172.706.847-.131 1.11.16-.225-.054-.575.084-.588.296-.012.213.5.488 1.063.04a1.64 1.64 0 0 1 .938-.338z'/%3e%3c/g%3e%3cg stroke-width='.125' fill='none'%3e%3cpath d='M123.55 29.206c-.469-.172-.899-.277-1.449-.163m-5.621-.06c-.386.83-.152 1.239-.095 1.624m-4.015-5.555c.265.133.414-.242.803.156-.107-.116-.24.308-.538.026m1.895-.182c-.265.133-.414-.242-.803.156.107-.116.24.308.538.026'/%3e%3cpath d='M113.73 25.207c-.091.075-.1-.06-.031.295.128.651.279.956-.248.956-.538 0-.375-.305-.248-.956.07-.355.061-.22-.03-.295'/%3e%3c/g%3e%3cpath d='M113.46 27.706c.428 0 .676-.007.609-.609-.028-.241.293-.337.18-.729.12.481-.789.435-.789.217 0 .218-.909.264-.789-.217-.113.392.207.488.18.73-.067.6.181.608.609.608z' stroke-width='.063' fill='%23ff0016'/%3e%3cpath d='M113.07 26.489l-1.028-.287m1.028.341l-1.148-.01m1.158.069l-.979.262m1.739-.375l1.028-.287m-1.028.341l1.148-.01m-1.158.069l.979.262' stroke-width='.063'/%3e%3cpath d='M108.13 23.414c-.299-.372-1.048-.058-1.063.404.253-.3.666.132.891.041.156-.063.293-.294.172-.445zm-.38.881c-.299-.372-1.047-.058-1.062.404.252-.3.665.132.891.041.156-.062.293-.293.171-.445zm-.2 1.184c-.339-.336-1.047.06-1.01.52.218-.325.676.057.89-.058.148-.08.258-.325.12-.462zm.36 3.669c-.376-.295-1.033.18-.944.634.179-.349.678-.022.877-.161.138-.097.22-.353.067-.473zm-.02.803c-.448-.165-.928.49-.703.893.062-.387.638-.23.785-.423.102-.134.1-.403-.082-.47zm.57.6c-.448-.165-.928.49-.704.893.063-.387.639-.23.786-.423.102-.134.1-.403-.082-.47zm11.74 1.163c-.448-.165-.928.49-.703.893.063-.387.638-.23.785-.423.102-.134.1-.403-.082-.47zm.61.544c-.464-.113-.866.592-.597.968.018-.392.608-.301.732-.51.086-.145.054-.412-.135-.458zm-.43-1.316c-.414-.239-.998.325-.845.76.128-.37.668-.117.846-.283.123-.115.167-.38-.001-.477zm8.35.941c-.464-.113-.866.592-.597.968.019-.392.609-.301.732-.51.086-.145.054-.412-.135-.458zm.02-.737c-.421-.225-.985.359-.818.79.115-.375.664-.141.836-.313.119-.12.154-.385-.018-.477zm.32 1.396c-.468-.093-.839.63-.554.993.002-.392.595-.327.709-.542.08-.149.036-.413-.155-.451zm-15.58-5.197c.294 0 .413.086.413.617 0 1.125-.013 1.609-.375 1.609-.363 0-.338-.46-.338-1.286 0-.43 0-.646-.087-.61 0-.282.125-.33.387-.33z' stroke-width='.013' fill='%230051ba'/%3e%3c/g%3e%3cuse xlink:href='%23b' transform='matrix(.9 0 0 .9 11.6 13.7)' height='18' width='30'/%3e%3cuse xlink:href='%23b' transform='matrix(.67 0 0 .75 39.2 27.5)' height='18' width='30'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-jm {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath d='M0 0l320 240L0 480zM640 0L320 240l320 240z'/%3e%3cpath d='M0 0l320 240L640 0zM0 480l320-240 320 240z' fill='%23090'/%3e%3cpath d='M640 0h-59.625L0 435.281V480h59.629L640.004 44.719z' fill='%23fc0'/%3e%3cpath d='M0 0v44.722l580.375 435.28h59.629v-44.72L59.629 0z' fill='%23fc0'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-jo {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-117.82 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' transform='translate(110.46) scale(.9375)'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath d='M-117.82 0H906.182v170.667H-117.82z'/%3e%3cpath fill='%23fff' d='M-117.82 170.667H906.182v170.667H-117.82z'/%3e%3cpath fill='%23090' d='M-117.82 341.334H906.182v170.667H-117.82z'/%3e%3cpath d='M-117.82 512.001l512.001-256L-117.82 0v512.001z' fill='red'/%3e%3cpath fill='%23fff' d='M24.528 288.964l5.664-24.82H4.743l22.928-11.045-15.867-19.9 22.93 11.05 5.664-24.82 5.661 24.82 22.93-11.05-15.866 19.9 22.93 11.045H50.602l5.663 24.82-15.867-19.92z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-jp {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-88.001 32h640v480h-640z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(88.001 -32)' stroke-width='1pt'%3e%3cpath fill='%23fff' d='M-128 32h720v480h-720z'/%3e%3cellipse rx='194.93' ry='194.93' transform='translate(-168.44 8.618) scale(.76554)' cy='344.05' cx='523.08' fill='%23d30000'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ke {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cpath stroke-miterlimit='10' d='M-28.58 47.5l1.733 1 46.713-80.91c2.732-.73 4.232-3.33 5.732-5.927 1-1.732 5-8.66 6.734-17.663-6.93 6.003-10.93 12.93-11.93 14.663-1.5 2.598-3 5.196-2.268 7.928z' id='a'/%3e%3c/defs%3e%3cpath d='M0 0h640v480H0z' fill='%23fff'/%3e%3cpath d='M0 0h640v144H0z'/%3e%3cpath d='M0 336h640v144H0z' fill='%23060'/%3e%3cg id='b' transform='matrix(3 0 0 3 320 240)'%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' stroke='%23000'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' fill='%23fff'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='matrix(-1 0 0 1 640 0)'/%3e%3cpath d='M640.5 168H377c-9-24-39-72-57-72s-48 48-57 72H-.227v144H263c9 24 39 72 57 72s48-48 57-72h263.5V168z' fill='%23b00'/%3e%3cpath id='c' d='M377 312c9-24 15-48 15-72s-6-48-15-72c-9 24-15 48-15 72s6 48 15 72'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23c' transform='matrix(-1 0 0 1 640 0)'/%3e%3cg transform='matrix(3 0 0 3 320 240)' fill='%23fff'%3e%3cellipse rx='4' ry='6'/%3e%3cpath id='d' d='M1 5.85s4 8 4 21-4 21-4 21z'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' transform='scale(-1)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' transform='scale(-1 1)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' transform='scale(1 -1)'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-kg {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-84.949 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' fill-rule='evenodd' transform='translate(79.64) scale(.9375)'%3e%3cpath fill='%23be0027' d='M-128 0h768.77v512H-128z'/%3e%3cpath d='M105.45 261.14c13.658-16.61 41.95-.399 65.045-12.359-27.358 1.504-42.27-13.129-63.884-11.078 22.395-13.757 41.461 4.5 66.502-2.839-33.165-2.79-31.727-17.615-61.884-19.72 26.788-11.426 40.036 11.75 66.276 6.479-30.927-7.14-35.045-25.356-58.039-29.212 33.608-5.073 31.417 14.794 64.364 17.22-33.441-14.345-24.676-26.797-52.645-37.723 31.297-.74 29.222 20.95 60.93 26.64-27.144-17.22-23.791-32.935-46.149-45.232 26.524.48 29.114 27.629 56.184 36.04-24.148-19.16-17.797-35.313-38.664-52.423 26.383 6.188 22.542 29.61 50.019 44.552-20.363-22.615-12.55-38.805-30.314-57.318 25.374 8.172 15.735 30.432 42.065 51.595-15.094-24.855-5.775-40.707-20.629-61.677 23.559 12.166 12.151 34.872 34.023 57.558-10.295-25.508.015-41.352-10.507-63.941 20.152 15.057 8.166 39.323 24.422 62.472-5.926-31.92 7.841-37.17 3.557-65.124 15.306 18.79-1.802 37.58 9.949 65.26-1.43-31.476 15.294-38.795 12.394-64.067 15.169 22.645-8.507 42.353 1.395 66.605 2.56-29.864 22.185-37.597 22.49-60.836 11.933 21.332-14.111 36.672-9.884 64.955 8.57-31.196 29.476-35.051 31.943-56.025 7.235 24.678-21.265 36.15-19.598 63.5 8.489-27.735 34.62-30.988 39.962-51.475 3.297 26.107-22.4 30.742-29.635 59.585 13.512-23.54 37.143-25.471 47.783-44.09-.835 25.816-29.844 29.2-38.748 53.373 16.725-20.51 37.691-16.95 54.415-35.135-1.765 23.299-31.293 21.982-47.009 46.104 18.136-16.732 45.435-11.718 59.33-26.125-.674 20.608-36.908 19.059-53.996 37.479 21.075-11.545 47.757-4.764 63.225-15.487-2.826 18.068-41.076 13.845-59.356 27.946 25.211-6.985 44.677 3.81 65.102-3.995-9.94 17.587-44.634 6.455-63.054 17.888 21.88-3.705 45.126 9.55 65.091 5.297-6.562 15.201-44.58-.918-65.09 8.538 24.51-.215 40.402 15.434 63.133 14.4-12.363 13.762-45.788-5.163-65.262-1.93 23.76 4.914 41.911 24.601 59.926 25.55-14.784 11.351-42.423-14.498-64.864-11.216 23.105 6.185 42.516 32.472 55.774 33.048-14.284 9.762-42.517-22.464-61.86-21.319 23.495 10.62 34.271 37.515 49.697 41.296-19.099 6.128-37.868-29.217-58.39-30.442 23.771 14.993 25.114 37.918 43.417 48.124-19.257 4.708-32.964-35.167-53.259-38.532 19.49 14.327 22.428 44.931 35.351 54.608-19.607 1.036-26.692-40.714-46.787-46.678 17.216 14.38 13.094 45.58 26.48 58.863-20.426-4.19-17.793-40.538-39.118-52.778 15.32 19.32 7.527 46.846 17.512 62.337-19.87-8.038-11.24-40.568-30.21-58.99 10.348 20.582-.774 44.586 7.387 64.486-18.153-8.854-5.944-47.384-19.856-62.666 6.395 23.786-5.4 43.47-.646 64.794-18.559-21.526 2.817-43.189-13.281-65.125 4.273 25.177-13.336 42.697-10.567 63.771-14.716-17.19 7.905-44.774-3.528-66.478 2.462 24.754-20.276 46.44-18.715 62.03-11.978-19.968 13.298-43.583 6.53-66.286-1.425 23.572-24.37 36.382-28.691 57.856-7.713-23.689 19.564-40.812 17.209-64.09-7.811 22.144-29.982 31.023-37.793 52.484-6.395-23.623 25.914-36.167 26.768-61.02-9.987 23.308-36.522 28.426-45.28 46.264-3.269-23.5 33.808-34.007 35.188-56.275-11.936 21.382-40.97 22.25-50.991 39.254-1.52-23.416 37.582-26.316 43.72-50.825-11.882 18.278-43.734 15.907-56.986 30.767 2.09-21.722 44.388-23.066 51.129-42.6-15.723 15.168-44.963 8.882-61.426 20.913 9.163-21.335 48.838-16.812 57.808-32.267-17.564 9.164-48.68.28-63.997 9.444 13.92-20.206 44.803-8.135 62.28-22.05-28.428 4.143-45.506-7.17-65.182-1.933z' fill='%23ff0'/%3e%3cpath d='M355.939 256.111c0 54.8-44.424 99.223-99.223 99.223-54.8 0-99.222-44.424-99.222-99.223 0-54.8 44.424-99.222 99.222-99.222 54.8 0 99.223 44.423 99.223 99.222z' fill='%23ff0'/%3e%3cpath d='M343.17 256.307c0 47.644-38.623 86.265-86.265 86.265-47.643 0-86.264-38.622-86.264-86.265s38.622-86.264 86.264-86.264c47.644 0 86.265 38.622 86.265 86.264z' fill='%23be0027'/%3e%3cpath d='M331.156 256.487c0 40.911-33.164 74.075-74.074 74.075-40.911 0-74.075-33.165-74.075-74.075 0-40.91 33.165-74.075 74.075-74.075 40.91 0 74.074 33.165 74.074 74.075z' fill='%23ff0'/%3e%3cpath d='M194.04 207.95c20.501-.451 46.033 1.418 62.859 14.893 17.859-11.154 39.005-16.311 60.54-14.313l11.025 20.115c-15.989-1.613-31.591.646-50.095 8.124 23.597 18.696 35.395 42.81 34.622 72.144-2.707 3.352-6.963 7.091-9.67 10.443 3.932-28.496-11.09-60.279-32.881-76.978 17.73 25.596 28.304 48.676 25.339 80.46-3.16 1.87-6.9 4.513-10.058 6.383 4.64-28.045-1.933-60.926-22.63-80.074 11.927 17.537 23.855 48.999 16.44 81.04-3.224.968-8.188 3.676-11.411 4.643 8.317-26.239 3.093-59.056-10.832-78.719-13.796 19.794-18.31 50.029-10.445 77.946-3.869-.967-6.77-2.128-10.637-3.095-5.673-30.043 2.193-63.957 15.86-81.62-13.925 8.06-27.078 42.614-23.404 77.946-3.352-1.547-5.932-2.708-9.283-4.256-4.513-26.369 7.413-60.666 24.564-80.46-19.471 12.25-35.266 42.294-32.494 74.658-2.966-2.643-5.739-3.932-8.704-6.575-3.417-28.24 12.894-56.67 32.106-73.691-16.182-7.222-30.043-8.64-50.094-8.318 3.159-6.512 6.125-14.183 9.284-20.695z' fill='%23be0027'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-kh {
	background-image: url([object Module]);
}
.flag-ki {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-86.325 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' transform='translate(80.93) scale(.9375)'%3e%3cpath fill-rule='evenodd' fill='%23e73e2d' d='M-164.28 0h835.79v306.49h-835.79z'/%3e%3cpath d='M204.3 282.11c-19.435-15.174-55.633-10.041-61.596-51.286 27.717 21.469 22.686-1.227 64.082 19.229L204.3 282.11z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23fec74a'/%3e%3cpath d='M209.47 263.35c-13.852-20.398-49.882-26.602-42.922-67.69 19.807 28.928 21.971 5.782 55.109 37.936L209.47 263.35z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23fec74a'/%3e%3cpath d='M215.77 250.01c-5-24.145-35.922-43.653-13.782-78.958 7.242 34.303 18.091 13.743 36.418 56.124l-22.637 22.834z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23fec74a'/%3e%3cpath d='M230.32 237.61c2.653-24.514-20.786-52.572 11.123-79.376-3.638 34.87 12.998 18.633 17.431 64.594l-28.553 14.782z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23fec74a'/%3e%3cpath d='M243.26 227.67c12.457-21.279 2.56-56.474 42.646-67.864-17.596 30.324 4.23 22.321-10.543 66.068l-32.103 1.796z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23fec74a'/%3e%3cpath d='M262.07 230.29c18.559-16.234 20.327-52.751 61.957-50.849-26.3 23.183-3.062 22.511-30.94 59.321l-31.017-8.471z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23fec74a'/%3e%3cpath d='M278.57 239.87c22.506-10.072 34.914-44.463 74.152-30.426-31.946 14.444-9.534 20.621-46.987 47.628L278.57 239.87z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23fec74a'/%3e%3cpath d='M292.49 254.93c24.431-3.33 46.018-32.837 79.718-8.323-34.72 4.867-14.953 17.104-58.494 32.476L292.49 254.93z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23fec74a'/%3e%3cpath d='M379.46 259.6l-112.06 2.46 4.705 30.194 107.36-32.654z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23fec74a'/%3e%3cpath d='M363 218.41l-103.84 39.859 17.386 33.373 86.458-73.232z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23fec74a'/%3e%3cpath d='M280.58 280.67l53.722-97.54-82.407 76.705 28.684 20.835z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23fec74a'/%3e%3cpath d='M279.46 272.63l17.268-109.47-53.811 97.285 36.543 12.187z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23fec74a'/%3e%3cpath d='M273.01 263.74l-18.035-110.25-19.989 110.73 38.025-.482z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23fec74a'/%3e%3cpath d='M263.68 254.29l-52.292-92.072 20.095 111.92 32.197-19.845z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23fec74a'/%3e%3cpath d='M255.56 253.6l-81.101-68.479 57.667 98.003 23.435-29.524z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23fec74a'/%3e%3cpath d='M145.95 218.89l87.069 71.891 13.387-37.606-100.46-34.285z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23fec74a'/%3e%3cpath d='M232.1 260.85l-102.31-1.438 101.88 34.01.429-32.572z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23fec74a'/%3e%3cpath d='M315.121 279.224c0 33.896-27.478 61.374-61.374 61.374s-61.373-27.478-61.373-61.374 27.478-61.374 61.373-61.374 61.374 27.478 61.374 61.374z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23fec74a'/%3e%3cpath fill-rule='evenodd' fill='%23005989' d='M-165.12 303.4h839.9V512h-839.9z'/%3e%3cpath d='M-165.6 454c15.618 7.228 37.991 25.319 61.922 25.303 40.042-.26 41.108-27.425 81.669-26.133 40.667 1.035 33.311 29.634 88.224 29.491 45.369-.119 60.026-34.665 99.134-30.526 28.963-1.49 40.817 32.714 85.334 33.148 46.172.987 63.126-37.28 92.09-34.112 30.856 0 40.964 30.821 84.253 31.043 55.136.278 64.829-32.078 99.323-30.008 24.55-.518 43.91 23.714 79.887 24.317 28.707.489 52.74-21.214 68.975-28.974l.803-36.827c-17.015 6.327-42.386 27.073-67.756 27.301-36.51 1.336-59.094-23.946-84.464-23.718-30.397.273-42.51 31.284-94.076 31.284-47.11 0-57.918-31.284-88.316-31.284-29.712.228-38.815 34.026-90.253 33.4-41.96-.505-58.31-32.262-88.023-32.034-31.5 0-64.072 30.881-98.951 29.39-48.14-2.034-58.541-29.39-90.041-29.39-23.542 0-48.948 25.635-77.31 26.062-28.205.434-59.891-25.508-62.826-26.062l.402 38.33zM-165.6 381.07c15.618 7.228 37.991 25.319 61.922 25.303 40.042-.26 41.108-27.425 81.669-26.133 40.667 1.035 33.311 29.634 88.224 29.491 45.369-.119 60.026-34.665 99.134-30.526 28.963-1.49 40.817 32.714 85.334 33.148 46.172.987 63.126-37.28 92.09-34.112 30.856 0 40.964 30.821 84.253 31.043 55.136.278 64.829-32.078 99.323-30.008 24.55-.518 43.91 23.714 79.887 24.317 28.707.489 52.74-21.214 68.975-28.974l.803-36.827c-17.015 6.327-42.386 27.073-67.756 27.301-36.51 1.336-59.094-23.946-84.464-23.718-30.397.273-42.51 31.284-94.076 31.284-47.11 0-57.918-31.284-88.316-31.284-29.712.228-38.815 34.026-90.253 33.4-41.96-.505-58.31-32.262-88.023-32.034-31.5 0-64.072 30.881-98.951 29.39-48.14-2.034-58.541-29.39-90.041-29.39-23.542 0-48.948 25.635-77.31 26.062-28.205.434-59.891-25.508-62.826-26.062l.402 38.33z' fill-rule='evenodd' fill='%23fff'/%3e%3cpath d='M-165.6 308.92c15.603 7.228 37.955 25.319 61.865 25.303 40.004-.26 41.07-27.425 81.593-26.133 40.629 1.035 33.28 29.634 88.141 29.491 45.327-.119 59.97-34.665 99.042-30.526 28.936-1.49 40.779 32.714 85.254 33.148 46.129.987 63.067-37.28 92.004-34.112 30.827 0 40.926 30.821 84.174 31.043 55.085.278 64.769-32.078 99.23-30.008 24.528-.518 43.869 23.714 79.813 24.317 28.68.489 52.691-21.214 68.911-28.974l.802-36.827c-17 6.327-42.346 27.073-67.693 27.301-36.475 1.336-59.038-23.946-84.385-23.718-30.369.273-42.471 31.284-93.988 31.284-47.065 0-57.864-31.284-88.234-31.284-29.684.228-38.779 34.026-90.169 33.4-41.921-.505-58.255-32.262-87.941-32.034-31.47 0-64.012 30.881-98.859 29.39-48.095-2.034-58.486-29.39-89.957-29.39-23.52 0-48.903 25.635-77.237 26.062-28.15.44-59.81-25.5-62.74-26.06l.401 38.33z' fill-rule='evenodd' fill='%23fff'/%3e%3cpath d='M136.81 75.956c61.048-4.18 49.921-9.394 74.493-13.316 30.964 4.257 34.505 23.004 51.758 34.505 0 0-6.485 21.926-27.706 18.822-2.853-8.796 10.273-11.515-27.497-34.54-21.958-1.307-61.25 3.854-71.048-5.472zM326.07 109.89l-43.979 1.81v10.866c29.664.949 35.011-3.018 43.979-12.676z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.776' fill='%23ffc84b'/%3e%3cpath stroke-linejoin='round' d='M174.84 108.07c7.665-3.92 11.477-2.32 18.118-2.579 4.57 8.278 8.882 9.054 18.885 10.09 15.263 21.471 36.735 21.73 39.839 21.73 29.923-.778 39.409-21.73 59.501-24.06h21.214c-3.535-6.036-6.295-9.486-13.97-9.83-15.781-.863-36.217-.431-54.067 3.621l-25.094 6.21c-7.33-3.536-25.266-22.335-36.735-21.99-6.726 1.81-6.726 4.139-10.089 6.726-6.467 2.76-12.936 1.437-17.601 10.08z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23ffc84b'/%3e%3cpath d='M205.104 98.914a3.174 3.174 0 1 1-6.348 0 3.174 3.174 0 0 1 6.348 0z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.665' fill='%23ffc84b'/%3e%3cpath d='M225.56 107.82c44.927-54.154 84.163-47.514 135.3-51.222 1.725 6.295 1.122 15.695-23.282 24.059-33.372 4.915-93.132 40.097-93.39 40.097-11.126-.517-18.886-12.158-18.627-12.935z' fill-rule='evenodd' stroke='%23d8aa3f' stroke-width='1.776' fill='%23ffc84b'/%3e%3cpath d='M317.87 72.536l33.134 1.436M314.26 77.942l24.152 1.97' stroke='%23d9a43e' stroke-linecap='round' stroke-width='1.776' fill='none'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-km {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h682.67v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' fill-rule='evenodd' transform='scale(.9375)'%3e%3cpath fill='%23ff0' d='M0 0h768.77v128H0z'/%3e%3cpath fill='%23fff' d='M0 128h768.77v128H0z'/%3e%3cpath fill='%23be0027' d='M0 256h768.77v128H0z'/%3e%3cpath fill='%233b5aa3' d='M0 384h768.77v128H0z'/%3e%3cpath d='M0 0v512l381.86-255.28L0 0z' fill='%23239e46'/%3e%3cpath d='M157.21 141.43C72.113 137.12 33.34 204.9 33.43 257.3c-.194 61.97 58.529 113.08 112.81 109.99-29.27-13.84-65.008-52.66-65.337-110.25-.3-52.18 29.497-97.55 76.307-115.61z' fill='%23fff'/%3e%3cpath fill='%23fff' d='M155.927 197.058l-11.992-9.385-14.539 4.576 5.215-14.317-8.831-12.41 15.227.528 9.065-12.238 4.195 14.649 14.452 4.846-12.644 8.524zM155.672 249.121l-11.993-9.385-14.538 4.576 5.215-14.317-8.831-12.41 15.227.528 9.065-12.238 4.194 14.649 14.453 4.846-12.645 8.524zM155.927 301.698l-11.992-9.385-14.539 4.576 5.215-14.317-8.831-12.41 15.227.528 9.065-12.239 4.195 14.65 14.452 4.846-12.644 8.524zM155.672 354.778l-11.993-9.385-14.538 4.576 5.215-14.317-8.831-12.41 15.227.528 9.065-12.239 4.194 14.65 14.453 4.846-12.645 8.524z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-kn {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-80.109 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(75.102) scale(.9375)'%3e%3cpath fill='%23ffe900' d='M-107.85.239H629.8v511.29h-737.65z'/%3e%3cpath d='M-108.24.239l.86 368.58L466.6-.001l-574.84.238z' fill='%2335a100'/%3e%3cpath d='M630.69 511.53l-1.347-383.25-578.98 383.54 580.33-.283z' fill='%23c70000'/%3e%3cpath d='M-107.87 396.61l.49 115.39 125.25-.16L629.63 101.7l-.69-100.32L505.18.239l-613.05 396.37z'/%3e%3cpath fill='%23fff' d='M380.455 156.62l-9.913-42.245 33.354 27.075 38.014-24.636-17.437 41.311 33.404 27.021-44.132-1.541-17.37 41.333-9.835-42.265-44.138-1.48zM105.21 335.53l-9.913-42.245 33.354 27.075 38.014-24.636-17.437 41.311 33.404 27.021-44.132-1.541-17.37 41.333-9.835-42.265-44.138-1.48z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-kp {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M5.077.1h682.53V512H5.077z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(-4.761 -.094) scale(.93768)'%3e%3cpath stroke='%23000' stroke-width='1.014' fill='%23fff' d='M775.94 511.52H-75.92V.57h851.86z'/%3e%3cpath fill='%233e5698' d='M775.94 419.07H-75.92v92.457h851.86z'/%3e%3cpath fill='%23c60000' d='M775.94 397.65H-75.92V114.44h851.86z'/%3e%3cpath fill='%233e5698' d='M775.94.576H-75.92v92.457h851.86z'/%3e%3cpath d='M328.518 256.07c0 63.45-53.108 114.886-118.619 114.886-65.512 0-118.618-51.437-118.618-114.886 0-63.45 53.108-114.885 118.618-114.885 65.512 0 118.619 51.436 118.619 114.885z' fill='%23fff'/%3e%3cpath fill='%23c40000' d='M175.83 270.567l-57.06-40.618 71.056-.289 22.636-66.367 21.164 66.147 71.057-.407-57.978 41.177 21.275 66.117-56.998-40.696-57.908 41.264z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-kr {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-95.808-.44h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(89.82 .412) scale(.9375)'%3e%3cpath fill='%23fff' d='M610.61 511.56h-730.17v-512h730.17z'/%3e%3cpath d='M251.871 256.021c0 62.137-50.372 112.508-112.507 112.508-62.137 0-112.507-50.372-112.507-112.508 0-62.137 50.371-112.507 112.507-112.507 62.137 0 112.507 50.372 112.507 112.507z' fill='%23fff'/%3e%3cpath d='M393.011 262.55c0 81.079-65.034 146.803-145.261 146.803S102.488 343.63 102.488 262.55s65.034-146.804 145.262-146.804S393.01 181.471 393.01 262.55z' fill='%23c70000'/%3e%3cpath d='M-49.417 126.44l83.66-96.77 19.821 17.135-83.66 96.771zM-22.018 150.127l83.66-96.77 19.82 17.135-83.66 96.77z'/%3e%3cpath d='M-49.417 126.44l83.66-96.77 19.821 17.135-83.66 96.771z'/%3e%3cpath d='M-49.417 126.44l83.66-96.77 19.821 17.135-83.66 96.771zM5.967 174.32l83.66-96.77 19.82 17.136-83.66 96.77z'/%3e%3cpath d='M-49.417 126.44l83.66-96.77 19.821 17.135-83.66 96.771z'/%3e%3cpath d='M-49.417 126.44l83.66-96.77 19.821 17.135-83.66 96.771zM459.413 29.638l83.002 97.335-19.937 17-83.002-97.334zM403.707 77.141l83.002 97.335-19.936 17-83.002-97.334z'/%3e%3cpath d='M417.55 133.19l78.602-67.814 14.641 16.953-83.996 75.519-9.247-24.659z' fill='%23fff'/%3e%3cpath d='M514.228 372.013l-80.416 95.829-19.716-16.4 80.417-95.828zM431.853 53.14l83.002 97.334-19.936 17.001-83.002-97.334zM541.475 394.676l-80.417 95.829-19.715-16.399 80.417-95.829zM486.39 348.857l-80.417 95.83-19.715-16.4 80.416-95.829z'/%3e%3cpath d='M104.6 236.68c4.592 36.974 11.297 78.175 68.199 82.455 21.328 1.278 62.817-5.074 77.061-63.19 18.688-55.829 74.975-71.88 113.28-41.613 21.718 14.166 27.727 36.666 29.283 53.557-1.739 54.243-32.874 101.2-72.823 122.14-45.93 27.3-109.56 27.87-165.3-13.49-25.12-23.57-60.219-67.02-49.7-139.86z' fill='%233d5897'/%3e%3cpath d='M435.91 370.59l78.734 67.661-14.591 16.997-87.156-71.851 23.013-12.807z' fill='%23fff'/%3e%3cpath d='M-1.887 357.197l83.002 97.335-19.937 17-83.002-97.334z'/%3e%3cpath d='M-16.188 437.25l78.602-67.814 14.641 16.953-83.996 75.519-9.247-24.659z' fill='%23fff'/%3e%3cpath d='M25.672 333.696l83.003 97.334-19.937 17-83.002-97.334zM-30.033 381.199l83.002 97.334-19.936 17L-49.97 398.2z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-kw {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h682.67v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='scale(.9375)' stroke-width='1pt'%3e%3cpath fill='%23fff' d='M0 170.64h1024v170.68H0z'/%3e%3cpath fill='%23f31830' d='M0 341.32h1024V512H0z'/%3e%3cpath fill='%2300d941' d='M0 0h1024v170.68H0z'/%3e%3cpath d='M0 0v512l255.45-170.7.55-170.77L0 0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ky {
	background-image: url([object Module]);
}
.flag-kz {
	background-image: url([object Module]);
}
.flag-la {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)'%3e%3cpath fill='%23e90012' d='M-40 0h720v480H-40z'/%3e%3cpath fill='%23003dd2' d='M-40 119.26h720v241.48H-40z'/%3e%3cpath d='M423.42 239.998a103.419 103.419 0 1 1-206.838 0 103.419 103.419 0 1 1 206.837 0z' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-lb {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-85.333 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' transform='translate(80) scale(.9375)'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='red' d='M-128 383.993h767.975v128H-128zM-128 0h767.975v128.001H-128z'/%3e%3cpath fill='%23fff' d='M-128 128.001h767.975v255.992H-128z'/%3e%3c/g%3e%3cpath d='M252.1 129.95c-7.81 15.593-13.018 15.593-26.034 25.99-5.206 5.198-13.016 7.797-2.603 12.996-10.413 5.197-15.62 7.797-20.827 18.192l2.603 2.599s9.895-4.85 10.414-2.599c1.73 2.078-13.024 10.051-14.929 11.263-1.904 1.212-11.106 6.93-11.106 6.93-13.016 10.397-20.827 7.796-28.637 23.39l26.034-2.597c5.207 18.192-13.017 20.79-26.034 28.588l-20.827 12.996c5.208 18.192 20.827 7.796 33.844 2.598l2.604 2.6v5.197l-26.034 12.996s-30.733 17.584-31.24 18.192c-.21.942 0 5.198 0 5.198 10.413 2.6 26.034 5.199 36.448 0 13.016-5.198 15.619-10.396 31.24-10.396-18.224 12.994-31.24 18.193-52.068 20.791v10.397c15.62 0 26.033 0 39.051-2.599l33.844-10.396c7.81 0 15.62 7.797 13.017 15.593-7.81 28.588-39.052 23.391-49.466 46.781l41.656-15.593c10.413-5.198 20.826-10.396 33.843-7.796 15.62 5.196 15.62 15.594 36.448 20.79l-5.206-12.993c5.206 2.598 10.413 2.598 15.619 5.197 13.018 5.2 15.621 10.396 31.24 7.797-13.016-15.594-15.619-12.994-26.033-23.39-10.413-15.594-15.62-38.984 0-41.584l18.224 5.199c18.223 2.598 18.223-2.599 44.257 7.797 15.621 5.197 20.828 12.994 39.052 7.796-7.81-18.192-36.448-31.188-54.671-36.386 20.826-12.996 15.619 5.198 44.257-2.6v-5.196c-20.826-15.594-28.637-28.59-57.275-28.59l44.259-5.198v-5.198s-43.649-11.451-44.664-11.858c.304-1.32 1.372-3.366 4.27-4.497 8.289 5.366 33.357 4.74 34.78 4.64-.732-6.396-12.61-11.676-23.023-16.873 0 0-44.59-27.483-44.811-29.916.884-6.965 18.314 1.107 37 6.524-5.206-10.396-15.62-15.593-26.033-18.192l15.62-2.598c-10.413-23.391-36.448-20.792-52.067-31.188-10.415-7.797-10.415-12.996-26.034-20.792z' fill='%23007900'/%3e%3cpath stroke-linejoin='round' d='M223.96 303.07c1.932-6.194 4.476-11.674-7.117-16.954-11.593-5.278 5.795 21.114 7.117 16.954zM237.69 290.68c-2.337.304-3.56 8.835 1.117 11.169 5.188.81.917-11.066-1.117-11.169zM251.22 289.77c-2.442.712-2.543 12.691 6 10.56 8.543-2.13-.103-11.573-6-10.56zM266.98 259.01c1.83-2.945-.101-15.025-7.425-9.95-7.321 5.077 5.085 10.762 7.425 9.95zM251.01 248.96c2.239-.812 2.442-8.223-3.964-6.294-6.405 1.93 2.238 7.817 3.964 6.294zM236.58 251.9s-4.475-6.193-7.933-4.874c-4.373 4.163 8.238 4.975 7.933 4.874zM186.99 271.69c1.905.173 16.027-2.329 20.908-7.81 4.88-5.483-25.127 2.346-25.127 2.447 0 .101 2.835 4.844 4.22 5.363zM328.1 236.73c.728-1.295-7.517-7.172-12.416-4.856-1.261 4.339 12.375 5.748 12.416 4.856zM300.34 222.76c1.526-2.233-3.558-11.37-13.727-6.294-10.17 5.076 10.676 9.848 13.727 6.294zM268.2 217.38s2.541-8.223 8.644-6.6c6.916 5.281-8.34 6.905-8.644 6.6zM262.2 211.19c-.917-2.335-7.323-.913-14.644 3.858-7.324 4.772 16.88 1.422 14.644-3.858zM280.91 189.06s6.523-2.92 8.44 0c2.747 4.366-8.541.102-8.44 0zM275.44 186.2c-1.322-2.64-8.54-2.89-8.355.925-1.21 2.989 9.38 2.432 8.355-.925zM258.24 186.21c-.711-1.523-10.98.029-14.032 6.193 4.899 2.382 16.271-2.335 14.032-6.193zM236.27 192.51s-13.51 8.26-14.339 14.315c.41 5.229 16.778-9.442 16.778-9.442s1.424-5.787-2.439-4.873zM221.32 185c.378-1.68 6.675-5.572 7.22-5.28.51 1.694-5.143 6.28-7.22 5.28zM225.59 216.57c.304-2.437-16.068-2.235-9.864 5.278 5.166 6.301 10.984-4.161 9.864-5.278zM210.69 227.35c-.854-1.647-2.082-6.038-4.324-6.442-1.827-.103-11.672 1.928-12.425 3.594-.406 1.32 4.075 9.435 5.602 9.638 1.729.71 10.842-5.978 11.147-6.79zM299.02 282.46c.508-1.725 17.239-7.507 23.015-1.976 6.812 9.34-23.421 4.922-23.015 1.976zM345 293.39c3.666-6.204-11.257-13.559-17.592-6.47 2.165 8.517 14.628 11.6 17.592 6.47z' fill-rule='evenodd' stroke='%23fff' stroke-linecap='round' stroke-width='3.219' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-lc {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%2365cfff' d='M0 0h640v480H0z'/%3e%3cpath d='M318.9 41.991l162.66 395.3-322.6.91L318.9 41.991z' fill='%23fff'/%3e%3cpath d='M319.09 96.516l140.67 339.99-278.99.78 138.32-340.77z'/%3e%3cpath d='M318.9 240.1l162.66 197.64-322.6.46L318.9 240.1z' fill='%23ffce00'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-li {
	background-image: url([object Module]);
}
.flag-lk {
	background-image: url([object Module]);
}
.flag-lr {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h682.67v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' fill-rule='evenodd' transform='scale(.9375)'%3e%3cpath fill='%23fff' d='M0 .084h767.87v511.92H0z'/%3e%3cpath fill='%23006' d='M0 0h232.74v232.75H0z'/%3e%3cpath fill='%23c00' d='M0 464.87h767.89v47.127H0z'/%3e%3cpath fill='%23c00' d='M0 465.43h767.89v46.574H0zM0 372.52h767.89v46.21H0zM0 279.26h765.96v46.7H0zM232.67.055h535.17v46.494H232.67zM232.67 186.06h535.17v46.796H232.67zM232.67 93.361h535.17v46.494H232.67z'/%3e%3cpath d='M166.35 177.47l-50.71-30.98-50.465 31.29 18.769-50.85-50.373-31.394 62.321-.438 19.328-50.691 19.744 50.574 62.321.067-50.115 31.693 19.184 50.732z' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ls {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath d='M0 0h640v480H0z' fill='%23fff'/%3e%3cpath d='M0 336h640v144H0z' fill='%23009543'/%3e%3cpath d='M0 0h640v144H0z' fill='%2300209f'/%3e%3cpath d='M319.622 152.91c-2.736.06-5.404 3.088-5.404 3.088l.236 32.375-10.22 10.707h8.272l-.07 18.563-48.945 65.909-7.235-2.5-12.648 26.977s31.28 19.585 76.682 19.051c49.828-.592 76.902-19.955 76.902-19.955l-13.069-26.63-6.4 2.783-49.573-65.568-.068-19.116h8.272l-11.26-10.576.068-32.255s-2.804-2.912-5.54-2.853z' stroke='%23000' stroke-width='1.601'/%3e%3cpath d='M336.688 230.416h-33.845s-12.285-25.883-10.293-43.978c2.028-18.425 12.557-27.14 26.557-27.296 16.552-.184 25.227 8.112 27.848 26.559 2.597 18.278-10.269 44.713-10.269 44.713z' fill='none' stroke='%23000' stroke-width='8'/%3e%3cpath d='M260.46 292.112c-.553.736-4.61 8.851-4.61 8.851l7.008-1.475-2.397-7.376zm4.058 10.512l-7.376 2.397 8.852 3.504-1.476-5.901zm3.319-10.328l3.69 10.88 9.036-2.58-2.398-5.166-10.328-3.136zm5.718 14.754l1.29 4.425 11.989 2.952-4.796-10.144-8.483 2.767zm13.277-9.221l4.243 10.144 9.037-3.504-2.952-4.427-10.326-2.213zm5.902 13.832l1.476 3.872 14.016 2.029-5.901-9.221-9.59 3.32zm13.463-10.882l5.165 9.037 13.092-4.795-1.475-3.504-16.782-.736zm7.561 12.357l2.767 4.795 16.229-.553-6.087-9.037-12.909 4.795zm17.152-11.987l4.426 7.56 10.328-4.98-2.768-4.057-11.986 1.477zm16.967 5.715l-10.328 5.165 2.766 4.425 13.832-2.212-6.272-7.376zm3.32-7.93l5.347 6.64 8.669-6.824-2.952-3.136-11.064 3.32zm15.859 3.504l-8.3 6.272 2.215 3.872 11.434-2.95-5.349-7.194zm11.435-13.094l2.027 2.952-5.716 8.483-5.901-7.561 9.59-3.872zm3.872 7.378l3.504 7.008-7.008 2.398-.553-3.32 4.057-6.086z' fill='%23fff'/%3e%3c/svg%3e");
}
.flag-lt {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' transform='matrix(.64143 0 0 .96773 0 0)' stroke-width='1pt'%3e%3crect transform='matrix(.93865 0 0 .69686 0 0)' rx='0' ry='0' width='1063' height='708.66' fill='%23007308'/%3e%3crect transform='matrix(.93865 0 0 .69686 0 0)' rx='0' ry='0' width='1063' y='475.56' height='236.22' fill='%23bf0000'/%3e%3cpath fill='%23ffb300' d='M0 0h997.77v164.61H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-lu {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%2300a1de' d='M0 240h640v240H0z'/%3e%3cpath fill='%23ed2939' d='M0 0h640v240H0z'/%3e%3cpath fill='%23fff' d='M0 160h640v160H0z'/%3e%3c/svg%3e");
}
.flag-lv {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%23fff' d='M0 0h640v480.003H0z'/%3e%3cpath fill='%23ab231d' d='M0 0h640v192.001H0zM0 288.002h640v192.001H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ly {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath d='M166.67-20h666.67v500H166.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' transform='matrix(.96 0 0 .96 -160 19.2)'%3e%3cpath fill='%23239e46' d='M0-20h1000v500H0z'/%3e%3cpath d='M0-20h1000v375H0z'/%3e%3cpath fill='%23e70013' d='M0-20h1000v125H0z'/%3e%3cpath d='M544.2 185.8a54.3 54.3 0 1 0 0 88.4 62.5 62.5 0 1 1 0-88.4M530.4 230l84.1-27.3-52 71.5v-88.4l52 71.5z' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ma {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23c1272d' d='M640 0H0v480h640z'/%3e%3cpath d='M320 179.452l-35.574 109.496 93.12-67.647H262.453l93.122 67.648z' fill='none' stroke='%23006233' stroke-width='11.704'/%3e%3c/svg%3e");
}
.flag-mc {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23f31830' d='M0 0h640v240H0z'/%3e%3cpath fill='%23fff' d='M0 240h640v240H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-md {
	background-image: url([object Module]);
}
.flag-me {
	background-image: url([object Module]);
}
.flag-mf {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23fff' d='M0 0h640v480H0z'/%3e%3cpath fill='%2300267f' d='M0 0h213.337v480H0z'/%3e%3cpath fill='%23f31830' d='M426.662 0H640v480H426.662z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-mg {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg stroke-width='1pt' fill-rule='evenodd'%3e%3cpath fill='%23ff3319' d='M213.33 0H640v240H213.33z'/%3e%3cpath fill='%2300cc28' d='M213.33 240H640v240H213.33z'/%3e%3cpath fill='%23fff' d='M0 0h213.33v480H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-mh {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%233b5aa3' d='M0 0h639.864v480H0z'/%3e%3cpath d='M0 467.08L639.904 0l-.027 86.915L0 479.995v-12.92z' fill='%23e2ae57'/%3e%3cpath d='M22.397 479.98L639.98 179.22l-.133-95.479-639.85 396.26 22.396-.02zM175.32 15.163l-6.314 102.79-27.01-65.552 10.361 69.775-41.83-56.378 27.42 64.338L83.012 87.52l42.765 53.546-62.102-27.52 54.392 41.19-67.65-8.95 63.93 25.34-100.35 9.18 100.59 6.723-63.742 26.207 66.972-9.062-54.195 40.018 62.891-27.595-42.896 53.99 54.573-41.318-27.036 62.889 43.684-54.69-11.824 68.173 27.478-63.7 6.212 100.63 9.69-100.38 23.692 64.088-9.032-69.057 43.468 54.738-28.561-63.93 54.55 43.996-43.37-54.93 64.834 26.995-57.38-41.902 69.879 11.78-66.896-25.694 104.05-6.46-104.05-9.691 68.486-22.828-70.972 8.914 58.638-40.996-66.091 26.586 45.644-55.334-55.582 43.408 26.746-66.412-43.146 56.474 9.267-70.43-25.665 66.455-9.587-102.79z' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-mk {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23d20000' d='M0 0h640v480H0z'/%3e%3cpath d='M0 0h96l224 231.43L544 0h96L0 480h96l224-231.43L544 480h96zm640 192v96L0 192v96zM280 0l40 205.714L360 0zm0 480l40-205.714L360 480z' fill='%23ffe600'/%3e%3ccircle r='77.143' cy='240' cx='320' fill='%23ffe600' stroke='%23d20000' stroke-width='17.143'/%3e%3c/svg%3e");
}
.flag-ml {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='red' d='M425.75 0H640v480H425.75z'/%3e%3cpath fill='%23009a00' d='M0 0h212.88v480H0z'/%3e%3cpath fill='%23ff0' d='M212.88 0h213.95v480H212.88z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-mm {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cpath id='a' transform='scale(8.844)' fill='%23fff' d='M0-.5l.162.5h-.324z'/%3e%3cg id='b'%3e%3cuse xlink:href='%23a' transform='rotate(-144)' width='18' height='12'/%3e%3cuse xlink:href='%23a' transform='rotate(-72)' width='18' height='12'/%3e%3cuse xlink:href='%23a' width='18' height='12'/%3e%3cuse xlink:href='%23a' transform='rotate(72)' width='18' height='12'/%3e%3cuse xlink:href='%23a' transform='rotate(144)' width='18' height='12'/%3e%3c/g%3e%3c/defs%3e%3cpath d='M0-.1h640V160H0z' fill='%23fecb00'/%3e%3cpath d='M0 320h640v160H0z' fill='%23ea2839'/%3e%3cpath d='M0 160h640v160H0z' fill='%2334b233'/%3e%3cuse xlink:href='%23b' x='9' y='6.422' width='18' height='12' transform='matrix(40 0 0 40 -40 0)'/%3e%3c/svg%3e");
}
.flag-mn {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23c4272f' d='M-.05 0h640.1v480H-.05z'/%3e%3cpath fill='%23015197' d='M213.317 0h213.367v480H213.317z'/%3e%3ccircle cx='107' cy='189.056' r='35' fill='%23f9cf02'/%3e%3ccircle cx='107' cy='173.147' r='38.182' fill='%23c4272f'/%3e%3cpath d='M91.113 131.805c0 8.774 7.113 15.887 15.887 15.887 8.774 0 15.887-7.113 15.887-15.887 0-6.355-3.972-7.15-3.972-9.532 0-2.383 2.383-5.56-2.383-9.533 2.383 3.972-1.588 4.767-1.588 8.738 0 3.972 1.588 3.972 1.588 7.15a3.177 3.177 0 0 1-6.355 0c0-3.178 3.178-6.355 3.178-11.121 0-4.767-.795-6.355-3.178-10.327-2.383-3.972-6.354-7.15-3.177-10.327-4.766 1.59-2.383 7.944-2.383 11.916 0 3.971-3.177 6.355-3.177 11.12 0 4.767 2.383 5.561 2.383 8.739a3.177 3.177 0 0 1-6.355 0c0-3.178 1.588-3.178 1.588-7.15 0-3.971-3.971-4.766-1.588-8.738-4.766 3.972-2.383 7.15-2.383 9.533 0 2.383-3.972 3.177-3.972 9.532z' fill='%23f9cf02' fill-rule='evenodd'/%3e%3ccircle cx='107' cy='179.51' r='25.455' fill='%23f9cf02'/%3e%3cpath d='M37 230.42v152.727h31.818V230.419zm108.182 0v152.727H177V230.419zm-70 25.454V268.6h63.636v-12.727zm0 89.09v12.728h63.636v-12.727zm0-114.545h63.636L107 249.51zm0 133.637h63.636L107 383.146z' fill='%23f9cf02'/%3e%3ccircle cx='107' cy='306.783' r='33.727' fill='%23f9cf02' stroke='%23c4272f' stroke-width='3.818'/%3e%3cpath d='M107 273.056a16.864 16.864 0 0 1 0 33.727 16.864 16.864 0 1 0 0 33.727' fill='none' stroke='%23c4272f' stroke-width='3.818'/%3e%3ccircle r='6.364' cy='289.919' cx='107' fill='%23c4272f'/%3e%3ccircle r='6.364' cy='323.647' cx='107' fill='%23c4272f'/%3e%3c/svg%3e");
}
.flag-mo {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%2300785e' d='M0 0h640v480H0z'/%3e%3cpath fill='%23fbd116' d='M294.915 108.727L335.5 138.21 320 90.5l-15.5 47.71 40.585-29.483z'/%3e%3cg id='a'%3e%3cpath d='M320 331.625H217.523a146.33 146.33 0 0 1-3.805-4H320a2.14 2.14 0 0 1 1.425 1.894c.046.92-.533 1.783-1.425 2.105zm0-31.336c.595-1.216 1.753-4.03 1.227-7.55a12.39 12.39 0 0 0-1.227-3.81c-5.75 5.44-16.555 14.16-32.493 18.982A81.04 81.04 0 0 1 264 311.374h-63.133a144.396 144.396 0 0 0 5.852 8h61.03c19.9 0 38.13-7.18 52.25-19.085zm-109.594-24.696a32.286 32.286 0 0 1-9.695 2.1c14.87 16.818 36.596 27.43 60.79 27.43 22.98 0 43.736-9.572 58.5-24.945a440.94 440.94 0 0 0 4.546-58.908 440.923 440.923 0 0 0-4.546-67.67c-6.595 5.91-18.95 18.684-24.775 38.267a81.045 81.045 0 0 0-3.35 23.13c0 16.68 5.042 32.188 13.687 45.086-10.616-13.713-16.938-30.914-16.938-49.586 0-12.403 2.79-24.157 7.774-34.673a32.49 32.49 0 0 1-7.53-12.984c-6.68 11.786-10.494 25.4-10.494 39.907 0 18.042 5.9 34.71 15.875 48.187-17.37-18.21-41.867-29.562-69-29.562-1.458 0-2.91.037-4.353.1a32.644 32.644 0 0 1 6.75 8.9c26.992.04 51.36 11.32 68.69 29.4-16.55-13.825-37.853-22.15-61.086-22.15-12.983 0-25.363 2.6-36.647 7.305 11.595 30.638 41.214 52.445 75.898 52.445 2.248 0 4.474-.1 6.673-.28-4.68.84-9.5 1.28-14.42 1.28-21.886 0-41.75-8.68-56.347-22.78zM320 364.374h-53.11c16.437 6.533 34.355 10.125 53.11 10.125a10.912 10.912 0 0 0 1.25-4.956 10.927 10.927 0 0 0-1.25-5.17zm0-24.5h-93.633a143.792 143.792 0 0 0 7.82 6.25H320c.215-.22 1.273-1.348 1.273-3.125 0-1.778-1.058-2.906-1.273-3.125zm0 12.5h-76.695a143.623 143.623 0 0 0 14.446 8H320a7.557 7.557 0 0 0 1.16-4.193 7.53 7.53 0 0 0-1.16-3.805z' fill='%23fff'/%3e%3cpath fill='%23fbd116' d='M200.484 174.766l25.384 23.67-6.625-34.07-14.664 31.462 30.35-16.836zm36.891-32.009l34.71.603-27.725-20.884 10.148 33.196 11.304-32.828z'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' transform='matrix(-1 0 0 1 640 0)'/%3e%3c/svg%3e");
}
.flag-mp {
	background-image: url([object Module]);
}
.flag-mq {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg stroke-width='1pt' fill-rule='evenodd'%3e%3cpath fill='%23fff' d='M0 0h640v480H0z'/%3e%3cpath fill='%2300267f' d='M0 0h213.33v480H0z'/%3e%3cpath fill='%23f31830' d='M426.67 0H640v480H426.67z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-mr {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23006233' d='M0 0h640v480H0z'/%3e%3ccircle cx='320' cy='180' r='155' fill='%23ffc400'/%3e%3cpath d='M243.425 11.216A150 150 0 0 0 170 140a150 150 0 0 0 150 150 150 150 0 0 0 150-150 150 150 0 0 0-73.433-128.784H243.425z' fill='%23006233'/%3e%3cg id='b' transform='matrix(5 0 0 5 320 140)'%3e%3cpath id='a' d='M0-12L-3.708-.587l5.706 1.854' fill='%23ffc400'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' transform='scale(-1 1)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(72 320 140)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(144 320 140)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(-144 320 140)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(-72 320 140)'/%3e%3c/svg%3e");
}
.flag-ms {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23006' d='M0 0h640v480H0z'/%3e%3cg fill-rule='evenodd'%3e%3cpath d='M408.303 192.25h214.293l-.255 153.441c1.782 61.682-36.423 99.957-106.72 117.214-49.926-12.476-107.489-38.28-107.573-115.464l.255-155.193z' fill='%23fff'/%3e%3cpath d='M44.069 22.713h169.3l-.201 120.79c1.408 48.558-28.777 78.69-84.317 92.276-39.437-9.82-84.916-30.13-84.982-90.9l.201-122.17z' stroke='%23000' stroke-width='1pt' fill='%2300a2bd' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath d='M616.248 361.329c-7.45 56.418-50.63 81.069-100.65 94.152-44.276-11.951-91.91-31.032-101.143-93.869l201.798-.283z' fill='%23a53d08'/%3e%3c/g%3e%3cg stroke='%23000' fill-rule='evenodd'%3e%3cpath stroke-linejoin='round' d='M155.77 197.17c.094.094.658 9.295-4.319 14.929 4.413 1.409 7.418-.282 8.826-2.066 1.409-1.784 1.879-4.037 1.879-4.037s1.22-.751 1.408-2.441c.094-2.348-.939-2.348-1.784-2.817l.187-5.258s-5.07-3.099-6.197 1.69z' stroke-width='1.25' fill='%23ffc6b5' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath d='M155.49 210.32l-1.503-1.221' stroke-linecap='round' stroke-width='1pt' fill='%23ff9a08' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3c/g%3e%3cpath d='M141.64 69.393s.117 5.625-.235 6.211c-.351.586-3.554 2.07-3.554 2.07l2.734 5.82s7.695-1.093 7.734-1.093 3.321-8.711 3.321-8.711-1.719-2.89-1.289-5.898c-2.578-8.165-8.594 1.64-8.711 1.601z' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' fill='%23ffc6b5' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath stroke-linejoin='round' d='M131.45 203.09s4.319 4.319 9.295 3.756c11.268-1.22 14.554-11.267 18.028-11.361s5.634 6.103 8.92 5.352c-2.817-5.164-5.821-16.619-5.352-24.694.47-8.075.47-42.065.47-42.065s-5.634-17.558-8.263-20.469c2.629-2.817 4.413-7.793 4.319-13.239-.094-5.446 0-11.455 0-11.455s1.314-1.502 1.221-5.727c-.094-4.226-7.136-10.328-8.075-10.047-.939.281-9.765 7.887-10.516 9.67-.752 1.785-1.784-6.478-.094-7.23 1.69-.75-3.944-1.22-7.512 3.005-3.568 4.226-2.535 124.69-2.441 124.5z' fill-rule='evenodd' stroke='%23000' stroke-width='1.25' fill='%23005121' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath d='M467.518 224.122l39.97.144-.286-18.531 14.562.144.142 18.387h39.828l.142 14.365-39.97.144-.32 169.41-14.202.09-.182-169.641-39.693.143.009-14.652z' fill-rule='evenodd'/%3e%3cpath d='M122.03 81.959s-2.258-.398-3.984.133 2.656-19.586 2.656-21.246c1.527-.73 9.162-2.125 8.963-7.503-.531-3.253-11.818.2-11.619 4.316-.73 2.058-8.099 23.038-6.639 29.943 2.589 2.058 7.37 1.66 10.623 1.129v-6.772z' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' fill='%23ffc6b5' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath d='M124.22 53.211s-.664 3.718 2.722 4.25' stroke='%23000' stroke-linecap='round' stroke-width='.625' fill='none' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath d='M129.2 53.144c-.133.066-4.382 2.722-4.382 2.722M128.94 54.804l-2.988 2.191M127.81 52.348l-3.32 1.992' stroke='%23000' stroke-width='.375' fill='none' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath d='M95.49 163.56l30.14 31.267c10.422-11.455 3.193-54.272-10.515-62.158-1.643 5.07-4.437 11.149-7.407 13.109-6.534 4.453-22.546 9.659-17.194 12.993 1.22-1.69 4.413-3.286 5.915.47 1.784 5.915-6.666 6.291-6.666 6.291s-5.352-.658-6.291-6.104c-.939-5.445 7.972-10.417 8.732-10.797.751-.282 12.394-3.38 14.366-13.709 2.441-10.141 4.976-8.638 5.446-8.826 15.21 1.502 25.163 28.732 25.727 47.886.563 19.154-7.793 31.83-9.296 32.675-1.502.845-36.243-41.219-36.243-41.219l3.286-1.878z' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' fill='%23ff9a08' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath d='M117.46 134.45l.187 56.43M114.08 135.48l.187 51.267M110.42 142.9l.187 40.75M107.42 145.81l.188 33.709M104.22 147.32v28.45M100.75 149.57v22.534M97.744 151.35v17.276' stroke='%23000' stroke-width='1pt' fill='none' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath d='M95.021 167.13l31.079 35.58M127.6 144.69s14.085 30.798 1.033 56.149M91.359 160.65s1.033-2.723 2.347-1.596M88.918 152.76s-5.634 4.976-2.535 8.169' stroke='%23ffdf00' stroke-linecap='round' stroke-width='1.25' fill='none' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath d='M141.03 82.999s.47 4.32-.469 7.605 3.568 12.394 1.877 14.272M142.91 113.7l11.831-.094' stroke='%23000' stroke-width='1pt' fill='none' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath d='M138.59 118.49c.094.187 1.408 6.197 1.032 10.328M142.44 120.65c-.375 1.221-5.258 15.117-5.07 15.68M145.35 114.36c.094.282-.375 8.826-1.69 10.047M151.36 113.7s7.7 17.84 7.606 24.882 2.629 21.314.845 27.605M153.8 138.4s-.564 13.239-6.103 18.403c-5.54 5.165 13.239 19.906 13.239 19.906' stroke='%23000' stroke-linecap='round' stroke-width='1pt' fill='none' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath d='M153.61 175.86s2.066 18.215 5.54 19.53M136.62 145.34c.094.188-1.878 12.3-.282 14.272 1.597 1.972 14.836 20.469 14.272 39.624M146.85 193.51s-.376 11.549-11.08 12.488M143.66 185.91s3.193 12.018-7.699 19.624' stroke='%23000' stroke-linecap='round' stroke-width='1.25' fill='none' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath d='M147.88 156.89s12.3 12.77 12.864 18.404M151.45 113.98s2.16 9.107 1.315 10.704' stroke='%23000' stroke-linecap='round' stroke-width='1pt' fill='none' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath d='M113.51 132.69s-1.317-2.305-1.152-4.857-.412-6.502 7.82-9.713c5.021-5.103 10.618-8.149 13.663-9.712 4.445-2.881 7.327-2.223 9.96-3.211 1.729-1.975 1.646-6.338 3.457-10.206 1.811-3.869 5.021-11.853 8.478-10.618 3.458 1.235.741 11.606-.576 15.228s-2.469 7.408-4.774 9.63c-2.305 2.223-12.758 6.256-14.816 6.997s-11.441 2.88-13.828 6.174c-2.388 3.292-2.223 8.149-8.232 10.289z' fill-rule='evenodd' stroke='%23000' stroke-width='1pt' fill='%23ffc6b5' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath d='M112.85 125.78c.247-.082 4.115-1.317 5.926 2.141' stroke='%23000' stroke-width='1pt' fill='none' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath stroke-linejoin='round' d='M141.91 55.2s-1.74 2.837-2.222 4.561c-.374 1.29-1.58-.087-2.218 2.708l1.035.181c-.412.823-.546 2.214-.628 2.543-.083.33-.662 1.834-.576 2.964.046.583 1.152 3.128 10.124-.741 8.972-3.869-2.881-14.85-5.515-12.216z' fill-rule='evenodd' stroke='%23000' stroke-width='1.25' fill='%23ffc6b5' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath stroke-linejoin='round' d='M140.9 55.563c.921-.494 7.457-1.07 6.368 11.688 1.257-.165 2.011-.33 2.764.905.754 1.235.671 2.717 2.011 2.717 1.341 0 1.509-.247 1.844-1.235.334-.988 5.53 1.152 6.869-3.457-.232-.897-3.183-2.305-3.519-3.951.755-2.305-.335-9.795-9.885-10.207-4.944-.082-5.948 1.975-6.452 3.54z' fill-rule='evenodd' stroke='%23000' stroke-linecap='round' stroke-width='1.261' fill='%23c59200' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath d='M140.42 58.115c.083.082 2.964.905 3.293 2.305' stroke='%23000' stroke-linecap='round' stroke-width='1pt' fill='none' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath d='M531.733 244.091c0 .526-.402.951-.898.951s-.897-.425-.897-.95.401-.951.897-.951.898.425.898.95z' fill-rule='evenodd'/%3e%3cpath stroke-linejoin='round' d='M154.38 61.542s-1.055 5.078 3.594 7.07M150.94 62.167s1.722.078 1.722 1.68c0 1.601-1.414 1.796-1.296 3.086.117 1.289 2.425 1.718 2.503 2.812M143.4 52.792c.078 0 8.243.938 7.774 2.969-.469 2.031-1.758 1.21-1.719 2.968s3.281.704 3.281.704.196-1.485 1.563-1.368.742 1.68 2.617 1.64' stroke='%23000' stroke-linecap='round' stroke-width='1.25' fill='none' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath d='M138.41 65.458l1.936-.064' stroke='%23000' stroke-linecap='round' stroke-width='1.25' fill='none' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cpath d='M143.45 73.696s.72 3.36-2 3.04' stroke='%23000' stroke-linecap='round' stroke-width='1pt' fill='none' transform='matrix(1.2096 0 0 1.2172 359.74 169.23)'/%3e%3cg stroke-width='1pt'%3e%3cpath fill='%23fff' d='M0 .063v28.44l343.648 225.93h43.256v-28.438L43.256.064H0zm386.904 0v28.439L43.256 254.433H0v-28.439L343.648.063h43.256z'/%3e%3cpath fill='%23fff' d='M161.21.063v254.37h64.484V.063H161.21zM0 84.853v84.79h386.904v-84.79H0z'/%3e%3cpath fill='%23c00' d='M0 101.811v50.874h386.904v-50.874H0zM174.107.063v254.37h38.69V.063h-38.69zM0 254.433l128.968-84.79h28.837l-128.968 84.79H0zM0 .063l128.968 84.79h-28.837L0 19.023V.063zm229.099 84.79L358.067.063h28.837l-128.968 84.79h-28.837zm157.805 169.58l-128.968-84.79h28.837l100.131 65.831v18.959z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-mt {
	background-image: url([object Module]);
}
.flag-mu {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%23009a00' d='M0 360h640v120H0z'/%3e%3cpath fill='%2300f' d='M0 120h640v120H0z'/%3e%3cpath fill='red' d='M0 0h640v120H0z'/%3e%3cpath fill='%23ff0' d='M0 240h640v120H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-mv {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23d21034' d='M0 0h640v480H0z'/%3e%3cpath fill='%23007e3a' d='M120 120h400v240H120z'/%3e%3ccircle r='80' cy='240' cx='350' fill='%23fff'/%3e%3ccircle r='80' cy='240' cx='380' fill='%23007e3a'/%3e%3c/svg%3e");
}
.flag-mw {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg stroke-width='1pt' fill-rule='evenodd'%3e%3cpath fill='%23f41408' d='M0 0h639.998v480H0z'/%3e%3cpath fill='%2321873b' d='M0 319.997h639.998V480H0z'/%3e%3cpath d='M0 0h639.998v160.003H0z'/%3e%3cg%3e%3cpath d='M220.479 141.06c22.308-49.262 84.502-72.826 138.83-52.597 27.36 10.188 46.74 27.754 57.987 52.56l-196.81.037zM194.509 147.425c-23.45-1.577-48.376-6.456-52.443-7.798-4.066-1.343-4.223-3.585-3.722-5.303.501-1.717 3.096-3.667 6.127-2.94 5.682 1.363 28.788 6.905 50.034 16.044zM319.139 61.514c-4.208-20.98-5.27-44.078-4.86-47.985.41-3.906 2.765-4.608 4.724-4.6 1.96.008 4.693 1.796 4.68 4.638-.027 5.33-.132 27.003-4.544 47.948zM330.679 62.001c-2.21-21.23-1.086-44.326-.308-48.186.778-3.86 3.19-4.376 5.141-4.216 1.952.16 4.507 2.153 4.224 4.984-.53 5.308-2.682 26.893-9.057 47.418zM341.139 63.286c-.276-21.322 2.94-44.256 4.066-48.046 1.126-3.789 3.576-4.123 5.506-3.818 1.93.305 4.295 2.483 3.757 5.283-1.01 5.25-5.113 26.601-13.329 46.581zM352.149 65.519c1.793-21.262 7.222-43.85 8.711-47.536 1.49-3.684 3.963-3.821 5.855-3.364 1.894.458 4.039 2.816 3.23 5.562-1.514 5.15-7.673 26.09-17.796 45.338zM362.999 68.653c3.867-21.034 11.486-43.097 13.33-46.647 1.844-3.55 4.321-3.488 6.161-2.88 1.841.609 3.747 3.13 2.674 5.8-2.01 5.007-10.2 25.37-22.16 43.726zM373.109 72.484c5.836-20.657 15.507-42.048 17.679-45.443 2.172-3.394 4.634-3.14 6.41-2.39 1.777.748 3.438 3.407 2.117 5.985-2.478 4.833-12.552 24.486-26.206 41.848zM383.059 77.207c7.808-20.113 19.507-40.655 21.999-43.863 2.491-3.21 4.92-2.76 6.617-1.873 1.697.887 3.095 3.668 1.53 6.13-2.935 4.618-14.868 23.396-30.146 39.607zM392.469 82.675c9.712-19.42 23.341-38.958 26.131-41.958 2.79-3 5.166-2.36 6.771-1.343 1.606 1.018 2.732 3.899.936 6.228-3.367 4.368-17.06 22.132-33.838 37.074zM401.329 88.875c11.544-18.577 27.001-36.963 30.07-39.73 3.068-2.768 5.374-1.943 6.875-.802 1.502 1.14 2.345 4.1.332 6.278-3.775 4.085-19.126 20.697-37.277 34.254zM409.579 95.765c13.292-17.59 30.464-34.68 33.787-37.192 3.324-2.514 5.54-1.51 6.926-.254 1.386 1.256 1.94 4.27-.275 6.281-4.154 3.77-21.049 19.1-40.439 31.166zM417.159 103.31c14.943-16.466 33.701-32.123 37.255-34.362 3.554-2.24 5.665-1.062 6.924.299 1.259 1.36 1.52 4.408-.881 6.235-4.504 3.424-22.815 17.352-43.298 27.828zM423.679 111.045c16.41-15.274 36.549-29.451 40.297-31.413 3.748-1.961 5.743-.629 6.872.823 1.129 1.452 1.108 4.508-1.454 6.146-4.803 3.071-24.338 15.56-45.715 24.444zM429.579 119.433c17.791-13.944 39.193-26.508 43.113-28.172 3.92-1.664 5.782-.18 6.77 1.353.987 1.534.678 4.578-2.03 6.01-5.075 2.688-25.715 13.615-47.853 20.808zM435.049 128.99c19.138-12.39 41.731-23.103 45.804-24.43 4.073-1.328 5.775.304 6.602 1.915.827 1.61.208 4.615-2.633 5.814-5.329 2.25-26.996 11.397-49.773 16.701zM439.229 138.221c20.24-10.856 43.763-19.771 47.946-20.778 4.183-1.006 5.725.753 6.396 2.422.672 1.67-.229 4.614-3.173 5.588-5.522 1.827-27.974 9.255-51.17 12.768zM442.589 148.006c21.216-9.197 45.514-16.198 49.779-16.867 4.265-.667 5.63 1.208 6.136 2.924.507 1.716-.676 4.578-3.704 5.313-5.678 1.378-28.765 6.984-52.21 8.63zM307.849 61.912c-6.33-20.538-9.744-43.448-9.733-47.373.01-3.924 2.283-4.82 4.234-4.976 1.952-.157 4.856 1.394 5.132 4.225.518 5.309 2.624 26.898.367 48.123zM296.749 63.213c-8.283-19.958-13.889-42.511-14.256-46.421-.367-3.91 1.81-4.982 3.739-5.293 1.93-.31 4.972 1.005 5.52 3.803 1.026 5.248 5.203 26.587 4.997 47.91zM285.719 65.413c-10.19-19.218-17.97-41.235-18.72-45.102-.746-3.865 1.32-5.107 3.21-5.57 1.892-.464 5.05.602 5.868 3.346 1.532 5.146 7.766 26.07 9.633 47.325zM275.319 68.359c-11.95-18.365-21.76-39.703-22.86-43.498-1.105-3.794.836-5.19 2.677-5.797 1.841-.608 5.088.212 6.16 2.883 2.009 5.008 10.179 25.376 14.03 46.412zM265.159 72.131c-13.65-17.369-25.44-37.867-26.9-41.562-1.46-3.695.343-5.237 2.12-5.985 1.777-.748 5.09-.184 6.409 2.395 2.475 4.834 12.539 24.492 18.362 45.152zM254.889 76.934c-15.313-16.183-29.09-35.636-30.91-39.196-1.82-3.56-.179-5.243 1.516-6.133 1.696-.89 5.051-.599 6.622 1.86 2.944 4.613 14.92 23.369 22.773 43.47zM245.539 82.306c-16.8-14.924-32.37-33.226-34.53-36.63-2.153-3.404-.677-5.21.927-6.229 1.605-1.02 4.975-.992 6.774 1.336 3.372 4.364 17.089 22.113 26.826 41.524zM236.779 88.282c-18.139-13.57-35.382-30.6-37.847-33.825-2.465-3.226-1.165-5.139.337-6.278 1.503-1.14 4.864-1.374 6.875.806 3.771 4.088 19.108 20.71 30.635 39.297zM228.269 95.23c-19.4-12.053-38.25-27.621-41.02-30.634-2.772-3.014-1.665-5.024-.281-6.28 1.385-1.258 4.709-1.762 6.926.247 4.158 3.766 21.068 19.083 34.377 36.663zM220.919 102.358c-20.447-10.533-40.668-24.614-43.709-27.406-3.041-2.792-2.124-4.88-.86-6.237 1.263-1.358 4.529-2.112 6.924-.28 4.492 3.438 22.758 17.416 37.645 33.922zM213.879 110.5c-21.398-8.842-42.92-21.237-46.223-23.772-3.303-2.536-2.594-4.69-1.469-6.143 1.126-1.454 4.305-2.47 6.87-.837 4.811 3.062 24.376 15.511 40.822 30.753zM207.569 119.324c-22.191-7.056-44.858-17.638-48.4-19.893-3.542-2.255-3.05-4.457-2.074-5.997s4.041-2.812 6.759-1.396c5.096 2.655 25.819 13.453 43.716 27.287zM202.329 128.292c-22.785-5.275-46.383-14.025-50.128-15.992-3.745-1.967-3.467-4.2-2.643-5.811.825-1.612 3.756-3.12 6.6-1.925 5.331 2.243 27.014 11.362 46.17 23.728zM198.129 137.278c-23.192-3.524-47.516-10.45-51.43-12.126-3.914-1.675-3.843-3.922-3.17-5.59.672-1.669 3.454-3.395 6.398-2.419 5.52 1.83 27.969 9.268 48.202 20.135z' fill='%23f31509'/%3e%3cpath d='M194.509 147.425c-23.45-1.577-48.376-6.456-52.443-7.798-4.066-1.343-4.223-3.585-3.722-5.303.501-1.717 3.096-3.667 6.127-2.94 5.682 1.363 28.788 6.905 50.034 16.044z' fill='%23f31509'/%3e%3cpath d='M129.386 141.522h381.23v12.562h-381.23z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-mx {
	background-image: url([object Module]);
}
.flag-my {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='640' height='480' viewBox='0 0 640 480'%3e%3cpath d='M0-.05h640v480.1H0z' fill='%23cc0001'/%3e%3cpath d='M0 445.757h640v34.293H0z' fill='%23fff' id='a'/%3e%3cuse xlink:href='%23a' transform='translate(0 -68.586)' width='100%25' height='100%25'/%3e%3cuse xlink:href='%23a' transform='translate(0 -137.17)' width='100%25' height='100%25'/%3e%3cuse xlink:href='%23a' transform='translate(0 -205.757)' width='100%25' height='100%25'/%3e%3cuse xlink:href='%23a' transform='translate(0 -274.343)' width='100%25' height='100%25'/%3e%3cuse xlink:href='%23a' transform='translate(0 -342.93)' width='100%25' height='100%25'/%3e%3cuse xlink:href='%23a' transform='translate(0 -411.514)' width='100%25' height='100%25'/%3e%3cpath d='M0-.05h372.655v274.343H0z' fill='%23010066'/%3e%3cg fill='%23fc0'%3e%3cpath d='M149.71 48.531c-49.063 0-88.886 39.69-88.886 88.59 0 48.9 39.823 88.591 88.886 88.591 17.726 0 34.242-5.187 48.113-14.11a78.856 78.856 0 0 1-25.772 4.312c-43.506 0-78.815-35.192-78.815-78.554 0-43.36 35.31-78.553 78.815-78.553 9.615 0 18.825 1.717 27.346 4.863-14.187-9.555-31.288-15.139-49.687-15.139z'/%3e%3cpath d='M297.115 183.24l-37.441-19.535 11.07 39.98-25.043-33.444-7.813 40.706-7.684-40.729-25.148 33.369 11.197-39.947-37.503 19.422 27.86-31.253-42.43 1.63 39.004-16.37-38.952-16.486 42.424 1.757-27.76-31.337 37.44 19.535-11.07-39.98 25.043 33.444 7.813-40.706 7.684 40.729 25.148-33.369-11.196 39.947 37.503-19.422-27.86 31.253 42.43-1.63-39.005 16.37 38.953 16.486-42.425-1.757z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-mz {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h682.67v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' transform='scale(.9375)'%3e%3cpath fill-rule='evenodd' fill='%23009a00' d='M0 0h768v160H0z'/%3e%3cpath fill-rule='evenodd' fill='%23fff' d='M0 159.96h768v16.018H0z'/%3e%3cpath fill-rule='evenodd' d='M0 175.98h768v160H0z'/%3e%3cpath fill-rule='evenodd' fill='%23fff' d='M0 335.98h768v16.018H0z'/%3e%3cpath fill-rule='evenodd' fill='%23ffca00' d='M0 352h768v160H0z'/%3e%3cpath d='M0 0v512l336.02-256L0 0z' fill-rule='evenodd' fill='red'/%3e%3cpath fill='%23ffca00' fill-rule='evenodd' d='M198.532 332.966l-51.23-37.505-51.163 37.514 19.841-60.31-51.49-37.066 63.493.235 19.336-60.424 19.397 60.46 63.442-.29-51.506 37.13z'/%3e%3cpath stroke-linejoin='round' d='M102.837 290.905h36.905c2.969 3.331 9.594 4.69 15.904-.04 11.567-6.334 33.945.04 33.945.04l4.407-4.682-10.742-35.252-3.856-4.131s-8.261-4.957-23.96-3.305c-15.698 1.653-21.207-.55-21.207-.55s-13.77 1.652-17.625 3.58c-.424.343-4.407 4.406-4.407 4.406l-9.364 39.934z' fill-rule='evenodd' stroke='%23000' stroke-linecap='round' stroke-width='1.103' fill='%23fff'/%3e%3cpath stroke-linejoin='round' d='M110.274 281.819s35.251-4.407 45.442 9.088c-5.755 3.938-10.823 4.263-16.25.276.865-1.44 12.67-13.77 42.689-9.64' stroke='%23000' stroke-linecap='round' stroke-width='1.103' fill='none'/%3e%3cpath d='M148.002 246.567l-.273 38.833M179.399 247.114l6.61 30.846' stroke='%23000' stroke-width='1.176' fill='none'/%3e%3cpath stroke-linejoin='round' d='M116.971 246.63l-3.668 15.906' stroke='%23000' stroke-linecap='round' stroke-width='1.103' fill='none'/%3e%3cpath stroke-linejoin='round' d='M78.868 295.14l8.68 10.175c1.018.608 1.924.57 2.829 0l12.862-15.434 5.402-6.689c.837-.99 1.104-2.096 1.03-3.086l10.327-9.178c.845.059 1.348.154 2.193.211-.998-.258-1.73-.744-.945-1.838l2.315-1.8 1.8 2.314s-2.571 3.344-2.829 3.344h-2.83l-5.402 4.889 2.362 2.087 3.555 9.746 4.374-3.088-2.83-10.032 6.174-6.688-2.316-3.602 1.544-2.058s21.368 13.453 29.6 9.852c.223.08.498-9.595.498-9.595s-22.123-2.315-22.638-6.688c-.515-4.373 4.888-4.888 4.888-4.888l-2.316-3.344.515-1.801 3.859 4.888 8.747-7.46 51.449 58.652c2.809-1.139 3.408-1.826 3.602-4.63-.073-.07-50.42-57.881-50.42-57.881l3.858-4.116c.76-.857 1.027-1.221 1.028-2.573l5.917-5.144c1.78.61 2.914 1.677 3.859 3.086l16.266-13.786c.429.43 1.73.858 2.615.376l26.888-25.816-29.305 20.703-1.033-.772c0-.858 1.064-1.07 0-2.573-1.138-1.366-2.83 1.286-3.086 1.286-.258 0-4.243-1.408-5.116-3.192l-.287 4.736-7.46 6.946-5.66-.258-8.232 7.975-1.028 3.087 1.286 2.573s-4.374 3.859-4.374 3.601c0-.257-.884-1.137-.922-1.25l3.752-3.38.514-2.316-1.251-1.954c-.38.275-5.18 5.299-5.437 4.784-.432-.477-13.894-15.69-13.894-15.69l.77-2.83-8.745-9.519c-3.189-1.1-8.232-1.286-9.261 5.66-.801 1.631-7.46.257-7.46.257l-3.602.772-20.322 28.811 11.319 13.634 23.152-29.326.688-8.308 4.857 5.432c1.62.208 3.163.227 4.631-.514l13.717 15.31-2.284 2.229c.772.858 1.303 1.405 2.075 2.263.772-.514 1.508-1.132 2.28-1.647.258.344.686.996.944 1.339-1.15.625-1.956 1.458-3.105 2.084-1.84-1.2-3.615-2.692-3.48-5.068l-7.718 6.431-.257 1.287-22.895 19.036-2.058.258-.515 5.916 14.92-12.347v-1.802l1.544 1.286 11.576-9.26s.772 1.029.515 1.029-10.29 9.26-10.29 9.26l-.257 1.03-1.801 1.543-1.03-.772-13.89 12.348h-2.059l-7.717 7.718c-1.99.173-3.715.384-5.402 1.543L78.86 295.14z' fill-rule='evenodd' stroke='%23000' stroke-linecap='round' stroke-width='1.103'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-na {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)'%3e%3cpath fill='%23fff' d='M0 0h640v480H0z'/%3e%3cpath d='M-26.374.224l.803 345.543L512.535 0-26.378.222z' fill='%233662a2'/%3e%3cpath d='M666.37 479.56l-1.262-359.298-542.793 359.57 544.059-.266z' fill='%2338a100'/%3e%3cpath d='M-26.028 371.822L-25.57 480l117.421-.15L665.375 95.344l-.646-94.05L548.704.224-26.031 371.82z' fill='%23c70000'/%3e%3cg%3e%3cpath fill='%23ffe700' d='M219.556 171.927l-21.733-13.122-12.575 22.103-12.235-22.246-21.93 12.883.536-25.406-25.413.198 13.167-21.759-22.082-12.531 22.27-12.278-12.837-21.907 25.405.487-.15-25.41 21.734 13.125 12.575-22.106 12.235 22.246 21.93-12.88-.536 25.407 25.41-.201-13.165 21.76 22.08 12.532-22.27 12.278 12.84 21.906-25.405-.488z'/%3e%3cpath d='M232.384 112.437c0 25.544-20.87 46.252-46.613 46.252s-46.614-20.708-46.614-46.252 20.87-46.253 46.614-46.253 46.613 20.708 46.613 46.253z' fill='%233662a2'/%3e%3cpath d='M222.267 112.437c0 20.156-16.34 36.496-36.496 36.496s-36.497-16.34-36.497-36.496 16.34-36.497 36.497-36.497 36.496 16.34 36.496 36.497z' fill='%23ffe700'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-nc {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23fff' d='M0 0h640v479.997H0z'/%3e%3cpath fill='%2300267f' d='M0 0h213.331v479.997H0z'/%3e%3cpath fill='%23f31830' d='M426.663 0h213.331v479.997H426.663z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ne {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%230db02b' d='M0 0h640v480H0z'/%3e%3cpath fill='%23fff' d='M0 0h640v320H0z'/%3e%3cpath fill='%23e05206' d='M0 0h640v160H0z'/%3e%3ccircle cx='320' cy='240' r='68' fill='%23e05206'/%3e%3c/svg%3e");
}
.flag-nf {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%23fff' d='M194.79 0h250.45v480H194.79z'/%3e%3cpath fill='%23198200' d='M0 0h194.79v480H0zM445.23 0H640v480H445.23z'/%3e%3cpath stroke-linejoin='round' d='M313.5 351.29v52.63l21.271.22s-6.798-45.833-3.07-51.973c3.728-6.14 7.236-5.263 7.236-5.263s13.815 4.167 15.35 3.51c1.536-.659-.219-5.264 7.237-4.606 2.412-.877 1.097-5.044 3.29-5.263 2.193-.22 44.516 11.842 53.726.439-2.412-6.36-10.745-.44-12.938-.22-1.974 0-10.306-3.947-15.132 0-4.386-3.289-24.341-5.482-24.341-5.482-2.632-2.632 47.586 1.316 50.437-.658 5.92-5.921-10.964-5.263-13.596-3.29-4.678-2.85-10.545-2.63-14.127-.657-1.718-4.108-18.036-2.339-27.1-3.509-2.901-1.701-2.405-2.669-.439-3.727 18.932.804 37.772 3.26 56.796 2.412 5.142-6.704-6.478-9.218-13.596-3.51-4.179-6.871-12.719-.219-18.42-.876-5.701-.658-3.07-7.675 4.166-6.58 7.237 1.097 20.175-.437 22.588-3.727 2.412-3.289-1.44-6.63-13.377-3.508-4.04-3.949-12.938 0-17.104 1.315-5.543-3.092-18.42-.439-22.806.658-4.293-2.669 22.587-7.017 22.587-7.017 10.376-.184 16.228-1.974 19.516-2.851 15.686-8.408-.224-9.303-8.456-3.192-5.11-3.99-9.963.34-14.569 1.876-4.605 1.535-13.377 2.632-13.377 1.974 0-.658 12.5-8.334 12.5-8.334s15.35-1.096 18.42-1.534c3.07-.44 18.782-8.503-2.631-3.07-7.456.657-11.842.219-14.693.438-16.532-1.71 1.535-3.289 1.535-3.289s23.407-2.152 23.683-3.29c.46-9.126-19.078-4.824-19.297-4.824.057-6.52-18.2.22-18.2 0-3.49-2.056 1.973-4.166 1.973-4.166 4.824-1.17 12.036-1.513 13.923-3.05 0 0 13.626-.131 15.243-3.748-3.342-9.22-28.824 1.636-32.236 3.29-4.605 0 3.07-7.457 3.29-7.676.219-.22 21.051-1.096 30.92-14.473.685-8.143-11.623 4.605-11.623 4.605-.918-10.56-13.377.658-20.613 1.536-7.235.876-7.455-3.29-2.411-3.948 5.043-.658 10.745-.219 13.596-7.894 2.85-7.676 11.403.438 12.938-2.412 1.535-2.851-3.07-5.264-3.07-5.264s6.359-6.578-3.947-6.359c-10.307.22-23.684-1.315-23.684-1.315s10.746-4.167 20.833-3.948c10.088.22 4.605-7.236-5.044-7.236-9.648 0-14.692-3.29-14.692-3.29l16.447-6.14-1.097-4.605s9.649-7.675-3.947-5.921c-13.596 1.755-15.13 1.974-15.13 1.974s-27.193 4.167-27.412 4.167c-.22 0-7.456-2.193-.439-3.948 7.018-1.754 31.797-6.798 35.525-5.482 3.729 1.315-.438-9.21-13.596-10.526-13.157-1.315-21.27 3.29-21.27 3.29s-8.553-3.07-.658-5.702c7.894-2.631 20.394.877 20.394.877s14.035-4.166 2.412-5.92c-11.622-1.755-15.288 1.57-20.613 1.754-2.126-2.654 18.245-3.288 19.516-5.483-2.148-3.948-14.765 0-22.148 0-3.14-1.332-3.343-3.492.22-4.824 7.529-.293 14.598.15 22.128-.143-.22-4.02.02-8.775-.2-12.795-9.55-1.745-20.754 1.26-26.115 1.005 1.434-4.387 22.067-5.512 24.362-6.706 4.775-5.968-20.175 0-20.394 0-4.352-.643-4.07-3.39-1.316-5.044 6.36-.73 20.616.926 19.537-3.386-.826-4.04-9.889-1.877-13.617-1-3.727.877-9.21.22-9.21.22-2.387-3.214 21.49-1.907 21.271-4.386-.311-2.847-15.132-.877-20.175-.658-3.94-2.719 18.931-4.513 19.298-4.824.827-7.29-15.35 0-18.42 0-3.07 0-1.535-4.605-1.535-4.605s6.36-2.851 6.14-3.29c-.22-.438-4.824-1.973-5.263-1.973-.438 0 0-5.044 0-5.044s5.263-3.947 4.825-5.044c-.44-1.096-6.14.877-6.14.877v-4.385s4.166-.439 4.605-2.413c.439-1.973-5.044-2.192-5.044-2.192l-2.193-23.025-1.973 21.49-7.237 1.096s5.044 2.85 5.921 5.701c.877 2.851-6.14 1.974-6.14 1.974s5.701 4.824 6.14 6.579c.438 1.754-7.895 2.193-7.895 2.193s7.018 5.043 7.456 7.894c.44 2.851 0 4.386 0 4.386s-11.622-10.087-19.079-7.237c-3.874 2.025 8.877 2.961 17.324 10.307-.02 1.636-20.517-4.992-21.27-.877.475 1.145 21.886 4.22 23.463 7.018-7.821.292-23.999-1.712-23.464.876-1.634 2.988 15.28 1.292 22.367 3.729 2.078 2.36 1.861 4.356-1.754 4.605-6.832-3.267-22.112-5.707-22.148-1.536.093 1.114 15.796.391 21.49 4.167-7.6 1.73-33.383-3.519-33.546-.963.735 1.193 4.82 6.445 11.836 6.226 7.018-.22 23.244 2.85 24.341 5.044 1.096 2.193-21.052-4.605-29.385-.658-8.332 3.947 23.902 1.535 29.165 6.36 5.264 4.824-10.526-.44-10.526-.44s-21.929-3.07-25.218-1.535c-3.29 1.536-7.017 5.044-7.017 5.044s2.193 4.386 4.386 3.51c2.193-.878-.658 2.63-.658 2.63s30.7 7.456 37.499 14.035c6.798 6.58-39.034-10.306-39.034-10.306s-18.42 6.798 1.096 7.237c-2.246 3.285 1.097 5.262 1.097 5.262s32.455 6.798 35.744 12.06c3.29 5.264-22.148-5.043-27.85-7.893-5.702-2.851-21.93 1.754-21.71 2.85.22 1.097 7.895 2.632 8.114 4.605.22 1.974-9.429 2.632-9.429 4.386 0 1.755 41.007 10.307 51.972 19.517 10.964 9.21-32.236-10.964-32.236-10.964s2.412 3.289 0 4.166c-2.412.877-10.964-12.28-24.999-4.166-2.556 3.338 12.243 5.992 16.008 6.36-1.286 3.305-2.412 4.385 2.851 7.674 5.263 3.29-10.307-4.824-10.307-4.386 0 .439 1.097 5.702 1.097 5.702-4.859-3.947-10.726-5.139-16.228-1.097 0 0-.22 3.948 5.482 6.36-3.113 6.361 3.509 4.386 14.035 10.306-15.644-4.088-16.885 3.51-5.701 5.263s41.884 2.851 49.12 12.28c7.237 9.43-10.28-3.615-12.28-3.947-.438.22-.877 4.825-.877 4.825-4.678-2.708-8.99-5.14-14.585-6.288-.439.877-.326 2.122-.765 2.998-5.078-3.662-9.511-6.222-16.886-6.578l-.877 3.509s-6.14-7.676-18.201 0c-6.735 4.828 25.438 1.754 30.701 7.456 5.263 5.701 1.096 6.578 1.096 6.578-4.386-1.607-8.771-3.216-13.157-4.824 0 0-15.569-2.851-19.955.657-4.386 3.51 64.033 12.061 66.006 21.491 1.33 5.114-16.08-5.369-31.139-9.868l-1.755 5.044s-5.98-6.008-12.719-7.018c-.22 0 1.316 5.922 1.316 5.922s-16.885-7.895-25.437-3.729c-8.553 4.167 29.824 6.36 33.332 10.307 3.508 3.947-11.622-2.631-12.938 0-1.317 2.632-19.956-4.824-19.737-1.316.219 3.51 2.631 5.483 2.631 5.483s38.814 3.727 40.131 8.333c1.316 4.605-21.49-2.632-21.49-2.632s-2.194 3.29-.44 4.824c1.755 1.536-13.157-8.771-11.842-1.973-4.835-1.926-17.324-7.894-15.569-3.289 1.755 4.605 35.306 11.184 35.306 11.184s-14.693 1.096-14.035 4.825c-18.9-11.515-18.42-4.168-17.982-3.948.44.22-24.34-6.14-5.701 3.948 18.64 10.087 10.088 8.332 10.307 8.552.219.219 1.973 5.043 1.534 5.043-.438 0-12.719-6.579-16.885-7.017-4.167-.439-23.903 5.482-2.85 14.692s33.99-2.193 45.611-.877c11.622 1.316 17.104 3.29 16.008 7.018-1.096 3.727-11.873-12.217-23.215 1.576-12.902-2.554-21.658-4.035-14.998 5.446-21.07-7.874-33.934 2.407-7.399 6.574 26.075.768 42.103-6.36 42.103-6.36s4.386 8.114 10.746 2.412c6.36-5.701 6.579 2.193 6.798 2.193.219 0 6.14-2.632 6.14-2.632h1.535z' stroke='%23000' stroke-linecap='round' stroke-width='.742' fill='%23198200'/%3e%3cpath stroke-linejoin='round' d='M316.07 320.16v-3.673s-8.283-1.47-12.322-.643c-2.392-1.37-4.653-3.176-7.512-1.652-.551 1.193 5.234 4.315 7.162 4.315 2.259 1.43 12.672 1.837 12.672 1.653zM315.97 326.13s-8.283-3.028-11.589.46c.54 3.71 9.753 5.509 11.681 4.499 1.929-1.01 0-4.775-.092-4.959zM329.93 327.6v2.571s9.917 1.928 11.662-.183c1.744-2.112-7.897-3.49-11.662-2.388zM329.48 317.35l.366 2.901s8.539 1.928 11.845-2.755c3.305-4.683-7.504.038-12.21-.146zM329.93 307.4v1.928s6.428 1.01 7.897-1.744c1.47-2.755-7.713 0-7.897-.184zM316.51 301.46c-.989-1.41-4.48-4.904-13.846-5.914-6.51-.022 11.758 9.578 13.846 5.914zM329.75 291.69s-.367 2.663-.276 2.663c.092 0 22.038-6.52 27.18-6.06 4.593-1.3 5.51-4.5 5.326-4.5-3.92-2.857-22.864 2.296-32.23 7.897zM330.21 283.89c-.092.46-.276 2.571-.276 2.571s15.518-3.03 19.651-5.968c4.132-2.939-19.19 3.49-19.375 3.397zM329.57 276.27l.001 2.589s10.358-.316 12.487-2.405c1.359-2.09-9.129-.297-12.488-.184zM351.18 298.01s5.38.752 6.39-.809c-.198-2.77-6.39.9-6.39.809zM330.02 266.63c-.092.459.091 5.693.091 5.693s24.885-7.897 26.446-9.367c1.561-1.469 5.025-5.891-26.538 3.674zM329.29 258.73v4.132s10.009-.735 14.601-4.5c4.591-3.764-14.601.46-14.601.368zM317.26 249.36l.643 3.765s-32.965-10.652-32.873-10.652c.091 0-1.66-5.426 32.23 6.887zM317.81 236.14c-.092.367-.092 3.58-.184 3.49-.092-.093-22.864-9.55-23.69-8.724-3.024-7.086 23.875 5.417 23.875 5.234zM328.92 242.02c0 .092.367 3.214.367 3.214s13.958-2.938 14.784-4.315c.827-1.378-15.15 1.193-15.15 1.101zM329.25 249.45c.13.79.404 3.306.404 3.306s5.602-.459 6.428-1.745c.827-1.285-6.832-1.469-6.832-1.561zM328.37 232.47c0 .276.091 3.122.091 3.122s15.335-3.03 16.988-4.5c1.653-1.468-17.355 1.378-17.079 1.378zM328.46 224.02c0 .184-.55 3.122-.184 3.122s18.641-3.122 21.487-5.693c2.848-2.571-21.028 2.847-21.303 2.571zM328.19 209.14v3.214s11.846-2.479 14.05-4.959c2.204-2.48-14.05 1.929-14.05 1.745zM326.17 187.47l.276 4.866s15.886-2.203 18.18-4.866c2.296-2.663-18.547 0-18.456 0zM318.82 151.02v3.03s-7.53-.367-5.694-1.653 5.694-1.102 5.694-1.377zM325.8 155.06l.184 4.132s9.733-.918 10.468-2.48c.734-1.56-10.468-1.652-10.652-1.652zM325.25 161.03s.184 2.571.367 2.571c.184 0 3.857-.275 4.683-1.285.826-1.01-4.683-1.102-5.05-1.286zM316.99 172.78c0 .275.275 3.949.091 3.856s-21.303-6.152-23.232-6.06c-1.927.092-2.479-4.867 23.141 2.204zM318.73 179.67c0 .735.46 4.591-.276 4.408-.734-.184-14.324-4.5-12.947-5.785 1.377-1.286 13.223 1.653 13.223 1.377zM317.54 208.68l.091 3.49s-23.69-7.163-24.517-8.356c-.826-1.194-3.122-6.795 24.426 4.866zM318.45 217.22c0 .092.184 3.306.092 3.306s-32.23-11.294-32.23-11.294-2.571-8.449 32.138 7.988z' stroke='%23000' stroke-linecap='round' stroke-width='.792' fill='%23fff'/%3e%3cpath stroke-linejoin='round' d='M280.26 328.68c0 .11-.11 3.517-.11 3.517s-6.264-1.759-8.242-5.275c3.627-.989 8.462 1.868 8.352 1.758z' stroke='%23000' stroke-width='.792' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ng {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23fff' d='M0 0h639.98v479.998H0z'/%3e%3cpath fill='%2336a100' d='M426.654 0H639.98v479.998H426.654zM0 0h213.327v479.998H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ni {
	background-image: url([object Module]);
}
.flag-nl {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt' transform='scale(1.25 .9375)'%3e%3crect rx='0' ry='0' height='509.76' width='512' fill='%23fff'/%3e%3crect rx='0' ry='0' height='169.92' width='512' y='342.08' fill='%2321468b'/%3e%3cpath fill='%23ae1c28' d='M0 0h512v169.92H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-no {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23ef2b2d' d='M0 0h640v480H0z'/%3e%3cpath fill='%23fff' d='M180 0h120v480H180z'/%3e%3cpath fill='%23fff' d='M0 180h640v120H0z'/%3e%3cpath fill='%23002868' d='M210 0h60v480h-60z'/%3e%3cpath fill='%23002868' d='M0 210h640v60H0z'/%3e%3c/svg%3e");
}
.flag-np {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0-15.957h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cpath fill='%23fff' d='M0 0h640v480H0z'/%3e%3cg clip-path='url(%23a)' transform='translate(0 14.96) scale(.9375)'%3e%3cg fill-rule='evenodd'%3e%3cpath d='M6.54 489.54l378.786-.01L137.399 238.11l257.263.302L6.561-9.474 6.54 489.54z' stroke='%23000063' stroke-width='13.833' fill='%23ce0000'/%3e%3cpath fill='%23fff' d='M180.737 355.803l-26.986 8.936 21.11 19.862-28.438-1.827 11.716 26.232-25.549-12.29.526 28.597-18.786-20.9-10.741 26.632-9.15-26.32-20.365 20.588 1.861-27.734-26.884 11.427 12.602-24.918-29.335.513 21.43-18.322-27.295-10.476 26.987-8.923-21.122-19.862 28.436 1.815-11.703-26.22 25.55 12.29-.527-28.61 18.787 20.901 10.728-26.62 9.162 26.32 20.365-20.6-1.873 27.734 26.896-11.414-12.601 24.917 29.322-.513-21.43 18.323zM148.32 171.125l-11.33 8.387 5.584 4.614c13.561-10.482 23.211-20.062 30.753-35.96 1.769 21.22-17.683 68.855-68.73 69.381-54.633-.046-73.59-50.587-71.482-70.276 10.037 18.209 16.161 27.088 31.916 36.568l4.82-4.424-10.671-8.891 13.737-3.572-7.39-12.44 14.391 1.05-1.808-14.486 12.616 7.383 3.948-13.484 9.065 10.86 8.491-10.296 4.624 13.99 11.79-8.203-1.512 14.228 14.133-1.659-6.626 13.153 13.682 4.077z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-nr {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-54.667 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(51.25) scale(.9375)' stroke-width='1pt'%3e%3cpath fill='%23002170' d='M-140 0H884v512H-140z'/%3e%3cpath fill='%23ffb20d' d='M-140 234.11H884v43.783H-140z'/%3e%3cpath fill='%23fff' d='M161.81 437.989l-32.916-32.971-10.604 45.363-12.008-45.015-31.875 33.978 12.107-44.989-44.59 13.498 32.972-32.907-45.365-10.613 45.016-12.008L40.56 320.45l44.989 12.108-13.49-44.591 32.907 32.971 10.614-45.364 12.008 45.015 31.866-33.977-12.098 44.988 44.59-13.498-32.98 32.908 45.363 10.613-45.015 12.009 33.987 31.874-44.989-12.108z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-nu {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h496.06v372.05H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg transform='scale(1.2902)' clip-path='url(%23a)'%3e%3cpath fill-rule='evenodd' fill='%23fff' d='M.013 0h499.55v248.1H.013z'/%3e%3cpath d='M.013 0l-.02 18.621 119.21 61.253 44.86 1.3L.012 0z' fill='%23c00'/%3e%3cpath d='M51.054 0l144.53 75.491V.001H51.064z' fill='%23006'/%3e%3cpath fill='%23c00' d='M214.86 0v96.372H.02v55.07h214.84v96.372h66.106v-96.372h214.84v-55.07h-214.84V0H214.86z'/%3e%3cpath d='M300.24 0v71.132L441.63.552 300.24 0z' fill='%23006'/%3e%3cpath d='M304.71 78.887l39.76-.32L498.95.551l-40.99.668-153.25 77.668z' fill='%23c00'/%3e%3cpath d='M.013 167.5v52.775l99.16-52.22-99.16-.56z' fill='%23006'/%3e%3cpath d='M381.85 169.68l-41.336-.321 155.82 77.58-1.025-17.749-113.46-59.51zM38.73 248.25l146.11-76.71-38.38.26L.01 248.14' fill='%23c00'/%3e%3cpath d='M497.9 21.795l-118 58.515 116.43.436v87.194h-99.159l98.242 53.23 1.442 27.08-52.474-.627-143.62-70.505v71.132h-104.67v-71.132l-134.72 70.94-60.844.192v247.81h991.59V.43L498.947 0M.537 27.971L.014 79.438l104.39 1.308L.544 27.971z' fill='%23006'/%3e%3cg fill-rule='evenodd' stroke-width='1pt' fill='%23ffd900'%3e%3cpath d='M496.06 0h496.06v496.06H496.06z'/%3e%3cpath d='M0 248.03h523.49v248.03H0z'/%3e%3c/g%3e%3cg fill-rule='evenodd'%3e%3cpath d='M290.9 125.29c0 23.619-19.148 42.767-42.768 42.767-23.619 0-42.767-19.147-42.767-42.767s19.147-42.767 42.767-42.767c23.62 0 42.767 19.147 42.767 42.767z' fill='%23000067'/%3e%3cpath fill='%23fff40d' d='M240.189 114.32l8.225-24.592 8.224 24.591 26.686-.018-21.603 15.175 8.266 24.58-21.577-15.211-21.577 15.207 8.27-24.576-21.6-15.182zM388.737 118.346l4.076-11.512 4.076 11.512 13.226-.008-10.707 7.104 4.097 11.508-10.694-7.122-10.693 7.12 4.098-11.506-10.704-7.107zM244.057 203.886l4.076-11.512 4.076 11.512 13.226-.008-10.707 7.104 4.097 11.508-10.694-7.122-10.693 7.12 4.098-11.506-10.704-7.107zM244.057 36.836l4.076-11.512 4.076 11.512 13.226-.008-10.707 7.104 4.097 11.508-10.694-7.122-10.693 7.12 4.098-11.506-10.704-7.107zM98.93 118.346l4.076-11.512 4.076 11.512 13.225-.008-10.706 7.104 4.096 11.508-10.693-7.122-10.694 7.12 4.099-11.506-10.705-7.107z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-nz {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cg id='b'%3e%3cg id='a'%3e%3cpath transform='translate(0 -.325)' d='M0 0v.5L1 0z'/%3e%3cpath transform='rotate(-36 .5 -.162)' d='M0 0v-.5L1 0z'/%3e%3c/g%3e%3cuse transform='scale(-1 1)' xlink:href='%23a'/%3e%3cuse transform='rotate(72 0 0)' xlink:href='%23a'/%3e%3cuse transform='rotate(-72 0 0)' xlink:href='%23a'/%3e%3cuse transform='scale(-1 1) rotate(72)' xlink:href='%23a'/%3e%3c/g%3e%3cclipPath id='c'%3e%3cpath d='M0 0h600v300H0z'/%3e%3c/clipPath%3e%3cclipPath id='d'%3e%3cpath d='M0 0l300 150H0zm300 0h300L300 150zm0 150h300v150zm0 0v150H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cpath d='M.004 0h640v480h-640z' fill='%2300247d' fill-rule='evenodd'/%3e%3cg transform='translate(-92.947 36.115) scale(.66825)'%3e%3cuse fill='%23fff' height='100%25' width='100%25' xlink:href='%23b' transform='matrix(45.4 0 0 45.4 900 120)'/%3e%3cuse fill='%23cc142b' height='100%25' width='100%25' xlink:href='%23b' transform='matrix(30 0 0 30 900 120)'/%3e%3c/g%3e%3cg transform='rotate(82 534.179 124.977) scale(.66825)'%3e%3cuse fill='%23fff' height='100%25' width='100%25' xlink:href='%23b' transform='rotate(-82 519.022 -457.666) scale(40.4)'/%3e%3cuse fill='%23cc142b' height='100%25' width='100%25' xlink:href='%23b' transform='rotate(-82 519.022 -457.666) scale(25)'/%3e%3c/g%3e%3cg transform='rotate(82 534.179 124.977) scale(.66825)'%3e%3cuse fill='%23fff' height='100%25' width='100%25' xlink:href='%23b' transform='rotate(-82 668.57 -327.666) scale(45.4)'/%3e%3cuse fill='%23cc142b' height='100%25' width='100%25' xlink:href='%23b' transform='rotate(-82 668.57 -327.666) scale(30)'/%3e%3c/g%3e%3cg transform='translate(-92.947 36.115) scale(.66825)'%3e%3cuse fill='%23fff' height='100%25' width='100%25' xlink:href='%23b' transform='matrix(50.4 0 0 50.4 900 480)'/%3e%3cuse fill='%23cc142b' height='100%25' width='100%25' xlink:href='%23b' transform='matrix(35 0 0 35 900 480)'/%3e%3c/g%3e%3cpath clip-path='url(%23c)' d='M0 0l600 300M0 300L600 0' transform='matrix(.60681 0 0 .73139 .004 0)' stroke='%23fff' stroke-width='60'/%3e%3cpath clip-path='url(%23d)' d='M0 0l600 300M0 300L600 0' transform='matrix(.60681 0 0 .73139 .004 0)' stroke='%23cc142b' stroke-width='40'/%3e%3cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' clip-path='url(%23c)' d='M151.707-.002v79.37H.004v60.68h151.703v79.37h60.682v-79.37h151.703v-60.68H212.389V-.003z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible' fill='%23fff'/%3e%3cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' d='M163.844.002v91.502H.004v36.408h163.84v91.502h36.408v-91.502h163.84V91.504h-163.84V.002z' color='%23000' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible' fill='%23cc142b'/%3e%3c/svg%3e");
}
.flag-om {
	background-image: url([object Module]);
}
.flag-pa {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23fff' d='M0 0h640v480H0z'/%3e%3cpath fill-rule='evenodd' fill='%23fff' d='M92.462 0h477.19v480H92.462z'/%3e%3cpath fill-rule='evenodd' fill='%23db0000' d='M323.07 3.655h358v221.68h-358z'/%3e%3cpath fill-rule='evenodd' fill='%230000ab' d='M3.227 225.33h319.87v254.66H3.227zM214.8 177.65l-41.959-29.326-41.754 29.614 15.529-48.124-41.677-29.716 51.562-.414 15.993-47.978 16.335 47.867 51.562.063-41.463 29.996 15.872 48.017z'/%3e%3cpath d='M516.85 413.89l-42.354-27.744-42.146 28.017 15.675-45.529-42.069-28.114 52.047-.392 16.143-45.391 16.489 45.286 52.047.06-41.853 28.379 16.021 45.428z' fill-rule='evenodd' fill='%23d80000'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-pe {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%23fff' d='M212.875 0h213.95v480h-213.95z'/%3e%3cpath fill='red' d='M0 0h212.875v480H0zM425.163 0H640v480H425.162z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-pf {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23fff' d='M0 0h640v480H0z'/%3e%3cpath fill='%23fff' d='M80 0h480v480H80z'/%3e%3cpath d='M277.28 340.75s10.839-8.788 21.386-8.788 13.477 7.323 20.801 7.909c7.324.586 13.475-7.324 22.558-7.617 9.082-.292 20.508 6.445 20.508 6.445l-39.843 12.013-45.41-9.962zM254.43 327.86l135.35.586s-11.718-12.597-25.488-12.89c-13.769-.295-9.96 5.86-20.507 6.737-10.546.88-13.185-6.444-22.852-6.152-9.666.292-15.234 6.152-22.557 6.446-7.324.292-16.699-7.326-22.266-7.03-5.567.292-25.488 8.787-25.488 8.787l3.809 3.516zM237.15 311.75l166.99.587c2.636-3.808-8.204-12.89-18.163-13.77-8.205.293-14.062 8.496-20.801 8.79-6.739.292-14.355-8.497-21.973-8.202-7.616.292-15.526 8.202-23.144 8.202-7.616 0-13.183-8.497-22.85-8.497-9.668 0-14.062 9.375-21.386 8.79-7.326-.587-13.77-9.375-20.801-9.375-7.03 0-18.75 10.546-21.093 9.96-2.344-.586 2.928 4.395 3.223 3.515z' fill-rule='evenodd' stroke='%23083d9c' stroke-width='2pt' fill='%23083d9c'/%3e%3cpath stroke-linejoin='round' d='M301.3 218.88l38.38 10.255v-54.786c-17.579.88-32.226-33.397-1.172-35.741-30.468-4.395-33.985 3.515-37.5 12.011l.292 68.261z' fill-rule='evenodd' stroke='%23000' stroke-width='2.5' fill='red'/%3e%3cpath d='M276.99 258.72l86.718.292' fill-rule='evenodd' stroke='%23083d9c' stroke-linecap='round' stroke-width='5' fill='%23083d9c'/%3e%3cg stroke='%23000' stroke-linecap='round' stroke-width='2.133' fill='none'%3e%3cpath d='M281.094 237.919l10.254 13.77M281.094 251.7l11.134-13.476M286.962 237.037l-.292 8.496' stroke-width='3.999'/%3e%3c/g%3e%3cg stroke='%23000' stroke-linecap='round' stroke-width='2.133' fill='none'%3e%3cpath d='M297.5 237.919l10.254 13.77M297.5 251.7l11.134-13.476M303.368 237.037l-.292 8.496' stroke-width='3.999'/%3e%3c/g%3e%3cg stroke='%23000' stroke-linecap='round' stroke-width='2.133' fill='none'%3e%3cpath d='M314.198 237.919l10.255 13.77M314.198 251.7l11.134-13.476M320.067 237.037l-.292 8.496' stroke-width='3.999'/%3e%3c/g%3e%3cg stroke='%23000' stroke-linecap='round' stroke-width='2.133' fill='none'%3e%3cpath d='M331.484 237.919l10.254 13.77M331.484 251.7l11.134-13.476M337.352 237.037l-.292 8.496' stroke-width='3.999'/%3e%3c/g%3e%3cg stroke='%23000' stroke-linecap='round' stroke-width='2.133' fill='none'%3e%3cpath d='M348.183 237.919l10.254 13.77M348.183 251.7l11.134-13.476M354.051 237.037l-.292 8.496' stroke-width='3.999'/%3e%3c/g%3e%3cpath d='M218.69 259.6l36.913.293V236.75l-42.187-2.05 5.274 24.902zM216.93 227.67l39.258 3.809-.292-16.406-38.38-15.234-.587 27.832zM224.84 194.86l30.176 14.648 4.309-4.498s-2.775-1.912-2.638-3.672c.052-1.78 2.792-2.05 2.844-3.98.05-1.78-3.103-1.994-3.137-3.774-.206-1.93 2.43-3.998 2.43-3.998l-27.245-23.73-6.739 29.004zM422.88 259.89h-38.964l-.292-22.558 42.772-3.223-3.516 25.78zM384.21 232.06l46.29-5.565-9.962-26.66-36.62 15.526.292 16.698zM417.9 192.51l-33.398 17.578c-.488-1.905-.902-3.737-3.221-5.274 0 0 2.05-1.172 2.05-3.224 0-2.049-2.638-2.343-2.638-3.515s2.417-2.195 2.564-4.833c-.293-1.831-2.564-4.393-2.124-4.907l25.928-19.85L417.9 192.51zM345.54 231.62l16.698-.732.292-6.74-16.99 7.472zM294.57 231.11l-17.578-.512v-7.032l17.578 7.544zM294.49 229.06l-17.505-9.01v-11.718s-2.051.293-1.758-2.05c.097-4.884 12.865 8.91 19.409 13.402l-.146 9.375zM345.54 227.96l-.072-7.616s15.818-14.281 19.187-16.92c0 2.93-1.83 5.2-1.83 5.2v11.133l-17.285 8.202zM243 163.8c.292.293 17.75 19.696 17.75 19.696.49-1.839 4.515-2.118 8.616-1.825 4.102.292 7.372-.275 7.372 2.655 0 2.93-2.081 2.513-2.081 4.565s3.118 1.879 3.118 4.513c0 2.636-2.261 2.098-2.273 4.14-.007 1.688 2.36 1.778 2.36 1.778l16.625 16.114.073-17.213-34.276-53.758L243 163.8zM270.43 143.45c.26.782 23.216 47.477 23.216 47.477s.26-43.825 4.173-46.173l-6.52-12-20.87 10.696zM371.38 145.27l-25.923 46.245.034-19.491s2.15-3.277-1.242-3.016c-3.39.26-7.564-.261-7.564-.261l10.434-36.521 24.26 13.044zM397.99 165.1c-.261.522-17.488 18.04-17.488 18.04-.782-2.086-5.99-1.085-10.947-1.085-4.957 0-5.647 1.59-5.385 2.893.522 3.392 2.196.893 2.196 4.024 0 3.13-2.412 1.987-2.627 4.279.24 2.632 3.786 1.981 1.708 3.976L345.5 216.376l.057-18.146 37.042-57.652 15.392 24.52z' fill-rule='evenodd' fill='%23ef7d08'/%3e%3cpath stroke-linejoin='round' d='M309.82 268.4c-8.348 13.826-30.664 9.726-35.882.073-1.564-.443-.639-59.55-.639-59.55s-2.493-1.136-2.608-2.954c-.115-1.835 3.39-2.002 3.39-4.351 0-2.348-3.579-1.427-3.65-3.79.015-2.26 3.82-1.948 3.65-4.036-.201-2.353-4.262-2.005-4.434-4.175-.132-1.723 2.904-3.225 3.748-4-.546.027-2.82-.034-2.835-.042l-6.392.13c-4.541.005.078.99.012 3.61-.042 1.712-2.303 2.851-2.506 4.34-.071 1.527 3.236 2.6 3.278 4.434.037 1.636-3.25 1.748-3.132 3.268.205 2.573 2.912 3.139 2.871 4.696-.041 1.556-3.643 2.15-3.652 3.391.125 2.402.521 60.781.521 60.781 5.74 29.739 38.868 37.304 48.26-1.825zM331.66 268.4c8.348 13.826 30.663 9.726 35.881.073 1.564-.443.64-59.55.64-59.55s2.493-1.136 2.607-2.954c.114-1.835-3.17-2.002-3.17-4.351 0-2.348 3.36-1.427 3.43-3.79-.014-2.26-3.527-2.094-3.357-4.183.2-2.353 2.959-2.078 3.116-4.247.131-1.869-1.732-3.007-2.576-3.782.546.027 2.673-.034 2.689-.041l6.391.13c4.542.005-.078.99-.01 3.61.04 1.712 2.301 2.851 2.505 4.34.07 1.527-3.237 2.6-3.279 4.434-.036 1.636 3.25 1.747 3.131 3.268-.204 2.572-2.911 3.139-2.87 4.696.041 1.556 3.644 2.15 3.652 3.39-.125 2.403-.52 60.782-.52 60.782-5.74 29.739-38.868 37.304-48.26-1.825z' fill-rule='evenodd' stroke='%23000' stroke-width='2.5' fill='red'/%3e%3cpath d='M301.71 295.59l37.277-.022c.29-.293-8.346-12.874-18.632-11.987-11.46.3-19.244 12.009-18.644 12.009zM420.57 294.68h-51.008s6.602-3.901 8.402-7.502c3.3 1.8 2.4 3.6 9.002 3.9 6.6.3 12.9-7.5 19.203-7.2 6.3.3 14.4 11.102 14.4 10.802zM219.57 294.68h51.008s-6.602-3.901-8.402-7.502c-3.3 1.8-2.4 3.6-9.002 3.9-6.599.3-12.9-7.5-19.203-7.2-6.3.3-14.4 11.102-14.4 10.802zM223.38 278.64l36.327.292s-2.344-4.98-2.636-11.13c-9.377-3.222-16.993 7.03-23.732 7.323-6.736.292-13.767-7.324-13.767-7.324l3.808 10.84zM417.32 278.64l-36.328.292s2.344-4.98 2.637-11.13c9.376-3.222 16.992 7.03 23.73 7.323 6.738.292 13.769-7.324 13.769-7.324l-3.808 10.84zM310.97 278.94l18.455-.584s.294-5.567-9.374-5.567c-9.668 0-8.788 6.445-9.081 6.151zM299.84 271.03c3.223-1.76 6.152-3.515 8.204-7.618l-12.598.292s-5.858 3.517-8.788 7.326h13.183zM340.56 271.03c-3.223-1.76-6.151-3.515-8.203-7.618l12.597.292s5.858 3.517 8.788 7.326H340.56z' fill-rule='evenodd' stroke='%23083d9c' stroke-width='2pt' fill='%23083d9c'/%3e%3cpath fill-rule='evenodd' fill='%23de2010' d='M-40 360h720v120H-40zM-40 0h720v120H-40z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-pg {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath d='M1.644 0l-.5 479.985H641.13L1.64 0z'/%3e%3cpath d='M640.63 479.984l.5-479.985H1.145l639.49 479.985z' fill='red'/%3e%3c/g%3e%3cpath d='M178 54l-3.84-.2c-1.18-2.78-4.513-3.823-6.563-2.653-1.86.16-11.6-.147-11.6-.147l7.12 3.12c1.76 4.76 7.88 5.88 7.88 5.88-.543 8.774-8.881-1.133-15.881 3.867-5 3-5.059 6.583-7.761 12.371-.84 1.61-4.36 5.761-4.36 5.761l5.88-.5-1.88 2.5 7-1s-.94.785-1.5 1.38c1.037.203 8-1.63 8-1.63l-.5 2.25c3.57-1.43 8-2.88 8-2.88s1.57 1.31 3 1.88l1-4 4 1 1-4c6 8 8 16 19 18l-1-4c3.06 1.31 8.74 4.09 8.74 4.09l.86-1.83c4.77 3.42 8.73 3.36 11.4 3.74 0 0-1.99-4.98-2-5 .13.05 1.99 1.01 2 1l-3-8 3 1-4-6 1.5-1-.5-3c6 2 14 5 15 12 1 11-11 14-19 13 6 5 17 3 22-2 2-2 3-5 4-8 1 3 3 7 3 11-1 9-13 12-21 13 9 5 25-1 26-14 0-11-7-16-10-21-.45-1.82-1-5.38-1-5.38.388.115 3 1.39 3 1.39s-1.77-3.31-2-4.01c0 0-3.12-8.5-4.25-10.38.186-.105 2.25.35 2.25.35l-8.19-10.27s1.976-.18 2.32-.24c0 0-9.52-7.51-12.13-8.46l3-1c-6-3-13-1-19 3l1-3-1.83.17v-3.43l1.83-2.74-3-1 2-5-3 1 1-5s-2.24 1.04-3.6.89c.05.11 1.59-3.42 1.59-3.42-.95-1.49.01-4.47.01-4.47-7 1-8 2-12 8-6 11-4 16-3 27z' stroke='%23fc0' stroke-width='1.065' fill='%23fc0' transform='matrix(2.21989 0 0 2.21194 1.145 0)'/%3e%3cpath d='M215.78 70.438c.521.86 6.197 3.594 10.468 6.016-1.146-4.61-9.479-5.625-10.468-6.016z' fill-rule='evenodd' stroke='red' stroke-width='1.42' fill='red' transform='matrix(2.21989 0 0 2.21194 1.145 0)'/%3e%3cpath fill-rule='evenodd' fill='%23fff' d='M174.95 399.034l-14.12-8.98-18.95 9.046 4.202-16.147-14.487-15.174 16.718-1.017 9.996-18.404 6.127 15.528 20.667 3.783-12.929 10.617zM211.184 320.09l-6.55-3.119-6.296 3.605.959-7.188-5.388-4.844 7.142-1.306 2.965-6.613 3.457 6.37 7.221.774-5.006 5.243zM243.113 274.811l-14.363-6.99-13.923 7.831 2.222-15.771-11.785-10.772 15.746-2.765 6.63-14.488 7.526 14.067 15.872 1.814-11.1 11.458zM177.406 211.771l-16.92-8.447-16.573 9.097 2.835-18.642-13.808-12.895 18.671-3.075 8.043-17.07 8.704 16.745 18.776 2.347-13.29 13.422zM116.605 277.244l-17.062-10.087-17.016 10.308 4.362-19.288-15.11-12.918 19.759-1.836 7.676-18.315 7.85 18.16 19.854 1.615-14.906 13.05z'/%3e%3c/svg%3e");
}
.flag-ph {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%230038a8' d='M0 0h640v240H0z'/%3e%3cpath fill='%23ce1126' d='M0 240h640v240H0z'/%3e%3cpath d='M415.692 240L0 480V0' fill='%23fff'/%3e%3cg transform='translate(149.333 240) scale(5.33333)' fill='%23fcd116'%3e%3ccircle r='9'/%3e%3cg id='d'%3e%3cg id='c'%3e%3cg id='b'%3e%3cpath d='M-1 0l.062.062L0 0l-.938-.062z' transform='scale(19)'/%3e%3cpath id='a' d='M-.884.116l.05.05L0 0z' transform='scale(19.2381)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' transform='scale(1 -1)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(45)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23c' transform='rotate(90)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' transform='scale(-1)'/%3e%3cg transform='translate(-2.02)'%3e%3cg id='f' transform='translate(37.962)'%3e%3cpath id='e' d='M5 0L1.618 1.176l-.073 3.58-2.163-2.854-3.427 1.037L-2 0z'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23e' transform='scale(1 -1)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23f' transform='rotate(120)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23f' transform='rotate(-120)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-pk {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-52.334 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(49.063) scale(.9375)' stroke-width='1pt'%3e%3cpath fill='%230c590b' d='M-95 0h768v512H-95z'/%3e%3cpath fill='%23fff' d='M-95 0H97.52v512H-95z'/%3e%3cg fill='%23fff'%3e%3cpath d='M403.702 225.4l-31.165-6.556-16.389 27.306-3.395-31.666-31.036-7.15 29.067-13.014-2.791-31.724 21.36 23.622 29.309-12.458-15.865 27.614 20.905 24.026z'/%3e%3cpath d='M415.455 306.086c-27.665 60.96-100.277 87.588-161.41 59.27-61.142-28.326-87.777-100.93-59.451-162.071 14.447-31.184 38.089-52.614 71.462-64.31-3.839 3.246-7.637 6.613-11.8 10.908-43.11 44.491-41.99 115.592 2.5 158.699 44.49 43.11 115.592 41.991 158.698-2.5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-pl {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%23fff' d='M640 480H0V0h640z'/%3e%3cpath fill='%23dc143c' d='M640 480H0V240h640z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-pm {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23fff' d='M0 0h640v479.997H0z'/%3e%3cpath fill='%2300267f' d='M0 0h213.331v479.997H0z'/%3e%3cpath fill='%23f31830' d='M426.663 0h213.331v479.997H426.663z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-pn {
	background-image: url([object Module]);
}
.flag-pr {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-37.298 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(34.967) scale(.9375)'%3e%3cpath fill='%23ed0000' d='M-37.298 0h768v512h-768z'/%3e%3cpath fill='%23fff' d='M-37.298 102.4h768v102.4h-768zM-37.298 307.2h768v102.4h-768z'/%3e%3cpath d='M-37.298 0l440.69 255.67-440.69 255.34V0z' fill='%230050f0'/%3e%3cpath d='M156.45 325.47l-47.447-35.432-47.214 35.78 17.56-58.144-47.128-35.904 58.305-.5L108.61 173.3l18.472 57.835 58.305.077-46.886 36.243 17.947 58.016z' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ps {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-118 0h682.67v512H-118z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' transform='translate(110.63) scale(.9375)'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath d='M-246 0H778.002v170.667H-246z'/%3e%3cpath fill='%23fff' d='M-246 170.667H778.002v170.667H-246z'/%3e%3cpath fill='%23090' d='M-246 341.334H778.002v170.667H-246z'/%3e%3cpath d='M-246 512.001l512.001-256L-246 0v512.001z' fill='red'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-pt {
	background-image: url([object Module]);
}
.flag-pw {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-70.28 0h640v480h-640z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(70.28)' stroke-width='1pt'%3e%3cpath fill='%234aadd6' d='M-173.44 0h846.32v480h-846.32z'/%3e%3cpath d='M335.633 232.117a135.876 130.111 0 1 1-271.752 0 135.876 130.111 0 1 1 271.752 0z' fill='%23ffde00'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-py {
	background-image: url([object Module]);
}
.flag-qa {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%238d1b3d' d='M0 0h640v480H0z'/%3e%3cpath d='M0 0v480h158.4l97.745-26.666-97.745-26.668L256.145 400 158.4 373.334l97.745-26.668L158.4 320l97.745-26.666-97.745-26.668L256.145 240 158.4 213.334l97.745-26.668L158.4 160l97.745-26.666-97.745-26.668L256.145 80 158.4 53.334l97.745-26.668L158.4 0H0z' fill='%23fff'/%3e%3c/svg%3e");
}
.flag-re {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23fff' d='M0 0h640v479.997H0z'/%3e%3cpath fill='%2300267f' d='M0 0h213.331v479.997H0z'/%3e%3cpath fill='%23f31830' d='M426.663 0h213.331v479.997H426.663z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ro {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%2300319c' d='M0 0h213.333v480H0z'/%3e%3cpath fill='%23ffde00' d='M213.333 0h213.333v480H213.333z'/%3e%3cpath fill='%23de2110' d='M426.666 0H640v480H426.666z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-rs {
	background-image: url([object Module]);
}
.flag-ru {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23fff' d='M0 0h640v480H0z'/%3e%3cpath fill='%230039a6' d='M0 160.003h640V480H0z'/%3e%3cpath fill='%23d52b1e' d='M0 319.997h640V480H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-rw {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%2320603d' d='M0 0h640v480H0z'/%3e%3cpath fill='%23fad201' d='M0 0h640v360H0z'/%3e%3cpath fill='%2300a1de' d='M0 0h640v240H0z'/%3e%3cg transform='translate(511 125.4) scale(.66667)'%3e%3cg id='b'%3e%3cpath id='a' d='M116.1 0L35.692 4.7l76.452 25.35L33.26 13.776l67.286 44.273L28.56 21.915l53.535 60.18-60.18-53.534 36.135 71.986L13.777 33.26l16.272 78.884L4.7 35.692 0 116.1-1-1z' fill='%23e5be01'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' transform='scale(1 -1)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='scale(-1 1)'/%3e%3ccircle r='34.3' fill='%23e5be01' stroke='%2300a1de' stroke-width='3.4'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-sa {
	background-image: url([object Module]);
}
.flag-sb {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h682.67v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='scale(.9375)' stroke-width='1pt'%3e%3cpath d='M0 507.17L987.43 0H0v507.17z' fill='%230000d6'/%3e%3cpath d='M1024 0L27.17 512H1024V0z' fill='%23006000'/%3e%3cpath d='M1024 0h-54.858L.002 485.36V512h54.857l969.14-484.4V.004z' fill='%23fc0'/%3e%3cpath fill='%23fff' d='M71.397 9.124l11.857 34.442 38.47-.026-31.143 21.254 11.916 34.426-31.105-21.305-31.106 21.3 11.922-34.421L21.07 43.53l38.47.036zM262.54 9.124l11.856 34.442 38.47-.026-31.143 21.254 11.916 34.426-31.105-21.305-31.106 21.3 11.922-34.421-31.138-21.264 38.47.036zM262.54 153.603l11.856 34.442 38.47-.026-31.143 21.254 11.916 34.426-31.105-21.305-31.106 21.3 11.922-34.421-31.138-21.264 38.47.036zM167.527 82.206l11.857 34.442 38.47-.026-31.143 21.254 11.916 34.426-31.105-21.305-31.106 21.3 11.922-34.421-31.138-21.264 38.47.036zM71.397 153.603l11.857 34.442 38.47-.026-31.143 21.254 11.916 34.426-31.105-21.305-31.106 21.3 11.922-34.421-31.138-21.264 38.47.036z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-sc {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h682.67v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='scale(.9375)' stroke-width='1pt'%3e%3cpath fill='red' d='M0 0h992.13v512H0z'/%3e%3cpath d='M0 512l992.12-170.67V512H0z' fill='%23090'/%3e%3cpath d='M0 512l992.12-341.33v170.67L0 512z' fill='%23fff'/%3e%3cpath d='M0 512V0h330.71L0 512z' fill='%23009'/%3e%3cpath d='M0 512L330.71 0h330.71L0 512z' fill='%23ff0'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-sd {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h682.67v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='scale(.9375)' stroke-width='1pt'%3e%3cpath d='M0 341.32h1024V512H0z'/%3e%3cpath fill='%23fff' d='M0 170.64h1024v170.68H0z'/%3e%3cpath fill='red' d='M0 0h1024.8v170.68H0z'/%3e%3cpath d='M0 0v512l341.32-256L0 0z' fill='%23009a00'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-se {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-53.421 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' transform='translate(50.082) scale(.9375)'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23006aa7' d='M-121.103.302h256V205.1h-256zM-121.103 307.178h256v204.8h-256z'/%3e%3cpath fill='%23fecc00' d='M-121.103 204.984h256v102.4h-256z'/%3e%3cpath fill='%23fecc00' d='M133.843.01h102.4v511.997h-102.4z'/%3e%3cpath fill='%23fecc00' d='M232.995 205.013h460.798v102.4H232.995z'/%3e%3cpath fill='%23006aa7' d='M236.155 307.208h460.797v204.799H236.155zM236.155.302h460.797V205.1H236.155z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-sg {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)'%3e%3cpath fill='%23fff' d='M-20 0h720v480H-20z'/%3e%3cpath fill='%23df0000' d='M-20 0h720v240H-20z'/%3e%3cpath d='M146.05 40.227c-33.243 7.622-57.944 32.237-64.927 65.701-9.488 45.469 20.124 89.99 65.687 99.488-46.031 13.125-93.59-13.332-106.594-58.932-12.996-45.6 13.46-93.16 59.063-106.162 16.007-4.565 30.745-4.594 46.773-.095z' fill='%23fff'/%3e%3cpath fill='%23fff' d='M132.98 109.953l4.894 15.119-12.932-9.23-12.87 9.317 4.783-15.144-12.833-9.354 15.876-.137 4.932-15.106 5.031 15.069 15.889.025zM150.539 162.012l4.894 15.119-12.932-9.23-12.87 9.317 4.783-15.143-12.833-9.355 15.877-.137 4.931-15.106 5.032 15.07 15.888.024zM208.964 161.637l4.894 15.119-12.932-9.23-12.87 9.317 4.783-15.143-12.833-9.355 15.877-.137 4.931-15.106 5.032 15.07 15.888.024zM226.392 110l4.894 15.118-12.932-9.23-12.87 9.317 4.783-15.143-12.833-9.354 15.877-.137 4.932-15.106 5.03 15.069 15.89.025zM180.136 75.744l4.894 15.118-12.932-9.23-12.87 9.317 4.783-15.143-12.833-9.355 15.876-.136 4.932-15.106 5.032 15.068 15.888.025z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-sh {
	background-image: url([object Module]);
}
.flag-si {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-15.067 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(14.125) scale(.9375)' stroke-width='1pt'%3e%3cpath fill='%23fff' d='M-62 0H962v512H-62z'/%3e%3cpath fill='%23de2918' d='M-62 341.33H962V512H-62z'/%3e%3cpath fill='%2308399c' d='M-62 170.67H962v170.67H-62z'/%3e%3cpath d='M228.37 92.976c-4.02 61.651-6.322 95.436-15.709 111.07-10.15 16.789-20.025 29.081-59.63 43.882-39.61-14.81-49.48-27.1-59.633-43.89-9.387-15.63-11.69-49.41-15.709-111.06l5.853-1.971c11.783-3.594 20.574-6.484 27.077-7.767 9.313-1.971 17.228-4.2 42.257-4.722 25.029.43 32.983 2.797 42.296 4.768 6.45 1.375 15.617 4.081 27.312 7.744l5.884 1.948z' fill='%23de2918'/%3e%3cpath d='M222.6 90.955c-3.802 61.518-6.983 89.69-11.943 103.24-9.626 23.193-24.866 35.909-57.665 48.038-32.8-12.14-48.04-24.86-57.664-48.05-4.961-13.54-8.095-41.64-11.788-103.3 11.534-3.602 20.577-6.418 27.08-7.7 9.313-1.972 17.228-4.294 42.257-4.725 25.029.431 33.037 2.753 42.35 4.724 6.503 1.283 15.732 4.098 27.373 7.763z' fill='%2308399c'/%3e%3cpath d='M152.96 109.79l1.573 3.723 6.91.947-4.478 2.7 4.33 2.894-6.298 1.055-1.916 3.374-2.156-3.474-5.995-.85 4.08-2.958-4.2-2.691 6.635-1.017 1.515-3.703z' fill='%23fc0'/%3e%3cpath d='M208.28 179.62l-3.83-3.028-2.769-4.554-5.422-4.704-2.826-4.753-5.423-4.852-2.653-4.753-2.883-2.327-1.903-1.832-4.899 4.295-2.67 4.665-3.326 3.016-3.655-2.854-2.763-4.867L153 134.855l-10.26 18.217-2.763 4.867-3.654 2.854-3.327-3.016-2.67-4.665-4.898-4.295-1.904 1.832-2.883 2.328-2.653 4.752-5.423 4.852-2.825 4.753-5.423 4.704-2.768 4.554-3.821 3.099c1.984 16.886 12.748 30.116 18.613 36.168 6.545 6.355 20.039 14.858 36.54 20.486 16.548-5.508 30.229-14.131 36.774-20.486 5.865-6.052 16.629-19.282 18.625-36.239z' fill='%23fff'/%3e%3cpath d='M169.45 83.89l1.573 3.723 6.91.947-4.478 2.7 4.33 2.894-6.298 1.055-1.916 3.374-2.156-3.474-5.995-.85 4.08-2.958-4.2-2.691 6.635-1.017 1.515-3.703zM136.47 83.834l1.573 3.723 6.91.947-4.478 2.7 4.33 2.894-6.298 1.055-1.916 3.374-2.156-3.474-5.995-.85 4.08-2.958-4.2-2.691 6.635-1.017 1.515-3.703z' fill='%23fc0'/%3e%3cpath d='M199.72 203.03l-7.468.023-6.892-.513-8.348-4.094-9.409.056-8.149 3.981-6.427.569-6.428-.569-8.148-3.98-9.41-.057-8.347 4.094-6.892.513-7.562-.104-3.652-6.187.136-.142 11.172 1.848 6.891-.512 8.348-4.095 9.41.057 8.148 3.981 6.427.568 6.428-.568 8.148-3.981 9.41-.057 8.347 4.095 6.892.512 10.874-1.906.144.286-3.643 6.182zM113.25 212.54l7.393-.513 8.348-4.094 9.409.057 8.148 3.98 6.428.569 6.427-.568 8.149-3.981 9.41-.057 8.347 4.094 7.493.513 4.835-5.96-.163-.135-5.18 1.51-6.892-.512-8.347-4.094-9.41.056-8.148 3.981-6.428.569-6.427-.569-8.149-3.98-9.409-.057-8.347 4.094-6.892.513-5.077-1.28-.061.25 4.543 5.614z' fill='%2308399c'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-sj {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23ef2b2d' d='M0 0h640v480H0z'/%3e%3cpath fill='%23fff' d='M180 0h120v480H180z'/%3e%3cpath fill='%23fff' d='M0 180h640v120H0z'/%3e%3cpath fill='%23002868' d='M210 0h60v480h-60z'/%3e%3cpath fill='%23002868' d='M0 210h640v60H0z'/%3e%3c/svg%3e");
}
.flag-sk {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23ee1c25' d='M0 0h640v480H0z'/%3e%3cpath fill='%230b4ea2' d='M0 0h640v320H0z'/%3e%3cpath fill='%23fff' d='M0 0h640v160H0z'/%3e%3cpath d='M233.004 370.8c-43.025-20.724-104.568-61.858-104.568-143.226 0-81.37 3.89-118.374 3.89-118.374h201.358s3.891 37.005 3.891 118.374c0 81.368-61.543 122.502-104.571 143.226z' fill='%23fff'/%3e%3cpath d='M233.004 360c-39.472-19.013-95.934-56.75-95.934-131.4 0-74.651 3.57-108.6 3.57-108.6H325.37s3.57 33.95 3.57 108.6c0 74.65-56.462 112.387-95.936 131.4z' fill='%23ee1c25'/%3e%3cpath d='M241.446 209.027c10.688.173 31.54.591 50.109-5.622 0 0-.49 6.645-.49 14.385 0 7.742.49 14.386.49 14.386-17.032-5.7-38.064-5.819-50.108-5.666v41.231h-16.883V226.51c-12.044-.153-33.076-.034-50.108 5.665 0 0 .49-6.644.49-14.386 0-7.74-.49-14.384-.49-14.384 18.568 6.213 39.42 5.795 50.108 5.622v-25.894c-9.741-.087-23.779.378-39.65 5.69 0 0 .49-6.645.49-14.386 0-7.74-.49-14.385-.49-14.385 15.848 5.303 29.868 5.776 39.607 5.691-.501-16.398-5.278-37.065-5.278-37.065s9.831.767 13.761.767c3.934 0 13.763-.767 13.763-.767s-4.776 20.667-5.277 37.064c9.739.084 23.759-.388 39.606-5.691 0 0-.49 6.644-.49 14.385 0 7.74.49 14.385.49 14.385-15.87-5.311-29.909-5.776-39.65-5.69v25.894z' fill='%23fff'/%3e%3cpath d='M233 263.275c-19.878 0-30.525 27.575-30.525 27.575s-5.907-13.075-22.125-13.075c-10.973 0-19.06 9.761-24.2 18.8C176.113 328.34 207.964 347.941 233 360c25.039-12.06 56.91-31.657 76.875-63.425-5.14-9.039-13.227-18.8-24.2-18.8-16.219 0-22.15 13.075-22.15 13.075S252.879 263.275 233 263.275z' fill='%230b4ea2'/%3e%3c/svg%3e");
}
.flag-sl {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%230000cd' d='M0 320.344h640V480H0z'/%3e%3cpath fill='%23fff' d='M0 160.688h640v159.656H0z'/%3e%3cpath fill='%2300cd00' d='M0 0h640v160.688H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-sm {
	background-image: url([object Module]);
}
.flag-sn {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%230b7226' d='M-.006 0h213.328v480H-.006z'/%3e%3cpath fill='%23ff0' d='M213.322 0H426.65v480H213.322z'/%3e%3cpath fill='%23bc0000' d='M426.65 0h213.328v480H426.65z'/%3e%3c/g%3e%3cpath fill='%230b7226' d='M342.047 218.852h71.73l-56.627 43.556 20.762 69.314-56.627-43.569-56.627 41.588 20.762-67.333-56.627-43.556h69.844l22.648-71.295z'/%3e%3c/svg%3e");
}
.flag-so {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-85.334 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' fill-rule='evenodd' transform='translate(80.001) scale(.9375)'%3e%3cpath fill='%2340a6ff' d='M-128 0h768v512h-768z'/%3e%3cpath d='M336.48 381.19l-82.505-53.476-82.101 54.001 30.535-87.754-81.95-54.188 101.39-.756 31.447-87.488 32.121 87.286 101.39.116-81.53 54.699 31.209 87.56z' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-sr {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23377e3f' d='M.1 0h640v480H.1z'/%3e%3cpath fill='%23fff' d='M.1 96h640v288H.1z'/%3e%3cpath fill='%23b40a2d' d='M.1 144h640v192H.1z'/%3e%3cpath d='M320 153.167l56.427 173.666-147.73-107.33h182.605l-147.73 107.33z' fill='%23ecc81d'/%3e%3c/svg%3e");
}
.flag-ss {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath d='M0 336h640v144H0z' fill='%23078930'/%3e%3cpath d='M0 144h640v192H0z' fill='%23fff'/%3e%3cpath d='M0 0h640v144H0z'/%3e%3cpath d='M0 168h640v144H0z' fill='%23da121a'/%3e%3cpath d='M0 0l415.7 240L0 480z' fill='%230f47af'/%3e%3cpath d='M200.7 194.85L61.75 240l138.95 45.15-85.85-118.2v146.1z' fill='%23fcdd09'/%3e%3c/svg%3e");
}
.flag-st {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h682.67v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' fill-rule='evenodd' transform='scale(.9375)'%3e%3cpath fill='%23ff0' d='M0 0h1024v504.3H0z'/%3e%3cpath fill='%23009d00' d='M0 0h1024v146.29H0zM0 365.71h1024V512H0z'/%3e%3cpath d='M.708 0c1.417 0 255.29 253.03 255.29 253.03L-.002 512 .707 0z' fill='%23f10600'/%3e%3cg stroke-width='1pt'%3e%3cpath d='M411.966 268.686l-31.97-23.896 39.499.04 12.174-38.705 12.173 38.705 39.5-.029-31.977 23.885 12.236 38.687-31.938-23.942-31.938 23.937zM215.048 268.686l-31.971-23.896 39.5.04 12.173-38.705 12.174 38.705 39.5-.029-31.977 23.885 12.235 38.687-31.938-23.942-31.937 23.937z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-sv {
	background-image: url([object Module]);
}
.flag-sx {
	background-image: url([object Module]);
}
.flag-sy {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3crect y='160' width='640' height='160' ry='0' rx='0' fill='%23fff' fill-rule='evenodd'/%3e%3crect y='320' width='640' height='160' ry='0' rx='0' fill-rule='evenodd'/%3e%3cpath d='M0 0h640v160H0z' fill='red' fill-rule='evenodd'/%3e%3cpath d='M201.9 281l-28.822-20.867-28.68 21.072 10.667-34.242-28.628-21.145 35.418-.295 10.985-34.138 11.221 34.06 35.418.045-28.481 21.344L201.9 281zm307.64 0l-28.822-20.867-28.68 21.072 10.667-34.242-28.628-21.145 35.418-.295 10.985-34.138 11.221 34.06 35.418.045-28.481 21.344L509.54 281z' fill='%23090' fill-rule='evenodd'/%3e%3c/svg%3e");
}
.flag-sz {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-85.333 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' transform='translate(80) scale(.9375)'%3e%3cpath fill-rule='evenodd' fill='%233e5eb9' d='M-128 0h768v512h-768z'/%3e%3cpath fill-rule='evenodd' fill='%23ffd900' d='M-128 91.429h768v329.14h-768z'/%3e%3cpath fill-rule='evenodd' fill='%23b10c0c' d='M-128 128h768v256h-768z'/%3e%3crect fill-rule='evenodd' rx='5.767' ry='5.851' height='10.971' width='621.71' stroke='%23000' y='250.51' x='-51.439' stroke-width='1.474' fill='%23ffd900'/%3e%3cg stroke='%23000' transform='translate(-757.03 -25.6) scale(1.0321)'%3e%3cpath d='M-106.3 265.75l-88.583 35.433 88.583 35.433 88.582-35.433-88.582-35.433z' fill-rule='evenodd' transform='matrix(.34 0 0 .3 1256.8 136.42)' stroke-width='4.175' fill='%23fff'/%3e%3crect fill-rule='evenodd' rx='4.108' ry='3.78' height='7.087' width='442.91' y='223.23' x='761.81' stroke-width='1.333' fill='%23ffd900'/%3e%3cpath d='M1224.4 279.92c-3.54 0-7.09-3.544-7.09-7.087s3.55-7.087 7.09-7.087' transform='matrix(-.50001 0 0 .5 1806.3 90.354)' stroke-width='2.667' fill='none'/%3e%3cpath d='M1224.4 279.92c-3.54 0-7.09-3.544-7.09-7.087s3.55-7.087 7.09-7.087' transform='matrix(-.50001 0 0 .5 1802.8 90.354)' stroke-width='2.667' fill='none'/%3e%3cpath d='M1224.4 279.92c-3.54 0-7.09-3.544-7.09-7.087s3.55-7.087 7.09-7.087' transform='matrix(-.50001 0 0 .5 1799.2 90.355)' stroke-width='2.667' fill='none'/%3e%3c/g%3e%3cg stroke='%23000' transform='translate(-786.29 -3.657) scale(1.0321)'%3e%3cpath d='M-106.3 265.75l-88.583 35.433 88.583 35.433 88.582-35.433-88.582-35.433z' fill-rule='evenodd' transform='matrix(.34 0 0 .3 1256.8 136.42)' stroke-width='4.175' fill='%23fff'/%3e%3crect fill-rule='evenodd' rx='4.108' ry='3.78' height='7.087' width='442.91' y='223.23' x='761.81' stroke-width='1.333' fill='%23ffd900'/%3e%3cpath d='M1224.4 279.92c-3.54 0-7.09-3.544-7.09-7.087s3.55-7.087 7.09-7.087' transform='matrix(-.50001 0 0 .5 1806.3 90.354)' stroke-width='2.667' fill='none'/%3e%3cpath d='M1224.4 279.92c-3.54 0-7.09-3.544-7.09-7.087s3.55-7.087 7.09-7.087' transform='matrix(-.50001 0 0 .5 1802.8 90.354)' stroke-width='2.667' fill='none'/%3e%3cpath d='M1224.4 279.92c-3.54 0-7.09-3.544-7.09-7.087s3.55-7.087 7.09-7.087' transform='matrix(-.50001 0 0 .5 1799.2 90.355)' stroke-width='2.667' fill='none'/%3e%3c/g%3e%3cg fill-rule='evenodd'%3e%3cpath d='M338.07-.416c-5.571 12.442 4.275-4.138 28.299 16.69 4.452 3.87 8.342 14.09 8.342 21.178-1.13-.975-1.969-3.145-3.214-4.553-1.743 2.253 1.664 12.577 2.162 17.457-3.756-2.71-3.394-3.993-4.642-7.324.249 4.026-.645 15.116.849 19.386-2.96-1.09-2.764-4.163-4.31-4.78 1.052 4.834-.916 10.094-.394 15.528-1.73-2.208-3.573-3.937-4.376-4.829-.135 2.588-3.327 9.388-3.4 11.835-1.468-1.143-1.866-2.926-2.111-4.126-1.824 2.955-8.308 13.872-8.724 17.202-4.996-5.69-17.793-19.545-19.459-26.9-1.473 4.176-3.604 5.584-7.817 8.632-1.665-11.656-7.891-24.756-4.561-34.747-2.359 1.804-4.302 3.608-6.66 5.828 2.234-16.88 13.628-36.674 30.016-46.477z' transform='matrix(.9944 0 0 .77118 190.368 251.963)' stroke='%23000' stroke-width='1.422' fill='%233d5da7'/%3e%3cpath d='M505.878 299.164c2.3-4.597 4.419-6.056 5.905-9.016 2.626-5.203 3-9.343 5.288-8.736 2.288.607 2.285 2.737-.678 7.854-2.964 5.116-4.372 6.209-10.515 9.898zM521.438 310.115c-.295-3.5.72-4.963.534-7.217-.316-3.967-1.938-6.69.171-6.883 2.11-.194 3.096 1.159 3.102 5.156.006 3.998-.612 5.048-3.807 8.944zM533.243 316.979c-.922-4.887-.233-7.055-.822-10.203-1.027-5.54-3.058-9.187-1.103-9.693 1.955-.507 3.134 1.284 3.874 6.902.74 5.618.35 7.162-1.95 12.994zM545.515 282.734c-2.882-2.188-4.565-2.334-6.424-3.74-3.274-2.468-4.931-5.108-5.984-3.797-1.053 1.311-.306 2.745 3.125 5.02 3.431 2.276 4.593 2.456 9.283 2.517zM543.484 298.962c-1.52-3.155-3.119-3.955-4.101-5.986-1.738-3.567-1.74-6.653-3.625-5.862-1.884.791-2.036 2.407-.02 5.86 2.015 3.452 3.07 4.077 7.746 5.988z' fill='%23a70000'/%3e%3c/g%3e%3cg fill-rule='evenodd'%3e%3cpath d='M329.6 20.703c-.272-2.662.253-2.98-1.258-4.989 2.2.997 2.284 3.649 4.959 1.767.983-.551 1.411-.569.217-3.526 2.79.14 11.927 3.535 13.39 3.614 3.842.191 10.855-4.373 15.723 1.24 4.672 5.117 3.112 10.428 3.112 17.515-1.877-.975-.973-1.455-2.965-3.989 1.494 6.195-.08 17.364-.08 23.934-.767-1.584-.654-.896-1.404-2.537-1.992 5.997-4.38 7.231-4.38 14.318-.719-2.78-.025-2.191-.825-3.653-1.936 4.552-14.925 8.443-9.92 13.033-4.518-2.87-6.499-2.57-8.548-5.15-.882.617-1.584 1.785-2.404 3.386-7.943-3.96-5.103-12.5-11.326-18.206-1.077 2.393-.586 2.045-1.75 5.939-1.26-5.408-1.604-8.844-3.021-12.82-1.223 2.204-1.113 1.36-3.333 4.69-.918-6.587-2.413-8.142-1.822-12.501-2.359 1.804-.815 1.073-3.173 3.293 2.234-16.88 11.884-29.352 18.808-25.358z' transform='matrix(1.1372 0 0 1.0495 -399.418 239.16)' stroke='%23000' stroke-width='1.422' fill='%233d5da7'/%3e%3cpath d='M-35.707 289.802c2.327-5.704 4.425-7.495 5.929-11.167 2.655-6.454 3.088-11.613 5.32-10.826 2.23.787 2.194 3.444-.79 9.786-2.985 6.342-4.383 7.686-10.459 12.207zM-26.893 304.072c.932-5.114 2.405-6.976 3.01-10.27 1.075-5.79.476-10.102 2.549-9.875 2.073.227 2.543 2.412 1.163 8.173-1.38 5.76-2.332 7.125-6.722 11.972zM-16.354 313.993c.263-4.957 1.424-6.893 1.598-10.086.315-5.616-.767-9.637 1.211-9.66 1.978-.023 2.682 1.997 2.076 7.62-.606 5.622-1.338 7.025-4.885 12.126zM6.28 281.574c-4.328-4.312-6.945-5.116-9.736-7.89-4.917-4.87-7.294-9.44-9.044-7.82-1.75 1.62-.698 4.05 4.48 8.684 5.177 4.634 6.978 5.309 14.3 7.026zM3.647 298.24c-2.819-4.33-4.887-5.451-6.707-8.237-3.21-4.895-4.312-9.1-6.132-8.06-1.82 1.042-1.413 3.24 2.065 7.985 3.478 4.744 4.878 5.617 10.774 8.311z' fill='%23a70000'/%3e%3c/g%3e%3cg fill-rule='evenodd'%3e%3cpath d='M637.8 230.32c-53.15 59.05-124.02 177.16-265.75 177.16-124.02 0-212.6-118.11-265.75-177.16 53.15-59.06 141.73-177.17 265.75-177.17 141.73 0 212.6 118.11 265.75 177.17z' transform='matrix(.68807 0 0 .61926 .001 113.366)' stroke='%23000' stroke-width='2.108' fill='%23fff'/%3e%3cpath d='M243.234 184.445c9.73 10.943 1.605 15.354 11.903 16.073 10.86.797 4.705 11.562 13.84 11.936 6.387.28-.638 25.794 5.511 34.213 6.263 8.777 11.508 2.571 11.618 8.913.109 6.558-17.045 5.896-17.346 26.099-.503 11.642-14.476 12.388-15.143 19.879-.83 7.046 27.528 11.002 27.15 17.31-.388 6.288-30.62 5.303-31.936 12.475-.675 6.442 41.531 11.721 44.925 30.352-6.298 2.06-24.216 3.998-37.76 4.009-85.327.068-146.283-73.14-182.854-109.708 36.571-36.574 97.52-109.714 182.855-109.714 0 0-25.33 23.144-12.763 38.163z'/%3e%3cg stroke-width='1pt' fill='%23fff'%3e%3cpath d='M141.408 216.989h8.866v29.256h-8.866zM141.408 265.75h8.866v29.256h-8.866zM159.138 216.989h8.866v29.256h-8.866zM159.138 265.75h8.866v29.256h-8.866zM176.868 216.989h8.866v29.256h-8.866zM176.868 265.75h8.866v29.256h-8.866zM194.602 216.989h8.866v29.256h-8.866zM194.602 265.75h8.866v29.256h-8.866zM212.332 216.989h8.866v29.256h-8.866zM212.332 265.75h8.866v29.256h-8.866zM230.062 216.989h8.865v29.256h-8.865zM230.062 265.75h8.865v29.256h-8.865z'/%3e%3c/g%3e%3cg stroke-width='1pt'%3e%3cpath d='M275.499 216.989h8.866v29.256h-8.866zM275.499 265.75h8.866v29.256h-8.866zM293.228 216.989h8.866v29.256h-8.866zM293.228 265.75h8.866v29.256h-8.866zM310.958 216.989h8.866v29.256h-8.866zM310.958 265.75h8.866v29.256h-8.866zM328.693 216.989h8.866v29.256h-8.866zM328.693 265.75h8.866v29.256h-8.866zM346.422 216.989h8.866v29.256h-8.866zM346.422 265.75h8.866v29.256h-8.866zM364.152 216.989h8.866v29.256h-8.866zM364.152 265.75h8.866v29.256h-8.866z'/%3e%3c/g%3e%3c/g%3e%3cg fill-rule='evenodd'%3e%3cpath d='M338.07-.416c-5.571 12.442 9.754-4.138 33.778 16.69 4.452 3.87 10.833 19.16 10.833 26.246-5.115-1.257-14.173-7.087-14.173-7.087s10.63 12.295 10.63 26.468c-3.756-2.71-5.635-2.304-6.883-5.634 0 4.588 3.34 7.512 3.34 14.599-2.711-2.498-5.006-4.163-7.3-5.625 3.543 7.086-6.457 20.834-1.452 25.423-8.752-1.462-17.707-7.92-21.25-15.006-1.878 1.462-2.082 3.756-2.155 6.203.276.264-13.322-11.656-12.073-16.235-1.824 2.955-2.081 4.579-2.497 7.909-4.996-5.69-9.574-11.378-11.24-18.733-2.22 3.33-2.359 3.33-4.579 6.66-1.665-11.655-1.665-11.24 1.665-21.23-2.359 1.804-4.302 3.608-6.66 5.828 2.234-16.88 13.628-36.674 30.016-46.477z' transform='matrix(.9094 0 0 .78749 -110.58 166.096)' stroke='%23000' stroke-width='1.422' fill='%233d5da7'/%3e%3cpath d='M184.375 213.644c.81-6.752 2.576-9.295 3.103-13.643.94-7.648-.175-13.237 2.534-13.095 2.71.141 3.49 2.962 2.151 10.593-1.34 7.63-2.468 9.484-7.788 16.145zM198.52 226.007c-.55-5.697.503-8.122.154-11.791-.602-6.457-2.596-10.83-.234-11.233 2.362-.402 3.556 1.764 3.81 8.283.256 6.519-.375 8.256-3.73 14.74zM220.602 236.092c-2.401-4.929-4.464-6.4-6.015-9.572-2.739-5.576-3.31-10.129-5.422-9.304-2.112.825-1.996 3.18 1.054 8.639 3.05 5.458 4.429 6.57 10.383 10.237zM228.235 191.946c-6.116-3.22-9.257-3.26-13.199-5.329-6.94-3.627-10.98-7.725-12.414-5.47-1.434 2.256.48 4.499 7.635 7.796 7.155 3.298 9.354 3.454 17.978 3.003zM230.48 210.382c-4.455-3.705-7.088-4.25-9.96-6.633-5.06-4.182-7.578-8.288-9.268-6.624-1.69 1.665-.56 3.864 4.75 7.804 5.31 3.94 7.127 4.43 14.477 5.453z' fill='%23a70000'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-tc {
	background-image: url([object Module]);
}
.flag-td {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%23000067' d='M0 0h213.97v480H0z'/%3e%3cpath fill='red' d='M426.03 0H640v480H426.03z'/%3e%3cpath fill='%23ff0' d='M213.97 0h212.06v480H213.97z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-tf {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cpath d='M0-21l12.344 37.99-32.316-23.48h39.944l-32.316 23.48z' fill='%23fff' id='a'/%3e%3c/defs%3e%3cpath fill='%23002395' d='M0 0h640v480H0z'/%3e%3cpath fill='%23fff' d='M0 0h292.8v196.8H0z'/%3e%3cpath fill='%23002395' d='M0 0h96v192H0z'/%3e%3cpath fill='%23ed2939' d='M192 0h96v192h-96z'/%3e%3cpath d='M426 219.6l15.45 24.6h43.95V330l-33-51.6-44.4 70.8h21.6l22.8-40.8 46.8 84 46.8-84 22.8 40.8h21.6L546 278.4 513 330v-47.4h19.8l14.7-23.4H513v-15h43.95l15.45-24.6H426zm51.6 105h-48v16.8h48zm91.2 0h-48v16.8h48z' fill='%23fff'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' x='416' y='362' transform='scale(1.2)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' x='371' y='328' transform='scale(1.2)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' x='461' y='328' transform='scale(1.2)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' x='333' y='227' transform='scale(1.2)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' x='499' y='227' transform='scale(1.2)'/%3e%3c/svg%3e");
}
.flag-tg {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h682.67v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' fill-rule='evenodd' transform='scale(.9375)'%3e%3cpath fill='%23ffe300' d='M0 0h767.63v512H0z'/%3e%3cpath fill='%23118600' d='M0 208.14h767.63v102.81H0zM0 .248h767.63v102.81H0z'/%3e%3cpath fill='%23d80000' d='M0 .248h306.51v310.71H0z'/%3e%3cpath d='M134.42 128.43c0-.856 18.836-53.083 18.836-53.083l17.124 52.227s57.365 1.713 57.365.856-45.378 34.248-45.378 34.248 21.404 59.933 20.549 58.221c-.856-1.712-49.659-35.96-49.659-35.96s-49.658 34.248-48.802 34.248c.856 0 18.835-56.508 18.835-56.508l-44.522-33.392 55.652-.856z' fill='%23fff'/%3e%3cpath fill='%23118600' d='M0 409.19h767.63V512H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-th {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%23fff' d='M0 0h640v480H0z'/%3e%3cpath fill='%23001b9a' d='M0 162.544h640v160.003H0z'/%3e%3cpath fill='%23e70000' d='M0 .042h640v82.5H0zM0 400.003h640v80H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-tj {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640'%3e%3cpath fill='%23060' d='M0 0h640v480H0z'/%3e%3cpath fill='%23fff' d='M0 0h640v342.857H0z'/%3e%3cpath fill='%23c00' d='M0 0h640v137.143H0z'/%3e%3cpath d='M300.8 233.623a8.571 8.571 0 0 1 15.977 4.046v34.285h6.446V237.67a8.571 8.571 0 0 1 15.977-4.046 20.229 20.229 0 1 0-38.4 0' fill='%23f8c300'/%3e%3cpath d='M305.394 224.674A13.714 13.714 0 0 1 320 231.223a13.714 13.714 0 0 1 14.606-6.549 14.743 14.743 0 0 0-29.212 0' fill='%23fff'/%3e%3cpath d='M316.777 258.259a26.057 26.057 0 0 1-43.78 16.673 27.086 27.086 0 0 1-40.96 11.978c2.503 24.978 39.944 19.878 42.734-4.409 11.763 20.65 37.627 14.736 45.195-10.56z' id='a' fill='%23f8c300'/%3e%3cuse transform='matrix(-1 0 0 1 640 0)' xlink:href='%23a' width='100%25' height='100%25' fill='%23f8c300'/%3e%3cpath d='M291.776 302.613c-5.224 11.277-15.665 13.214-24.798 4.11 0 0 3.671-2.593 7.602-3.309-.737-3.136.774-7.475 2.904-9.822 2.234 1.527 5.351 4.587 6.144 8.142 5.505-.712 8.148.88 8.148.88z' id='b' fill='%23f8c300'/%3e%3cuse transform='rotate(9.37 320 551.314)' xlink:href='%23b' width='100%25' height='100%25' fill='%23f8c300'/%3e%3cuse transform='rotate(18.74 320 551.314)' xlink:href='%23b' width='100%25' height='100%25' fill='%23f8c300'/%3e%3cpath d='M253.486 327.771a233.143 233.143 0 0 1 133.028 0' fill='none' stroke='%23f8c300' stroke-width='10.971'/%3e%3cg transform='matrix(.68571 0 0 .68571 320 164.571)' fill='%23f8c300'%3e%3cpath id='c' transform='scale(.00005)' d='M301930 415571l-790463-574305h977066l-790463 574305L0-513674z'/%3e%3c/g%3e%3cg id='d' transform='matrix(.68571 0 0 .68571 320 260.571)' fill='%23f8c300'%3e%3cuse height='100%25' width='100%25' xlink:href='%23c' transform='translate(-70 -121.244)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23c' transform='translate(-121.244 -70)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23c' transform='translate(-140)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' transform='matrix(-1 0 0 1 640 0)' fill='%23f8c300'/%3e%3c/svg%3e");
}
.flag-tk {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath d='M0 0h640v480H0z' fill='%2300247d'/%3e%3cpath d='M108.1 354.6c-6.7-.1 62.8-37 120.9-84.4 76.2-62.1 240.3-161.4 288.6-177.6 5-1.7-10.3 8.6-12.3 11.9-51.5 61-10.4 176 54 233.9 19.4 14.8 18.4 15.6 54.3 17v3.4l-505.5-4.2zm-4.2 6.7s-4.9 3.5-4.9 6.1c0 2.9 5.5 6.7 5.5 6.7l498.5 5.5 9.2-6.1-12.8-7.9-495.5-4.3z' fill='%23fed100'/%3e%3cpath d='M106.8 109.1l-4 12.2 10.4-7.5 10.3 7.5-3.9-12.2 10.3-7.5h-12.8l-3.9-12.2-4 12.2H96.4zm78.1 57.4l8.6-6.3h-10.7l-3.3-10.1-3.3 10.1h-10.6l8.6 6.3-3.3 10.1 8.6-6.3 8.7 6.3zm-145.2 13l-4-12.2-3.9 12.2H19l10.3 7.5-3.9 12.2 10.3-7.5 10.4 7.5-4-12.2 10.4-7.5zm78.1 122.3l-4.6-14.2-4.6 14.2h-15l12.1 8.7-4.6 14.3 12.1-8.8 12.1 8.8-4.7-14.3 12.1-8.7z' fill='%23fff'/%3e%3c/svg%3e");
}
.flag-tl {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h682.67v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' fill-rule='evenodd' transform='scale(.9375)'%3e%3cpath fill='%23cb000f' d='M0 0h1031.2v512H0z'/%3e%3cpath d='M0 0c3.234 0 512 256.72 512 256.72L0 512V0z' fill='%23f8c00c'/%3e%3cpath d='M0 0c2.151 0 340.62 256.72 340.62 256.72L0 512V0z'/%3e%3cpath d='M187.71 298.16l-60.813-13.478-31.072 52.839-4.861-59.677-60.753-13.372 54.84-24.817-3.292-59.385 40.235 43.39 55.341-25.232-28.827 53.899 39.203 45.835z' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-tm {
	background-image: url([object Module]);
}
.flag-tn {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-85.333 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(80) scale(.9375)'%3e%3cpath fill='%23e70013' d='M-128 0h768v512h-768z'/%3e%3cpath d='M385.808 255.773c0 71.316-57.813 129.129-129.129 129.129-71.317 0-129.13-57.814-129.13-129.13s57.814-129.129 129.13-129.129c71.317 0 129.13 57.814 129.13 129.13z' fill='%23fff'/%3e%3cpath d='M256.68 341.41c-47.27 0-85.635-38.364-85.635-85.635s38.364-85.636 85.635-85.636c11.818 0 25.27 2.719 34.407 9.43-62.63 2.357-78.472 55.477-78.472 76.885s10.128 69.154 78.471 76.205c-7.777 5.013-22.588 8.75-34.406 8.75z' fill='%23e70013'/%3e%3cpath fill='%23e70013' d='M332.11 291.785l-38.89-14.18-25.72 32.417 1.477-41.356-38.787-14.45 39.798-11.373 1.744-41.356 23.12 34.338 39.87-11.116-25.504 32.594z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-to {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23c10000' d='M0 0h640v480H0z'/%3e%3cpath fill='%23fff' d='M0 0h249.954v200.321H0z'/%3e%3cg fill='%23c10000'%3e%3cpath d='M102.854 31.24h39.84v139.54h-39.84z'/%3e%3cpath d='M192.55 81.086v39.84H53.01v-39.84z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-tr {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%23f31930' d='M0 0h640v480H0z'/%3e%3cpath d='M406.977 247.473c0 66.215-54.606 119.89-121.97 119.89S163.04 313.686 163.04 247.472s54.606-119.89 121.968-119.89 121.97 53.677 121.97 119.89z' fill='%23fff'/%3e%3cpath d='M413.077 247.467c0 52.97-43.686 95.91-97.575 95.91s-97.574-42.94-97.574-95.91 43.686-95.91 97.574-95.91 97.575 42.94 97.575 95.91z' fill='%23f31830'/%3e%3cpath d='M430.726 191.465l-.985 44.318-41.345 11.225 40.756 14.514-.984 40.642 26.58-31.738 40.164 13.934-23.233-34.06 28.352-33.868-43.513 11.998-25.793-36.964z' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-tt {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23fff' d='M0 0h640v480H0z'/%3e%3cpath d='M463.663 480L.05 1.003 0 479.747l463.663.253zM176.337 0L639.95 478.997 640 .253 176.337 0z' fill-rule='evenodd' fill='%23e00000'/%3e%3cpath d='M27.74.23h118.597l468.176 479.315h-122.35L27.738.229z' fill-rule='evenodd'/%3e%3c/svg%3e");
}
.flag-tv {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)'%3e%3cg fill-rule='evenodd' transform='matrix(.64508 0 0 .92059 0 23.331)' stroke-width='1pt' fill='%23009fca'%3e%3cpath d='M505.97-19.81h486.16v515.87H505.97z'/%3e%3crect ry='0' height='521.41' width='523.49' y='-25.343'/%3e%3c/g%3e%3cpath fill-rule='evenodd' fill='%23fff' d='M.017 0h395.857v196.597H.017z'/%3e%3cpath d='M.016 0L0 14.757l94.465 48.539 35.543 1.029L.017 0z' fill='%23c00'/%3e%3cpath d='M40.463 0l114.523 59.822V0H40.463z' fill='%23006'/%3e%3cpath fill='%23c00' d='M170.26 0v76.368H.018v43.639H170.26v76.367h52.385v-76.367H392.89V76.368H222.646V.001H170.26z'/%3e%3cpath d='M237.921 0v56.368L349.967.438 237.921 0z' fill='%23006'/%3e%3cpath d='M241.462 62.513l31.514-.253L395.394.437l-32.49.53-121.442 61.546z' fill='%23c00'/%3e%3cpath d='M.016 132.736v41.82l78.576-41.39-78.576-.435z' fill='%23006'/%3e%3cpath d='M302.588 134.462l-32.755-.255 123.474 61.477-.813-14.065-89.904-47.157zm-271.884 62.25l115.774-60.777-30.407.2L.02 196.63' fill='%23c00'/%3e%3cpath d='M394.55 17.271l-93.502 46.368 92.257.345v69.093H314.73l77.848 42.181 1.143 21.458-41.581-.497-113.8-55.869v56.366H155.4V140.35L48.65 196.565l-48.213.152v196.37h785.75V.347l-390.82-.34M.417 22.171L.002 62.954l82.722 1.037L.417 22.171z' fill='%23006'/%3e%3cg fill-rule='evenodd' transform='matrix(.79241 0 0 .79977 .006 0)' fill='%23009fca'%3e%3cpath d='M496.06 0h496.06v496.06H496.06z'/%3e%3crect rx='0' ry='0' height='251.45' width='525.79' y='244.61' x='-2.303'/%3e%3c/g%3e%3cg fill-rule='evenodd' stroke-width='1pt' fill='%23fff40d'%3e%3cpath d='M593.34 122.692l27.572-.018-22.32 15.232 8.54 24.674-22.293-15.27-22.293 15.266 8.544-24.67-22.316-15.24 27.571.026 8.498-24.684zM524.14 319.472l27.571-.019-22.32 15.233 8.54 24.673-22.293-15.269-22.293 15.266 8.544-24.67-22.316-15.24 27.571.026 8.498-24.685zM593.34 274.927l27.572-.018-22.32 15.232 8.54 24.673-22.293-15.269-22.293 15.266 8.544-24.67-22.316-15.24 27.571.026 8.498-24.684zM295.788 417.646l27.572-.019-22.32 15.233 8.54 24.673-22.293-15.269-22.293 15.266 8.544-24.67-22.317-15.24 27.572.026 8.498-24.684zM358.362 341.16l-27.572.018 22.32-15.232-8.54-24.674 22.293 15.27 22.293-15.266-8.544 24.67 22.316 15.24-27.571-.026-8.498 24.684zM439.668 228.716l-27.571.018 22.32-15.233-8.54-24.673 22.293 15.27 22.293-15.266-8.544 24.67 22.316 15.24-27.571-.026-8.498 24.684zM508.004 205.355l-27.572.018 22.32-15.232-8.54-24.674 22.293 15.27 22.293-15.266-8.544 24.67 22.316 15.24-27.571-.026-8.498 24.684zM439.668 399.972l-27.571.018 22.32-15.233-8.54-24.673 22.293 15.27 22.293-15.266-8.544 24.67 22.316 15.24-27.571-.026-8.498 24.684zM358.362 419.87l-27.572.018 22.32-15.233-8.54-24.673 22.293 15.269 22.293-15.266-8.544 24.67 22.316 15.24-27.571-.026-8.498 24.684z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-tw {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h682.67v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='scale(.9375)' stroke-width='1pt'%3e%3cpath fill='%23de2110' d='M0 0h768v512H0z'/%3e%3cpath fill='%2308399c' d='M0 0h385.69v256H0z'/%3e%3cpath fill='%23fff' d='M282.098 178.555l-47.332-9.733 10.083 47.26-36.133-32.088-14.904 45.97-15.244-45.867-35.886 32.367 9.733-47.332-47.26 10.073 32.088-36.123-45.969-14.904 45.855-15.244-32.356-35.89 47.332 9.73-10.073-47.262 36.123 32.093 14.904-45.97 15.244 45.859 35.886-32.36-9.733 47.335 47.26-10.08-32.088 36.132 45.97 14.893-45.856 15.244z'/%3e%3cpath fill='%23005387' d='M238.47 174.924l-14.935 7.932-14.57 8.608-16.918-.583-16.919.198-14.36-8.941-14.759-8.275-7.953-14.906-8.631-14.52.574-16.874-.188-16.883 8.965-14.32 8.298-14.716 14.935-7.934 14.57-8.607 16.919.58 16.928-.193 14.362 8.94 14.747 8.275 7.953 14.901 8.632 14.52-.574 16.874.187 16.883-8.965 14.323z'/%3e%3cpath d='M244.637 128.28c0 28.646-23.222 51.867-51.866 51.867s-51.867-23.221-51.867-51.866 23.222-51.866 51.867-51.866 51.866 23.221 51.866 51.866z' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-tz {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M10 0h160v120H10z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' fill-rule='evenodd' transform='matrix(4 0 0 4 -40 0)' stroke-width='1pt'%3e%3cpath fill='%2309f' d='M0 0h180v120H0z'/%3e%3cpath d='M0 0h180L0 120V0z' fill='%23090'/%3e%3cpath d='M0 120h40l140-95V0h-40L0 95v25z'/%3e%3cpath d='M0 91.456L137.18 0h13.52L0 100.47v-9.014zM29.295 120l150.7-100.47v9.014L42.815 120h-13.52z' fill='%23ff0'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ua {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23ffd500' d='M0 0h640v480H0z'/%3e%3cpath fill='%23005bbb' d='M0 0h640v240H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ug {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-85.333 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' transform='translate(80) scale(.9375)'%3e%3cpath fill-rule='evenodd' fill='%23ffe700' d='M-128 341.36h768v85.321h-768z'/%3e%3cpath fill-rule='evenodd' d='M-128 256h768v85.321h-768z'/%3e%3cpath fill-rule='evenodd' fill='%23de3908' d='M-128 170.68h768v85.321h-768z'/%3e%3cpath fill-rule='evenodd' fill='%23ffe700' d='M-128 85.358h768v85.321h-768z'/%3e%3cpath fill-rule='evenodd' d='M-128 0h768v85.321h-768z'/%3e%3cpath d='M335.71 255.997c0 44.023-35.688 79.71-79.71 79.71s-79.71-35.687-79.71-79.71 35.687-79.71 79.71-79.71 79.71 35.687 79.71 79.71z' fill-rule='evenodd' stroke='%23000' stroke-width='.986' fill='%23fffdff'/%3e%3cpath d='M241.936 194.89l-5.175-9.531c1.997-1.997 5.356-3.54 10.712-3.54 0 .363-.545 10.44-.545 10.44l-4.992 2.632z' fill-rule='evenodd' stroke='%23000' stroke-width='.986' fill='%23de3108'/%3e%3cpath d='M246.926 192.354l.727-10.53s10.712-.636 16.522 6.354c.09-.09-5.72 8.17-5.72 8.17l-11.529-3.994z' fill-rule='evenodd' stroke='%23000' stroke-width='.986' fill='%23ffe700'/%3e%3cpath d='M258.64 196.256l5.265-8.17c3.54 3.723 4.993 6.355 5.538 10.35.09.09-8.352 2.087-8.352 1.996s-2.36-4.085-2.45-4.176z' fill-rule='evenodd' stroke='%23000' stroke-width='.986' fill='%23de3108'/%3e%3cpath stroke-linejoin='round' d='M244.57 331.153s9.895-11.348 29.14-8.896c-2.905-4.72-12.255-4.176-12.255-4.176s-2.905-22.06-.636-23.15 11.892.092 11.892.092c1.27 0 3.45-3.45 1.726-5.629-1.726-2.179-6.809-10.53-4.721-12.165 2.088-1.634 13.435.908 13.435.908l-32.045-41.032s-3.268-15.433 3.268-22.877c7.898-6.536 7.081-13.617 6.809-13.527-1.09-7.171-11.983-12.346-19.337-5.719-4.357 5.265-1.452 9.26-1.452 9.26s-11.439 3.086-11.893 5.083c-.454 1.998 12.891-.362 12.891-.362l-1.27 9.169s-25.964 23.602-6.083 44.028c.182-.091.636-.908.636-.908s6.99 8.624 14.342 10.53c6.9 7.082 6.265 5.992 6.265 5.992s1.361 11.166.09 13.345c-1.724-.545-19.335-1.18-21.969-.182-2.36.727-11.438.273-9.168 15.07 1.724-3.994 3.268-7.535 3.268-7.535s-.273 5.356 1.906 7.263c-.363-5.63 2.088-9.441 2.088-9.441s.454 6.173 1.816 7.08c1.362.908 1.362-9.986 8.897-9.078 7.534.908 12.981.636 12.981.636s2.542 21.333 1.725 23.33c-5.448-1.27-18.429.545-19.246 3.813 7.625-.454 11.167.454 11.167.454s-6.173 5.447-4.267 8.624z' fill-rule='evenodd' stroke='%23000' stroke-linecap='round' stroke-width='.924'/%3e%3cpath stroke-linejoin='round' d='M247.626 214.749s-18.892 20.823-10.741 36.757c.434-2.222.245-3.618.517-3.527-.454-.272 2.343 1.917 2.13 1.491.06-1.152-.852-3.62-.852-3.62l2.556.638-1.491-2.769 3.621.426s-1.278-3.408-.851-3.408c.425 0 2.981.212 2.981.212-5.372-9.641-.304-17.648 2.13-26.2z' fill-rule='evenodd' stroke='%239ca69c' stroke-linecap='round' stroke-width='.924' fill='%239ca69c'/%3e%3cpath d='M254.19 196.887s1 7.172-2.905 9.26c-.635.454-3.086 1.27-2.723 2.724.454 1.997 1.543 1.633 3.087 1.27 4.084-.726 8.805-9.441 2.541-13.254z' fill-rule='evenodd' stroke='%239ca69c' stroke-width='.986' fill='%239ca69c'/%3e%3cpath d='M247.204 203.063a1.543 1.543 0 1 1-3.087 0 1.543 1.543 0 0 1 3.087 0z' fill-rule='evenodd' fill='%23fff'/%3e%3cpath d='M241.118 209.052c-.999.817-6.264 6.264-1.09 8.26 5.357-1.452 3.904-2.45 5.084-3.63.03-2.451-2.663-3.087-3.994-4.63z' fill-rule='evenodd' stroke='%23000' stroke-width='.986' fill='%23de3108'/%3e%3cpath stroke-linejoin='round' d='M252.554 260.53c-.272 1.18-1.452 5.538.182 8.897 4.54-1.907 6.627-1.362 8.17-.364-3.72-2.995-5.174-4.267-8.352-8.533z' fill-rule='evenodd' stroke='%239ca69c' stroke-linecap='round' stroke-width='.924' fill='%239ca69c'/%3e%3cpath stroke-linejoin='round' d='M260.366 281.137l.272 10.168s3.541.635 5.175 0c1.634-.636-.091-7.081-5.447-10.168z' fill-rule='evenodd' stroke='%23fff' stroke-linecap='round' stroke-width='.924' fill='%23fff'/%3e%3cpath d='M286.053 282.405s-6.536-15.795-23.24-19.79-14.525-21.787-13.163-22.877c.727-1.543 1.271-3.903 6.082-1.633 4.812 2.27 26.963 13.435 30.14 13.98s.454 30.684.181 30.32z' fill-rule='evenodd' stroke='%23000' stroke-width='.986' fill='%239ca69c'/%3e%3cpath stroke-linejoin='round' d='M270.167 262.526c-.272.182 22.332 13.345 15.523 24.693 6.446-4.267 4.358-11.71 4.358-11.71s5.265 13.707-7.535 20.425c1.362 1.18 2.27.907 2.27.907l-2.18 2.18s-.998 1.633 7.627-2.543c-2.361 1.907-2.542 3.268-2.542 3.268s.635 1.816 6.264-3.086c-4.54 4.902-5.538 7.444-5.538 7.353 12.255-1.09 38.944-40.942-8.443-52.744 2.543 2.634 2.179 2.27 2.179 2.27l-11.983 8.987z' fill-rule='evenodd' stroke='%23000' stroke-width='.924' fill='%23de3108'/%3e%3cpath stroke-linejoin='round' d='M271.165 258.624c3.087 2.179 4.175 2.905 4.539 3.995-2.814-.635-5.356-.454-5.356-.454s-6.082-5.81-7.172-6.264c-.817 0-5.537-2.996-5.537-2.996-2.36-1.18-4.539-9.35 4.176-6.99 8.986 4.266 10.257 4.63 10.257 4.63l10.713 3.359 6.173 6.9s-10.984-5.448-12.346-5.539c2.995 2.451 4.72 5.81 4.72 5.81-3.48-.999-6.505-1.906-10.167-2.45z' fill-rule='evenodd' stroke='%23000' stroke-linecap='round' stroke-width='.924' fill='%23fff'/%3e%3cpath d='M228.413 209.87s10.53-2.542 11.801-2.18' stroke='%23fff' stroke-linecap='round' stroke-width='.924' fill='none'/%3e%3cpath fill-rule='evenodd' fill='%23de3908' d='M-128 426.68h768v85.321h-768z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-um {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h682.67v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='scale(.9375)'%3e%3cg stroke-width='1pt'%3e%3cg fill='%23bd3d44'%3e%3cpath d='M0 0h972.81v39.385H0zM0 78.77h972.81v39.385H0zM0 157.54h972.81v39.385H0zM0 236.31h972.81v39.385H0zM0 315.08h972.81v39.385H0zM0 393.85h972.81v39.385H0zM0 472.62h972.81v39.385H0z'/%3e%3c/g%3e%3cg fill='%23fff'%3e%3cpath d='M0 39.385h972.81V78.77H0zM0 118.155h972.81v39.385H0zM0 196.925h972.81v39.385H0zM0 275.695h972.81v39.385H0zM0 354.465h972.81v39.385H0zM0 433.235h972.81v39.385H0z'/%3e%3c/g%3e%3c/g%3e%3cpath fill='%23192f5d' d='M0 0h389.12v275.69H0z'/%3e%3cg fill='%23fff'%3e%3cpath d='M32.427 11.8l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zM97.28 11.8l3.541 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735H93.74zM162.136 11.8l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.269 6.734 3.54-10.896-9.269-6.735h11.458zM226.988 11.8l3.54 10.896h11.457l-9.269 6.735 3.54 10.896-9.268-6.734-9.27 6.734 3.541-10.896-9.27-6.735h11.458zM291.843 11.8l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zM356.698 11.8l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.27 6.734 3.542-10.896-9.27-6.735h11.458z'/%3e%3cg%3e%3cpath d='M64.855 39.37l3.54 10.896h11.458L70.583 57l3.542 10.897-9.27-6.734-9.269 6.734L59.126 57l-9.269-6.734h11.458zM129.707 39.37l3.54 10.896h11.457L135.435 57l3.54 10.897-9.268-6.734-9.27 6.734L123.978 57l-9.27-6.734h11.458zM194.562 39.37l3.54 10.896h11.458L200.29 57l3.541 10.897-9.27-6.734-9.268 6.734L188.833 57l-9.269-6.734h11.457zM259.417 39.37l3.54 10.896h11.458L265.145 57l3.541 10.897-9.269-6.734-9.27 6.734L253.69 57l-9.27-6.734h11.458zM324.269 39.37l3.54 10.896h11.457L329.997 57l3.54 10.897-9.268-6.734-9.27 6.734L318.54 57l-9.27-6.734h11.458z'/%3e%3c/g%3e%3cg%3e%3cpath d='M32.427 66.939l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zM97.28 66.939l3.541 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735H93.74zM162.136 66.939l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.269 6.734 3.54-10.896-9.269-6.735h11.458zM226.988 66.939l3.54 10.896h11.457l-9.269 6.735 3.54 10.896-9.268-6.734-9.27 6.734 3.541-10.896-9.27-6.735h11.458zM291.843 66.939l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zM356.698 66.939l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.27 6.734 3.542-10.896-9.27-6.735h11.458z'/%3e%3cg%3e%3cpath d='M64.855 94.508l3.54 10.897h11.458l-9.27 6.734 3.542 10.897-9.27-6.734-9.269 6.734 3.54-10.897-9.269-6.734h11.458zM129.707 94.508l3.54 10.897h11.457l-9.269 6.734 3.54 10.897-9.268-6.734-9.27 6.734 3.541-10.897-9.27-6.734h11.458zM194.562 94.508l3.54 10.897h11.458l-9.27 6.734 3.541 10.897-9.27-6.734-9.268 6.734 3.54-10.897-9.269-6.734h11.457zM259.417 94.508l3.54 10.897h11.458l-9.27 6.734 3.541 10.897-9.269-6.734-9.27 6.734 3.542-10.897-9.27-6.734h11.458zM324.269 94.508l3.54 10.897h11.457l-9.269 6.734 3.54 10.897-9.268-6.734-9.27 6.734 3.541-10.897-9.27-6.734h11.458z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath d='M32.427 122.078l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zM97.28 122.078l3.541 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735H93.74zM162.136 122.078l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.269 6.734 3.54-10.896-9.269-6.735h11.458zM226.988 122.078l3.54 10.896h11.457l-9.269 6.735 3.54 10.896-9.268-6.734-9.27 6.734 3.541-10.896-9.27-6.735h11.458zM291.843 122.078l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zM356.698 122.078l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.27 6.734 3.542-10.896-9.27-6.735h11.458z'/%3e%3cg%3e%3cpath d='M64.855 149.647l3.54 10.897h11.458l-9.27 6.734 3.542 10.897-9.27-6.734-9.269 6.734 3.54-10.897-9.269-6.734h11.458zM129.707 149.647l3.54 10.897h11.457l-9.269 6.734 3.54 10.897-9.268-6.734-9.27 6.734 3.541-10.897-9.27-6.734h11.458zM194.562 149.647l3.54 10.897h11.458l-9.27 6.734 3.541 10.897-9.27-6.734-9.268 6.734 3.54-10.897-9.269-6.734h11.457zM259.417 149.647l3.54 10.897h11.458l-9.27 6.734 3.541 10.897-9.269-6.734-9.27 6.734 3.542-10.897-9.27-6.734h11.458zM324.269 149.647l3.54 10.897h11.457l-9.269 6.734 3.54 10.897-9.268-6.734-9.27 6.734 3.541-10.897-9.27-6.734h11.458z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath d='M32.427 177.217l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zM97.28 177.217l3.541 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735H93.74zM162.136 177.217l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.269 6.734 3.54-10.896-9.269-6.735h11.458zM226.988 177.217l3.54 10.896h11.457l-9.269 6.735 3.54 10.896-9.268-6.734-9.27 6.734 3.541-10.896-9.27-6.735h11.458zM291.843 177.217l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zM356.698 177.217l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.27 6.734 3.542-10.896-9.27-6.735h11.458z'/%3e%3cg%3e%3cpath d='M64.855 204.786l3.54 10.897h11.458l-9.27 6.734 3.542 10.897-9.27-6.734-9.269 6.734 3.54-10.897-9.269-6.734h11.458zM129.707 204.786l3.54 10.897h11.457l-9.269 6.734 3.54 10.897-9.268-6.734-9.27 6.734 3.541-10.897-9.27-6.734h11.458zM194.562 204.786l3.54 10.897h11.458l-9.27 6.734 3.541 10.897-9.27-6.734-9.268 6.734 3.54-10.897-9.269-6.734h11.457zM259.417 204.786l3.54 10.897h11.458l-9.27 6.734 3.541 10.897-9.269-6.734-9.27 6.734 3.542-10.897-9.27-6.734h11.458zM324.269 204.786l3.54 10.897h11.457l-9.269 6.734 3.54 10.897-9.268-6.734-9.27 6.734 3.541-10.897-9.27-6.734h11.458z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath d='M32.427 232.356l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zM97.28 232.356l3.541 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735H93.74zM162.136 232.356l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.269 6.734 3.54-10.896-9.269-6.735h11.458zM226.988 232.356l3.54 10.896h11.457l-9.269 6.735 3.54 10.896-9.268-6.734-9.27 6.734 3.541-10.896-9.27-6.735h11.458zM291.843 232.356l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zM356.698 232.356l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.27 6.734 3.542-10.896-9.27-6.735h11.458z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-un {
	background-image: url([object Module]);
}
.flag-us {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e %3cg fill-rule='evenodd' transform='scale(.9375)'%3e %3cg stroke-width='1pt'%3e %3cpath d='M0 0h972.81v39.385H0zm0 78.77h972.81v39.385H0zm0 78.77h972.81v39.385H0zm0 78.77h972.81v39.385H0zm0 78.77h972.81v39.385H0zm0 78.77h972.81v39.385H0zm0 78.77h972.81v39.385H0z' fill='%23bd3d44'/%3e %3cpath d='M0 39.385h972.81V78.77H0zm0 78.77h972.81v39.385H0zm0 78.77h972.81v39.385H0zm0 78.77h972.81v39.385H0zm0 78.77h972.81v39.385H0zm0 78.77h972.81v39.385H0z' fill='%23fff'/%3e %3c/g%3e %3cpath fill='%23192f5d' d='M0 0h389.12v275.69H0z'/%3e %3cg fill='%23fff'%3e %3cpath d='M32.427 11.8l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zm64.853 0l3.541 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735H93.74zm64.856 0l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.269 6.734 3.54-10.896-9.269-6.735h11.458zm64.852 0l3.54 10.896h11.457l-9.269 6.735 3.54 10.896-9.268-6.734-9.27 6.734 3.541-10.896-9.27-6.735h11.458zm64.855 0l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zm64.855 0l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.27 6.734 3.542-10.896-9.27-6.735h11.458zM64.855 39.37l3.54 10.896h11.458L70.583 57l3.542 10.897-9.27-6.734-9.269 6.734L59.126 57l-9.269-6.734h11.458zm64.852 0l3.54 10.896h11.457L135.435 57l3.54 10.897-9.268-6.734-9.27 6.734L123.978 57l-9.27-6.734h11.458zm64.855 0l3.54 10.896h11.458L200.29 57l3.541 10.897-9.27-6.734-9.268 6.734L188.833 57l-9.269-6.734h11.457zm64.855 0l3.54 10.896h11.458L265.145 57l3.541 10.897-9.269-6.734-9.27 6.734L253.69 57l-9.27-6.734h11.458zm64.852 0l3.54 10.896h11.457L329.997 57l3.54 10.897-9.268-6.734-9.27 6.734L318.54 57l-9.27-6.734h11.458zM32.427 66.939l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zm64.853 0l3.541 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735H93.74zm64.856 0l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.269 6.734 3.54-10.896-9.269-6.735h11.458zm64.852 0l3.54 10.896h11.457l-9.269 6.735 3.54 10.896-9.268-6.734-9.27 6.734 3.541-10.896-9.27-6.735h11.458zm64.855 0l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zm64.855 0l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.27 6.734 3.542-10.896-9.27-6.735h11.458zM64.855 94.508l3.54 10.897h11.458l-9.27 6.734 3.542 10.897-9.27-6.734-9.269 6.734 3.54-10.897-9.269-6.734h11.458zm64.852 0l3.54 10.897h11.457l-9.269 6.734 3.54 10.897-9.268-6.734-9.27 6.734 3.541-10.897-9.27-6.734h11.458zm64.855 0l3.54 10.897h11.458l-9.27 6.734 3.541 10.897-9.27-6.734-9.268 6.734 3.54-10.897-9.269-6.734h11.457zm64.855 0l3.54 10.897h11.458l-9.27 6.734 3.541 10.897-9.269-6.734-9.27 6.734 3.542-10.897-9.27-6.734h11.458zm64.852 0l3.54 10.897h11.457l-9.269 6.734 3.54 10.897-9.268-6.734-9.27 6.734 3.541-10.897-9.27-6.734h11.458zM32.427 122.078l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zm64.853 0l3.541 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735H93.74zm64.856 0l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.269 6.734 3.54-10.896-9.269-6.735h11.458zm64.852 0l3.54 10.896h11.457l-9.269 6.735 3.54 10.896-9.268-6.734-9.27 6.734 3.541-10.896-9.27-6.735h11.458zm64.855 0l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zm64.855 0l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.27 6.734 3.542-10.896-9.27-6.735h11.458zM64.855 149.647l3.54 10.897h11.458l-9.27 6.734 3.542 10.897-9.27-6.734-9.269 6.734 3.54-10.897-9.269-6.734h11.458zm64.852 0l3.54 10.897h11.457l-9.269 6.734 3.54 10.897-9.268-6.734-9.27 6.734 3.541-10.897-9.27-6.734h11.458zm64.855 0l3.54 10.897h11.458l-9.27 6.734 3.541 10.897-9.27-6.734-9.268 6.734 3.54-10.897-9.269-6.734h11.457zm64.855 0l3.54 10.897h11.458l-9.27 6.734 3.541 10.897-9.269-6.734-9.27 6.734 3.542-10.897-9.27-6.734h11.458zm64.852 0l3.54 10.897h11.457l-9.269 6.734 3.54 10.897-9.268-6.734-9.27 6.734 3.541-10.897-9.27-6.734h11.458z'/%3e %3cg%3e %3cpath d='M32.427 177.217l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zm64.853 0l3.541 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735H93.74zm64.856 0l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.269 6.734 3.54-10.896-9.269-6.735h11.458zm64.852 0l3.54 10.896h11.457l-9.269 6.735 3.54 10.896-9.268-6.734-9.27 6.734 3.541-10.896-9.27-6.735h11.458zm64.855 0l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zm64.855 0l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.27 6.734 3.542-10.896-9.27-6.735h11.458zM64.855 204.786l3.54 10.897h11.458l-9.27 6.734 3.542 10.897-9.27-6.734-9.269 6.734 3.54-10.897-9.269-6.734h11.458zm64.852 0l3.54 10.897h11.457l-9.269 6.734 3.54 10.897-9.268-6.734-9.27 6.734 3.541-10.897-9.27-6.734h11.458zm64.855 0l3.54 10.897h11.458l-9.27 6.734 3.541 10.897-9.27-6.734-9.268 6.734 3.54-10.897-9.269-6.734h11.457zm64.855 0l3.54 10.897h11.458l-9.27 6.734 3.541 10.897-9.269-6.734-9.27 6.734 3.542-10.897-9.27-6.734h11.458zm64.852 0l3.54 10.897h11.457l-9.269 6.734 3.54 10.897-9.268-6.734-9.27 6.734 3.541-10.897-9.27-6.734h11.458z'/%3e %3c/g%3e %3cg%3e %3cpath d='M32.427 232.356l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zm64.853 0l3.541 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735H93.74zm64.856 0l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.269 6.734 3.54-10.896-9.269-6.735h11.458zm64.852 0l3.54 10.896h11.457l-9.269 6.735 3.54 10.896-9.268-6.734-9.27 6.734 3.541-10.896-9.27-6.735h11.458zm64.855 0l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.27-6.734-9.268 6.734 3.54-10.896-9.269-6.735h11.457zm64.855 0l3.54 10.896h11.458l-9.27 6.735 3.541 10.896-9.269-6.734-9.27 6.734 3.542-10.896-9.27-6.735h11.458z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");
}
.flag-uy {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%23fff' d='M0 0h640v480H0z'/%3e%3cpath fill='%230038a8' d='M266 53.333h374v53.333H266zM266 160h374v53.333H266zM0 266.667h640V320H0zm0 106.666h640v53.333H0z'/%3e%3cg transform='translate(133.333 133.333) scale(2.93333)' stroke-miterlimit='20' fill='%23fcd116' stroke='%23000' stroke-width='.6'%3e%3cg id='c'%3e%3cg id='b'%3e%3cg id='a'%3e%3cpath d='M1.5 9L6 12c-8 13 1 15-6 21 3-7-3-5-3-17' stroke-linecap='square' transform='rotate(22.5)'/%3e%3cpath d='M0 11c-2 13 4.5 17 0 22' fill='none' transform='rotate(22.5)'/%3e%3cpath d='M0 0h6L0 33-6 0h6v33'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' transform='rotate(45)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(90)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23c' transform='scale(-1)'/%3e%3ccircle r='11'/%3e%3c/g%3e%3cg transform='translate(133.333 133.333) scale(.29333)'%3e%3cg id='d'%3e%3cpath d='M81-44c-7 8-11-6-36-6S16-35 12-38s21-21 29-22 31 7 40 16m-29 9c7 6 1 19-6 19S26-28 32-36'/%3e%3cpath d='M19-26c1-12 11-14 27-14s23 12 29 15c-7 0-13-10-29-10s-16 0-27 10m3 2c4-6 9 6 20 6s17-3 24-8-10 12-21 12-26-6-23-10'/%3e%3cpath d='M56-17c13-7 5-17 0-19 2 2 10 12 0 19M0 43c6 0 8-2 16-2s27 11 38 7c-23 9-14 3-54 3h-5m63 6c-4-7-3-5-11-16 8 6 10 9 11 16M0 67c25 0 21-5 54-19-24 3-29 11-54 11h-5m5-29c7 0 9-5 17-5s19 3 24 7c1 1-3-8-11-9S25 9 16 7c0 4 3 3 4 9 0 5-9 5-11 0 2 8-4 8-9 8'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' transform='scale(-1 1)'/%3e%3cpath d='M0 76c-5 0-18 3 0 3s5-3 0-3'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-uz {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cpath fill='%231eb53a' d='M0 320h640v160H0z'/%3e%3cpath fill='%230099b5' d='M0 0h640v160H0z'/%3e%3cpath fill='%23ce1126' d='M0 153.6h640v172.8H0z'/%3e%3cpath fill='%23fff' d='M0 163.2h640v153.6H0z'/%3e%3ccircle cx='134.4' cy='76.8' r='57.6' fill='%23fff'/%3e%3ccircle cx='153.6' cy='76.8' r='57.6' fill='%230099b5'/%3e%3cg transform='matrix(1.92 0 0 1.92 261.12 122.88)' fill='%23fff'%3e%3cg id='e'%3e%3cg id='d'%3e%3cg id='c'%3e%3cg id='b'%3e%3cpath id='a' d='M0-6L-1.854-.294 1 .633'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23a' transform='scale(-1 1)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(72)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23b' transform='rotate(-72)'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23c' transform='rotate(144)'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' y='-24'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' y='-48'/%3e%3c/g%3e%3cuse height='100%25' width='100%25' xlink:href='%23e' x='24'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23e' x='48'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' x='-48'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' x='-24'/%3e%3cuse height='100%25' width='100%25' xlink:href='%23d' x='-24' y='-24'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-va {
	background-image: url([object Module]);
}
.flag-vc {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd'%3e%3cpath fill='%23f4f100' d='M0 0h640v480H0z'/%3e%3cpath fill='%23199a00' d='M490 0h150v480H490z'/%3e%3cpath fill='%230058aa' d='M0 0h150v480H0z'/%3e%3cpath d='M259.26 129.95l-46.376 71.391 44.748 74.391 43.82-73.735-42.192-72.046zM380.54 129.95l-46.376 71.391 44.748 74.391 43.82-73.735-42.192-72.046zM319.28 227.34l-46.376 71.391 44.748 74.391 43.82-73.735-42.192-72.046z' fill='%23199a00'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ve {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cg id='d' transform='translate(0 -36)'%3e%3cg id='c'%3e%3cg id='b'%3e%3cpath d='M0-5L-1.545-.245l2.853.927z' id='a' fill='%23fff'/%3e%3cuse xlink:href='%23a' transform='scale(-1 1)' width='180' height='120'/%3e%3c/g%3e%3cuse xlink:href='%23b' transform='rotate(72)' width='180' height='120'/%3e%3c/g%3e%3cuse xlink:href='%23b' transform='rotate(-72)' width='180' height='120'/%3e%3cuse xlink:href='%23c' transform='rotate(144)' width='180' height='120'/%3e%3c/g%3e%3c/defs%3e%3cpath d='M0 0h640v480H0z' fill='%23cf142b'/%3e%3cpath d='M0 0h640v320H0z' fill='%2300247d'/%3e%3cpath d='M0 0h640v160H0z' fill='%23fc0'/%3e%3cg id='f' transform='matrix(4 0 0 4 320 336)'%3e%3cg id='e'%3e%3cuse height='120' width='180' transform='rotate(10)' xlink:href='%23d'/%3e%3cuse height='120' width='180' transform='rotate(30)' xlink:href='%23d'/%3e%3c/g%3e%3cuse height='120' width='180' transform='rotate(40)' xlink:href='%23e'/%3e%3c/g%3e%3cuse height='120' width='180' transform='rotate(-80 320 336)' xlink:href='%23f'/%3e%3c/svg%3e");
}
.flag-vg {
	background-image: url([object Module]);
}
.flag-vi {
	background-image: url([object Module]);
}
.flag-vn {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-85.334 0h682.67v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(80.001) scale(.9375)'%3e%3cpath fill='%23ec0015' d='M-128 0h768v512h-768z'/%3e%3cpath d='M349.59 381.05l-89.576-66.893-89.137 67.55 33.152-109.77-88.973-67.784 110.08-.945 34.142-109.44 34.873 109.19 110.08.144-88.517 68.423 33.884 109.53z' fill='%23ff0'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-vu {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h682.67v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' transform='scale(.9375)'%3e%3cg fill-rule='evenodd'%3e%3cpath d='M0 0l347.415 219.424h420.56v73.142h-420.56L0 511.98V-.003z'/%3e%3cpath d='M0 493.705l354.733-226.732h413.242v-21.941H354.733L0 18.29V51.2l332.79 204.789L0 460.789V493.7z' fill='%23ff0'/%3e%3cpath d='M0 511.984l354.733-226.732h413.242v226.732H0z' fill='%2340aa40'/%3e%3cpath d='M0 0l354.733 226.732h413.242V0H0z' fill='%23ce0000'/%3e%3cpath d='M95.806 266.623c1.227.27 1.55.62 2.766-1.162.261-.897 1.023-2.152 1.686-3.264.887-1.456 1.276-2.04 2.11-.933.54.633 2.69-.534 3.582.078 1.379.917.55.784 1.68-.207.867-1.848.103-1.63-1.12-2.47-.859-.59-3.052.626-3.91.037.3-1.846.888-2.044 1.95-2.403.804.552 3.146-.42 3.87-.404 1.022.214 1.932.327 2.254-1.174.505-1.063.285-.33-.12-1.103-.858-.589-3.051.627-3.91.037-1.115-.844-.931-1.158-.28-2.573.872-.479 1.521-.247 2.599.423 1.109.762 2.856-.718 3.829-.772.875-.995 1.907-1.327 1.255-2.54-.365-.921-.639-1.025-1.84-1.263-1.227-.842-2.826.7-3.293-.56.974-1.395 1.337-1.097 2.518-.312.76.26 3.054-1.1 3.79-1.14 1.092-.316.563.913 1.334-1.805-.267-1.178-2.243.723-3.358.416-1.07.143-1.922-.236-2.023-1.389.016-1.55.785-1.656 1.887-1.426.97.174 3.159-1.031 3.973-1.014 1.159.616 1.526.386 2.438-1.047.673-1.692-.073-.993-1.223-1.86-.858-.59-3.051.626-3.91.037.15-.625.422-1.385 1.007-1.69.846.167 1.574.129 2.639.791 1.047.458 2.772-1.565 3.669-2.243-.17-.964-1.884.408-2.926-.308-.66-.453-1.488-.929-1.695-1.504.591-1.688.303-1.604 1.926-1.058.864-.225 2.328-.212 1.335-1.805-.158-.257-1.013-.166-1.759-.527-.9-.618-1.765-1.24-2.718-1.527-.688-.106-1.687-.328-2.231-.17-.058 1.003.195 1.64.136 2.814.448.732 1.295.75 1.472 1.01-.9.79-1.386.386-2.335.438-1.13-.775-.482-3.18-1.815-2.606.307.706.196 3.375.768 3.928.604.415 1.373.82 1.511 1.378-.96 1.478-1.324 1.395-2.478.68-.964-.662-.66-2.833-1.487-2.722-1.016.767-1.033.732-.823 1.816.054 1.417-.512 3.39.624 4.17 1.367.969 1.54.854.464 2.7-.741.898-1.157.734-2.007.323-.914-.628-.716-2.942-1.423-3.7-1.34-.8-.564-.77-1.68.209-.344 1.256-.094 1.587.465 2.7.454.69.425 3.051 1.2 3.204 1.25.716 1.295.572-.128 1.954-1.117.044-1.597.35-2.454-.665-1.04-.784-.39-3.202-1.712-3.216-1.224.1-1.49.132-1.334 1.805.211 1.472-.336 3.788.848 4.664 1.108.506 1.778.473 2.167 1.147-.345.303-.995 1.24-1.375 1.438-.776.055-1.576-.482-2.455-.665-1.044-.481-.572-1.413-1.407-1.987-.966.313-.983-1.037-1.495.334.198 1.126-.183 2.596.872 3.32.858.59 1.613 1.788 2.47 2.377.985 1.165.599 1.368-.007 3.056-.821.023-1.784-.545-2.678-1.159-.858-.589-.71-2.868-1.568-3.457-.742-.73-.527-1.353-1.679.208-.108 1.107.099 1.187.384 1.964.033 1.131-.27 3.216.769 3.93 1.05.211 2.182.76 3.006 1.043.79.926.103.745-.783 2.183-.557 1.44-.563 1.695-1.439 2.414-.76 1.013-1.06 1.458-.375 2.804z' fill='%23ff0'/%3e%3cpath d='M120.918 267.849c.736-1.195 1.187-1.398.034-3.402-.72-.636-1.568-1.946-2.325-3.096-.984-1.523-1.366-2.17-.016-2.613.796-.321.58-3.07 1.497-3.773 1.39-1.098.938-.27.477-1.866-1.35-1.66-1.454-.762-2.712.202-.883.676-.64 3.49-1.522 4.167-1.576-1.057-1.523-1.76-1.43-3.032.827-.633.866-3.508 1.169-4.27.603-1.001 1.07-1.922-.18-2.864-.775-.96-.19-.434-1.06-.313-.883.676-.64 3.49-1.522 4.167-1.22.847-1.435.526-2.475-.731-.092-1.118.38-1.714 1.423-2.59 1.141-.874.478-3.32.815-4.376-.565-1.327-.46-2.555-1.832-2.347-.991.018-1.195.268-1.891 1.448-1.262.967-.482 3.281-1.826 3.274-.893-1.592-.475-1.859.716-2.8.541-.701.207-3.682.462-4.479.144-1.287 1.062-.233-1.126-2.139-1.188-.187-.23 2.671-.955 3.732-.294 1.194-.982 1.948-2.08 1.594-1.416-.637-1.208-1.496-.558-2.574.546-.96.31-3.767.65-4.624 1.027-.985.962-1.467.01-3.008-1.286-1.391-.941-.319-2.195.555-.883.676-.64 3.491-1.522 4.167-.514-.41-1.104-1.001-1.15-1.745.49-.831.744-1.62 1.776-2.486.837-.929-.333-3.57-.599-4.793-.953-.204-.376 2.164-1.447 2.985-.68.52-1.445 1.209-2.056 1.199-1.314-1.303-1.352-.964-.205-2.47.138-1.006.732-2.556-1.125-2.138-.3.065-.556 1.01-1.184 1.657-.926.709-1.842 1.38-2.484 2.277-.37.688-.973 1.66-1.044 2.3.898.463 1.583.45 2.638.98.85-.182 1.203-1.074 1.513-1.158.367 1.272-.198 1.626-.527 2.654-1.162.89-3.11-.759-3.116.886.771-.044 3.177 1.142 3.913.755.62-.475 1.298-1.131 1.866-1.055.975 1.612.753 1.965-.362 2.904-.992.76-2.864-.43-3.091.492.3 1.385.261 1.39 1.34 1.6 1.322.509 2.908 1.898 4.076 1.003 1.434-1.064 1.398-1.294 2.663.586.53 1.147.214 1.523-.502 2.26-.94.721-2.985-.414-3.962.034-1.268 1.103-.932.29-.477 1.866 1.016.869 1.42.735 2.663.586.815-.206 2.97.769 3.42.007 1.155-1.042 1.04-1.146 1.742.916-.404 1.205-.314 1.837-1.587 2.341-1.134.79-3.095-.865-3.634.532-.395 1.34-.471 1.635 1.126 2.14 1.436.363 3.344 1.87 4.62.962.905-.974 1.141-1.699 1.915-1.842.141.487.742 1.552.772 2.034-.257.847-1.069 1.482-1.587 2.341-.857.918-1.525.043-2.384.701-.097 1.15-1.343.63-.288 1.721 1.113.24 2.31 1.232 3.395.4.882-.675 2.283-.997 3.165-1.673 1.462-.58 1.494-.088 2.803 1.23-.306.88-1.21 1.676-2.13 2.38-.882.677-2.915-.392-3.798.284-.966.496-1.451.02-.477 1.866.973.557 1.13.37 1.956.377 1.052.417 2.845 1.572 3.913.754.612-1.03 1.567-2.013 2.154-2.775 1.165-.47.725.189 1.693 1.704 1.1 1.166 1.332 1.275 1.644 2.493.627 1.21.916 1.708 2.424 1.519z' fill='%23ff0'/%3e%3cpath d='M98.007 314.504c0-5.32-.825-10.639 0-10.639 46.81 0 58.511-31.916 58.511-53.195 0-21.277-16.26-42.554-46.809-42.554-35.108 0-46.81 20.787-46.81 42.554 0 21.278 17.555 37.237 35.108 37.237 23.406 0 29.257-5.32 46.81-26.597-5.851 26.597-35.108 37.237-46.81 37.237-23.405 0-46.809-15.958-46.809-47.875 0-26.596 17.554-53.192 58.514-53.192 35.108 0 58.511 26.597 58.511 53.192 0 37.237-29.256 63.833-70.216 63.833z' fill='%23ff0'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-wf {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23fff' d='M0-.001h640v480H0z'/%3e%3cpath fill='%2300267f' d='M0-.001h213.337v480H0z'/%3e%3cpath fill='%23f31830' d='M426.662-.001H640v480H426.662z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-ws {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='red' d='M0 0h640v480H0z'/%3e%3cpath fill='%2300006b' d='M0 0h314.407v157.21H0z'/%3e%3cg fill='%23fff'%3e%3cpath d='M162.77 144.4l-12.468-8.415-11.95 8.555 3.795-15.007-11.471-9.25 14.817-.858 4.862-14.274 5.357 14.477 14.477.427-11.504 9.81zM160.634 44.574l-9.975-6.41-9.795 6.362 2.72-11.953-8.781-7.817 11.66-.977 4.357-11.192 4.49 11.349 11.48.9-8.888 7.99zM116.551 80.496l-9.708-6.66-9.922 6.658 3.089-11.673-9.147-7.768 11.607-.554 4.273-11.46 4.091 11.33 11.781.687-9.08 7.556zM204.934 72.47l-9.315-6.01-9.064 6.083 2.608-11.083-8.35-7.096 10.926-.841 3.899-10.468 4.143 10.564 10.763.625-8.362 7.37zM178.882 98.717l-6.21-3.868-6.188 3.907 1.613-7.347-5.482-4.924 7.208-.673 2.804-6.95 2.841 6.93 7.213.63-5.453 4.956z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-ye {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23fff' d='M0 0h640V472.79H0z'/%3e%3cpath fill='%23f10600' d='M0 0h640v157.374H0z'/%3e%3cpath d='M0 322.624h640v157.374H0z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-yt {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='%23fff' d='M0 0h640v479.997H0z'/%3e%3cpath fill='%2300267f' d='M0 0h213.331v479.997H0z'/%3e%3cpath fill='%23f31830' d='M426.663 0h213.331v479.997H426.663z'/%3e%3c/g%3e%3c/svg%3e");
}
.flag-za {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-71.873-.012h682.68v512.01h-682.68z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' transform='translate(67.379 .011) scale(.93748)'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath d='M-71.878 407.837V104.428l225.832 151.627-225.832 151.793z'/%3e%3cpath d='M82.217 512.121l253.538-170.644h360.372v170.644H82.217z' fill='%2300c'/%3e%3cpath d='M65.917.062l630.19.013v170.672H335.735S69.295-1.626 65.917.062z' fill='red'/%3e%3cpath d='M-71.878 64.075v40.329L153.954 256.03-71.878 407.823v40.327l284.44-192.12-284.44-191.955z' fill='%23fc0'/%3e%3cpath d='M-71.878 64.075V.062h94.891l301.313 203.88h371.778v104.261H324.326L23.013 512.053h-94.89V448.15l284.439-192.12-284.44-191.955z' fill='%23093'/%3e%3cpath d='M23.013.062h59.194l253.538 170.673h360.372v33.207H324.339L23.025.062zM23.013 512.121h59.194l253.538-170.644h360.372v-33.206H324.339L23.025 512.12z' fill='%23fff'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-zm {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M-170.67 0H512v512h-682.67z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(160) scale(.9375)'%3e%3cpath fill='%23198a00' d='M-256 0h768v512h-768z'/%3e%3cpath fill='%23ef7d00' d='M421.87 183.94h90.126v328.03H421.87z'/%3e%3cpath d='M331.85 183.78h90.029v328.1H331.85z'/%3e%3cpath fill='%23de2010' d='M239.95 183.98h91.935V512H239.95z'/%3e%3cg stroke='%23000' fill='%23ef7d00'%3e%3cpath stroke-linejoin='round' d='M451.61 65.59s33.917-14.494 37.204-17.482c1.494 1.793-13.597 20.021-42.881 26.745 26.595-6.276 49.306-25.998 53.937-25.4 1.345.299 1.046 19.274-59.914 35.71 42.134-11.058 66.637-31.377 66.339-29.136.298.448-4.184 15.986-41.088 28.09 10.31-2.392 38.25-19.424 37.95-16.137.897 1.345-27.043 37.203-77.54 25.55 40.34 10.458 66.487-14.793 70.222-14.344.747.15-7.47 22.113-58.27 23.457 24.355-2.54 17.331-.15 17.331-.15s-14.343 11.206-31.675 3.587c13.597 3.736 15.09 3.885 15.39 5.08-.897 1.493-12.103 3.735-22.86-2.092 8.665 3.585 16.435 4.184 16.584 5.528-.149.448-5.677 3.586-10.607 1.345-4.93-2.242-50.352-30.181-50.352-30.181l77.392-21.217 2.839 1.046zM360.622 141.169c-6.806 0-6.994 6.056-6.994 6.056s-.561.437-.187 3.373c1.124-2 1.686-2.624 1.686-2.624.75.126 3.871 1.062 8.804-2.809-4.496 4.682-1.81 6.431-1.81 6.431s-1.062 3.684 2.372 4.434c-1.061-1.5-.437-2.81-.437-2.81s4.808-.5 4.496-6.369c.187 5.307 3.06 6.618 3.06 6.618s0 2.935 3.121 3.185c-1.685-1.5-1.311-3.81-1.311-3.81s4.059-2.934.624-7.93c2.06-1.186 3.747-4.495 3.747-4.495s-2.81-1.187-4.12-2.185c-.626-1.312-.063-8.492-.063-8.492l-1.686-9.304-4.809 14.487c.187-2.06.313 6.244-6.493 6.244z' stroke-width='.993'/%3e%3cpath stroke-linejoin='round' d='M394.237 120.271c.149.15 5.08 5.679 9.86 5.38 1.793-1.495-3.735-4.782-3.735-5.529 1.943 1.793 10.16 8.815 15.39 6.275 2.091-2.988-3.735-2.54-10.16-10.608 4.482 2.988 15.688 9.562 20.917 7.023 2.242-2.391-11.654-9.862-16.286-15.689l-11.952-6.125-16.286 13.297 12.252 5.976z' stroke-width='.993'/%3e%3cpath stroke-linejoin='round' d='M375.857 74.853s5.528-3.287 27.641-1.644c2.39.299 15.09-4.333 19.125-5.677 6.424-1.196 26.893-5.678 32.422-9.861 3.885-.449-1.047 7.171-5.976 8.964-5.23 2.391-24.205 8.965-30.93 8.069 8.07.15 3.587 6.723-9.86 3.586 6.425 3.586 4.034 4.183 4.034 4.183s-11.355.598-14.343-1.942c7.62 2.839 4.482 3.885 4.482 3.885s-7.769.747-11.355-.897c5.528 1.644 2.69 2.69 2.69 2.69s-4.483.747-8.218-.598c-3.735-1.345-9.413-10.757-9.712-10.757z' stroke-linecap='round' stroke-width='.993'/%3e%3cpath stroke-linejoin='round' d='M384.723 123.37l.812 14.612s-.437.75-.812 1.186c-.375.437-10.365-1.561-8.992 6.057 0 3.122.063 3.933 2.186 5.682-.562-2.06-.374-3.497-.374-3.497s2.809 1.686 5.557-2.934c-1.873 4.558-.563 6.181-.126 6.306.438.812-.748 4.496 2.998 4.433-1.436-1.374-.75-3.372-.75-3.372s3.935-.623 2.56-7.742c1.437-1.436 1.999-.062 1.999-.062s.437 4.245 3.871 3.371c1.562.874-.25 3.185-.25 3.185s2.498.062 3.247-2.061c.75-2.123 1.624-5.932-2.498-7.493-.499-1.498 1.624-1.623 1.624-1.623s2.623.874 3.372 2.185c.749 1.311.5-3.434-2.747-3.934-3.997-.125-4.246-.936-4.246-1.123 0-.188-.687-10.615-1-13.612l-6.431.436z' stroke-width='.993'/%3e%3cpath stroke-linejoin='round' d='M398.625 135.82c.05-.67-6.817-9.915-5.075-11.11 1.741.358 4.597 4.563 6.91 3.198-.701-1.639-2.768-.716-5.115-4.912-2.346-4.743-2.688-11.864-10.906-19.632 5.32 8.22 17.389 13.038 17.9 10.642s-10.627-11.46-10.056-13.645c2.215 4.486 13.398 14.481 21.638 13.653.565-1.924-6.748-5.808-8.63-9.434-5.263-3.536-19.35-15.679-19.631-18.494-5.126-7.475-8.326-9.737-9.816-10.599-.576-.678-.72-1.326-.833-1.739-3.182-7.501 1.033-9.937 3.5-10.297 2.03-.226 2.619.078 4.08-.63-1.73-.676-3.46-1.309-5.188-1.986 2.255 1.654 8.015.198 6.766 4.963 2.526-.961 7.9-7.354-6.09-8.797-4.553-5.223-23.271-8.225-27.957 14.57.374.32.57.583 1.76 1.472-5.915-2.859-21.858-5.068-27.602-5.997-15.526-4.479-31.648-15.272-33.198-13.945-2.073.92 9.38 11.575 8.784 11.81-9.93-5.79-19.002-9.891-27.442-13.625-5.939-2.22-11.886-7.387-12.542-6.404-2.186 4.527 9.52 15.908 11.698 17.246 2.177 1.28 19.303 9.225 19.05 9.324-25.793-11.708-30.118-13.83-31.412-15.18-2.274-.513-7.812-7.99-9.355-7.509-.845.83.85 12.645 13.158 17.949 2.006 1.462 26.384 10.207 26.145 10.893-.06.171-27.921-11.5-29.004-11.917-5.371-2.107-11.962-9.49-13.195-8.66-1.176.754 3.039 8.746 8.467 11.252 2.845 1.256 13.758 6.66 23.59 10.101.628.227-17.673-6.94-26.472-10.617-3.99-2.214-5.868-4.974-6.476-4.38-.899.593 1.452 12.399 29.728 19.06.745.317 9.953-2.182 9.498-1.85-.114.083-9.144 2.049-10.023 1.981-.782-.12-5.73.586-5.819.842-.299.799 1.793 5.026 16.392 4.145 1.867-.113 11.995-3.689 11.144-2.92-.425.385-13.792 4.729-14.81 4.814-.884.125-5.58.616-5.754 1.116-.212.681 3.476 3.69 11.316 4.171 6.942.37 20.133-4.241 19.868-3.942-.264.299-12.715 4.565-13.042 4.825-.45.255-5.01.502-5.17.853-.371.87 6.577 7.369 27.128.434-2.065 2.789-12.026 4.696-12.011 5.198-.047.364 2.194 2.53 5.677 3.304 1.74.387 4.125.308 6.303-.036 3.91-.783 8.033-2.33 13.27-7.17.626 1.519-13.083 8.456-12.44 9.118 2.974 2.756 12.848-.356 13.495-.717.647-.362 19.015-10.72 18.951-11.918.286 1.536-23.68 14.558-23.421 15.093 1.538 2.454 9.725-.13 10.116-.355.39-.225 10.448-5.658 10.724-5.819.275-.16-11.82 7.08-10.743 8.181-.521 4.701 18.89-3.244 20.41-4.234.762-.494-9.324 4.435-9.35 6.776 3.247 5.491 13.646 3.75 15.25 2.542.802-.605-.944 4.079-.381 3.653.195-.088 2.261-2.53 3.056-4.299-.254 1.534-1.394 3.951-2.059 6.724-.666 2.773-.857 5.902-1.77 9.226-.21 1.46 6.407-2.854 5.446-13.17.566 5.366-2.09 15.399-1.395 15.92 1.39 1.043 5.234-4.997 5.622-9.08 1.142 2.062 3.537 6.368 5.598 7.36-.225-3.122.039-2.979-.889-6.046.535-4.072.61-9.708.74-16.072 5.599 10.727 7.833 15.256 6.268 23.471 1.665.694 4.325-5.734 4.11-9.042 2.139 9.193 11.368 10.572 11.515 10.304z' stroke-linecap='round' stroke-width='1.059'/%3e%3cpath stroke-linejoin='round' d='M305.356 67.72s-3.811 2.879-8.554 2.71c1.185 4.742 11.01 1.1 11.01 1.1s-4.743 5.252-8.131 6.099c2.033 1.693 10.587 1.1 12.027.254 1.44-.847 3.98-4.15 3.98-4.15S306.88 83.896 305.61 83.81c-.17 1.186 9.232.762 11.18-1.016 1.948-1.779 6.86-4.404 6.86-4.404s-12.873 8.977-13.466 8.977c4.827 1.27 14.483-1.524 20.666-5.336-9.148 6.098-9.994 7.2-14.652 9.232 4.15.931 6.267 3.726 20.327-2.372 8.046-3.81 12.619-10.756 12.619-10.756-4.997 6.69-12.874 12.366-21.597 17.955-.509 1.017 9.316 5.166 21.85-7.877' stroke-linecap='round' stroke-width='1.059'/%3e%3cpath d='M373.451 96.006s.847 3.98 4.235 7.03c3.388 3.049 3.642 6.013 3.642 6.013M371.76 70.09s1.185 3.558 4.658 5.845c3.557 2.286 8.894 9.485 9.317 10.756.41 1.538 2.455 12.62 2.286 13.805M350.162 75.595c.254 1.356-4.998 8.216 2.201 16.262-6.522 7.96-6.52 8.977-6.52 8.977s3.64 2.033 10.163-3.557c10.755 13.213 7.171 19.26 7.171 19.26' stroke-linecap='round' stroke-width='1.059'/%3e%3cpath stroke-linejoin='round' d='M362.32 107.211s-.99-1.42.776-6.72c1.59 1.917 3.36 2.326 4.135 3.101.775.776 8.896 1.952 9.412 7.38' stroke-linecap='round' stroke-width='1.059'/%3e%3cpath d='M371.864 57.462c0-.399-1.635-3.908-7.736.478 3.27.2 6.5 2.074 7.736-.478z' stroke-width='1.059'/%3e%3cpath stroke-linejoin='round' d='M430.094 73.508c.3.15 18.229 4.034 24.205 2.092-7.62 10.16-22.86 3.287-22.86 3.287 7.47 2.24 7.77 2.092 10.16 4.183.747 1.943-13.746 1.046-18.527-1.643 13.298 4.183 13.596 3.884 14.045 5.528.598 2.241-21.814-.598-23.756-3.586 5.976 4.632 9.263 5.528 12.55 7.62-4.034 1.793-11.504 3.586-25.25-6.126 18.078 16.435 34.364 15.39 36.904 18.378-6.275 9.263-30.63-5.528-41.835-13-11.206-7.47 24.503 18.08 27.791 17.63-1.644 2.54-13.447.3-14.195-.896' stroke-width='1.059'/%3e%3cpath d='M434.728 90.69c-2.09.3-8.366.3-9.262.15' stroke-linecap='round' stroke-width='1.059'/%3e%3cpath stroke-linejoin='round' d='M300.105 65.009s13.636 7.199 19.395 6.69c-1.524 1.44-3.812 2.033-3.812 2.033 1.44.593 5.421 2.71 11.435 1.356-1.44 1.44-3.303 3.049-3.303 3.049s5.166 1.948 11.01-1.101c-1.778 2.202-2.795 3.81-2.795 3.81l4.065.255' stroke-linecap='round' stroke-width='1.059'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.flag-zw {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='480' width='640' viewBox='0 0 640 480'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill-opacity='.67' d='M0 0h682.67v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' transform='scale(.9375)'%3e%3cpath fill-rule='evenodd' fill='%23319208' d='M0 438.86h1024v73.143H0z'/%3e%3cpath fill-rule='evenodd' fill='%23de2010' d='M0 292.57h1024v73.143H0z'/%3e%3cpath fill-rule='evenodd' fill='%23ffd200' d='M0 365.71h1024v73.143H0z'/%3e%3cpath fill-rule='evenodd' fill='%23de2010' d='M0 146.29h1024v73.143H0z'/%3e%3cpath fill-rule='evenodd' fill='%23ffd200' d='M0 73.143h1024v73.143H0z'/%3e%3cpath fill-rule='evenodd' fill='%23319208' d='M0 0h1024v73.143H0z'/%3e%3cpath d='M28.891 0v512l343.77-256L28.891 0z' fill-rule='evenodd'/%3e%3cpath fill-rule='evenodd' d='M0 0h29.257v512H0z'/%3e%3cpath d='M0 0v512l373.03-256L0 0z' fill-rule='evenodd'/%3e%3cpath fill-rule='evenodd' d='M0 219.43h1024v73.143H0z'/%3e%3cpath d='M0 0v512l343.77-256L0 0z' fill-rule='evenodd' fill='%23fff'/%3e%3cpath fill='%23d62419' fill-rule='evenodd' d='M131.957 114.662l27.271 90.366 97.405.854-77.523 53.863 29.296 92.886-75.178-57.08-79.296 56.566 31.054-89.142-78.309-57.931 94.387 1.985z'/%3e%3cpath d='M50.042 166.226c1.657-2.985 1.988-4.643 10.612-8.292 11.275-32.832 40.129-19.898 56.048 25.537 14.592 6.301 101.814 71.303 100.488 74.951-.663 3.317-11.608.664-11.608.664s-17.245 73.625-17.576 73.625c-32.171-4.311-82.249-4.975-116.411-4.311.331-5.639-9.286-42.451-9.286-42.451s-8.292-2.653 5.638-30.843c14.924-35.485 17.909-93.192-17.908-88.88z' fill-rule='evenodd' stroke='%23000' stroke-width='1.468' fill='%23f7df00'/%3e%3cpath d='M79.55 152.953a3.648 3.648 0 1 1-7.297 0 3.648 3.648 0 0 1 7.296 0zM115.704 183.472s-28.522 16.25-36.813 15.918M205.58 259.084c-1.99-1.659-105.791-6.633-101.484-41.788M120.679 259.745s11.275 6.633 20.892-10.613M133.28 259.414s7.96 7.296 19.568-8.622M62.644 285.95s7.295.995 8.623-3.317M97.126 328.73c0-.331-7.296-47.094-7.296-47.094 36.039 3.206 73.404 3.428 108.113 9.619' stroke='%23000' stroke-width='1.468' fill='none'/%3e%3cpath d='M93.483 282.296l9.948 11.607 10.282-9.95 8.622 9.287M124.993 293.577l8.622-7.628 9.287 8.954M144.551 294.898l9.618-8.622 7.296 8.623M165.451 295.238l8.623-5.97 7.627 7.297M187.672 296.23l6.301-5.97' stroke='%23000' stroke-width='1.468' fill='none'/%3e%3cpath d='M91.821 292.906l10.613 12.272 10.612-9.619 9.286 9.95 10.613-9.286 8.955 10.612 10.944-9.286s8.29 10.281 9.286 10.281 10.944-8.622 10.944-8.622l9.618 10.612 13.265-10.612M93.483 304.847s85.564 3.317 99.492 6.634M107.746 266.05s81.252 4.312 94.187 9.286' stroke='%23000' stroke-width='1.468' fill='none'/%3e%3cpath d='M91.16 232.218c.664 4.975-5.306 22.22-11.606 28.19-8.624 6.965-7.629 21.557-7.629 21.557.995 5.97 13.93 5.306 15.588 2.322 1.326-13.598 15.918-16.583 15.918-16.583s20.231-5.637 28.854-22.551M131.95 275.33a4.311 4.311 0 1 1-8.624 0 4.311 4.311 0 0 1 8.623 0zM151.187 276.99a4.311 4.311 0 1 1-8.622.001 4.311 4.311 0 0 1 8.622 0z' stroke='%23000' stroke-width='1.468' fill='none'/%3e%3c/g%3e%3c/svg%3e");
}
.payment {
	width: 2.5rem;
	height: 1.5rem;
	display: inline-block;
	background: no-repeat center/100% 100%;
	vertical-align: bottom;
	font-style: normal;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}
.payment-2checkout-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3e2checkout-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-610.000000, -589.000000)'%3e%3cg id='2checkout-dark' transform='translate(610.000000, 589.000000)'%3e%3crect id='Rectangle' fill='%23008FBE' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M68.2039046,24.432894 C65.8222765,16.6559554 58.5818034,11 50.0183092,11 C39.5149865,11 31,19.5067394 31,30.0004751 C31,40.4937358 39.5149865,49 50.0183092,49 C58.6236531,49 65.8917089,43.2879792 68.236243,35.4521243 C67.2532507,36.0460377 66.0786058,36.3957338 64.7679494,36.3957338 C60.9448846,36.3957338 58.2779175,33.5002876 58.2779175,30.0004751 L58.2779175,29.9653155 C58.2779175,26.4650279 60.9810275,23.534422 64.8040924,23.534422 C66.0881171,23.534422 67.2370815,23.8665383 68.2039046,24.432894 L68.2039046,24.432894 Z M45.6321757,36.1824002 L36.6340154,36.1824002 L36.6340154,34.4600515 L40.9188536,30.8176999 C42.626131,29.3790042 43.2491208,28.5798345 43.2491208,27.4604266 C43.2491208,26.2345895 42.3774107,25.5233189 41.2393843,25.5233189 C40.1013579,25.5233189 39.3185783,26.1452649 38.3593642,27.3896321 L36.8118766,26.1808997 C38.0031663,24.5103403 39.1763845,23.5695816 41.399174,23.5695816 C43.8359677,23.5695816 45.5075777,25.061967 45.5075777,27.2827278 L45.5075777,27.3178874 C45.5075777,29.2711496 44.4765534,30.338293 42.2713597,32.1319113 L39.7094925,34.2642977 L45.6321757,34.2642977 L45.6321757,36.1824002 L45.6321757,36.1824002 Z M57.9754584,25.2420416 L56.4351042,26.745355 C55.548176,26.0131786 54.5784995,25.5413739 53.3406045,25.5413739 C50.9575496,25.5413739 49.2331519,27.4951112 49.2331519,29.9292055 L49.2331519,29.9653155 C49.2331519,32.3989347 50.9575496,34.3887819 53.3406045,34.3887819 C54.6222514,34.3887819 55.5158376,33.9478607 56.3999124,33.2204356 L57.8575183,34.6448773 C56.6757399,35.7296006 55.3260872,36.3957338 53.2687942,36.3957338 C49.6407108,36.3957338 46.9390276,33.571082 46.9390276,30.0004751 L46.9390276,29.9653155 C46.9390276,26.4293931 49.5893499,23.534422 53.3582004,23.534422 C55.4925349,23.534422 56.8383831,24.2304884 57.9754584,25.2420416 L57.9754584,25.2420416 Z M69,30.0004751 L69,29.9653155 C69,27.5488009 67.2404105,25.5413739 64.7679494,25.5413739 C62.2973907,25.5413739 60.5715662,27.5131661 60.5715662,29.9292055 L60.5715662,29.9653155 C60.5715662,32.3813549 62.3316313,34.3887819 64.8040924,34.3887819 C67.2751267,34.3887819 69,32.4165145 69,30.0004751 L69,30.0004751 Z' id='Fill-72' fill='%23FFF'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-2checkout {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3e2checkout-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-611.000000, -589.000000)'%3e%3cg id='2checkout-light' transform='translate(611.000000, 589.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M67.2039046,24.432894 C64.8222765,16.6559554 57.5818034,11 49.0183092,11 C38.5149865,11 30,19.5067394 30,30.0004751 C30,40.4937358 38.5149865,49 49.0183092,49 C57.6236531,49 64.8917089,43.2879792 67.236243,35.4521243 C66.2532507,36.0460377 65.0786058,36.3957338 63.7679494,36.3957338 C59.9448846,36.3957338 57.2779175,33.5002876 57.2779175,30.0004751 L57.2779175,29.9653155 C57.2779175,26.4650279 59.9810275,23.534422 63.8040924,23.534422 C65.0881171,23.534422 66.2370815,23.8665383 67.2039046,24.432894 L67.2039046,24.432894 Z M44.6321757,36.1824002 L35.6340154,36.1824002 L35.6340154,34.4600515 L39.9188536,30.8176999 C41.626131,29.3790042 42.2491208,28.5798345 42.2491208,27.4604266 C42.2491208,26.2345895 41.3774107,25.5233189 40.2393843,25.5233189 C39.1013579,25.5233189 38.3185783,26.1452649 37.3593642,27.3896321 L35.8118766,26.1808997 C37.0031663,24.5103403 38.1763845,23.5695816 40.399174,23.5695816 C42.8359677,23.5695816 44.5075777,25.061967 44.5075777,27.2827278 L44.5075777,27.3178874 C44.5075777,29.2711496 43.4765534,30.338293 41.2713597,32.1319113 L38.7094925,34.2642977 L44.6321757,34.2642977 L44.6321757,36.1824002 L44.6321757,36.1824002 Z M56.9754584,25.2420416 L55.4351042,26.745355 C54.548176,26.0131786 53.5784995,25.5413739 52.3406045,25.5413739 C49.9575496,25.5413739 48.2331519,27.4951112 48.2331519,29.9292055 L48.2331519,29.9653155 C48.2331519,32.3989347 49.9575496,34.3887819 52.3406045,34.3887819 C53.6222514,34.3887819 54.5158376,33.9478607 55.3999124,33.2204356 L56.8575183,34.6448773 C55.6757399,35.7296006 54.3260872,36.3957338 52.2687942,36.3957338 C48.6407108,36.3957338 45.9390276,33.571082 45.9390276,30.0004751 L45.9390276,29.9653155 C45.9390276,26.4293931 48.5893499,23.534422 52.3582004,23.534422 C54.4925349,23.534422 55.8383831,24.2304884 56.9754584,25.2420416 L56.9754584,25.2420416 Z M68,30.0004751 L68,29.9653155 C68,27.5488009 66.2404105,25.5413739 63.7679494,25.5413739 C61.2973907,25.5413739 59.5715662,27.5131661 59.5715662,29.9292055 L59.5715662,29.9653155 C59.5715662,32.3813549 61.3316313,34.3887819 63.8040924,34.3887819 C66.2751267,34.3887819 68,32.4165145 68,30.0004751 L68,30.0004751 Z' id='Fill-72' fill='%23008FBE'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-alipay-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eAliPay-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-130.000000, -689.000000)'%3e%3cg id='AliPay-dark' transform='translate(130.000000, 689.000000)'%3e%3crect id='Rectangle' fill='%23003F96' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M70.7390422,18 L69.8438631,18.0696587 C69.8438631,18.0696587 68.9142542,18.2786362 68.9142542,18.6965913 L68.9142542,20.0897755 L64.8859493,20.2290937 L64.8859493,19.4628429 L63.0267309,19.4628429 C63.0267309,19.4628429 61.1675133,19.602161 61.1675133,20.159435 L61.1675133,25.2445557 L68.9142542,25.2445557 L68.9142542,28.7275155 L63.5776107,28.7275155 L63.5776107,30.1206989 L68.9142542,30.1206989 L68.9142542,38.0966761 L72.8736997,37.678721 L72.8736997,30.1206989 L78.5546433,30.1206989 L78.5546433,28.7275155 L72.8736997,28.7275155 L72.8736997,25.2445557 L79.5531115,25.2445557 L79.5531115,24.5479636 L79.7252615,24.5479636 C79.7252615,24.5479636 80.2417109,24.5479636 80.5515805,23.7120534 L80.8614501,21.4133003 C80.8614501,21.4133003 80.8270204,19.7414799 79.0710926,19.7414799 L72.8736997,19.9504574 L72.8736997,18 L70.7390422,18 L70.7390422,18 Z M76.8675749,21.2043228 C76.8675749,21.2043228 77.418454,21.1694927 77.4528844,21.761596 L77.1774445,23.8862016 L64.8859493,23.8862016 L64.8859493,21.5874478 L68.9142542,21.482959 L68.9142542,21.5177891 L72.8736997,21.3436409 L76.8675749,21.2043228 L76.8675749,21.2043228 Z' id='path215' fill='%23FFF'/%3e%3cpath d='M46.6725004,28.7275155 L47.9464085,30.2251877 L49.4268971,31.5487125 C49.4268971,31.5487125 49.8400566,31.9666676 50.2532161,31.5487125 L51.6992743,30.2251877 L52.9731832,28.7275155 C52.9731832,28.7275155 53.4207723,28.3443897 52.9731832,27.8567752 L51.6992743,26.3939323 L50.2532161,25.1052376 C50.2532161,25.1052376 49.8400566,24.6872825 49.4268971,25.1052376 L47.980839,26.3939323 L46.6725004,27.8567752 C46.6725004,27.8567752 46.2937706,28.3443897 46.6725004,28.7275155' id='path971' fill='%23EC6C00'/%3e%3cpath d='M79.7252615,33.3250217 C79.7252615,33.3250217 79.966271,33.0115554 79.7252615,32.6632597 L78.7267926,31.5487125 L77.6250337,30.5734841 C77.6250337,30.5734841 77.3151641,30.2600178 76.9708648,30.5734841 L75.8691059,31.5487125 L74.9050674,32.6632597 C74.9050674,32.6632597 74.6296275,33.0115554 74.9050674,33.3250217 L75.8691059,34.4395689 L76.9708648,35.4147972 C76.9708648,35.4147972 77.3151641,35.7630937 77.6250337,35.4147972 L78.7267926,34.4395689 L79.7252615,33.3250217' id='path973' fill='%23EC6C00'/%3e%3cpath d='M20.6778808,27.0556943 L32.4873571,27.0556943 C32.4873571,27.0556943 32.1430578,28.4140492 31.2823084,30.1206989 C31.2823084,30.1206989 29.8018205,33.0463855 27.5294426,35.2406498 C27.5294426,35.2406498 23.2601283,39.2808828 20.5057315,39.2808828 C20.5057315,39.2808828 18.4743636,39.2808828 17.1660252,38.514632 C17.1660252,38.514632 15.547817,37.5045735 15.547817,35.4147972 C15.547817,35.4147972 15.547817,32.6632597 19.7138421,31.8621788 C19.7138421,31.8621788 17.0283053,31.6880306 15.616677,33.1160441 C15.616677,33.1160441 14.3083385,34.3699095 14.3083385,36.5641745 C14.3083385,36.5641745 14.3083385,38.6539501 16.2019862,39.9078154 C16.2019862,39.9078154 17.8890543,41.057192 20.2991515,41.0223626 L20.8500308,41.057192 C20.8500308,41.057192 25.5325054,40.8133851 29.8706799,37.1562771 C29.8706799,37.1562771 33.5891159,34.0216138 35.4483336,29.5285956 C35.4483336,29.5285956 36.0336431,28.1354122 36.3435127,26.742228 L36.5500932,25.6625108 L36.5500932,25.6973402 L30.1805495,25.6973402 L30.1805495,22.6323363 L38.2027311,22.6323363 L38.2027311,21.2739814 L30.1805495,21.2739814 L30.1805495,18.1044888 L28.0803224,18.1044888 L27.1851433,18.1741475 C27.1851433,18.1741475 26.2555345,18.383125 26.2555345,18.8010801 L26.2555345,21.2739814 L18.5087935,21.2739814 L18.5087935,22.6323363 L26.2555345,22.6323363 L26.2555345,25.6973402 L20.6778808,25.6973402 L20.6778808,27.0556943' id='path979' fill='%23FFF'/%3e%3cpath d='M47.15452,18 L47.0856599,18.661762 L46.6380707,20.2987531 C46.6380707,20.2987531 46.156051,21.4133003 45.4330219,22.2840399 L45.4330219,37.9921873 L41.4735765,37.5045735 L41.4735765,25.0355782 C41.4735765,25.0355782 39.9930886,25.801829 38.7191804,26.2894435 L38.2027311,25.4535333 C38.2027311,25.4535333 39.5454994,24.5131343 40.888267,23.1896095 C40.888267,23.1896095 43.5393738,20.5077307 43.5393738,18.6965913 C43.5393738,18.6965913 43.5393738,18.2786362 44.4689827,18.0696587 L45.3641618,18 L47.15452,18' id='path981' fill='%23FFF'/%3e%3cpath d='M46.0527612,24.0255197 L53.4896325,24.0255197 L53.4896325,38.514632 L57.449078,38.5842907 L57.449078,24.0255197 L59.5148754,24.0255197 L59.5148754,22.6323363 L57.449078,22.6323363 L57.449078,18 L55.3144204,18 L54.4192413,18.0696587 C54.4192413,18.0696587 53.4896325,18.2786362 53.4896325,18.6965913 L53.4896325,22.6323363 L46.0527612,22.6323363 L46.0527612,24.0255197' id='path983' fill='%23FFF'/%3e%3cpath d='M28.045892,32.4542821 C28.045892,32.4542821 23.0191181,30.2251877 19.9204219,30.1206989 C19.9204219,30.1206989 17.3726049,29.9813808 15.2723773,31.479053 C15.2723773,31.479053 13.0688599,33.0463855 13,35.3799679 C13,35.3799679 13,38.0966761 15.1346575,39.6291784 C15.1346575,39.6291784 17.0971652,41.057192 20.2647215,41.057192 L20.5745909,41.057192 L20.0581417,41.0223626 C20.0581417,41.0223626 17.7513344,41.0223626 16.1331263,39.8729861 C16.1331263,39.8729861 14.3427685,38.5842907 14.3427685,36.4596858 C14.3427685,36.4596858 14.3427685,34.1609319 15.9265466,32.976726 C15.9265466,32.976726 17.269315,32.0014969 19.4384024,31.9666676 L22.5026687,32.3149633 L24.8783357,33.255363 L30.5592793,36.1810488 C30.5592793,36.1810488 34.4498646,38.235995 38.1683006,39.4898603 C38.1683006,39.4898603 51.1139655,43.8435596 80.0695609,40.9875325 L81.6189096,40.6740662 C81.6189096,40.6740662 82.1697887,40.4302593 82.6173779,39.6988379 C82.6173779,39.6988379 82.9961077,39.1067345 85.5783544,36.7731521 C85.5783544,36.7731521 87.4375743,35.0665016 86.8178336,34.5092283 L85.9226545,34.6485465 C85.9226545,34.6485465 76.4544154,36.8079814 62.0282627,37.4000848 C62.0282627,37.4000848 45.8117517,38.0618468 37.7895716,35.7282643 C37.7895716,35.7282643 32.2463476,34.1261026 28.045892,32.4542821' id='path985' fill='%23EC6C00'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-alipay {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eAliPay-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-130.000000, -689.000000)'%3e%3cg id='AliPay-light' transform='translate(130.000000, 689.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M70.7390422,18 L69.8438631,18.0696587 C69.8438631,18.0696587 68.9142542,18.2786362 68.9142542,18.6965913 L68.9142542,20.0897755 L64.8859493,20.2290937 L64.8859493,19.4628429 L63.0267309,19.4628429 C63.0267309,19.4628429 61.1675133,19.602161 61.1675133,20.159435 L61.1675133,25.2445557 L68.9142542,25.2445557 L68.9142542,28.7275155 L63.5776107,28.7275155 L63.5776107,30.1206989 L68.9142542,30.1206989 L68.9142542,38.0966761 L72.8736997,37.678721 L72.8736997,30.1206989 L78.5546433,30.1206989 L78.5546433,28.7275155 L72.8736997,28.7275155 L72.8736997,25.2445557 L79.5531115,25.2445557 L79.5531115,24.5479636 L79.7252615,24.5479636 C79.7252615,24.5479636 80.2417109,24.5479636 80.5515805,23.7120534 L80.8614501,21.4133003 C80.8614501,21.4133003 80.8270204,19.7414799 79.0710926,19.7414799 L72.8736997,19.9504574 L72.8736997,18 L70.7390422,18 L70.7390422,18 Z M76.8675749,21.2043228 C76.8675749,21.2043228 77.418454,21.1694927 77.4528844,21.761596 L77.1774445,23.8862016 L64.8859493,23.8862016 L64.8859493,21.5874478 L68.9142542,21.482959 L68.9142542,21.5177891 L72.8736997,21.3436409 L76.8675749,21.2043228 L76.8675749,21.2043228 Z' id='path215' fill='%23003F96'/%3e%3cpath d='M46.6725004,28.7275155 L47.9464085,30.2251877 L49.4268971,31.5487125 C49.4268971,31.5487125 49.8400566,31.9666676 50.2532161,31.5487125 L51.6992743,30.2251877 L52.9731832,28.7275155 C52.9731832,28.7275155 53.4207723,28.3443897 52.9731832,27.8567752 L51.6992743,26.3939323 L50.2532161,25.1052376 C50.2532161,25.1052376 49.8400566,24.6872825 49.4268971,25.1052376 L47.980839,26.3939323 L46.6725004,27.8567752 C46.6725004,27.8567752 46.2937706,28.3443897 46.6725004,28.7275155' id='path971' fill='%23EC6C00'/%3e%3cpath d='M79.7252615,33.3250217 C79.7252615,33.3250217 79.966271,33.0115554 79.7252615,32.6632597 L78.7267926,31.5487125 L77.6250337,30.5734841 C77.6250337,30.5734841 77.3151641,30.2600178 76.9708648,30.5734841 L75.8691059,31.5487125 L74.9050674,32.6632597 C74.9050674,32.6632597 74.6296275,33.0115554 74.9050674,33.3250217 L75.8691059,34.4395689 L76.9708648,35.4147972 C76.9708648,35.4147972 77.3151641,35.7630937 77.6250337,35.4147972 L78.7267926,34.4395689 L79.7252615,33.3250217' id='path973' fill='%23EC6C00'/%3e%3cpath d='M20.6778808,27.0556943 L32.4873571,27.0556943 C32.4873571,27.0556943 32.1430578,28.4140492 31.2823084,30.1206989 C31.2823084,30.1206989 29.8018205,33.0463855 27.5294426,35.2406498 C27.5294426,35.2406498 23.2601283,39.2808828 20.5057315,39.2808828 C20.5057315,39.2808828 18.4743636,39.2808828 17.1660252,38.514632 C17.1660252,38.514632 15.547817,37.5045735 15.547817,35.4147972 C15.547817,35.4147972 15.547817,32.6632597 19.7138421,31.8621788 C19.7138421,31.8621788 17.0283053,31.6880306 15.616677,33.1160441 C15.616677,33.1160441 14.3083385,34.3699095 14.3083385,36.5641745 C14.3083385,36.5641745 14.3083385,38.6539501 16.2019862,39.9078154 C16.2019862,39.9078154 17.8890543,41.057192 20.2991515,41.0223626 L20.8500308,41.057192 C20.8500308,41.057192 25.5325054,40.8133851 29.8706799,37.1562771 C29.8706799,37.1562771 33.5891159,34.0216138 35.4483336,29.5285956 C35.4483336,29.5285956 36.0336431,28.1354122 36.3435127,26.742228 L36.5500932,25.6625108 L36.5500932,25.6973402 L30.1805495,25.6973402 L30.1805495,22.6323363 L38.2027311,22.6323363 L38.2027311,21.2739814 L30.1805495,21.2739814 L30.1805495,18.1044888 L28.0803224,18.1044888 L27.1851433,18.1741475 C27.1851433,18.1741475 26.2555345,18.383125 26.2555345,18.8010801 L26.2555345,21.2739814 L18.5087935,21.2739814 L18.5087935,22.6323363 L26.2555345,22.6323363 L26.2555345,25.6973402 L20.6778808,25.6973402 L20.6778808,27.0556943' id='path979' fill='%23003F96'/%3e%3cpath d='M47.15452,18 L47.0856599,18.661762 L46.6380707,20.2987531 C46.6380707,20.2987531 46.156051,21.4133003 45.4330219,22.2840399 L45.4330219,37.9921873 L41.4735765,37.5045735 L41.4735765,25.0355782 C41.4735765,25.0355782 39.9930886,25.801829 38.7191804,26.2894435 L38.2027311,25.4535333 C38.2027311,25.4535333 39.5454994,24.5131343 40.888267,23.1896095 C40.888267,23.1896095 43.5393738,20.5077307 43.5393738,18.6965913 C43.5393738,18.6965913 43.5393738,18.2786362 44.4689827,18.0696587 L45.3641618,18 L47.15452,18' id='path981' fill='%23003F96'/%3e%3cpath d='M46.0527612,24.0255197 L53.4896325,24.0255197 L53.4896325,38.514632 L57.449078,38.5842907 L57.449078,24.0255197 L59.5148754,24.0255197 L59.5148754,22.6323363 L57.449078,22.6323363 L57.449078,18 L55.3144204,18 L54.4192413,18.0696587 C54.4192413,18.0696587 53.4896325,18.2786362 53.4896325,18.6965913 L53.4896325,22.6323363 L46.0527612,22.6323363 L46.0527612,24.0255197' id='path983' fill='%23003F96'/%3e%3cpath d='M28.045892,32.4542821 C28.045892,32.4542821 23.0191181,30.2251877 19.9204219,30.1206989 C19.9204219,30.1206989 17.3726049,29.9813808 15.2723773,31.479053 C15.2723773,31.479053 13.0688599,33.0463855 13,35.3799679 C13,35.3799679 13,38.0966761 15.1346575,39.6291784 C15.1346575,39.6291784 17.0971652,41.057192 20.2647215,41.057192 L20.5745909,41.057192 L20.0581417,41.0223626 C20.0581417,41.0223626 17.7513344,41.0223626 16.1331263,39.8729861 C16.1331263,39.8729861 14.3427685,38.5842907 14.3427685,36.4596858 C14.3427685,36.4596858 14.3427685,34.1609319 15.9265466,32.976726 C15.9265466,32.976726 17.269315,32.0014969 19.4384024,31.9666676 L22.5026687,32.3149633 L24.8783357,33.255363 L30.5592793,36.1810488 C30.5592793,36.1810488 34.4498646,38.235995 38.1683006,39.4898603 C38.1683006,39.4898603 51.1139655,43.8435596 80.0695609,40.9875325 L81.6189096,40.6740662 C81.6189096,40.6740662 82.1697887,40.4302593 82.6173779,39.6988379 C82.6173779,39.6988379 82.9961077,39.1067345 85.5783544,36.7731521 C85.5783544,36.7731521 87.4375743,35.0665016 86.8178336,34.5092283 L85.9226545,34.6485465 C85.9226545,34.6485465 76.4544154,36.8079814 62.0282627,37.4000848 C62.0282627,37.4000848 45.8117517,38.0618468 37.7895716,35.7282643 C37.7895716,35.7282643 32.2463476,34.1261026 28.045892,32.4542821' id='path985' fill='%23EC6C00'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-amazon-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eAmazon-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-290.000000, -1089.000000)'%3e%3cg id='Amazon-dark' transform='translate(290.000000, 1089.000000)'%3e%3crect id='Rectangle' fill='%23000' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M59.3034482,36.6923784 C55.1224434,39.7717966 49.0623322,41.4147775 43.8446894,41.4147775 C36.5287124,41.4147775 29.9424557,38.7109001 24.959698,34.213825 C24.5682187,33.8601909 24.9189827,33.3782514 25.3887602,33.6536449 C30.7661271,36.7800051 37.4150245,38.6608282 44.2831484,38.6608282 C48.915136,38.6608282 54.0106392,37.703203 58.6958711,35.7159787 C59.4036672,35.4155463 59.9955844,36.1791426 59.3034482,36.6923784' id='path8' fill='%23F90'/%3e%3cpath d='M61.0416204,34.7051541 C60.5092057,34.022926 57.5089044,34.3828175 56.1622138,34.5424215 C55.7519413,34.5924933 55.6893065,34.2357317 56.0588615,33.9791114 C58.4484558,32.2985769 62.3695201,32.7836475 62.8267687,33.3469551 C63.284015,33.9133938 62.7077588,37.8409027 60.4622285,39.7154638 C60.1177265,40.0033767 59.7888832,39.8500337 59.9423451,39.4682343 C60.4465698,38.2101802 61.5771649,35.3905122 61.0416204,34.7051541' id='path10' fill='%23F90'/%3e%3cpath d='M56.2561696,22.1152226 L56.2561696,20.4816301 C56.2561696,20.2344006 56.4440799,20.0685381 56.669572,20.0685381 L63.9886788,20.0685381 C64.2235688,20.0685381 64.4114791,20.2375305 64.4114791,20.4816301 L64.4114791,21.8805114 C64.4083493,22.1152226 64.2110411,22.4219123 63.8602735,22.9069829 L60.067617,28.3178687 C61.4769459,28.2834462 62.9645695,28.4931196 64.2423597,29.2129026 C64.530489,29.3756353 64.6087848,29.6134764 64.6307079,29.84819 L64.6307079,31.5913146 C64.6307079,31.8291557 64.3676328,32.1076779 64.0920312,31.9637232 C61.8402376,30.783905 58.8493318,30.655596 56.3595196,31.9762414 C56.1058411,32.1139388 55.839635,31.8385441 55.839635,31.600703 L55.839635,29.9452039 C55.839635,29.6791976 55.8427648,29.2254197 56.1089709,28.8217161 L60.5029425,22.525186 L56.6789674,22.525186 C56.4440799,22.525186 56.2561696,22.3593246 56.2561696,22.1152226' id='path12' fill='%23FFF'/%3e%3cpath d='M29.5572373,32.3079653 L27.3305003,32.3079653 C27.117537,32.2923196 26.9484165,32.1327156 26.9327566,31.9292971 L26.9327566,20.5097977 C26.9327566,20.281345 27.1237991,20.0998331 27.3618188,20.0998331 L29.4382274,20.0998331 C29.6543265,20.1092156 29.8265757,20.2750841 29.8422368,20.4816301 L29.8422368,21.9743978 L29.8829508,21.9743978 C30.4247585,20.531702 31.4426046,19.8588622 32.8143518,19.8588622 C34.2080196,19.8588622 35.0786706,20.531702 35.7050386,21.9743978 C36.2437153,20.531702 37.4682638,19.8588622 38.780506,19.8588622 C39.7137942,19.8588622 40.7347737,20.243789 41.3580095,21.1075279 C42.0626733,22.0682806 41.9186081,23.464032 41.9186081,24.6876635 L41.9154771,31.8948745 C41.9154771,32.1233272 41.7244346,32.3079653 41.4864148,32.3079653 L39.2628076,32.3079653 C39.0404489,32.2923196 38.8619341,32.1139388 38.8619341,31.8948745 L38.8619341,25.842444 C38.8619341,25.3605033 38.9057779,24.1587796 38.7992969,23.7018731 C38.6333097,22.9351505 38.1353471,22.7192137 37.4901869,22.7192137 C36.9515102,22.7192137 36.3877794,23.0791052 36.159155,23.6549323 C35.9305307,24.2307582 35.9524539,25.1946384 35.9524539,25.842444 L35.9524539,31.8948745 C35.9524539,32.1233272 35.7614114,32.3079653 35.5233916,32.3079653 L33.2997868,32.3079653 C33.0742947,32.2923196 32.8989109,32.1139388 32.8989109,31.8948745 L32.8957798,25.842444 C32.8957798,24.568743 33.1056109,22.6941784 31.5240339,22.6941784 C29.9236624,22.6941784 29.9862996,24.5217986 29.9862996,25.842444 L29.9862996,31.8948745 C29.9862996,32.1233272 29.7952571,32.3079653 29.5572373,32.3079653' id='path14' fill='%23FFF'/%3e%3cpath d='M70.7127399,19.8588622 C74.0168303,19.8588622 75.8051097,22.6941784 75.8051097,26.2993494 C75.8051097,29.7824688 73.8289177,32.5458064 70.7127399,32.5458064 C67.4681531,32.5458064 65.7017945,29.7104903 65.7017945,26.177299 C65.7017945,22.6221998 67.4900763,19.8588622 70.7127399,19.8588622 M70.7315296,22.1903322 C69.0904477,22.1903322 68.9870953,24.4247847 68.9870953,25.8174087 C68.9870953,27.2131601 68.9651722,30.1924321 70.7127399,30.1924321 C72.4383832,30.1924321 72.5198113,27.7889872 72.5198113,26.3243835 C72.5198113,25.3605033 72.4790973,24.2088515 72.1878346,23.2950396 C71.9372871,22.5001518 71.4393269,22.1903322 70.7315296,22.1903322' id='path16' fill='%23FFF'/%3e%3cpath d='M80.0894668,32.3079653 L77.8721252,32.3079653 C77.6497629,32.2923196 77.4712481,32.1139388 77.4712481,31.8948745 L77.4681183,20.4722417 C77.4869092,20.2625658 77.6716884,20.0998331 77.8971806,20.0998331 L79.9610639,20.0998331 C80.1552362,20.1092156 80.3149601,20.2406603 80.3588076,20.4190412 L80.3588076,22.1652945 L80.3995192,22.1652945 C81.0227574,20.6036805 81.8965383,19.8588622 83.4342713,19.8588622 C84.4333277,19.8588622 85.4073311,20.2187537 86.0336991,21.2045417 C86.6162209,22.1183525 86.6162209,23.6549323 86.6162209,24.7596397 L86.6162209,31.9480762 C86.5911668,32.1483613 86.4063875,32.3079653 86.187161,32.3079653 L83.9541583,32.3079653 C83.750587,32.2923196 83.5814676,32.142104 83.5595468,31.9480762 L83.5595468,25.7454301 C83.5595468,24.4967645 83.7036109,22.6691418 82.1658766,22.6691418 C81.6240701,22.6691418 81.1261062,23.0321644 80.878691,23.5829525 C80.5655088,24.28083 80.5247947,24.9755765 80.5247947,25.7454301 L80.5247947,31.8948745 C80.5216649,32.1233272 80.327489,32.3079653 80.0894692,32.3079653' id='path18' fill='%23FFF'/%3e%3cpath d='M50.4215517,26.8532686 C50.4215517,27.7201361 50.4434748,28.4430478 50.0050171,29.2129026 C49.6511196,29.8388016 49.0873888,30.2237284 48.464153,30.2237284 C47.6091606,30.2237284 47.108067,29.5727929 47.108067,28.6120402 C47.108067,26.7155713 48.808655,26.3713279 50.4215517,26.3713279 L50.4215517,26.8532686 M52.6670809,32.2766703 C52.5198858,32.4081091 52.306919,32.4174975 52.1409318,32.3298732 C51.4018172,31.7164937 51.2671486,31.4317106 50.8631416,30.8464963 C49.6417242,32.0920321 48.774203,32.4644395 47.1926248,32.4644395 C45.316653,32.4644395 43.8603481,31.309659 43.8603481,28.9969694 C43.8603481,27.1912534 44.8374836,25.9613646 46.2342837,25.3605033 C47.4431735,24.8284884 49.1312326,24.7346055 50.4215517,24.5875198 L50.4215517,24.2996069 C50.4215517,23.7707218 50.4622657,23.144824 50.1490823,22.687921 C49.879744,22.2779565 49.359857,22.1089641 48.8994785,22.1089641 C48.0507482,22.1089641 47.2959772,22.5439628 47.1111968,23.4452552 C47.073615,23.6455439 46.9264199,23.8427015 46.7228485,23.8520899 L44.565012,23.6205062 C44.3833649,23.5798251 44.179796,23.4327369 44.2330377,23.1542148 C44.727868,20.5379629 47.0955393,19.74933 49.2126607,19.74933 C50.2962786,19.74933 51.7118695,20.037243 52.5668619,20.8571685 C53.6504773,21.8679931 53.5471273,23.2168025 53.5471273,24.6845337 L53.5471273,28.1520062 C53.5471273,29.194127 53.9793206,29.65103 54.3864598,30.21434 C54.527394,30.4146251 54.5587126,30.655596 54.3770584,30.8058116 C53.9229419,31.1844811 53.1149269,31.888616 52.6702059,32.2829312 L52.6670761,32.2766643' id='path28' fill='%23FFF'/%3e%3cpath d='M21.2296786,26.8532686 C21.2296786,27.7201361 21.2515994,28.4430478 20.8131439,29.2129026 C20.4592441,29.8388016 19.8986454,30.2237284 19.2722774,30.2237284 C18.4172851,30.2237284 17.9193236,29.5727929 17.9193236,28.6120402 C17.9193236,26.7155713 19.6199116,26.3713279 21.2296786,26.3713279 L21.2296786,26.8532686 M23.4752066,32.2766703 C23.3280103,32.4081091 23.1150435,32.4174975 22.9490564,32.3298732 C22.2099441,31.7164937 22.0784053,31.4317106 21.6712662,30.8464963 C20.4498486,32.0920321 19.5854632,32.4644395 18.0007505,32.4644395 C16.1279097,32.4644395 14.6684748,31.309659 14.6684748,28.9969694 C14.6684748,27.1912534 15.6487403,25.9613646 17.0424081,25.3605033 C18.2512979,24.8284884 19.9393595,24.7346055 21.2296786,24.5875198 L21.2296786,24.2996069 C21.2296786,23.7707218 21.2703927,23.144824 20.9603403,22.687921 C20.6878684,22.2779565 20.167985,22.1089641 19.7107351,22.1089641 C18.8620084,22.1089641 18.1041017,22.5439628 17.9193236,23.4452552 C17.8817406,23.6455439 17.7345443,23.8427015 17.5341076,23.8520899 L15.3731387,23.6205062 C15.1914916,23.5798251 14.9910537,23.4327369 15.0411632,23.1542148 C15.5391258,20.5379629 17.9036637,19.74933 20.0207887,19.74933 C21.1044031,19.74933 22.5199941,20.037243 23.3749864,20.8571685 C24.4586043,21.8679931 24.3552519,23.2168025 24.3552519,24.6845337 L24.3552519,28.1520062 C24.3552519,29.194127 24.7874476,29.65103 25.1945867,30.21434 C25.3386508,30.4146251 25.3699693,30.655596 25.1883223,30.8058116 C24.7342059,31.1844811 23.926192,31.888616 23.4814686,32.2829312 L23.4752066,32.2766643' id='path30' fill='%23FFF'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-amazon {
	background-image: url("data:image/svg+xml,%3csvg width='101' height='61' viewBox='0 0 101 61' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eAmazon-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-289.000000, -1088.000000)'%3e%3cg id='Amazon-light' transform='translate(289.000000, 1088.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='.559' y='.548' width='100' height='60' rx='4'/%3e%3cpath d='M59.2201027,36.6583529 C55.0390979,39.7377711 48.9789867,41.380752 43.7613439,41.380752 C36.4453669,41.380752 29.8591102,38.6768746 24.8763525,34.1797995 C24.4848732,33.8261654 24.8356372,33.3442259 25.3054147,33.6196194 C30.6827816,36.7459795 37.331679,38.6268027 44.1998028,38.6268027 C48.8317905,38.6268027 53.9272937,37.6691775 58.6125256,35.6819532 C59.3203217,35.3815208 59.9122389,36.1451171 59.2201027,36.6583529' id='path8' fill='%23F90'/%3e%3cpath d='M60.9582749,34.6711286 C60.4258602,33.9889005 57.4255589,34.3487919 56.0788683,34.5083959 C55.6685958,34.5584678 55.605961,34.2017062 55.9755159,33.9450859 C58.3651103,32.2645514 62.2861746,32.749622 62.7434232,33.3129296 C63.2006695,33.8793683 62.6244133,37.8068772 60.378883,39.6814383 C60.034381,39.9693512 59.7055377,39.8160081 59.8589996,39.4342088 C60.3632243,38.1761547 61.4938194,35.3564867 60.9582749,34.6711286' id='path10' fill='%23F90'/%3e%3cpath d='M56.1728241,22.0811971 L56.1728241,20.4476046 C56.1728241,20.2003751 56.3607344,20.0345125 56.5862265,20.0345125 L63.9053333,20.0345125 C64.1402233,20.0345125 64.3281336,20.203505 64.3281336,20.4476046 L64.3281336,21.8464859 C64.3250037,22.0811971 64.1276956,22.3878868 63.776928,22.8729574 L59.9842715,28.2838432 C61.3936004,28.2494206 62.881224,28.4590941 64.1590142,29.1788771 C64.4471435,29.3416098 64.5254393,29.5794509 64.5473624,29.8141645 L64.5473624,31.5572891 C64.5473624,31.7951302 64.2842873,32.0736523 64.0086857,31.9296977 C61.7568921,30.7498795 58.7659863,30.6215705 56.2761741,31.9422159 C56.0224956,32.0799133 55.7562895,31.8045186 55.7562895,31.5666775 L55.7562895,29.9111783 C55.7562895,29.645172 55.7594193,29.1913942 56.0256254,28.7876905 L60.419597,22.4911604 L56.5956219,22.4911604 C56.3607344,22.4911604 56.1728241,22.3252991 56.1728241,22.0811971' id='path12' fill='%23221F1F'/%3e%3cpath d='M29.4738918,32.2739398 L27.2471548,32.2739398 C27.0341915,32.2582941 26.8650709,32.0986901 26.8494111,31.8952715 L26.8494111,20.4757722 C26.8494111,20.2473195 27.0404536,20.0658076 27.2784733,20.0658076 L29.3548819,20.0658076 C29.570981,20.07519 29.7432302,20.2410586 29.7588913,20.4476046 L29.7588913,21.9403723 L29.7996053,21.9403723 C30.341413,20.4976764 31.3592591,19.8248367 32.7310063,19.8248367 C34.1246741,19.8248367 34.9953251,20.4976764 35.6216931,21.9403723 C36.1603698,20.4976764 37.3849183,19.8248367 38.6971605,19.8248367 C39.6304487,19.8248367 40.6514282,20.2097635 41.274664,21.0735023 C41.9793278,22.0342551 41.8352626,23.4300065 41.8352626,24.653638 L41.8321316,31.860849 C41.8321316,32.0893017 41.6410891,32.2739398 41.4030693,32.2739398 L39.1794621,32.2739398 C38.9571034,32.2582941 38.7785885,32.0799133 38.7785885,31.860849 L38.7785885,25.8084185 C38.7785885,25.3264778 38.8224324,24.1247541 38.7159514,23.6678476 C38.5499642,22.901125 38.0520015,22.6851882 37.4068414,22.6851882 C36.8681647,22.6851882 36.3044339,23.0450797 36.0758095,23.6209068 C35.8471852,24.1967327 35.8691083,25.1606129 35.8691083,25.8084185 L35.8691083,31.860849 C35.8691083,32.0893017 35.6780658,32.2739398 35.4400461,32.2739398 L33.2164413,32.2739398 C32.9909492,32.2582941 32.8155654,32.0799133 32.8155654,31.860849 L32.8124343,25.8084185 C32.8124343,24.5347175 33.0222654,22.6601528 31.4406884,22.6601528 C29.8403169,22.6601528 29.9029541,24.4877731 29.9029541,25.8084185 L29.9029541,31.860849 C29.9029541,32.0893017 29.7119116,32.2739398 29.4738918,32.2739398' id='path14' fill='%23221F1F'/%3e%3cpath d='M70.6293944,19.8248367 C73.9334848,19.8248367 75.7217642,22.6601528 75.7217642,26.2653239 C75.7217642,29.7484433 73.7455722,32.5117809 70.6293944,32.5117809 C67.3848076,32.5117809 65.618449,29.6764647 65.618449,26.1432734 C65.618449,22.5881743 67.4067308,19.8248367 70.6293944,19.8248367 M70.6481841,22.1563067 C69.0071022,22.1563067 68.9037498,24.3907592 68.9037498,25.7833832 C68.9037498,27.1791346 68.8818267,30.1584066 70.6293944,30.1584066 C72.3550377,30.1584066 72.4364658,27.7549617 72.4364658,26.290358 C72.4364658,25.3264778 72.3957518,24.174826 72.1044891,23.2610141 C71.8539416,22.4661263 71.3559814,22.1563067 70.6481841,22.1563067' id='path16' fill='%23221F1F'/%3e%3cpath d='M80.0061213,32.2739398 L77.7887797,32.2739398 C77.5664174,32.2582941 77.3879026,32.0799133 77.3879026,31.860849 L77.3847728,20.4382162 C77.4035637,20.2285403 77.5883429,20.0658076 77.813835,20.0658076 L79.8777184,20.0658076 C80.0718907,20.07519 80.2316146,20.2066348 80.2754621,20.3850156 L80.2754621,22.1312689 L80.3161737,22.1312689 C80.9394119,20.569655 81.8131927,19.8248367 83.3509258,19.8248367 C84.3499822,19.8248367 85.3239856,20.1847282 85.9503536,21.1705162 C86.5328754,22.0843269 86.5328754,23.6209068 86.5328754,24.7256142 L86.5328754,31.9140507 C86.5078212,32.1143358 86.323042,32.2739398 86.1038155,32.2739398 L83.8708128,32.2739398 C83.6672415,32.2582941 83.4981221,32.1080785 83.4762013,31.9140507 L83.4762013,25.7114046 C83.4762013,24.4627389 83.6202654,22.6351163 82.0825311,22.6351163 C81.5407246,22.6351163 81.0427607,22.9981389 80.7953455,23.548927 C80.4821632,24.2468045 80.4414492,24.941551 80.4414492,25.7114046 L80.4414492,31.860849 C80.4383194,32.0893017 80.2441435,32.2739398 80.0061237,32.2739398' id='path18' fill='%23221F1F'/%3e%3cpath d='M50.3382062,26.8192431 C50.3382062,27.6861106 50.3601293,28.4090223 49.9216716,29.1788771 C49.5677741,29.8047761 49.0040433,30.1897029 48.3808075,30.1897029 C47.5258151,30.1897029 47.0247214,29.5387674 47.0247214,28.5780147 C47.0247214,26.6815457 48.7253095,26.3373024 50.3382062,26.3373024 L50.3382062,26.8192431 M52.5837354,32.2426448 C52.4365403,32.3740836 52.2235735,32.383472 52.0575863,32.2958477 C51.3184716,31.6824682 51.1838031,31.3976851 50.7797961,30.8124708 C49.5583787,32.0580066 48.6908575,32.430414 47.1092793,32.430414 C45.2333075,32.430414 43.7770026,31.2756335 43.7770026,28.9629439 C43.7770026,27.1572279 44.7541381,25.927339 46.1509382,25.3264778 C47.359828,24.7944628 49.0478871,24.70058 50.3382062,24.5534943 L50.3382062,24.2655813 C50.3382062,23.7366962 50.3789202,23.1107985 50.0657368,22.6538955 C49.7963985,22.2439309 49.2765115,22.0749385 48.816133,22.0749385 C47.9674027,22.0749385 47.2126317,22.5099372 47.0278513,23.4112297 C46.9902695,23.6115184 46.8430744,23.808676 46.639503,23.8180644 L44.4816665,23.5864806 C44.3000194,23.5457995 44.0964505,23.3987114 44.1496922,23.1201893 C44.6445225,20.5039374 47.0121938,19.7153045 49.1293152,19.7153045 C50.2129331,19.7153045 51.628524,20.0032175 52.4835164,20.823143 C53.5671318,21.8339676 53.4637818,23.182777 53.4637818,24.6505082 L53.4637818,28.1179806 C53.4637818,29.1601015 53.8959751,29.6170045 54.3031143,30.1803145 C54.4440485,30.3805996 54.4753671,30.6215705 54.2937129,30.7717861 C53.8395964,31.1504556 53.0315814,31.8545905 52.5868604,32.2489057 L52.5837306,32.2426388' id='path28' fill='%23221F1F'/%3e%3cpath d='M21.1463331,26.8192431 C21.1463331,27.6861106 21.1682539,28.4090223 20.7297984,29.1788771 C20.3758986,29.8047761 19.8152999,30.1897029 19.1889319,30.1897029 C18.3339396,30.1897029 17.8359781,29.5387674 17.8359781,28.5780147 C17.8359781,26.6815457 19.5365661,26.3373024 21.1463331,26.3373024 L21.1463331,26.8192431 M23.3918611,32.2426448 C23.2446648,32.3740836 23.031698,32.383472 22.8657109,32.2958477 C22.1265986,31.6824682 21.9950598,31.3976851 21.5879207,30.8124708 C20.3665031,32.0580066 19.5021177,32.430414 17.917405,32.430414 C16.0445641,32.430414 14.5851293,31.2756335 14.5851293,28.9629439 C14.5851293,27.1572279 15.5653948,25.927339 16.9590626,25.3264778 C18.1679524,24.7944628 19.856014,24.70058 21.1463331,24.5534943 L21.1463331,24.2655813 C21.1463331,23.7366962 21.1870472,23.1107985 20.8769948,22.6538955 C20.6045229,22.2439309 20.0846395,22.0749385 19.6273896,22.0749385 C18.7786629,22.0749385 18.0207562,22.5099372 17.8359781,23.4112297 C17.7983951,23.6115184 17.6511988,23.808676 17.4507621,23.8180644 L15.2897932,23.5864806 C15.1081461,23.5457995 14.9077082,23.3987114 14.9578177,23.1201893 C15.4557803,20.5039374 17.8203182,19.7153045 19.9374432,19.7153045 C21.0210576,19.7153045 22.4366486,20.0032175 23.2916409,20.823143 C24.3752588,21.8339676 24.2719064,23.182777 24.2719064,24.6505082 L24.2719064,28.1179806 C24.2719064,29.1601015 24.7041021,29.6170045 25.1112412,30.1803145 C25.2553053,30.3805996 25.2866238,30.6215705 25.1049768,30.7717861 C24.6508604,31.1504556 23.8428465,31.8545905 23.3981231,32.2489057 L23.3918611,32.2426388' id='path30' fill='%23221F1F'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-americanexpress-dark {
	background-image: url([object Module]);
}
.payment-americanexpress {
	background-image: url([object Module]);
}
.payment-applepay-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eApplePay-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-610.000000, -789.000000)'%3e%3cg id='ApplePay-dark' transform='translate(610.000000, 789.000000)'%3e%3crect id='Rectangle' fill='%23000' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M31.8863275,26.9583905 C31.9233184,30.7827367 35.3852633,32.0551213 35.4235752,32.0714675 C35.394511,32.1616982 34.8706945,33.8852367 33.5997954,35.6663136 C32.5013,37.2054675 31.3605294,38.7393905 29.5651532,38.771429 C27.8001624,38.8028136 27.2327495,37.768429 25.2147679,37.768429 C23.1974468,37.768429 22.5666211,38.7393905 20.896089,38.8028136 C19.1628046,38.8655829 17.8423642,37.1374675 16.7346211,35.6035444 C14.4709147,32.4657367 12.740933,26.7373905 15.064089,22.8705444 C16.2180706,20.9501982 18.2796486,19.7340444 20.5182541,19.7033136 C22.2204927,19.671929 23.8276119,20.8011213 24.8686395,20.8011213 C25.9083459,20.8011213 27.8615936,19.4430829 29.9145844,19.6425059 C30.7739606,19.6771598 33.1862908,19.9753136 34.7352817,22.1493521 C34.6097771,22.2238905 31.8559422,23.7610829 31.8863275,26.9583905 M28.5690431,17.5665444 C29.4891899,16.4981598 30.1094468,15.0113136 29.9403459,13.5316598 C28.6133,13.5826598 27.0088229,14.3790444 26.0576303,15.4467752 C25.2041991,16.3922367 24.4577771,17.9052367 24.659245,19.3561213 C26.1382174,19.4659675 27.6488963,18.6355829 28.5690431,17.5665444' id='path2997' fill='%23FFF'/%3e%3cpath d='M41.8915098,15.737921 C42.5738874,15.6241858 43.3257727,15.5220825 44.1491705,15.430965 C44.9719001,15.3398476 45.8768358,15.294612 46.8653142,15.294612 C48.2761851,15.294612 49.4925684,15.4593989 50.5151323,15.7889727 C51.5383646,16.1185465 52.3784711,16.5902894 53.03612,17.2042013 C53.6008694,17.7496137 54.0426437,18.3971293 54.3594381,19.1473943 C54.6762324,19.8976594 54.8339612,20.7616598 54.8339612,21.7393954 C54.8339612,22.9213375 54.6174182,23.9559408 54.1823273,24.8425589 C53.7479047,25.7291771 53.1544166,26.4736261 52.401863,27.0759061 C51.6486411,27.6781861 50.7557356,28.1266649 49.7211415,28.4226351 C48.6858791,28.7179591 47.557717,28.8659442 46.3346503,28.8659442 C45.2298803,28.8659442 44.3015526,28.7864588 43.5496674,28.6274879 L43.5496674,38.4487872 L41.8915098,38.4487872 L41.8915098,15.737921 L41.8915098,15.737921 Z M43.5496674,27.1961036 C43.9493362,27.3091927 44.3957889,27.3886781 44.889694,27.4339137 C45.383599,27.4791493 45.9122579,27.5017672 46.4763389,27.5017672 C48.5923111,27.5017672 50.2324235,27.0242083 51.3960077,26.0697367 C52.5595919,25.1152651 53.1417181,23.7168382 53.1417181,21.8757485 C53.1417181,20.9891303 52.989336,20.2156012 52.6839036,19.5564536 C52.3778027,18.8966598 51.9433801,18.3570634 51.3792991,17.9363722 C50.8152181,17.5156809 50.1448706,17.1977391 49.368925,16.9812544 C48.5923111,16.7654158 47.7341594,16.6574966 46.7931332,16.6574966 C46.041248,16.6574966 45.3942925,16.6859304 44.8536035,16.742798 C44.3129144,16.7996657 43.8778235,16.8623493 43.548999,16.9302027 L43.548999,27.1961036 L43.5496674,27.1961036 Z' id='path2995' fill='%23FFF'/%3e%3cpath d='M68.0196893,34.561755 C68.0196893,35.2209026 68.0310511,35.8806965 68.0544431,36.5398441 C68.0778351,37.1989917 68.148011,37.8348752 68.2663076,38.4487872 L66.7144165,38.4487872 L66.4677981,36.1301386 L66.3962855,36.1301386 C66.1850893,36.4487266 65.9144106,36.7666684 65.5855861,37.0846102 C65.2567616,37.402552 64.8744697,37.6927061 64.4400471,37.9544265 C64.0049562,38.2161469 63.5110511,38.4261694 62.9583319,38.5851403 C62.4056127,38.743465 61.8007628,38.8235967 61.1424455,38.8235967 C60.319716,38.8235967 59.5959011,38.6924134 58.9723376,38.4319854 C58.3494424,38.1702651 57.8381605,37.8290592 57.4384917,37.4090142 C57.0388229,36.9876767 56.7394055,36.504948 56.5395711,35.9595357 C56.3397367,35.4141233 56.2401537,34.868711 56.2401537,34.3226524 C56.2401537,32.3904452 57.0802601,30.9015471 58.7611414,29.8553118 C60.442691,28.8090766 62.9763772,28.3095461 66.3628684,28.3547817 L66.3628684,27.9114726 C66.3628684,27.4791493 66.3214311,26.9841424 66.239225,26.4270981 C66.1563505,25.8700537 65.9745614,25.3414432 65.6918525,24.8419127 C65.409812,24.3423822 64.9867513,23.9216909 64.4226702,23.5811313 C63.8585892,23.2399255 63.0940055,23.0693226 62.1302557,23.0693226 C61.401094,23.0693226 60.6786159,23.1772419 59.9614844,23.3930804 C59.244353,23.6089189 58.5920508,23.9100589 58.0045777,24.2965004 L57.4752505,23.1029262 C58.2271358,22.6033957 59.0037497,22.2453881 59.8024189,22.0295496 C60.6024248,21.813711 61.4365162,21.7057918 62.3066981,21.7057918 C63.4823124,21.7057918 64.4407155,21.8990125 65.1812389,22.2854539 C65.9217623,22.6718954 66.5038886,23.1720721 66.9269494,23.7853379 C67.3500101,24.3992498 67.6387341,25.0868313 67.7911162,25.8487284 C67.9434982,26.6106254 68.021026,27.3667065 68.021026,28.1163254 L68.021026,34.561755 L68.0196893,34.561755 Z M66.3622,29.6853552 C65.4679578,29.6620911 64.5329467,29.696341 63.5571668,29.7874584 C62.5820551,29.8779297 61.6824662,30.0776126 60.8597367,30.3839224 C60.0363388,30.6908784 59.3552978,31.1400035 58.8146088,31.7312976 C58.2739198,32.3225918 58.0032411,33.1064605 58.0032411,34.0841961 C58.0032411,35.2428742 58.3440957,36.0958888 59.0264733,36.6413011 C59.7075143,37.1867134 60.4714297,37.4600658 61.3182196,37.4600658 C61.9999289,37.4600658 62.6114622,37.3695946 63.1521513,37.1867134 C63.6928403,37.0044785 64.1620167,36.7602062 64.5623538,36.4538964 C64.9626909,36.1475866 65.2968622,35.8005648 65.5675408,35.4141233 C65.8388879,35.0270357 66.044069,34.6302547 66.1857576,34.219903 C66.3033859,33.7649619 66.3628684,33.4353881 66.3628684,33.2298891 L66.3628684,29.6853552 L66.3622,29.6853552 Z' id='path2998' fill='%23FFF'/%3e%3cpath d='M71.2618185,22.079955 L75.5632704,32.7193728 C75.7991953,33.310667 76.0224217,33.918763 76.2342863,34.544307 C76.4461508,35.1685585 76.633955,35.7436971 76.7983673,36.2658454 L76.8692116,36.2658454 C77.0342922,35.766315 77.221428,35.2034546 77.4332926,34.5779106 C77.6451572,33.9530128 77.8804137,33.310667 78.1383939,32.650227 L82.1598104,22.0793088 L83.9222294,22.0793088 L79.0212742,34.0835499 C78.5267008,35.3559633 78.0628712,36.510764 77.6277802,37.544721 C77.1933577,38.5793243 76.7515833,39.5111781 76.3051306,40.3409286 C75.8580095,41.1706791 75.40621,41.9034962 74.9463904,42.5406722 C74.4885758,43.1765558 73.9759571,43.7342463 73.4125445,44.211159 C72.7548955,44.7791892 72.1487089,45.1947106 71.5959897,45.456431 C71.0439388,45.7181514 70.6736771,45.8829383 70.4852045,45.9507917 L69.9197868,44.6208645 C70.343516,44.4386296 70.814029,44.2001732 71.3313261,43.9048492 C71.8486231,43.608879 72.3545584,43.2230838 72.8477951,42.7455249 C73.2715242,42.3364657 73.7360222,41.7968693 74.2412891,41.1254435 C74.746556,40.4553101 75.1990238,39.6423614 75.5993609,38.6872436 C75.7403812,38.3234199 75.8112255,38.0843174 75.8112255,37.9705821 C75.8112255,37.8122574 75.7410495,37.5731549 75.5993609,37.2545669 L69.4973944,22.0793088 L71.2618185,22.0793088 L71.2618185,22.079955 Z' id='path3000' fill='%23FFF'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-applepay {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eApplePay-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-610.000000, -789.000000)'%3e%3cg id='ApplePay-light' transform='translate(610.000000, 789.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M32.8863275,26.9583905 C32.9233184,30.7827367 36.3852633,32.0551213 36.4235752,32.0714675 C36.394511,32.1616982 35.8706945,33.8852367 34.5997954,35.6663136 C33.5013,37.2054675 32.3605294,38.7393905 30.5651532,38.771429 C28.8001624,38.8028136 28.2327495,37.768429 26.2147679,37.768429 C24.1974468,37.768429 23.5666211,38.7393905 21.896089,38.8028136 C20.1628046,38.8655829 18.8423642,37.1374675 17.7346211,35.6035444 C15.4709147,32.4657367 13.740933,26.7373905 16.064089,22.8705444 C17.2180706,20.9501982 19.2796486,19.7340444 21.5182541,19.7033136 C23.2204927,19.671929 24.8276119,20.8011213 25.8686395,20.8011213 C26.9083459,20.8011213 28.8615936,19.4430829 30.9145844,19.6425059 C31.7739606,19.6771598 34.1862908,19.9753136 35.7352817,22.1493521 C35.6097771,22.2238905 32.8559422,23.7610829 32.8863275,26.9583905 M29.5690431,17.5665444 C30.4891899,16.4981598 31.1094468,15.0113136 30.9403459,13.5316598 C29.6133,13.5826598 28.0088229,14.3790444 27.0576303,15.4467752 C26.2041991,16.3922367 25.4577771,17.9052367 25.659245,19.3561213 C27.1382174,19.4659675 28.6488963,18.6355829 29.5690431,17.5665444' id='path2997' fill='%23000'/%3e%3cpath d='M42.8915098,15.737921 C43.5738874,15.6241858 44.3257727,15.5220825 45.1491705,15.430965 C45.9719001,15.3398476 46.8768358,15.294612 47.8653142,15.294612 C49.2761851,15.294612 50.4925684,15.4593989 51.5151323,15.7889727 C52.5383646,16.1185465 53.3784711,16.5902894 54.03612,17.2042013 C54.6008694,17.7496137 55.0426437,18.3971293 55.3594381,19.1473943 C55.6762324,19.8976594 55.8339612,20.7616598 55.8339612,21.7393954 C55.8339612,22.9213375 55.6174182,23.9559408 55.1823273,24.8425589 C54.7479047,25.7291771 54.1544166,26.4736261 53.401863,27.0759061 C52.6486411,27.6781861 51.7557356,28.1266649 50.7211415,28.4226351 C49.6858791,28.7179591 48.557717,28.8659442 47.3346503,28.8659442 C46.2298803,28.8659442 45.3015526,28.7864588 44.5496674,28.6274879 L44.5496674,38.4487872 L42.8915098,38.4487872 L42.8915098,15.737921 L42.8915098,15.737921 Z M44.5496674,27.1961036 C44.9493362,27.3091927 45.3957889,27.3886781 45.889694,27.4339137 C46.383599,27.4791493 46.9122579,27.5017672 47.4763389,27.5017672 C49.5923111,27.5017672 51.2324235,27.0242083 52.3960077,26.0697367 C53.5595919,25.1152651 54.1417181,23.7168382 54.1417181,21.8757485 C54.1417181,20.9891303 53.989336,20.2156012 53.6839036,19.5564536 C53.3778027,18.8966598 52.9433801,18.3570634 52.3792991,17.9363722 C51.8152181,17.5156809 51.1448706,17.1977391 50.368925,16.9812544 C49.5923111,16.7654158 48.7341594,16.6574966 47.7931332,16.6574966 C47.041248,16.6574966 46.3942925,16.6859304 45.8536035,16.742798 C45.3129144,16.7996657 44.8778235,16.8623493 44.548999,16.9302027 L44.548999,27.1961036 L44.5496674,27.1961036 Z' id='path2995' fill='%23000'/%3e%3cpath d='M69.0196893,34.561755 C69.0196893,35.2209026 69.0310511,35.8806965 69.0544431,36.5398441 C69.0778351,37.1989917 69.148011,37.8348752 69.2663076,38.4487872 L67.7144165,38.4487872 L67.4677981,36.1301386 L67.3962855,36.1301386 C67.1850893,36.4487266 66.9144106,36.7666684 66.5855861,37.0846102 C66.2567616,37.402552 65.8744697,37.6927061 65.4400471,37.9544265 C65.0049562,38.2161469 64.5110511,38.4261694 63.9583319,38.5851403 C63.4056127,38.743465 62.8007628,38.8235967 62.1424455,38.8235967 C61.319716,38.8235967 60.5959011,38.6924134 59.9723376,38.4319854 C59.3494424,38.1702651 58.8381605,37.8290592 58.4384917,37.4090142 C58.0388229,36.9876767 57.7394055,36.504948 57.5395711,35.9595357 C57.3397367,35.4141233 57.2401537,34.868711 57.2401537,34.3226524 C57.2401537,32.3904452 58.0802601,30.9015471 59.7611414,29.8553118 C61.442691,28.8090766 63.9763772,28.3095461 67.3628684,28.3547817 L67.3628684,27.9114726 C67.3628684,27.4791493 67.3214311,26.9841424 67.239225,26.4270981 C67.1563505,25.8700537 66.9745614,25.3414432 66.6918525,24.8419127 C66.409812,24.3423822 65.9867513,23.9216909 65.4226702,23.5811313 C64.8585892,23.2399255 64.0940055,23.0693226 63.1302557,23.0693226 C62.401094,23.0693226 61.6786159,23.1772419 60.9614844,23.3930804 C60.244353,23.6089189 59.5920508,23.9100589 59.0045777,24.2965004 L58.4752505,23.1029262 C59.2271358,22.6033957 60.0037497,22.2453881 60.8024189,22.0295496 C61.6024248,21.813711 62.4365162,21.7057918 63.3066981,21.7057918 C64.4823124,21.7057918 65.4407155,21.8990125 66.1812389,22.2854539 C66.9217623,22.6718954 67.5038886,23.1720721 67.9269494,23.7853379 C68.3500101,24.3992498 68.6387341,25.0868313 68.7911162,25.8487284 C68.9434982,26.6106254 69.021026,27.3667065 69.021026,28.1163254 L69.021026,34.561755 L69.0196893,34.561755 Z M67.3622,29.6853552 C66.4679578,29.6620911 65.5329467,29.696341 64.5571668,29.7874584 C63.5820551,29.8779297 62.6824662,30.0776126 61.8597367,30.3839224 C61.0363388,30.6908784 60.3552978,31.1400035 59.8146088,31.7312976 C59.2739198,32.3225918 59.0032411,33.1064605 59.0032411,34.0841961 C59.0032411,35.2428742 59.3440957,36.0958888 60.0264733,36.6413011 C60.7075143,37.1867134 61.4714297,37.4600658 62.3182196,37.4600658 C62.9999289,37.4600658 63.6114622,37.3695946 64.1521513,37.1867134 C64.6928403,37.0044785 65.1620167,36.7602062 65.5623538,36.4538964 C65.9626909,36.1475866 66.2968622,35.8005648 66.5675408,35.4141233 C66.8388879,35.0270357 67.044069,34.6302547 67.1857576,34.219903 C67.3033859,33.7649619 67.3628684,33.4353881 67.3628684,33.2298891 L67.3628684,29.6853552 L67.3622,29.6853552 Z' id='path2998' fill='%23000'/%3e%3cpath d='M72.2618185,22.079955 L76.5632704,32.7193728 C76.7991953,33.310667 77.0224217,33.918763 77.2342863,34.544307 C77.4461508,35.1685585 77.633955,35.7436971 77.7983673,36.2658454 L77.8692116,36.2658454 C78.0342922,35.766315 78.221428,35.2034546 78.4332926,34.5779106 C78.6451572,33.9530128 78.8804137,33.310667 79.1383939,32.650227 L83.1598104,22.0793088 L84.9222294,22.0793088 L80.0212742,34.0835499 C79.5267008,35.3559633 79.0628712,36.510764 78.6277802,37.544721 C78.1933577,38.5793243 77.7515833,39.5111781 77.3051306,40.3409286 C76.8580095,41.1706791 76.40621,41.9034962 75.9463904,42.5406722 C75.4885758,43.1765558 74.9759571,43.7342463 74.4125445,44.211159 C73.7548955,44.7791892 73.1487089,45.1947106 72.5959897,45.456431 C72.0439388,45.7181514 71.6736771,45.8829383 71.4852045,45.9507917 L70.9197868,44.6208645 C71.343516,44.4386296 71.814029,44.2001732 72.3313261,43.9048492 C72.8486231,43.608879 73.3545584,43.2230838 73.8477951,42.7455249 C74.2715242,42.3364657 74.7360222,41.7968693 75.2412891,41.1254435 C75.746556,40.4553101 76.1990238,39.6423614 76.5993609,38.6872436 C76.7403812,38.3234199 76.8112255,38.0843174 76.8112255,37.9705821 C76.8112255,37.8122574 76.7410495,37.5731549 76.5993609,37.2545669 L70.4973944,22.0793088 L72.2618185,22.0793088 L72.2618185,22.079955 Z' id='path3000' fill='%23000'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-bancontact-dark {
	background-image: url([object Module]);
}
.payment-bancontact {
	background-image: url([object Module]);
}
.payment-bitcoin-dark {
	background-image: url([object Module]);
}
.payment-bitcoin {
	background-image: url([object Module]);
}
.payment-bitpay-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eBitpay-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-450.000000, -489.000000)'%3e%3cg id='Bitpay-dark' transform='translate(450.000000, 489.000000)'%3e%3crect id='Rectangle' fill='%2318347B' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M77.9655726,24.8298507 L75.0611082,24.8298507 L73.3716517,32.0095522 L73.3746069,32.0095522 L73.1424802,32.9971642 C72.9803905,33.0431343 72.8190396,33.0844776 72.6588707,33.1168657 C72.3581847,33.1776119 72.0474512,33.2080597 71.7266702,33.2080597 C71.3522533,33.2080597 71.0582164,33.1541791 70.8445594,33.0459701 C70.6306069,32.9380597 70.4803377,32.7862687 70.3934565,32.5902985 C70.3064274,32.3947761 70.2731821,32.1619403 70.293277,31.8916418 C70.313372,31.621791 70.3634617,31.3316418 70.4436939,31.0208955 L71.325657,27.2947761 L71.9070818,24.8241791 L71.9072296,24.8234328 L68.9399683,24.8234328 L67.5968549,30.5552239 C67.4365383,31.2437313 67.3428602,31.8986567 67.3162639,32.5195522 C67.2892243,33.140597 67.3829024,33.6908955 67.5968549,34.1698507 C67.8105119,34.6492537 68.1713351,35.0274627 68.6794723,35.3040299 C69.1871662,35.5804478 69.9023113,35.7191045 70.8244644,35.7191045 C71.4660264,35.7191045 72.0205594,35.6650746 72.4885066,35.5570149 C72.5074195,35.5526866 72.5255937,35.5480597 72.5440633,35.5434328 L72.5427335,35.548806 C72.4127071,36.1401493 72.1494037,36.6197015 71.7268179,36.9940299 C71.3037889,37.3686567 70.6761161,37.5559701 69.8437995,37.5559701 C69.4884433,37.5559701 69.1655937,37.5346269 68.8730343,37.4937313 L68.3013615,39.9232836 C68.6880422,39.9738806 69.116686,40 69.5901003,40 C70.4745752,40 71.2488232,39.8979104 71.9122533,39.6943284 C72.5756834,39.490597 73.1445488,39.1819403 73.6194406,38.7679104 C74.0941847,38.3540299 74.4909129,37.8347761 74.8097731,37.2110448 C75.1283377,36.5867164 75.3852876,35.8479104 75.5804749,34.9935821 L77.5902691,26.4591045 C77.5877573,26.4579104 77.5853931,26.4570149 77.583029,26.4559701 L77.9655726,24.8298507' id='Fill-1' fill='%23FFFFFE'/%3e%3cpath d='M63.7191135,27.2970149 C62.3647704,27.2970149 62.1061953,27.2970149 61.551219,27.5877612 C61.1572982,27.7940299 60.8311979,28.1041791 60.5448443,28.4659701 C60.2581953,28.8279104 60.0336042,29.2455224 59.8709235,29.7191045 C59.7077995,30.1929851 59.626533,30.6862687 59.626533,31.199403 C59.626533,31.8308955 59.7307018,32.331194 59.9393351,32.699403 C60.1473773,33.0679104 60.5318417,33.2519403 61.0919894,33.2519403 C61.3914934,33.2519403 61.6617414,33.1928358 61.9028813,33.0743284 C62.1437256,32.9559701 62.4011187,32.7585075 62.6746174,32.4822388 C62.7006227,32.1535821 62.743029,31.808209 62.8016887,31.4461194 C62.8602005,31.0844776 62.9345224,30.7491045 62.9998311,30.4461194 L63.7191135,27.2970149 M65.7813615,30.9625373 C65.5987335,31.7126866 65.546723,32.4658209 65.6248865,33.2223881 C65.7031979,33.9792537 65.9896992,35.1386567 66.2691082,35.7191045 L63.4583219,35.7191045 C63.114934,35.1323881 63.1304485,34.8574627 63.0654354,34.6729851 C62.7006227,34.9758209 62.2968021,35.2256716 61.8541214,35.4229851 C61.4111451,35.6202985 60.9161583,35.7191045 60.3690132,35.7191045 C59.7176992,35.7191045 59.1608021,35.6037313 58.6986174,35.3737313 C58.2359894,35.1435821 57.8583219,34.8343284 57.5653193,34.4461194 C57.2721689,34.058209 57.060285,33.6041791 56.9304063,33.0843284 C56.7999367,32.5646269 56.7349235,32.0086567 56.7349235,31.4165672 C56.7349235,30.5086567 56.8942058,29.6534328 57.213657,28.8508955 C57.5326649,28.0483582 57.9756412,27.3476119 58.5422902,26.748806 C59.1087916,26.1501493 60.476285,24.83 62.7202744,24.83 C63.6900053,24.83 64.993372,24.8298507 67.2264274,24.8298507 L65.7813615,30.9625373' id='Fill-2' fill='%23FFFFFE'/%3e%3cpath d='M48.7869129,33.2147761 C49.0098786,33.2679104 49.2851504,33.2943284 49.6131715,33.2943284 C50.1245594,33.2943284 50.589847,33.1983582 51.0097731,33.0062687 C51.4292559,32.8143284 51.7866807,32.5461194 52.081752,32.2014925 C52.3768232,31.8571642 52.6059947,31.4434328 52.770153,30.9597015 C52.9338681,30.4762687 53.0160211,29.9432836 53.0160211,29.3602985 C53.0160211,28.7908955 52.891314,28.3071642 52.642343,27.9098507 C52.3930765,27.5123881 51.9561583,27.301194 51.3398628,27.2986567 C50.9090026,27.2970149 50.1934142,27.2970149 50.1934142,27.2970149 L48.7869129,33.2147761 L48.7869129,33.2147761 Z M55.9271346,29.1416418 C55.9271346,30.108806 55.7697731,30.9929851 55.4550501,31.7941791 C55.1404749,32.5958209 54.7042955,33.2879104 54.1471029,33.8704478 C53.589467,34.4535821 52.9207177,34.9071642 52.1407071,35.2316418 C51.3604011,35.5559701 50.5112401,35.7183582 49.593372,35.7183582 C49.1474406,35.7183582 48.7015092,35.6786567 48.2558734,35.5991045 L47.3706596,39.1953731 L44.4595462,39.1953731 L47.8387546,24.8301493 C48.330343,24.8298507 50.9310185,24.8301493 51.7178259,24.8301493 C52.4520317,24.8301493 53.084876,24.9428358 53.6159156,25.1679104 C54.1471029,25.3932836 54.5828391,25.701194 54.9240106,26.091791 C55.2647388,26.4826866 55.5171082,26.9397015 55.6812665,27.4626866 C55.8449815,27.9862687 55.9271346,28.5456716 55.9271346,29.1416418 L55.9271346,29.1416418 Z' id='Fill-3' fill='%23FFFFFE'/%3e%3cpath d='M42.6730132,33.2101493 C42.2987441,33.2101493 42.0045594,33.1564179 41.7910501,33.048209 C41.5769499,32.9402985 41.4266807,32.7883582 41.3399472,32.5925373 C41.2527704,32.3970149 41.2196728,32.1640299 41.2396201,31.8938806 C41.259715,31.6240299 41.3098047,31.3338806 41.3900369,31.0231343 L42.2721478,27.2970149 L45.5799894,27.2970149 L46.1813615,24.8264179 L42.8534248,24.8264179 L43.6152612,21.6874627 L40.5079261,22.1735821 L38.5431979,30.5573134 C38.3828813,31.2458209 38.2892032,31.9008955 38.2626069,32.5216418 C38.2355673,33.1428358 38.3292454,33.6929851 38.5431979,34.1720896 C38.7568549,34.6514925 39.1176781,35.0295522 39.6258153,35.3061194 C40.1335092,35.5826866 40.8486544,35.721194 41.7709551,35.721194 C42.4123694,35.721194 42.9669024,35.6671642 43.4348496,35.5592537 C43.4831662,35.5480597 43.5566016,35.5301493 43.6041794,35.5185075 L44.2090976,32.9625373 C44.0059314,33.0325373 43.8018786,33.079403 43.6052137,33.1191045 C43.3045277,33.1798507 42.9937942,33.2101493 42.6730132,33.2101493' id='Fill-4' fill='%23FFFFFE'/%3e%3cpolyline id='Fill-5' fill='%23FFFFFE' points='35.2646121 24.8235821 32.7004327 35.721194 35.6050449 35.721194 38.1692243 24.8235821 35.2646121 24.8235821'/%3e%3cpolyline id='Fill-6' fill='%23FFFFFE' points='38.470058 23.5635821 38.9155462 21.670597 36.010934 21.670597 35.5654459 23.5635821 38.470058 23.5635821'/%3e%3cpath d='M26.2839261,33.2886567 C26.7402005,33.2886567 27.1706174,33.1768657 27.5748813,32.9528358 C27.9789974,32.7289552 28.3281478,32.4291045 28.6215937,32.0537313 C28.9148918,31.678209 29.1462797,31.2534328 29.315905,30.7792537 C29.4852348,30.3050746 29.5701953,29.8110448 29.5701953,29.2971642 C29.5701953,28.6649254 29.4657309,28.1708955 29.2572454,27.8153731 C29.0484644,27.4595522 28.6147968,27.2970149 28.0543536,27.2970149 C27.8715778,27.2970149 27.6825963,27.3147761 27.3891504,27.380597 C27.0957045,27.4467164 26.8425963,27.5834328 26.6079578,27.7940299 L25.3325172,33.2143284 C25.7097414,33.2810448 25.8403588,33.2886567 25.9318206,33.2886567 L26.2839261,33.2886567 L26.2839261,33.2886567 Z M28.8268285,24.8316418 C29.452876,24.8316418 29.9938153,24.9437313 30.450533,25.1676119 C30.9068074,25.3916418 31.2849182,25.6944776 31.5850132,26.0764179 C31.8848127,26.4586567 32.1064485,26.9062687 32.2500686,27.4201493 C32.3933931,27.9338806 32.4653509,28.4871642 32.4653509,29.0798507 C32.4653509,29.988806 32.299124,30.8483582 31.9665224,31.6585075 C31.6339208,32.4686567 31.1807493,33.1734328 30.6070079,33.7728358 C30.032971,34.3723881 29.3550607,34.8465672 28.5725383,35.1953731 C27.7901636,35.5443284 26.9423325,35.7191045 26.0296359,35.7191045 C25.9123166,35.7191045 25.706934,35.7156716 25.4134881,35.7092537 C25.1200422,35.7023881 24.7840422,35.6728358 24.4059314,35.6202985 C24.0276728,35.5674627 23.6266596,35.4885075 23.2030396,35.3831343 C22.7789763,35.2779104 22.3781108,35.1331343 22,34.9485075 L25.3840844,20.5832836 L28.4162111,20.1091045 L27.2181953,25.2002985 C27.4788391,25.081791 27.7247071,24.9965672 27.9857942,24.9304478 C28.246438,24.8646269 28.5267335,24.8316418 28.8268285,24.8316418 L28.8268285,24.8316418 Z' id='Fill-7' fill='%23FFFFFE'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-bitpay {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eBitpay-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-450.000000, -489.000000)'%3e%3cg id='Bitpay-light' transform='translate(450.000000, 489.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M77.9655726,24.8298507 L75.0611082,24.8298507 L73.3716517,32.0095522 L73.3746069,32.0095522 L73.1424802,32.9971642 C72.9803905,33.0431343 72.8190396,33.0844776 72.6588707,33.1168657 C72.3581847,33.1776119 72.0474512,33.2080597 71.7266702,33.2080597 C71.3522533,33.2080597 71.0582164,33.1541791 70.8445594,33.0459701 C70.6306069,32.9380597 70.4803377,32.7862687 70.3934565,32.5902985 C70.3064274,32.3947761 70.2731821,32.1619403 70.293277,31.8916418 C70.313372,31.621791 70.3634617,31.3316418 70.4436939,31.0208955 L71.325657,27.2947761 L71.9070818,24.8241791 L71.9072296,24.8234328 L68.9399683,24.8234328 L67.5968549,30.5552239 C67.4365383,31.2437313 67.3428602,31.8986567 67.3162639,32.5195522 C67.2892243,33.140597 67.3829024,33.6908955 67.5968549,34.1698507 C67.8105119,34.6492537 68.1713351,35.0274627 68.6794723,35.3040299 C69.1871662,35.5804478 69.9023113,35.7191045 70.8244644,35.7191045 C71.4660264,35.7191045 72.0205594,35.6650746 72.4885066,35.5570149 C72.5074195,35.5526866 72.5255937,35.5480597 72.5440633,35.5434328 L72.5427335,35.548806 C72.4127071,36.1401493 72.1494037,36.6197015 71.7268179,36.9940299 C71.3037889,37.3686567 70.6761161,37.5559701 69.8437995,37.5559701 C69.4884433,37.5559701 69.1655937,37.5346269 68.8730343,37.4937313 L68.3013615,39.9232836 C68.6880422,39.9738806 69.116686,40 69.5901003,40 C70.4745752,40 71.2488232,39.8979104 71.9122533,39.6943284 C72.5756834,39.490597 73.1445488,39.1819403 73.6194406,38.7679104 C74.0941847,38.3540299 74.4909129,37.8347761 74.8097731,37.2110448 C75.1283377,36.5867164 75.3852876,35.8479104 75.5804749,34.9935821 L77.5902691,26.4591045 C77.5877573,26.4579104 77.5853931,26.4570149 77.583029,26.4559701 L77.9655726,24.8298507' id='Fill-1' fill='%23002855'/%3e%3cpath d='M63.7191135,27.2970149 C62.3647704,27.2970149 62.1061953,27.2970149 61.551219,27.5877612 C61.1572982,27.7940299 60.8311979,28.1041791 60.5448443,28.4659701 C60.2581953,28.8279104 60.0336042,29.2455224 59.8709235,29.7191045 C59.7077995,30.1929851 59.626533,30.6862687 59.626533,31.199403 C59.626533,31.8308955 59.7307018,32.331194 59.9393351,32.699403 C60.1473773,33.0679104 60.5318417,33.2519403 61.0919894,33.2519403 C61.3914934,33.2519403 61.6617414,33.1928358 61.9028813,33.0743284 C62.1437256,32.9559701 62.4011187,32.7585075 62.6746174,32.4822388 C62.7006227,32.1535821 62.743029,31.808209 62.8016887,31.4461194 C62.8602005,31.0844776 62.9345224,30.7491045 62.9998311,30.4461194 L63.7191135,27.2970149 M65.7813615,30.9625373 C65.5987335,31.7126866 65.546723,32.4658209 65.6248865,33.2223881 C65.7031979,33.9792537 65.9896992,35.1386567 66.2691082,35.7191045 L63.4583219,35.7191045 C63.114934,35.1323881 63.1304485,34.8574627 63.0654354,34.6729851 C62.7006227,34.9758209 62.2968021,35.2256716 61.8541214,35.4229851 C61.4111451,35.6202985 60.9161583,35.7191045 60.3690132,35.7191045 C59.7176992,35.7191045 59.1608021,35.6037313 58.6986174,35.3737313 C58.2359894,35.1435821 57.8583219,34.8343284 57.5653193,34.4461194 C57.2721689,34.058209 57.060285,33.6041791 56.9304063,33.0843284 C56.7999367,32.5646269 56.7349235,32.0086567 56.7349235,31.4165672 C56.7349235,30.5086567 56.8942058,29.6534328 57.213657,28.8508955 C57.5326649,28.0483582 57.9756412,27.3476119 58.5422902,26.748806 C59.1087916,26.1501493 60.476285,24.83 62.7202744,24.83 C63.6900053,24.83 64.993372,24.8298507 67.2264274,24.8298507 L65.7813615,30.9625373' id='Fill-2' fill='%23002855'/%3e%3cpath d='M48.7869129,33.2147761 C49.0098786,33.2679104 49.2851504,33.2943284 49.6131715,33.2943284 C50.1245594,33.2943284 50.589847,33.1983582 51.0097731,33.0062687 C51.4292559,32.8143284 51.7866807,32.5461194 52.081752,32.2014925 C52.3768232,31.8571642 52.6059947,31.4434328 52.770153,30.9597015 C52.9338681,30.4762687 53.0160211,29.9432836 53.0160211,29.3602985 C53.0160211,28.7908955 52.891314,28.3071642 52.642343,27.9098507 C52.3930765,27.5123881 51.9561583,27.301194 51.3398628,27.2986567 C50.9090026,27.2970149 50.1934142,27.2970149 50.1934142,27.2970149 L48.7869129,33.2147761 L48.7869129,33.2147761 Z M55.9271346,29.1416418 C55.9271346,30.108806 55.7697731,30.9929851 55.4550501,31.7941791 C55.1404749,32.5958209 54.7042955,33.2879104 54.1471029,33.8704478 C53.589467,34.4535821 52.9207177,34.9071642 52.1407071,35.2316418 C51.3604011,35.5559701 50.5112401,35.7183582 49.593372,35.7183582 C49.1474406,35.7183582 48.7015092,35.6786567 48.2558734,35.5991045 L47.3706596,39.1953731 L44.4595462,39.1953731 L47.8387546,24.8301493 C48.330343,24.8298507 50.9310185,24.8301493 51.7178259,24.8301493 C52.4520317,24.8301493 53.084876,24.9428358 53.6159156,25.1679104 C54.1471029,25.3932836 54.5828391,25.701194 54.9240106,26.091791 C55.2647388,26.4826866 55.5171082,26.9397015 55.6812665,27.4626866 C55.8449815,27.9862687 55.9271346,28.5456716 55.9271346,29.1416418 L55.9271346,29.1416418 Z' id='Fill-3' fill='%23002855'/%3e%3cpath d='M42.6730132,33.2101493 C42.2987441,33.2101493 42.0045594,33.1564179 41.7910501,33.048209 C41.5769499,32.9402985 41.4266807,32.7883582 41.3399472,32.5925373 C41.2527704,32.3970149 41.2196728,32.1640299 41.2396201,31.8938806 C41.259715,31.6240299 41.3098047,31.3338806 41.3900369,31.0231343 L42.2721478,27.2970149 L45.5799894,27.2970149 L46.1813615,24.8264179 L42.8534248,24.8264179 L43.6152612,21.6874627 L40.5079261,22.1735821 L38.5431979,30.5573134 C38.3828813,31.2458209 38.2892032,31.9008955 38.2626069,32.5216418 C38.2355673,33.1428358 38.3292454,33.6929851 38.5431979,34.1720896 C38.7568549,34.6514925 39.1176781,35.0295522 39.6258153,35.3061194 C40.1335092,35.5826866 40.8486544,35.721194 41.7709551,35.721194 C42.4123694,35.721194 42.9669024,35.6671642 43.4348496,35.5592537 C43.4831662,35.5480597 43.5566016,35.5301493 43.6041794,35.5185075 L44.2090976,32.9625373 C44.0059314,33.0325373 43.8018786,33.079403 43.6052137,33.1191045 C43.3045277,33.1798507 42.9937942,33.2101493 42.6730132,33.2101493' id='Fill-4' fill='%23002855'/%3e%3cpolyline id='Fill-5' fill='%23002855' points='35.2646121 24.8235821 32.7004327 35.721194 35.6050449 35.721194 38.1692243 24.8235821 35.2646121 24.8235821'/%3e%3cpolyline id='Fill-6' fill='%23002855' points='38.470058 23.5635821 38.9155462 21.670597 36.010934 21.670597 35.5654459 23.5635821 38.470058 23.5635821'/%3e%3cpath d='M26.2839261,33.2886567 C26.7402005,33.2886567 27.1706174,33.1768657 27.5748813,32.9528358 C27.9789974,32.7289552 28.3281478,32.4291045 28.6215937,32.0537313 C28.9148918,31.678209 29.1462797,31.2534328 29.315905,30.7792537 C29.4852348,30.3050746 29.5701953,29.8110448 29.5701953,29.2971642 C29.5701953,28.6649254 29.4657309,28.1708955 29.2572454,27.8153731 C29.0484644,27.4595522 28.6147968,27.2970149 28.0543536,27.2970149 C27.8715778,27.2970149 27.6825963,27.3147761 27.3891504,27.380597 C27.0957045,27.4467164 26.8425963,27.5834328 26.6079578,27.7940299 L25.3325172,33.2143284 C25.7097414,33.2810448 25.8403588,33.2886567 25.9318206,33.2886567 L26.2839261,33.2886567 L26.2839261,33.2886567 Z M28.8268285,24.8316418 C29.452876,24.8316418 29.9938153,24.9437313 30.450533,25.1676119 C30.9068074,25.3916418 31.2849182,25.6944776 31.5850132,26.0764179 C31.8848127,26.4586567 32.1064485,26.9062687 32.2500686,27.4201493 C32.3933931,27.9338806 32.4653509,28.4871642 32.4653509,29.0798507 C32.4653509,29.988806 32.299124,30.8483582 31.9665224,31.6585075 C31.6339208,32.4686567 31.1807493,33.1734328 30.6070079,33.7728358 C30.032971,34.3723881 29.3550607,34.8465672 28.5725383,35.1953731 C27.7901636,35.5443284 26.9423325,35.7191045 26.0296359,35.7191045 C25.9123166,35.7191045 25.706934,35.7156716 25.4134881,35.7092537 C25.1200422,35.7023881 24.7840422,35.6728358 24.4059314,35.6202985 C24.0276728,35.5674627 23.6266596,35.4885075 23.2030396,35.3831343 C22.7789763,35.2779104 22.3781108,35.1331343 22,34.9485075 L25.3840844,20.5832836 L28.4162111,20.1091045 L27.2181953,25.2002985 C27.4788391,25.081791 27.7247071,24.9965672 27.9857942,24.9304478 C28.246438,24.8646269 28.5267335,24.8316418 28.8268285,24.8316418 L28.8268285,24.8316418 Z' id='Fill-7' fill='%23002855'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-cirrus-dark {
	background-image: url([object Module]);
}
.payment-cirrus {
	background-image: url([object Module]);
}
.payment-clickandbuy-dark {
	background-image: url([object Module]);
}
.payment-clickandbuy {
	background-image: url([object Module]);
}
.payment-coinkite-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eCoinKite-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-450.000000, -1189.000000)'%3e%3cg id='CoinKite-dark' transform='translate(450.000000, 1189.000000)'%3e%3crect id='Rectangle' fill='%23F27100' x='0' y='0' width='100' height='60' rx='4'/%3e%3cg id='Group' transform='translate(30.799026, 42.949735)' fill='%23FFF'%3e%3cpath d='M0,3.69567772 C0,1.53895826 1.60415407,0.0835846519 3.68425954,0.0835846519 C5.19502706,0.0835846519 6.07478076,0.910896118 6.56120542,1.79030084 L5.29888687,2.41865729 C5.00912672,1.85328364 4.38800432,1.40328035 3.68455047,1.40328035 C2.42194099,1.40328035 1.51105844,2.37715927 1.51105844,3.69597204 C1.51105844,5.01507911 2.42194099,5.98866372 3.68455047,5.98866372 C4.38829524,5.98866372 5.00912672,5.53866044 5.29888687,4.97328679 L6.56120542,5.59134231 C6.07478076,6.46015179 5.19502706,7.30835942 3.68425954,7.30835942 C1.60415407,7.3077708 0,5.84180195 0,3.69567772 L0,3.69567772 Z' id='Shape'/%3e%3cpath d='M7.08865035,4.64836617 C7.08865035,3.21418304 8.08186434,1.99955678 9.72762052,1.99955678 C11.383559,1.99955678 12.377064,3.21388873 12.377064,4.64836617 C12.377064,6.08284361 11.38385,7.30806511 9.72762052,7.30806511 C8.08215527,7.3077708 7.08865035,6.08284361 7.08865035,4.64836617 L7.08865035,4.64836617 Z M11.0108856,4.64836617 C11.0108856,3.86343565 10.5555898,3.18269164 9.72762052,3.18269164 C8.9098336,3.18269164 8.45482871,3.86314134 8.45482871,4.64836617 C8.45482871,5.44418623 8.91012452,6.12463594 9.72762052,6.12463594 C10.5552989,6.12463594 11.0108856,5.44418623 11.0108856,4.64836617 L11.0108856,4.64836617 Z' id='Shape'/%3e%3cpath d='M13.2349984,0.785224828 C13.2349984,0.345522469 13.5870162,0 14.0114741,0 C14.4461143,0 14.7978412,0.345522469 14.7978412,0.785224828 C14.7978412,1.22492719 14.4461143,1.58075058 14.0114741,1.58075058 C13.5870162,1.58075058 13.2349984,1.22492719 13.2349984,0.785224828 L13.2349984,0.785224828 Z M13.3592228,7.18209951 L13.3592228,2.12522807 L14.6733258,2.12522807 L14.6733258,7.18209951 L13.3592228,7.18209951 L13.3592228,7.18209951 Z' id='Shape'/%3e%3cpath d='M19.3510903,7.18209951 L19.3510903,4.12507916 C19.3510903,3.42373329 18.9888901,3.18298595 18.4300254,3.18298595 C17.9127628,3.18298595 17.5191429,3.47612086 17.2916404,3.76925576 L17.2916404,7.18239382 L15.9772465,7.18239382 L15.9772465,2.12522807 L17.2916404,2.12522807 L17.2916404,2.77418637 C17.6128203,2.3971725 18.2333609,1.99926247 19.0409655,1.99926247 C20.1479307,1.99926247 20.6756666,2.6273246 20.6756666,3.61179876 L20.6756666,7.18180519 L19.3510903,7.18209951 L19.3510903,7.18209951 Z' id='Shape'/%3e%3cpolygon id='Shape' points='25.2079691 7.18209951 23.8831019 5.23463598 23.282926 5.88388859 23.282926 7.18239382 21.968823 7.18239382 21.968823 0.198660704 23.282926 0.198660704 23.282926 4.37583311 25.1771312 2.12493376 26.7911767 2.12493376 24.8143491 4.41762544 26.8531434 7.18151088'/%3e%3cpath d='M27.3907707,0.785224828 C27.3907707,0.345522469 27.7427885,0 28.1669555,0 C28.6015957,0 28.9536136,0.345522469 28.9536136,0.785224828 C28.9536136,1.22492719 28.6018867,1.58075058 28.1669555,1.58075058 C27.7427885,1.58075058 27.3907707,1.22492719 27.3907707,0.785224828 L27.3907707,0.785224828 Z M27.5152861,7.18209951 L27.5152861,2.12522807 L28.82968,2.12522807 L28.82968,7.18209951 L27.5152861,7.18209951 L27.5152861,7.18209951 Z' id='Shape'/%3e%3cpath d='M30.4018325,5.91537999 L30.4018325,3.28776108 L29.5741541,3.28776108 L29.5741541,2.12522807 L30.4018325,2.12522807 L30.4018325,0.742843878 L31.7165173,0.742843878 L31.7165173,2.12522807 L32.7303869,2.12522807 L32.7303869,3.28776108 L31.7165173,3.28776108 L31.7165173,5.55926229 C31.7165173,5.88388859 31.8823439,6.12463594 32.1718131,6.12463594 C32.3684776,6.12463594 32.5549598,6.05135221 32.6273999,5.96776756 L32.9066868,6.98314449 C32.7100222,7.16120334 32.3582953,7.3077708 31.8099039,7.3077708 C30.8882571,7.3077708 30.4018325,6.82627611 30.4018325,5.91537999 L30.4018325,5.91537999 Z' id='Shape'/%3e%3cpath d='M33.3099072,4.64836617 C33.3099072,3.18269164 34.3860345,1.99955678 35.8970929,1.99955678 C37.3976781,1.99955678 38.4019472,3.13030408 38.4019472,4.77403746 L38.4019472,5.08836284 L34.6862679,5.08836284 C34.7796544,5.70582974 35.2762614,6.21911014 36.1248863,6.21911014 C36.5493442,6.21911014 37.1288645,6.04105128 37.4494626,5.72702021 L38.0394561,6.60642493 C37.5425582,7.06731777 36.7559001,7.3077708 35.9800062,7.3077708 C34.4584745,7.3077708 33.3099072,6.27120339 33.3099072,4.64836617 L33.3099072,4.64836617 Z M35.8970929,3.08851175 C35.079306,3.08851175 34.7275791,3.66448064 34.6760856,4.16687148 L37.1390468,4.16687148 C37.0977356,3.6853768 36.7666643,3.08851175 35.8970929,3.08851175 L35.8970929,3.08851175 Z' id='Shape'/%3e%3c/g%3e%3cg id='Group' transform='translate(31.089950, 9.692461)' fill='%23FFF'%3e%3cpath d='M35.9557141,30.1104408 L2.2460048,30.1104408 C1.06754504,30.1104408 0.108696421,29.1416005 0.108696421,27.9508606 L0.108696421,2.15958018 C0.108696421,0.970052861 1.06754504,0 2.2460048,0 L35.9557141,0 C37.1353739,0 38.0942225,0.970052861 38.0942225,2.15958018 L38.0942225,27.9496481 C38.0954226,29.1416005 37.136574,30.1104408 35.9557141,30.1104408 L35.9557141,30.1104408 Z M2.35881052,27.8368794 L35.8441084,27.8368794 L35.8441084,2.27356139 L2.35881052,2.27356139 L2.35881052,27.8368794 L2.35881052,27.8368794 Z' id='Shape'/%3e%3cpath d='M23.1474646,19.4568353 L23.1474646,22.9502381 C23.1474646,23.5977484 22.5258331,24.1227895 21.7625944,24.1227895 L21.5225822,24.1227895 L21.5225822,26.2193163 L34.0248162,26.2193163 L34.0248162,19.4556227 L23.1474646,19.4556227 L23.1474646,19.4568353 Z' id='Shape'/%3e%3crect id='Rectangle-path' x='23.147' y='11.898' width='10.879' height='6.259'/%3e%3cpath d='M21.5237823,3.8996125 L21.5237823,5.98643872 L21.7637945,5.98643872 C22.5258331,5.98643872 23.1486647,6.5126924 23.1486647,7.15899012 L23.1486647,10.6620935 L34.0272163,10.6620935 L34.0272163,3.8996125 L21.5237823,3.8996125 L21.5237823,3.8996125 Z' id='Shape'/%3e%3cpath d='M16.4403245,24.1240021 C15.6758858,24.1240021 15.0554543,23.598961 15.0554543,22.9514507 L15.0554543,19.4580478 L4.1156996,19.4580478 L4.1156996,26.2217414 L16.6203337,26.2217414 L16.6203337,24.1252147 L16.4403245,24.1240021 L16.4403245,24.1240021 Z' id='Shape'/%3e%3crect id='Rectangle-path' x='4.116' y='11.898' width='10.94' height='6.259'/%3e%3cpath d='M15.0554543,7.16020268 C15.0554543,6.51390496 15.6758858,5.98765129 16.4403245,5.98765129 L16.6203337,5.98765129 L16.6203337,3.8996125 L4.1156996,3.8996125 L4.1156996,10.6633061 L15.0554543,10.6633061 L15.0554543,7.16020268 L15.0554543,7.16020268 Z' id='Shape'/%3e%3cpath d='M21.8970012,22.1366063 C21.8970012,22.5112892 21.596986,22.8144307 21.2261672,22.8144307 L16.9767517,22.8144307 C16.6059329,22.8144307 16.3059177,22.5112892 16.3059177,22.1366063 L16.3059177,8.05022618 C16.3059177,7.67554326 16.6059329,7.37240175 16.9767517,7.37240175 L21.2261672,7.37240175 C21.596986,7.37240175 21.8970012,7.67554326 21.8970012,8.05022618 L21.8970012,22.1366063 L21.8970012,22.1366063 Z' id='Shape'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-coinkite {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eCoinkite-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-450.000000, -1189.000000)'%3e%3cg id='Coinkite-light' transform='translate(450.000000, 1189.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cg id='Group' transform='translate(30.799026, 42.949735)' fill='%23F27100'%3e%3cpath d='M0,3.69567772 C0,1.53895826 1.60415407,0.0835846519 3.68425954,0.0835846519 C5.19502706,0.0835846519 6.07478076,0.910896118 6.56120542,1.79030084 L5.29888687,2.41865729 C5.00912672,1.85328364 4.38800432,1.40328035 3.68455047,1.40328035 C2.42194099,1.40328035 1.51105844,2.37715927 1.51105844,3.69597204 C1.51105844,5.01507911 2.42194099,5.98866372 3.68455047,5.98866372 C4.38829524,5.98866372 5.00912672,5.53866044 5.29888687,4.97328679 L6.56120542,5.59134231 C6.07478076,6.46015179 5.19502706,7.30835942 3.68425954,7.30835942 C1.60415407,7.3077708 0,5.84180195 0,3.69567772 L0,3.69567772 Z' id='Shape'/%3e%3cpath d='M7.08865035,4.64836617 C7.08865035,3.21418304 8.08186434,1.99955678 9.72762052,1.99955678 C11.383559,1.99955678 12.377064,3.21388873 12.377064,4.64836617 C12.377064,6.08284361 11.38385,7.30806511 9.72762052,7.30806511 C8.08215527,7.3077708 7.08865035,6.08284361 7.08865035,4.64836617 L7.08865035,4.64836617 Z M11.0108856,4.64836617 C11.0108856,3.86343565 10.5555898,3.18269164 9.72762052,3.18269164 C8.9098336,3.18269164 8.45482871,3.86314134 8.45482871,4.64836617 C8.45482871,5.44418623 8.91012452,6.12463594 9.72762052,6.12463594 C10.5552989,6.12463594 11.0108856,5.44418623 11.0108856,4.64836617 L11.0108856,4.64836617 Z' id='Shape'/%3e%3cpath d='M13.2349984,0.785224828 C13.2349984,0.345522469 13.5870162,0 14.0114741,0 C14.4461143,0 14.7978412,0.345522469 14.7978412,0.785224828 C14.7978412,1.22492719 14.4461143,1.58075058 14.0114741,1.58075058 C13.5870162,1.58075058 13.2349984,1.22492719 13.2349984,0.785224828 L13.2349984,0.785224828 Z M13.3592228,7.18209951 L13.3592228,2.12522807 L14.6733258,2.12522807 L14.6733258,7.18209951 L13.3592228,7.18209951 L13.3592228,7.18209951 Z' id='Shape'/%3e%3cpath d='M19.3510903,7.18209951 L19.3510903,4.12507916 C19.3510903,3.42373329 18.9888901,3.18298595 18.4300254,3.18298595 C17.9127628,3.18298595 17.5191429,3.47612086 17.2916404,3.76925576 L17.2916404,7.18239382 L15.9772465,7.18239382 L15.9772465,2.12522807 L17.2916404,2.12522807 L17.2916404,2.77418637 C17.6128203,2.3971725 18.2333609,1.99926247 19.0409655,1.99926247 C20.1479307,1.99926247 20.6756666,2.6273246 20.6756666,3.61179876 L20.6756666,7.18180519 L19.3510903,7.18209951 L19.3510903,7.18209951 Z' id='Shape'/%3e%3cpolygon id='Shape' points='25.2079691 7.18209951 23.8831019 5.23463598 23.282926 5.88388859 23.282926 7.18239382 21.968823 7.18239382 21.968823 0.198660704 23.282926 0.198660704 23.282926 4.37583311 25.1771312 2.12493376 26.7911767 2.12493376 24.8143491 4.41762544 26.8531434 7.18151088'/%3e%3cpath d='M27.3907707,0.785224828 C27.3907707,0.345522469 27.7427885,0 28.1669555,0 C28.6015957,0 28.9536136,0.345522469 28.9536136,0.785224828 C28.9536136,1.22492719 28.6018867,1.58075058 28.1669555,1.58075058 C27.7427885,1.58075058 27.3907707,1.22492719 27.3907707,0.785224828 L27.3907707,0.785224828 Z M27.5152861,7.18209951 L27.5152861,2.12522807 L28.82968,2.12522807 L28.82968,7.18209951 L27.5152861,7.18209951 L27.5152861,7.18209951 Z' id='Shape'/%3e%3cpath d='M30.4018325,5.91537999 L30.4018325,3.28776108 L29.5741541,3.28776108 L29.5741541,2.12522807 L30.4018325,2.12522807 L30.4018325,0.742843878 L31.7165173,0.742843878 L31.7165173,2.12522807 L32.7303869,2.12522807 L32.7303869,3.28776108 L31.7165173,3.28776108 L31.7165173,5.55926229 C31.7165173,5.88388859 31.8823439,6.12463594 32.1718131,6.12463594 C32.3684776,6.12463594 32.5549598,6.05135221 32.6273999,5.96776756 L32.9066868,6.98314449 C32.7100222,7.16120334 32.3582953,7.3077708 31.8099039,7.3077708 C30.8882571,7.3077708 30.4018325,6.82627611 30.4018325,5.91537999 L30.4018325,5.91537999 Z' id='Shape'/%3e%3cpath d='M33.3099072,4.64836617 C33.3099072,3.18269164 34.3860345,1.99955678 35.8970929,1.99955678 C37.3976781,1.99955678 38.4019472,3.13030408 38.4019472,4.77403746 L38.4019472,5.08836284 L34.6862679,5.08836284 C34.7796544,5.70582974 35.2762614,6.21911014 36.1248863,6.21911014 C36.5493442,6.21911014 37.1288645,6.04105128 37.4494626,5.72702021 L38.0394561,6.60642493 C37.5425582,7.06731777 36.7559001,7.3077708 35.9800062,7.3077708 C34.4584745,7.3077708 33.3099072,6.27120339 33.3099072,4.64836617 L33.3099072,4.64836617 Z M35.8970929,3.08851175 C35.079306,3.08851175 34.7275791,3.66448064 34.6760856,4.16687148 L37.1390468,4.16687148 C37.0977356,3.6853768 36.7666643,3.08851175 35.8970929,3.08851175 L35.8970929,3.08851175 Z' id='Shape'/%3e%3c/g%3e%3cg id='Group' transform='translate(31.089950, 9.692461)' fill='%23F27100'%3e%3cpath d='M35.9557141,30.1104408 L2.2460048,30.1104408 C1.06754504,30.1104408 0.108696421,29.1416005 0.108696421,27.9508606 L0.108696421,2.15958018 C0.108696421,0.970052861 1.06754504,0 2.2460048,0 L35.9557141,0 C37.1353739,0 38.0942225,0.970052861 38.0942225,2.15958018 L38.0942225,27.9496481 C38.0954226,29.1416005 37.136574,30.1104408 35.9557141,30.1104408 L35.9557141,30.1104408 Z M2.35881052,27.8368794 L35.8441084,27.8368794 L35.8441084,2.27356139 L2.35881052,2.27356139 L2.35881052,27.8368794 L2.35881052,27.8368794 Z' id='Shape'/%3e%3cpath d='M23.1474646,19.4568353 L23.1474646,22.9502381 C23.1474646,23.5977484 22.5258331,24.1227895 21.7625944,24.1227895 L21.5225822,24.1227895 L21.5225822,26.2193163 L34.0248162,26.2193163 L34.0248162,19.4556227 L23.1474646,19.4556227 L23.1474646,19.4568353 Z' id='Shape'/%3e%3crect id='Rectangle-path' x='23.147' y='11.898' width='10.879' height='6.259'/%3e%3cpath d='M21.5237823,3.8996125 L21.5237823,5.98643872 L21.7637945,5.98643872 C22.5258331,5.98643872 23.1486647,6.5126924 23.1486647,7.15899012 L23.1486647,10.6620935 L34.0272163,10.6620935 L34.0272163,3.8996125 L21.5237823,3.8996125 L21.5237823,3.8996125 Z' id='Shape'/%3e%3cpath d='M16.4403245,24.1240021 C15.6758858,24.1240021 15.0554543,23.598961 15.0554543,22.9514507 L15.0554543,19.4580478 L4.1156996,19.4580478 L4.1156996,26.2217414 L16.6203337,26.2217414 L16.6203337,24.1252147 L16.4403245,24.1240021 L16.4403245,24.1240021 Z' id='Shape'/%3e%3crect id='Rectangle-path' x='4.116' y='11.898' width='10.94' height='6.259'/%3e%3cpath d='M15.0554543,7.16020268 C15.0554543,6.51390496 15.6758858,5.98765129 16.4403245,5.98765129 L16.6203337,5.98765129 L16.6203337,3.8996125 L4.1156996,3.8996125 L4.1156996,10.6633061 L15.0554543,10.6633061 L15.0554543,7.16020268 L15.0554543,7.16020268 Z' id='Shape'/%3e%3cpath d='M21.8970012,22.1366063 C21.8970012,22.5112892 21.596986,22.8144307 21.2261672,22.8144307 L16.9767517,22.8144307 C16.6059329,22.8144307 16.3059177,22.5112892 16.3059177,22.1366063 L16.3059177,8.05022618 C16.3059177,7.67554326 16.6059329,7.37240175 16.9767517,7.37240175 L21.2261672,7.37240175 C21.596986,7.37240175 21.8970012,7.67554326 21.8970012,8.05022618 L21.8970012,22.1366063 L21.8970012,22.1366063 Z' id='Shape'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-dinersclub-dark {
	background-image: url([object Module]);
}
.payment-dinersclub {
	background-image: url([object Module]);
}
.payment-directdebit-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eDirectDebit-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-130.000000, -889.000000)'%3e%3cg id='DirectDebit-dark' transform='translate(130.000000, 889.000000)'%3e%3crect id='Rectangle' fill='%23141413' x='0' y='0' width='100' height='60' rx='5'/%3e%3cpath d='M47.7912908,22.9632223 L51.6663087,22.9632223 C51.6663087,22.9632223 55.5022193,22.8856022 55.4635371,26.3844794 C55.424855,28.989019 51.743673,29.3779727 51.743673,29.3779727 L47.7912908,29.3779727 L47.7912908,22.9632223 L47.7912908,22.9632223 Z M59.3831883,35.5210525 C59.4915833,36.0302747 59.8584263,36.5906751 61.0818029,36.647824 C62.7094295,36.6866341 63.6395018,36.0643935 63.6395018,36.0643935 L63.6395018,37.2696381 C63.6395018,37.2696381 61.8567215,37.6974019 61.0044386,37.6974019 C60.1134736,37.6974019 57.4784104,37.502925 57.4784104,35.0536257 C57.4784104,33.0713267 59.6484374,32.4490861 60.887967,32.4490861 C63.057994,32.5267062 64.1041128,33.3041871 64.0654307,35.5201995 C64.0654307,35.5530388 60.4951943,35.5287292 59.3831883,35.5210525 L59.3831883,35.5210525 Z M59.3878641,34.5482418 L62.3604398,34.5482418 C62.3604398,34.5482418 62.3604398,33.4210438 60.9270743,33.4210438 C59.8482244,33.4210438 59.4954091,34.0044743 59.3878641,34.5482418 L59.3878641,34.5482418 Z M68.7927314,33.3310556 C69.222486,32.8632023 69.9446948,32.4878962 71.1565943,32.4878962 C73.5587143,32.4878962 73.9463861,34.5094317 73.907704,35.0536257 C73.8690218,35.5982461 73.6751859,37.6585918 70.8853941,37.6585918 C69.8320489,37.6585918 69.1872045,37.2977861 68.7927314,36.8495511 L68.7927314,37.502925 L66.8943297,37.502925 L66.8943297,30.5051707 L68.7927314,30.5051707 L68.7927314,33.3310556 L68.7927314,33.3310556 Z M70.4203579,36.5702039 C71.5438411,36.5309673 72.0475594,35.5594361 72.0475594,35.0928622 C72.0475594,34.6262884 71.7763591,33.6543307 70.3429936,33.6543307 C69.2301374,33.6543307 68.8917748,34.4974902 68.7927314,34.9099005 L68.7927314,35.4169903 C68.8900744,35.8366509 69.2309876,36.5702039 70.4203579,36.5702039 L70.4203579,36.5702039 Z M86.8109693,36.375727 L86.8496515,37.4641149 C86.8496515,37.4641149 85.9582614,37.6585918 85.3771787,37.6585918 C84.7960961,37.6585918 83.2845161,37.3084482 83.2845161,35.831533 L83.2845161,33.5762841 L81.6959968,33.5762841 L81.6959968,32.5655163 L83.2845161,32.5655163 L83.2845161,31.3606982 L85.222025,31.3606982 L85.222025,32.5655163 L86.8109693,32.5655163 L86.8109693,33.5762841 L85.222025,33.5762841 L85.222025,35.5201995 C85.222025,35.5201995 85.222025,36.4921572 85.9969435,36.4921572 C86.7718621,36.4921572 86.8109693,36.375727 86.8109693,36.375727 L86.8109693,36.375727 Z M80.9210782,24.0128002 L83.1684696,24.0128002 L83.1684696,29.4167827 L85.0672963,29.4167827 L85.0672963,24.0128002 L87.3533698,24.0128002 L87.3533698,22.8856022 L80.9210782,22.8856022 L80.9210782,24.0128002 L80.9210782,24.0128002 Z M80.1461597,24.2848972 L80.3786777,23.1576992 C80.3786777,23.1576992 79.4099233,22.7299354 77.7049324,22.7299354 C76.0386237,22.7299354 73.3653035,23.6630831 73.3653035,26.1900025 C73.3653035,28.6781119 76.1937775,29.5332129 77.9374505,29.5332129 C79.6811235,29.5332129 80.2622062,29.261116 80.2622062,29.261116 L80.0687953,28.0170613 C80.0687953,28.0170613 79.2934517,28.2503482 77.9761327,28.2503482 C76.6974958,28.2115381 75.3801768,27.2007703 75.3801768,26.0731458 C75.4188589,25.062378 76.5814493,23.93518 78.0926042,23.93518 C79.2547695,23.93518 80.1461597,24.2848972 80.1461597,24.2848972 L80.1461597,24.2848972 Z M63.0193119,22.9244123 C63.0193119,22.9244123 66.1967755,22.7687455 66.1967755,24.6350408 C66.1967755,26.2288126 64.3757381,26.3456693 64.3757381,26.3456693 C64.3757381,26.3456693 64.8790314,26.4232894 65.1119745,26.7730066 C65.3053854,27.0843401 66.5840222,29.4167827 66.5840222,29.4167827 L64.6469384,29.4167827 C64.6469384,29.4167827 64.3366309,29.027829 64.1819022,28.7557321 C64.0654307,28.4836351 63.7168661,27.900631 63.7168661,27.900631 C63.7168661,27.900631 63.4456659,26.9286733 62.5155936,26.9286733 C62.4922142,26.9286733 62.113044,26.9141729 61.8180393,26.9030843 L61.8180393,29.4167827 L59.9583198,29.4167827 L59.9583198,22.9244123 L63.0193119,22.9244123 L63.0193119,22.9244123 Z M61.8180393,25.8398589 L62.825476,25.8398589 C62.825476,25.8398589 64.2205844,25.7622388 64.2979487,24.9071378 C64.3366309,24.0904203 62.9419475,23.9739901 62.9419475,23.9739901 L61.8180393,23.9739901 L61.8180393,25.8398589 L61.8180393,25.8398589 Z M69.6067572,26.8506267 L72.7064314,26.8506267 L72.7064314,25.6458086 L69.6067572,25.6458086 L69.6067572,24.168467 L72.9776317,24.168467 L72.9776317,22.9244123 L67.7079304,22.9244123 L67.7079304,29.4167827 L73.0163138,29.4167827 L73.0163138,28.2503482 L69.6067572,28.2503482 L69.6067572,26.8506267 L69.6067572,26.8506267 Z M77.1625319,31.8268455 L79.0613587,31.8268455 L79.0613587,30.5051707 L77.1625319,30.5051707 L77.1625319,31.8268455 Z M77.1625319,37.502925 L79.0613587,37.502925 L79.0613587,32.5655163 L77.1625319,32.5655163 L77.1625319,37.502925 Z M56.4709738,29.4167827 L58.3311184,29.4167827 L58.3311184,22.9244123 L56.4709738,22.9244123 L56.4709738,29.4167827 Z M47.7912908,31.0493646 L51.6663087,31.0493646 C51.6663087,31.0493646 55.5022193,30.9717445 55.4635371,34.4706217 C55.424855,37.0751613 51.743673,37.4641149 51.743673,37.4641149 L47.7912908,37.4641149 L47.7912908,31.0493646 L47.7912908,31.0493646 Z M49.6896925,36.2588703 L50.9300723,36.2588703 C50.9300723,36.2588703 53.487346,36.10363 53.487346,34.1209045 C53.487346,32.138179 50.7749186,31.9437022 50.7749186,31.9437022 L49.6896925,31.9437022 L49.6896925,36.2588703 L49.6896925,36.2588703 Z M49.6896925,28.172728 L50.9300723,28.172728 C50.9300723,28.172728 53.487346,27.9782512 53.487346,26.0343358 C53.487346,24.0128002 50.7749186,23.8575599 50.7749186,23.8575599 L49.6896925,23.8575599 L49.6896925,28.172728 L49.6896925,28.172728 Z' id='Fill-2' fill='%23FFF'/%3e%3cpath d='M30.3932428,26.828023 L30.3932428,39.8357941 C30.3932428,39.8357941 22.8761502,38.4748827 22.8761502,33.3041871 C22.8761502,29.1805104 28.4408561,27.3632608 30.3932428,26.828023 L30.3932428,26.828023 Z M30.3932428,26.5853535 C25.8750808,26.257387 15.6302579,28.3821318 15.6302579,33.0320901 C15.6302579,36.0643935 21.0546878,40.4964183 29.8895245,40.613275 C30.238089,40.613275 40.2741983,40.2243213 40.1190445,29.4167827 C39.9889704,20.3394909 33.217466,18.7495575 31.0521148,18.4727692 L31.0521148,17.919619 C39.684614,18.4693573 46.4739718,23.67801 46.4739718,29.9997868 C46.4739718,36.6866341 38.8790898,42.1294267 29.5409599,42.1294267 C20.2024049,42.1294267 12.6466302,36.6866341 12.6466302,29.9997868 C12.6466302,23.3129394 20.2024049,17.8705733 29.5409599,17.8705733 C29.8266128,17.8705733 30.1109905,17.8752646 30.3932428,17.8859268 L30.3932428,26.5853535 L30.3932428,26.5853535 Z' id='Fill-3' fill='%23FFF'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-directdebit {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eDirectDebit-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-130.000000, -889.000000)'%3e%3cg id='DirectDebit-light' transform='translate(130.000000, 889.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='5'/%3e%3cpath d='M47.7912908,22.9632223 L51.6663087,22.9632223 C51.6663087,22.9632223 55.5022193,22.8856022 55.4635371,26.3844794 C55.424855,28.989019 51.743673,29.3779727 51.743673,29.3779727 L47.7912908,29.3779727 L47.7912908,22.9632223 L47.7912908,22.9632223 Z M59.3831883,35.5210525 C59.4915833,36.0302747 59.8584263,36.5906751 61.0818029,36.647824 C62.7094295,36.6866341 63.6395018,36.0643935 63.6395018,36.0643935 L63.6395018,37.2696381 C63.6395018,37.2696381 61.8567215,37.6974019 61.0044386,37.6974019 C60.1134736,37.6974019 57.4784104,37.502925 57.4784104,35.0536257 C57.4784104,33.0713267 59.6484374,32.4490861 60.887967,32.4490861 C63.057994,32.5267062 64.1041128,33.3041871 64.0654307,35.5201995 C64.0654307,35.5530388 60.4951943,35.5287292 59.3831883,35.5210525 L59.3831883,35.5210525 Z M59.3878641,34.5482418 L62.3604398,34.5482418 C62.3604398,34.5482418 62.3604398,33.4210438 60.9270743,33.4210438 C59.8482244,33.4210438 59.4954091,34.0044743 59.3878641,34.5482418 L59.3878641,34.5482418 Z M68.7927314,33.3310556 C69.222486,32.8632023 69.9446948,32.4878962 71.1565943,32.4878962 C73.5587143,32.4878962 73.9463861,34.5094317 73.907704,35.0536257 C73.8690218,35.5982461 73.6751859,37.6585918 70.8853941,37.6585918 C69.8320489,37.6585918 69.1872045,37.2977861 68.7927314,36.8495511 L68.7927314,37.502925 L66.8943297,37.502925 L66.8943297,30.5051707 L68.7927314,30.5051707 L68.7927314,33.3310556 L68.7927314,33.3310556 Z M70.4203579,36.5702039 C71.5438411,36.5309673 72.0475594,35.5594361 72.0475594,35.0928622 C72.0475594,34.6262884 71.7763591,33.6543307 70.3429936,33.6543307 C69.2301374,33.6543307 68.8917748,34.4974902 68.7927314,34.9099005 L68.7927314,35.4169903 C68.8900744,35.8366509 69.2309876,36.5702039 70.4203579,36.5702039 L70.4203579,36.5702039 Z M86.8109693,36.375727 L86.8496515,37.4641149 C86.8496515,37.4641149 85.9582614,37.6585918 85.3771787,37.6585918 C84.7960961,37.6585918 83.2845161,37.3084482 83.2845161,35.831533 L83.2845161,33.5762841 L81.6959968,33.5762841 L81.6959968,32.5655163 L83.2845161,32.5655163 L83.2845161,31.3606982 L85.222025,31.3606982 L85.222025,32.5655163 L86.8109693,32.5655163 L86.8109693,33.5762841 L85.222025,33.5762841 L85.222025,35.5201995 C85.222025,35.5201995 85.222025,36.4921572 85.9969435,36.4921572 C86.7718621,36.4921572 86.8109693,36.375727 86.8109693,36.375727 L86.8109693,36.375727 Z M80.9210782,24.0128002 L83.1684696,24.0128002 L83.1684696,29.4167827 L85.0672963,29.4167827 L85.0672963,24.0128002 L87.3533698,24.0128002 L87.3533698,22.8856022 L80.9210782,22.8856022 L80.9210782,24.0128002 L80.9210782,24.0128002 Z M80.1461597,24.2848972 L80.3786777,23.1576992 C80.3786777,23.1576992 79.4099233,22.7299354 77.7049324,22.7299354 C76.0386237,22.7299354 73.3653035,23.6630831 73.3653035,26.1900025 C73.3653035,28.6781119 76.1937775,29.5332129 77.9374505,29.5332129 C79.6811235,29.5332129 80.2622062,29.261116 80.2622062,29.261116 L80.0687953,28.0170613 C80.0687953,28.0170613 79.2934517,28.2503482 77.9761327,28.2503482 C76.6974958,28.2115381 75.3801768,27.2007703 75.3801768,26.0731458 C75.4188589,25.062378 76.5814493,23.93518 78.0926042,23.93518 C79.2547695,23.93518 80.1461597,24.2848972 80.1461597,24.2848972 L80.1461597,24.2848972 Z M63.0193119,22.9244123 C63.0193119,22.9244123 66.1967755,22.7687455 66.1967755,24.6350408 C66.1967755,26.2288126 64.3757381,26.3456693 64.3757381,26.3456693 C64.3757381,26.3456693 64.8790314,26.4232894 65.1119745,26.7730066 C65.3053854,27.0843401 66.5840222,29.4167827 66.5840222,29.4167827 L64.6469384,29.4167827 C64.6469384,29.4167827 64.3366309,29.027829 64.1819022,28.7557321 C64.0654307,28.4836351 63.7168661,27.900631 63.7168661,27.900631 C63.7168661,27.900631 63.4456659,26.9286733 62.5155936,26.9286733 C62.4922142,26.9286733 62.113044,26.9141729 61.8180393,26.9030843 L61.8180393,29.4167827 L59.9583198,29.4167827 L59.9583198,22.9244123 L63.0193119,22.9244123 L63.0193119,22.9244123 Z M61.8180393,25.8398589 L62.825476,25.8398589 C62.825476,25.8398589 64.2205844,25.7622388 64.2979487,24.9071378 C64.3366309,24.0904203 62.9419475,23.9739901 62.9419475,23.9739901 L61.8180393,23.9739901 L61.8180393,25.8398589 L61.8180393,25.8398589 Z M69.6067572,26.8506267 L72.7064314,26.8506267 L72.7064314,25.6458086 L69.6067572,25.6458086 L69.6067572,24.168467 L72.9776317,24.168467 L72.9776317,22.9244123 L67.7079304,22.9244123 L67.7079304,29.4167827 L73.0163138,29.4167827 L73.0163138,28.2503482 L69.6067572,28.2503482 L69.6067572,26.8506267 L69.6067572,26.8506267 Z M77.1625319,31.8268455 L79.0613587,31.8268455 L79.0613587,30.5051707 L77.1625319,30.5051707 L77.1625319,31.8268455 Z M77.1625319,37.502925 L79.0613587,37.502925 L79.0613587,32.5655163 L77.1625319,32.5655163 L77.1625319,37.502925 Z M56.4709738,29.4167827 L58.3311184,29.4167827 L58.3311184,22.9244123 L56.4709738,22.9244123 L56.4709738,29.4167827 Z M47.7912908,31.0493646 L51.6663087,31.0493646 C51.6663087,31.0493646 55.5022193,30.9717445 55.4635371,34.4706217 C55.424855,37.0751613 51.743673,37.4641149 51.743673,37.4641149 L47.7912908,37.4641149 L47.7912908,31.0493646 L47.7912908,31.0493646 Z M49.6896925,36.2588703 L50.9300723,36.2588703 C50.9300723,36.2588703 53.487346,36.10363 53.487346,34.1209045 C53.487346,32.138179 50.7749186,31.9437022 50.7749186,31.9437022 L49.6896925,31.9437022 L49.6896925,36.2588703 L49.6896925,36.2588703 Z M49.6896925,28.172728 L50.9300723,28.172728 C50.9300723,28.172728 53.487346,27.9782512 53.487346,26.0343358 C53.487346,24.0128002 50.7749186,23.8575599 50.7749186,23.8575599 L49.6896925,23.8575599 L49.6896925,28.172728 L49.6896925,28.172728 Z' id='Fill-2' fill='%23141413'/%3e%3cpath d='M30.3932428,26.828023 L30.3932428,39.8357941 C30.3932428,39.8357941 22.8761502,38.4748827 22.8761502,33.3041871 C22.8761502,29.1805104 28.4408561,27.3632608 30.3932428,26.828023 L30.3932428,26.828023 Z M30.3932428,26.5853535 C25.8750808,26.257387 15.6302579,28.3821318 15.6302579,33.0320901 C15.6302579,36.0643935 21.0546878,40.4964183 29.8895245,40.613275 C30.238089,40.613275 40.2741983,40.2243213 40.1190445,29.4167827 C39.9889704,20.3394909 33.217466,18.7495575 31.0521148,18.4727692 L31.0521148,17.919619 C39.684614,18.4693573 46.4739718,23.67801 46.4739718,29.9997868 C46.4739718,36.6866341 38.8790898,42.1294267 29.5409599,42.1294267 C20.2024049,42.1294267 12.6466302,36.6866341 12.6466302,29.9997868 C12.6466302,23.3129394 20.2024049,17.8705733 29.5409599,17.8705733 C29.8266128,17.8705733 30.1109905,17.8752646 30.3932428,17.8859268 L30.3932428,26.5853535 L30.3932428,26.5853535 Z' id='Fill-3' fill='%23141413'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-discover-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eDiscover-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cdefs%3e%3crect id='path-1' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M24.1154168,60 L96.0003648,60 C98.2093023,60 100,58.2128397 100,56.0053027 L100,33.6980686 C100,33.6980686 73.1995341,51.8679968 24.1154168,60 Z' id='path-3'/%3e%3c/defs%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-610.000000, -264.000000)'%3e%3cg id='Discover-dark' transform='translate(610.000000, 264.000000)'%3e%3cg id='Rectangle'%3e%3cmask id='mask-2' fill='%23fff'%3e%3cuse xlink:href='%23path-1'/%3e%3c/mask%3e%3cg id='Mask'%3e%3cuse fill='%23FFF' fill-rule='evenodd' xlink:href='%23path-1'/%3e%3crect stroke='%23E6772F' stroke-width='1' x='.5' y='.5' width='99' height='59' rx='4'/%3e%3c/g%3e%3cmask id='mask-4' fill='%23fff'%3e%3cuse xlink:href='%23path-3'/%3e%3c/mask%3e%3cuse id='Mask' fill='%23E6772F' xlink:href='%23path-3'/%3e%3c/g%3e%3cpath d='M18.2885834,29.8220151 C17.5378699,30.4639095 16.5822027,30.7445978 15.0539813,30.7445978 L14.419847,30.7445978 L14.419847,23.084597 L15.0539813,23.084597 C16.5822027,23.084597 17.5012039,23.3463928 18.2885834,24.0202246 C19.1013471,24.7165474 19.5897574,25.7907198 19.5897574,26.9017775 C19.5897574,28.0182331 19.1013471,29.1306403 18.2885834,29.8220151 L18.2885834,29.8220151 Z M15.5273492,21.1224781 L12.0577084,21.1224781 L12.0577084,32.7076164 L15.5061957,32.7076164 C17.3413776,32.7076164 18.6660555,32.2897327 19.8271465,31.3675998 C21.2063534,30.2754346 22.024758,28.626391 22.024758,26.9179711 C22.024758,23.4979825 19.3547188,21.1224781 15.5273492,21.1224781 L15.5273492,21.1224781 Z' id='Fill-13' fill='%231A1919'/%3e%3cpolygon id='Fill-14' fill='%231A1919' points='23.1139272 21.1224781 25.4666642 21.1224781 25.4666642 32.7076164 23.1139272 32.7076164'/%3e%3cpath d='M31.2443847,25.5626606 C29.824281,25.064259 29.4092028,24.7322911 29.4092028,24.1061404 C29.4092028,23.3783301 30.1509848,22.8263998 31.1710526,22.8263998 C31.8780489,22.8263998 32.4604747,23.097192 33.0809768,23.7588786 L34.3092888,22.2168925 C33.2943919,21.3622327 32.0797121,20.9295049 30.7555042,20.9295049 C28.6128918,20.9295049 26.9798431,22.3558871 26.9798431,24.2419863 C26.9798431,25.8433489 27.739018,26.6557255 29.9544925,27.4271684 C30.8805448,27.7352957 31.3510922,27.9458119 31.5894214,28.0884052 C32.0613791,28.380339 32.2964177,28.7986724 32.2964177,29.2822299 C32.2964177,30.2246048 31.5160894,30.9173291 30.4612358,30.9173291 C29.3382211,30.9173291 28.4295616,30.3793432 27.8856821,29.3690454 L26.3635718,30.7796838 C27.4518008,32.3054765 28.7562654,32.987405 30.553371,32.987405 C33.0043542,32.987405 34.7314183,31.4170801 34.7314183,29.1805704 C34.7314183,27.337654 33.9304065,26.5023365 31.2443847,25.5626606' id='Fill-15' fill='%231A1919'/%3e%3cpath d='M35.4732003,26.9179711 C35.4732003,30.3249149 38.26781,32.964914 41.8653118,32.964914 C42.8797387,32.964914 43.7493818,32.7732902 44.8202179,32.2897327 L44.8202179,29.6272426 C43.8739523,30.5372304 43.0433256,30.8961875 41.9687288,30.8961875 C39.5915478,30.8961875 37.9077308,29.2502927 37.9077308,26.9017775 C37.9077308,24.6828108 39.6460768,22.9249106 41.8653118,22.9249106 C42.985036,22.9249106 43.8405768,23.3045595 44.8202179,24.2280419 L44.8202179,21.5687005 C43.7855777,21.0680498 42.9366181,20.8606823 41.9137298,20.8606823 C38.3369114,20.8606823 35.4732003,23.5524108 35.4732003,26.9179711' id='Fill-16' fill='%231A1919'/%3e%3cpolyline id='Fill-17' fill='%231A1919' points='63.9486046 28.900332 60.7201135 21.1224781 58.14597 21.1224781 63.2782743 33 64.5441926 33 69.7761532 21.1224781 67.2222231 21.1224781 63.9486046 28.900332'/%3e%3cpolyline id='Fill-18' fill='%231A1919' points='70.8474595 32.7076164 77.5427709 32.7076164 77.5427709 30.7445978 73.209598 30.7445978 73.209598 27.6174426 77.3782438 27.6174426 77.3782438 25.6548739 73.209598 25.6548739 73.209598 23.084597 77.5427709 23.084597 77.5427709 21.1224781 70.8474595 21.1224781 70.8474595 32.7076164'/%3e%3cpath d='M82.1542294,26.4497075 L81.4688567,26.4497075 L81.4688567,22.9456024 L82.1927758,22.9456024 C83.6678784,22.9456024 84.4580784,23.5380166 84.4580784,24.6666173 C84.4580784,25.8262557 83.6678784,26.4497075 82.1542294,26.4497075 L82.1542294,26.4497075 Z M86.8893184,24.5406674 C86.8893184,22.371181 85.3343026,21.1224781 82.6083241,21.1224781 L79.1015473,21.1224781 L79.1015473,32.7076164 L81.4688567,32.7076164 L81.4688567,28.0497206 L81.7758172,28.0497206 L85.0376838,32.7076164 L87.9422916,32.7076164 L84.133255,27.8248101 C85.9134378,27.4766487 86.8893184,26.3134117 86.8893184,24.5406674 L86.8893184,24.5406674 Z' id='Fill-19' fill='%231A1919'/%3e%3cpath d='M58.4787848,26.9449603 C58.4787848,30.2803826 55.6545602,32.9838064 52.1675266,32.9838064 C48.6814331,32.9838064 45.8567384,30.2803826 45.8567384,26.9449603 C45.8567384,23.6090883 48.6814331,20.9052146 52.1675266,20.9052146 C55.6545602,20.9052146 58.4787848,23.6090883 58.4787848,26.9449603' id='Fill-20' fill='%23E6772F'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-discover {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eDiscover-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cdefs%3e%3crect id='path-1' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M24.1154168,60 L96.0003648,60 C98.2093023,60 100,58.2128397 100,56.0053027 L100,33.6980686 C100,33.6980686 73.1995341,51.8679968 24.1154168,60 Z' id='path-3'/%3e%3c/defs%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-610.000000, -264.000000)'%3e%3cg id='Discover-light' transform='translate(610.000000, 264.000000)'%3e%3cg id='Rectangle'%3e%3cmask id='mask-2' fill='%23fff'%3e%3cuse xlink:href='%23path-1'/%3e%3c/mask%3e%3cuse id='Mask' fill='%23FFF' xlink:href='%23path-1'/%3e%3cmask id='mask-4' fill='%23fff'%3e%3cuse xlink:href='%23path-3'/%3e%3c/mask%3e%3cuse id='Mask' fill='%23E6772F' xlink:href='%23path-3'/%3e%3c/g%3e%3cpath d='M18.2885834,29.8220151 C17.5378699,30.4639095 16.5822027,30.7445978 15.0539813,30.7445978 L14.419847,30.7445978 L14.419847,23.084597 L15.0539813,23.084597 C16.5822027,23.084597 17.5012039,23.3463928 18.2885834,24.0202246 C19.1013471,24.7165474 19.5897574,25.7907198 19.5897574,26.9017775 C19.5897574,28.0182331 19.1013471,29.1306403 18.2885834,29.8220151 L18.2885834,29.8220151 Z M15.5273492,21.1224781 L12.0577084,21.1224781 L12.0577084,32.7076164 L15.5061957,32.7076164 C17.3413776,32.7076164 18.6660555,32.2897327 19.8271465,31.3675998 C21.2063534,30.2754346 22.024758,28.626391 22.024758,26.9179711 C22.024758,23.4979825 19.3547188,21.1224781 15.5273492,21.1224781 L15.5273492,21.1224781 Z' id='Fill-13' fill='%231A1919'/%3e%3cpolygon id='Fill-14' fill='%231A1919' points='23.1139272 21.1224781 25.4666642 21.1224781 25.4666642 32.7076164 23.1139272 32.7076164'/%3e%3cpath d='M31.2443847,25.5626606 C29.824281,25.064259 29.4092028,24.7322911 29.4092028,24.1061404 C29.4092028,23.3783301 30.1509848,22.8263998 31.1710526,22.8263998 C31.8780489,22.8263998 32.4604747,23.097192 33.0809768,23.7588786 L34.3092888,22.2168925 C33.2943919,21.3622327 32.0797121,20.9295049 30.7555042,20.9295049 C28.6128918,20.9295049 26.9798431,22.3558871 26.9798431,24.2419863 C26.9798431,25.8433489 27.739018,26.6557255 29.9544925,27.4271684 C30.8805448,27.7352957 31.3510922,27.9458119 31.5894214,28.0884052 C32.0613791,28.380339 32.2964177,28.7986724 32.2964177,29.2822299 C32.2964177,30.2246048 31.5160894,30.9173291 30.4612358,30.9173291 C29.3382211,30.9173291 28.4295616,30.3793432 27.8856821,29.3690454 L26.3635718,30.7796838 C27.4518008,32.3054765 28.7562654,32.987405 30.553371,32.987405 C33.0043542,32.987405 34.7314183,31.4170801 34.7314183,29.1805704 C34.7314183,27.337654 33.9304065,26.5023365 31.2443847,25.5626606' id='Fill-15' fill='%231A1919'/%3e%3cpath d='M35.4732003,26.9179711 C35.4732003,30.3249149 38.26781,32.964914 41.8653118,32.964914 C42.8797387,32.964914 43.7493818,32.7732902 44.8202179,32.2897327 L44.8202179,29.6272426 C43.8739523,30.5372304 43.0433256,30.8961875 41.9687288,30.8961875 C39.5915478,30.8961875 37.9077308,29.2502927 37.9077308,26.9017775 C37.9077308,24.6828108 39.6460768,22.9249106 41.8653118,22.9249106 C42.985036,22.9249106 43.8405768,23.3045595 44.8202179,24.2280419 L44.8202179,21.5687005 C43.7855777,21.0680498 42.9366181,20.8606823 41.9137298,20.8606823 C38.3369114,20.8606823 35.4732003,23.5524108 35.4732003,26.9179711' id='Fill-16' fill='%231A1919'/%3e%3cpolyline id='Fill-17' fill='%231A1919' points='63.9486046 28.900332 60.7201135 21.1224781 58.14597 21.1224781 63.2782743 33 64.5441926 33 69.7761532 21.1224781 67.2222231 21.1224781 63.9486046 28.900332'/%3e%3cpolyline id='Fill-18' fill='%231A1919' points='70.8474595 32.7076164 77.5427709 32.7076164 77.5427709 30.7445978 73.209598 30.7445978 73.209598 27.6174426 77.3782438 27.6174426 77.3782438 25.6548739 73.209598 25.6548739 73.209598 23.084597 77.5427709 23.084597 77.5427709 21.1224781 70.8474595 21.1224781 70.8474595 32.7076164'/%3e%3cpath d='M82.1542294,26.4497075 L81.4688567,26.4497075 L81.4688567,22.9456024 L82.1927758,22.9456024 C83.6678784,22.9456024 84.4580784,23.5380166 84.4580784,24.6666173 C84.4580784,25.8262557 83.6678784,26.4497075 82.1542294,26.4497075 L82.1542294,26.4497075 Z M86.8893184,24.5406674 C86.8893184,22.371181 85.3343026,21.1224781 82.6083241,21.1224781 L79.1015473,21.1224781 L79.1015473,32.7076164 L81.4688567,32.7076164 L81.4688567,28.0497206 L81.7758172,28.0497206 L85.0376838,32.7076164 L87.9422916,32.7076164 L84.133255,27.8248101 C85.9134378,27.4766487 86.8893184,26.3134117 86.8893184,24.5406674 L86.8893184,24.5406674 Z' id='Fill-19' fill='%231A1919'/%3e%3cpath d='M58.4787848,26.9449603 C58.4787848,30.2803826 55.6545602,32.9838064 52.1675266,32.9838064 C48.6814331,32.9838064 45.8567384,30.2803826 45.8567384,26.9449603 C45.8567384,23.6090883 48.6814331,20.9052146 52.1675266,20.9052146 C55.6545602,20.9052146 58.4787848,23.6090883 58.4787848,26.9449603' id='Fill-20' fill='%23E6772F'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-dwolla-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eDwolla-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-770.000000, -1089.000000)'%3e%3cg id='Dwolla-dark' transform='translate(770.000000, 1089.000000)'%3e%3crect id='Rectangle' fill='%23E46B2A' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M14.4118182,35.9694118 C15.4657576,35.9694118 16.3727273,35.86 17.1327273,35.6405882 C17.8921212,35.4217647 18.5190909,35.0726471 19.0118182,34.5944118 C19.5045455,34.1158824 19.8672727,33.4982353 20.100303,32.7405882 C20.3330303,31.9832353 20.4490909,31.0732353 20.4490909,30.01 C20.4490909,28.9470588 20.3330303,28.0367647 20.100303,27.2794118 C19.8672727,26.5217647 19.5045455,25.9044118 19.0118182,25.4255882 C18.5190909,24.9470588 17.8921212,24.5988235 17.1327273,24.3794118 C16.3727273,24.1602941 15.4657576,24.0502941 14.4118182,24.0502941 L11.4339394,24.0502941 L11.4339394,35.9694118 L14.4118182,35.9694118 L14.4118182,35.9694118 Z M15.109697,22.8947059 C17.3412121,22.9476471 19.0218182,23.5552941 20.1515152,24.7179412 C21.2809091,25.8811765 21.8454545,27.645 21.8454545,30.01 C21.8454545,32.3752941 21.2809091,34.1394118 20.1515152,35.3017647 C19.0218182,36.4647059 17.3412121,37.0726471 15.109697,37.1258824 L10.0375758,37.1258824 L10.0375758,22.8947059 L15.109697,22.8947059 L15.109697,22.8947059 Z' id='Fill-3' fill='%23FFFFFE'/%3e%3cpolyline id='Fill-4' fill='%23FFFFFE' points='23.7139394 22.8947059 27.0412121 35.3520588 27.0824242 35.3520588 30.6554545 22.8947059 32.4009091 22.8947059 35.9945455 35.3520588 36.0357576 35.3520588 39.3830303 22.8947059 40.7793939 22.8947059 36.7339394 37.1258824 35.2554545 37.1258824 31.5384848 24.3894118 31.4972727 24.3894118 27.8006061 37.1258824 26.2812121 37.1258824 22.2151515 22.8947059 23.7139394 22.8947059'/%3e%3cpath d='M42.8436364,32.2920588 C43.0557576,33.0432353 43.3842424,33.7141176 43.8293939,34.3052941 C44.2739394,34.8967647 44.8454545,35.3720588 45.5439394,35.7305882 C46.2424242,36.0891176 47.0772727,36.2685294 48.0493939,36.2685294 C49.0215152,36.2685294 49.8530303,36.0891176 50.5445455,35.7305882 C51.2354545,35.3720588 51.8039394,34.8967647 52.2484848,34.3052941 C52.6939394,33.7141176 53.0224242,33.0432353 53.2348485,32.2920588 C53.4469697,31.5417647 53.5527273,30.7805882 53.5527273,30.01 C53.5527273,29.2258824 53.4469697,28.4620588 53.2348485,27.7179412 C53.0224242,26.9738235 52.6939394,26.3061765 52.2484848,25.7147059 C51.8039394,25.1238235 51.2354545,24.6485294 50.5445455,24.2897059 C49.8530303,23.9305882 49.0215152,23.7514706 48.0493939,23.7514706 C47.0772727,23.7514706 46.2424242,23.9305882 45.5439394,24.2897059 C44.8454545,24.6485294 44.2739394,25.1238235 43.8293939,25.7147059 C43.3842424,26.3061765 43.0557576,26.9738235 42.8436364,27.7179412 C42.6309091,28.4620588 42.5251515,29.2258824 42.5251515,30.01 C42.5251515,30.7805882 42.6309091,31.5417647 42.8436364,32.2920588 L42.8436364,32.2920588 Z M41.56,27.1997059 C41.8472727,26.3097059 42.2784848,25.5223529 42.8536364,24.8376471 C43.4287879,24.1535294 44.1506061,23.6091176 45.020303,23.2032353 C45.8893939,22.7982353 46.8990909,22.5952941 48.0493939,22.5952941 C49.1993939,22.5952941 50.2054545,22.7982353 51.0678788,23.2032353 C51.9306061,23.6091176 52.6490909,24.1535294 53.2242424,24.8376471 C53.7993939,25.5223529 54.2306061,26.3097059 54.5181818,27.1997059 C54.8054545,28.0902941 54.9493939,29.0270588 54.9493939,30.01 C54.9493939,30.9935294 54.8054545,31.9305882 54.5181818,32.8205882 C54.2306061,33.7105882 53.7993939,34.4944118 53.2242424,35.1723529 C52.6490909,35.8502941 51.9306061,36.3917647 51.0678788,36.7967647 C50.2054545,37.2020588 49.1993939,37.4047059 48.0493939,37.4047059 C46.8990909,37.4047059 45.8893939,37.2020588 45.020303,36.7967647 C44.1506061,36.3917647 43.4287879,35.8502941 42.8536364,35.1723529 C42.2784848,34.4944118 41.8472727,33.7105882 41.56,32.8205882 C41.2724242,31.9305882 41.1290909,30.9935294 41.1290909,30.01 C41.1290909,29.0270588 41.2724242,28.0902941 41.56,27.1997059 L41.56,27.1997059 Z' id='Fill-5' fill='%23FFFFFE'/%3e%3cpolyline id='Fill-6' fill='%23FFFFFE' points='58.1115152 22.8947059 58.1115152 35.9694118 66.3257576 35.9694118 66.3257576 37.1258824 56.7151515 37.1258824 56.7151515 22.8947059 58.1115152 22.8947059'/%3e%3cpolyline id='Fill-7' fill='%23FFFFFE' points='69.1387879 22.8947059 69.1387879 35.9694118 77.3533333 35.9694118 77.3533333 37.1258824 67.7427273 37.1258824 67.7427273 22.8947059 69.1387879 22.8947059'/%3e%3cpath d='M86.2042424,31.5447059 L83.370303,24.25 L80.4336364,31.5447059 L86.2042424,31.5447059 L86.2042424,31.5447059 Z M84.2127273,22.8947059 L89.9624242,37.1258824 L88.4633333,37.1258824 L86.6763636,32.7011765 L80.0024242,32.7011765 L78.2363636,37.1258824 L76.7578788,37.1258824 L82.6515152,22.8947059 L84.2127273,22.8947059 L84.2127273,22.8947059 Z' id='Fill-8' fill='%23FFFFFE'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-dwolla {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eDwolla-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-770.000000, -1089.000000)'%3e%3cg id='Dwolla-light' transform='translate(770.000000, 1089.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M14.4118182,35.9694118 C15.4657576,35.9694118 16.3727273,35.86 17.1327273,35.6405882 C17.8921212,35.4217647 18.5190909,35.0726471 19.0118182,34.5944118 C19.5045455,34.1158824 19.8672727,33.4982353 20.100303,32.7405882 C20.3330303,31.9832353 20.4490909,31.0732353 20.4490909,30.01 C20.4490909,28.9470588 20.3330303,28.0367647 20.100303,27.2794118 C19.8672727,26.5217647 19.5045455,25.9044118 19.0118182,25.4255882 C18.5190909,24.9470588 17.8921212,24.5988235 17.1327273,24.3794118 C16.3727273,24.1602941 15.4657576,24.0502941 14.4118182,24.0502941 L11.4339394,24.0502941 L11.4339394,35.9694118 L14.4118182,35.9694118 L14.4118182,35.9694118 Z M15.109697,22.8947059 C17.3412121,22.9476471 19.0218182,23.5552941 20.1515152,24.7179412 C21.2809091,25.8811765 21.8454545,27.645 21.8454545,30.01 C21.8454545,32.3752941 21.2809091,34.1394118 20.1515152,35.3017647 C19.0218182,36.4647059 17.3412121,37.0726471 15.109697,37.1258824 L10.0375758,37.1258824 L10.0375758,22.8947059 L15.109697,22.8947059 L15.109697,22.8947059 Z' id='Fill-3' fill='%23E46B2A'/%3e%3cpolyline id='Fill-4' fill='%23E46B2A' points='23.7139394 22.8947059 27.0412121 35.3520588 27.0824242 35.3520588 30.6554545 22.8947059 32.4009091 22.8947059 35.9945455 35.3520588 36.0357576 35.3520588 39.3830303 22.8947059 40.7793939 22.8947059 36.7339394 37.1258824 35.2554545 37.1258824 31.5384848 24.3894118 31.4972727 24.3894118 27.8006061 37.1258824 26.2812121 37.1258824 22.2151515 22.8947059 23.7139394 22.8947059'/%3e%3cpath d='M42.8436364,32.2920588 C43.0557576,33.0432353 43.3842424,33.7141176 43.8293939,34.3052941 C44.2739394,34.8967647 44.8454545,35.3720588 45.5439394,35.7305882 C46.2424242,36.0891176 47.0772727,36.2685294 48.0493939,36.2685294 C49.0215152,36.2685294 49.8530303,36.0891176 50.5445455,35.7305882 C51.2354545,35.3720588 51.8039394,34.8967647 52.2484848,34.3052941 C52.6939394,33.7141176 53.0224242,33.0432353 53.2348485,32.2920588 C53.4469697,31.5417647 53.5527273,30.7805882 53.5527273,30.01 C53.5527273,29.2258824 53.4469697,28.4620588 53.2348485,27.7179412 C53.0224242,26.9738235 52.6939394,26.3061765 52.2484848,25.7147059 C51.8039394,25.1238235 51.2354545,24.6485294 50.5445455,24.2897059 C49.8530303,23.9305882 49.0215152,23.7514706 48.0493939,23.7514706 C47.0772727,23.7514706 46.2424242,23.9305882 45.5439394,24.2897059 C44.8454545,24.6485294 44.2739394,25.1238235 43.8293939,25.7147059 C43.3842424,26.3061765 43.0557576,26.9738235 42.8436364,27.7179412 C42.6309091,28.4620588 42.5251515,29.2258824 42.5251515,30.01 C42.5251515,30.7805882 42.6309091,31.5417647 42.8436364,32.2920588 L42.8436364,32.2920588 Z M41.56,27.1997059 C41.8472727,26.3097059 42.2784848,25.5223529 42.8536364,24.8376471 C43.4287879,24.1535294 44.1506061,23.6091176 45.020303,23.2032353 C45.8893939,22.7982353 46.8990909,22.5952941 48.0493939,22.5952941 C49.1993939,22.5952941 50.2054545,22.7982353 51.0678788,23.2032353 C51.9306061,23.6091176 52.6490909,24.1535294 53.2242424,24.8376471 C53.7993939,25.5223529 54.2306061,26.3097059 54.5181818,27.1997059 C54.8054545,28.0902941 54.9493939,29.0270588 54.9493939,30.01 C54.9493939,30.9935294 54.8054545,31.9305882 54.5181818,32.8205882 C54.2306061,33.7105882 53.7993939,34.4944118 53.2242424,35.1723529 C52.6490909,35.8502941 51.9306061,36.3917647 51.0678788,36.7967647 C50.2054545,37.2020588 49.1993939,37.4047059 48.0493939,37.4047059 C46.8990909,37.4047059 45.8893939,37.2020588 45.020303,36.7967647 C44.1506061,36.3917647 43.4287879,35.8502941 42.8536364,35.1723529 C42.2784848,34.4944118 41.8472727,33.7105882 41.56,32.8205882 C41.2724242,31.9305882 41.1290909,30.9935294 41.1290909,30.01 C41.1290909,29.0270588 41.2724242,28.0902941 41.56,27.1997059 L41.56,27.1997059 Z' id='Fill-5' fill='%23E46B2A'/%3e%3cpolyline id='Fill-6' fill='%23E46B2A' points='58.1115152 22.8947059 58.1115152 35.9694118 66.3257576 35.9694118 66.3257576 37.1258824 56.7151515 37.1258824 56.7151515 22.8947059 58.1115152 22.8947059'/%3e%3cpolyline id='Fill-7' fill='%23E46B2A' points='69.1387879 22.8947059 69.1387879 35.9694118 77.3533333 35.9694118 77.3533333 37.1258824 67.7427273 37.1258824 67.7427273 22.8947059 69.1387879 22.8947059'/%3e%3cpath d='M86.2042424,31.5447059 L83.370303,24.25 L80.4336364,31.5447059 L86.2042424,31.5447059 L86.2042424,31.5447059 Z M84.2127273,22.8947059 L89.9624242,37.1258824 L88.4633333,37.1258824 L86.6763636,32.7011765 L80.0024242,32.7011765 L78.2363636,37.1258824 L76.7578788,37.1258824 L82.6515152,22.8947059 L84.2127273,22.8947059 L84.2127273,22.8947059 Z' id='Fill-8' fill='%23E46B2A'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-ebay-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eEbay-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-450.000000, -889.000000)'%3e%3cg id='Ebay-dark' transform='translate(450.000000, 889.000000)'%3e%3crect id='Rectangle' fill='%23000' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M26.2915089,22.6530399 C21.7804201,22.6530399 18.0213327,24.58071 18.0213327,30.3964027 C18.0213327,35.0037116 20.5490468,37.905118 26.4079902,37.905118 C33.3042409,37.905118 33.7463155,33.3294945 33.7463155,33.3294945 L30.4047567,33.3294945 C30.4047567,33.3294945 29.6882985,35.7932919 26.2041478,35.7932919 C23.3664023,35.7932919 21.3253845,33.8624491 21.3253845,31.1560921 L34.0957596,31.1560921 L34.0957596,29.4578132 C34.0957596,26.7803753 32.408278,22.6530399 26.2915089,22.6530399 L26.2915089,22.6530399 Z M26.1750274,24.8235279 C28.8762673,24.8235279 30.7178003,26.4903313 30.7178003,28.9885183 L21.3992919,28.9885183 C21.3992919,26.3363873 23.8029617,24.8235279 26.1750274,24.8235279 L26.1750274,24.8235279 Z' id='e' fill='%23E53238'/%3e%3cpath d='M34.0933892,17.0215032 L34.0933892,34.9845 C34.0933892,36.0041366 34.0211381,37.4358234 34.0211381,37.4358234 L37.2082812,37.4358234 C37.2082812,37.4358234 37.3226786,36.4075657 37.3226786,35.4678382 C37.3226786,35.4678382 38.8973331,37.9491143 43.1789355,37.9491143 C47.6876352,37.9491143 50.7502229,34.7962353 50.7502229,30.2790788 C50.7502229,26.0768334 47.9371371,22.6970362 43.1862144,22.6970362 C38.7373109,22.6970362 37.3548672,25.1168371 37.3548672,25.1168371 L37.3548672,17.0215032 L34.0933892,17.0215032 Z M42.3635648,24.9188533 C45.4253227,24.9188533 47.3722645,27.20764 47.3722645,30.2790788 C47.3722645,33.5726396 45.1236117,35.7272972 42.3854059,35.7272972 C39.117597,35.7272972 37.3548672,33.1573549 37.3548672,30.3084099 C37.3548672,27.6537482 38.9366163,24.9188533 42.3635648,24.9188533 L42.3635648,24.9188533 Z' id='b' fill='%230064D2'/%3e%3cpath d='M58.6709547,22.6530399 C51.8843627,22.6530399 51.4491115,26.3959174 51.4491115,26.994016 L54.8270699,26.994016 C54.8270699,26.994016 55.0042091,24.8088623 58.4379925,24.8088623 C60.6693205,24.8088623 62.3983595,25.8375622 62.3983595,27.8152817 L62.3983595,28.5192237 L58.4379925,28.5192237 C53.1803243,28.5192237 50.4007787,30.0684219 50.4007787,33.2121709 C50.4007787,36.3060714 52.9689899,37.9894444 56.4396096,37.9894444 C61.1695253,37.9894444 62.6932011,35.3569944 62.6932011,35.3569944 C62.6932011,36.4040389 62.7733461,37.4358234 62.7733461,37.4358234 L65.7763179,37.4358234 C65.7763179,37.4358234 65.6598357,36.1568943 65.6598357,35.3386625 L65.6598357,28.2662446 C65.6598357,23.628957 61.9462336,22.6530399 58.6709547,22.6530399 L58.6709547,22.6530399 Z M62.3983595,30.6310499 L62.3983595,31.5696393 C62.3983595,32.7938158 61.6483797,35.8372881 57.2331392,35.8372881 C54.8153685,35.8372881 53.7787392,34.6219158 53.7787392,33.2121709 C53.7787392,30.6475667 57.2696789,30.6310499 62.3983595,30.6310499 L62.3983595,30.6310499 Z' id='a' fill='%23F5AF02'/%3e%3cpolygon id='y' fill='%2386B817' points='63.8408555 23.2402495 67.6410603 23.2402495 73.0948821 34.2456294 78.5362261 23.2402495 81.9786667 23.2402495 72.0673515 42.833297 68.4564288 42.833297 71.3164629 37.3714678'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-ebay {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eEbay-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-450.000000, -889.000000)'%3e%3cg id='Ebay-light' transform='translate(450.000000, 889.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M26.2915089,22.6530399 C21.7804201,22.6530399 18.0213327,24.58071 18.0213327,30.3964027 C18.0213327,35.0037116 20.5490468,37.905118 26.4079902,37.905118 C33.3042409,37.905118 33.7463155,33.3294945 33.7463155,33.3294945 L30.4047567,33.3294945 C30.4047567,33.3294945 29.6882985,35.7932919 26.2041478,35.7932919 C23.3664023,35.7932919 21.3253845,33.8624491 21.3253845,31.1560921 L34.0957596,31.1560921 L34.0957596,29.4578132 C34.0957596,26.7803753 32.408278,22.6530399 26.2915089,22.6530399 L26.2915089,22.6530399 Z M26.1750274,24.8235279 C28.8762673,24.8235279 30.7178003,26.4903313 30.7178003,28.9885183 L21.3992919,28.9885183 C21.3992919,26.3363873 23.8029617,24.8235279 26.1750274,24.8235279 L26.1750274,24.8235279 Z' id='e' fill='%23E53238'/%3e%3cpath d='M34.0933892,17.0215032 L34.0933892,34.9845 C34.0933892,36.0041366 34.0211381,37.4358234 34.0211381,37.4358234 L37.2082812,37.4358234 C37.2082812,37.4358234 37.3226786,36.4075657 37.3226786,35.4678382 C37.3226786,35.4678382 38.8973331,37.9491143 43.1789355,37.9491143 C47.6876352,37.9491143 50.7502229,34.7962353 50.7502229,30.2790788 C50.7502229,26.0768334 47.9371371,22.6970362 43.1862144,22.6970362 C38.7373109,22.6970362 37.3548672,25.1168371 37.3548672,25.1168371 L37.3548672,17.0215032 L34.0933892,17.0215032 Z M42.3635648,24.9188533 C45.4253227,24.9188533 47.3722645,27.20764 47.3722645,30.2790788 C47.3722645,33.5726396 45.1236117,35.7272972 42.3854059,35.7272972 C39.117597,35.7272972 37.3548672,33.1573549 37.3548672,30.3084099 C37.3548672,27.6537482 38.9366163,24.9188533 42.3635648,24.9188533 L42.3635648,24.9188533 Z' id='b' fill='%230064D2'/%3e%3cpath d='M58.6709547,22.6530399 C51.8843627,22.6530399 51.4491115,26.3959174 51.4491115,26.994016 L54.8270699,26.994016 C54.8270699,26.994016 55.0042091,24.8088623 58.4379925,24.8088623 C60.6693205,24.8088623 62.3983595,25.8375622 62.3983595,27.8152817 L62.3983595,28.5192237 L58.4379925,28.5192237 C53.1803243,28.5192237 50.4007787,30.0684219 50.4007787,33.2121709 C50.4007787,36.3060714 52.9689899,37.9894444 56.4396096,37.9894444 C61.1695253,37.9894444 62.6932011,35.3569944 62.6932011,35.3569944 C62.6932011,36.4040389 62.7733461,37.4358234 62.7733461,37.4358234 L65.7763179,37.4358234 C65.7763179,37.4358234 65.6598357,36.1568943 65.6598357,35.3386625 L65.6598357,28.2662446 C65.6598357,23.628957 61.9462336,22.6530399 58.6709547,22.6530399 L58.6709547,22.6530399 Z M62.3983595,30.6310499 L62.3983595,31.5696393 C62.3983595,32.7938158 61.6483797,35.8372881 57.2331392,35.8372881 C54.8153685,35.8372881 53.7787392,34.6219158 53.7787392,33.2121709 C53.7787392,30.6475667 57.2696789,30.6310499 62.3983595,30.6310499 L62.3983595,30.6310499 Z' id='a' fill='%23F5AF02'/%3e%3cpolygon id='y' fill='%2386B817' points='63.8408555 23.2402495 67.6410603 23.2402495 73.0948821 34.2456294 78.5362261 23.2402495 81.9786667 23.2402495 72.0673515 42.833297 68.4564288 42.833297 71.3164629 37.3714678'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-eway-dark {
	background-image: url([object Module]);
}
.payment-eway {
	background-image: url([object Module]);
}
.payment-giropay-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eGiroPay-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-450.000000, -1089.000000)'%3e%3cg id='GiroPay-dark' transform='translate(450.000000, 1089.000000)'%3e%3crect id='Rectangle' fill='%23000268' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M24.6853403,17.0366686 L75.3146835,17.0366686 C77.8808923,17.0366686 79.9602826,19.11956 79.9602826,21.6885243 L79.9602826,38.3125854 C79.9602826,40.8800548 77.8808923,42.9633314 75.3146835,42.9633314 L24.6853403,42.9633314 C22.1202338,42.9633314 20.0397174,40.8800548 20.0397174,38.3125854 L20.0397174,21.6885243 C20.0397174,19.11956 22.1202338,17.0366686 24.6853403,17.0366686 Z' id='_92653320' fill='%23FFF'/%3e%3cpath d='M21.946392,21.8476948 L21.946392,38.1549342 C21.946392,39.7599762 23.2468376,41.0617499 24.850961,41.0617499 L51.3761494,41.0617499 L51.3761494,18.9408789 L24.850961,18.9408789 C23.2468376,18.9408789 21.946392,20.2426287 21.946392,21.8476948 L21.946392,21.8476948 L21.946392,21.8476948 Z' id='_92186184' fill='%23000268'/%3e%3cpath d='M53.2685629,35.8745988 L53.2685629,26.730034 L55.3318939,26.730034 L55.3318939,27.9056532 L55.356893,27.9056532 C55.8056747,26.9920384 56.7506227,26.57875 57.7694172,26.57875 C59.5604457,26.57875 60.5423047,28.2937883 60.5423047,29.8695524 C60.5423047,31.7962878 59.5104475,33.3972058 57.5836398,33.3972058 C56.8005965,33.3972058 55.9545174,33.109686 55.5307347,32.3338024 L55.5057356,32.3338024 L55.5057356,35.8745988 L53.2685629,35.8745988 Z M58.2297755,29.9198603 C58.2297755,29.0565289 57.7455451,28.3057987 56.8744669,28.3057987 C56.0530026,28.3057987 55.5057356,29.031375 55.5057356,30.0073074 C55.5057356,30.9581104 56.1279992,31.671677 56.8744669,31.671677 C57.7194197,31.671677 58.2297755,30.9581104 58.2297755,29.9198603 Z' id='_92186184-path' fill='%23000268'/%3e%3cpath d='M68.1107609,33.247441 L66.0604682,33.247441 C66.047022,32.8964696 66.0104707,32.5601617 66.0104707,32.2212013 L65.9854716,32.2212013 C65.4758829,33.0357439 64.853643,33.3972058 63.9336935,33.3972058 C62.6530215,33.3972058 61.5096157,32.7602344 61.5096157,31.3458596 C61.5096157,29.3571924 63.661006,29.1188221 64.853643,29.1188221 C65.2140055,29.1188221 65.6128134,29.1571197 65.8985629,29.2074276 C65.8851404,28.3189423 65.2259413,28.080572 64.4190265,28.080572 C63.6979171,28.080572 62.9753223,28.2183271 62.3556955,28.5692978 L62.3176337,27.0423219 C63.113739,26.7165044 63.9467561,26.57875 64.9036405,26.57875 C66.5577377,26.57875 67.986893,27.2927019 67.986893,29.2817311 L67.986893,31.7088407 C67.986893,32.2212013 68.0118914,32.7350804 68.1107609,33.247441 Z M63.5979458,31.1829505 C63.5979458,31.6345127 63.9956274,31.8968792 64.5178953,31.8968792 C65.3639751,31.8968792 65.8985629,31.1210188 65.8985629,30.3582788 C65.6128134,30.3447731 65.2890021,30.3211145 64.9536143,30.3211145 C64.194084,30.3211145 63.5979458,30.557965 63.5979458,31.1829505 Z' id='_92186184-path' fill='%23000268'/%3e%3cpath d='M69.1175954,35.8745988 C69.5779293,35.975214 70.0375449,36.0258834 70.5098152,36.0258834 C72.5616177,36.0258834 73.0458245,34.4365898 73.6800245,32.7973742 L76.0556139,26.730034 L73.8169313,26.730034 L72.4866211,30.9832644 L72.461622,30.9832644 L71.0690186,26.730034 L68.6580042,26.730034 L71.2809221,33.3972058 C71.1190161,33.9730173 70.6967196,34.2988348 70.1490928,34.2988348 C69.8372179,34.2988348 69.564891,34.2605372 69.2660788,34.1610797 L69.1175954,35.8745988 L69.1175954,35.8745988 Z' id='_92186184-path' fill='%23000268'/%3e%3cpath d='M30.2467902,26.730034 L32.2735699,26.730034 L32.2735699,32.4847004 C32.2735699,35.1621661 30.9813214,36.0258834 28.3703399,36.0258834 C27.300061,36.0258834 26.417047,35.8006574 25.8958811,35.612595 L26.0077888,33.8356488 C26.6908601,34.17309 27.263486,34.3731628 28.1964982,34.3731628 C29.4887467,34.3731628 30.1848563,33.7601869 30.1848563,32.4847004 L30.1848563,32.1337535 L30.1598578,32.1337535 C29.6256529,32.8964696 28.8795451,33.247441 27.9831086,33.247441 C26.2066297,33.247441 25.0997994,31.8968792 25.0997994,29.9701438 C25.0997994,28.031398 26.0077888,26.57875 28.0215295,26.57875 C28.978031,26.57875 29.7494971,27.1046395 30.2232772,27.9056532 L30.2467902,27.9056532 L30.2467902,26.730034 Z M27.4119688,29.9330039 C27.4119688,30.9461 28.0095938,31.5207783 28.680705,31.5207783 C29.475684,31.5207783 30.109884,30.8455093 30.109884,29.8443991 C30.109884,29.1188221 29.6875868,28.3057987 28.680705,28.3057987 C27.8476878,28.3057987 27.4119688,29.0445186 27.4119688,29.9330039 Z' id='_47303032-copy' fill='%23FFF'/%3e%3cpolygon id='_47303032-path' fill='%23FFF' points='36.0559286 24.0154046 33.817629 24.0154046 33.817629 25.6666306 36.0559286 25.6666306'/%3e%3cpolygon id='_47303032-path' fill='%23FFF' points='33.8187552 33.247441 36.0559286 33.247441 36.0559286 26.730034 33.8187552 26.730034'/%3e%3cpath d='M42.2873873,26.6542113 C42.0635474,26.6174091 41.7897343,26.57875 41.5293431,26.57875 C40.5594197,26.57875 40.0002163,27.1046395 39.6144711,27.9308072 L39.589472,27.9308072 L39.589472,26.730034 L37.5507566,26.730034 L37.5507566,33.247441 L39.7883129,33.247441 L39.7883129,30.4960332 C39.7883129,29.2194373 40.3736416,28.4566967 41.4174353,28.4566967 C41.6793126,28.4566967 41.9266405,28.4566967 42.1754795,28.5306388 L42.2873873,26.6542113 L42.2873873,26.6542113 Z' id='_47303032-path' fill='%23FFF'/%3e%3cpath d='M46.1406678,33.3972058 C44.0023395,33.3972058 42.374344,32.1472592 42.374344,29.9952971 C42.374344,27.8302165 44.0023395,26.57875 46.1406678,26.57875 C48.2793546,26.57875 49.908477,27.8302165 49.908477,29.9952971 C49.908477,32.1472592 48.2793546,33.3972058 46.1406678,33.3972058 Z M46.1406678,31.8214418 C47.1736513,31.8214418 47.5963077,30.9581104 47.5963077,29.9952971 C47.5963077,29.0193646 47.1736513,28.1560332 46.1406678,28.1560332 C45.1088098,28.1560332 44.6865133,29.0193646 44.6865133,29.9952971 C44.6865133,30.9581104 45.1088098,31.8214418 46.1406678,31.8214418 Z' id='_47303032-path' fill='%23FFF'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-giropay {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eGiroPay-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-451.000000, -1089.000000)'%3e%3cg id='GiroPay-light' transform='translate(451.000000, 1089.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M23.6853403,17.0366686 L74.3146835,17.0366686 C76.8808923,17.0366686 78.9602826,19.11956 78.9602826,21.6885243 L78.9602826,38.3125854 C78.9602826,40.8800548 76.8808923,42.9633314 74.3146835,42.9633314 L23.6853403,42.9633314 C21.1202338,42.9633314 19.0397174,40.8800548 19.0397174,38.3125854 L19.0397174,21.6885243 C19.0397174,19.11956 21.1202338,17.0366686 23.6853403,17.0366686 Z' id='_92653320' fill='%23000268'/%3e%3cpath d='M20.946392,21.8476948 L20.946392,38.1549342 C20.946392,39.7599762 22.2468376,41.0617499 23.850961,41.0617499 L50.3761494,41.0617499 L50.3761494,18.9408789 L23.850961,18.9408789 C22.2468376,18.9408789 20.946392,20.2426287 20.946392,21.8476948 L20.946392,21.8476948 L20.946392,21.8476948 Z' id='_92186184' fill='%23FFF'/%3e%3cpath d='M52.2685629,35.8745988 L52.2685629,26.730034 L54.3318939,26.730034 L54.3318939,27.9056532 L54.356893,27.9056532 C54.8056747,26.9920384 55.7506227,26.57875 56.7694172,26.57875 C58.5604457,26.57875 59.5423047,28.2937883 59.5423047,29.8695524 C59.5423047,31.7962878 58.5104475,33.3972058 56.5836398,33.3972058 C55.8005965,33.3972058 54.9545174,33.109686 54.5307347,32.3338024 L54.5057356,32.3338024 L54.5057356,35.8745988 L52.2685629,35.8745988 Z M57.2297755,29.9198603 C57.2297755,29.0565289 56.7455451,28.3057987 55.8744669,28.3057987 C55.0530026,28.3057987 54.5057356,29.031375 54.5057356,30.0073074 C54.5057356,30.9581104 55.1279992,31.671677 55.8744669,31.671677 C56.7194197,31.671677 57.2297755,30.9581104 57.2297755,29.9198603 Z' id='_92186184-path' fill='%23FFF'/%3e%3cpath d='M67.1107609,33.247441 L65.0604682,33.247441 C65.047022,32.8964696 65.0104707,32.5601617 65.0104707,32.2212013 L64.9854716,32.2212013 C64.4758829,33.0357439 63.853643,33.3972058 62.9336935,33.3972058 C61.6530215,33.3972058 60.5096157,32.7602344 60.5096157,31.3458596 C60.5096157,29.3571924 62.661006,29.1188221 63.853643,29.1188221 C64.2140055,29.1188221 64.6128134,29.1571197 64.8985629,29.2074276 C64.8851404,28.3189423 64.2259413,28.080572 63.4190265,28.080572 C62.6979171,28.080572 61.9753223,28.2183271 61.3556955,28.5692978 L61.3176337,27.0423219 C62.113739,26.7165044 62.9467561,26.57875 63.9036405,26.57875 C65.5577377,26.57875 66.986893,27.2927019 66.986893,29.2817311 L66.986893,31.7088407 C66.986893,32.2212013 67.0118914,32.7350804 67.1107609,33.247441 Z M62.5979458,31.1829505 C62.5979458,31.6345127 62.9956274,31.8968792 63.5178953,31.8968792 C64.3639751,31.8968792 64.8985629,31.1210188 64.8985629,30.3582788 C64.6128134,30.3447731 64.2890021,30.3211145 63.9536143,30.3211145 C63.194084,30.3211145 62.5979458,30.557965 62.5979458,31.1829505 Z' id='_92186184-path' fill='%23FFF'/%3e%3cpath d='M68.1175954,35.8745988 C68.5779293,35.975214 69.0375449,36.0258834 69.5098152,36.0258834 C71.5616177,36.0258834 72.0458245,34.4365898 72.6800245,32.7973742 L75.0556139,26.730034 L72.8169313,26.730034 L71.4866211,30.9832644 L71.461622,30.9832644 L70.0690186,26.730034 L67.6580042,26.730034 L70.2809221,33.3972058 C70.1190161,33.9730173 69.6967196,34.2988348 69.1490928,34.2988348 C68.8372179,34.2988348 68.564891,34.2605372 68.2660788,34.1610797 L68.1175954,35.8745988 L68.1175954,35.8745988 Z' id='_92186184-path' fill='%23FFF'/%3e%3cpath d='M29.2467902,26.730034 L31.2735699,26.730034 L31.2735699,32.4847004 C31.2735699,35.1621661 29.9813214,36.0258834 27.3703399,36.0258834 C26.300061,36.0258834 25.417047,35.8006574 24.8958811,35.612595 L25.0077888,33.8356488 C25.6908601,34.17309 26.263486,34.3731628 27.1964982,34.3731628 C28.4887467,34.3731628 29.1848563,33.7601869 29.1848563,32.4847004 L29.1848563,32.1337535 L29.1598578,32.1337535 C28.6256529,32.8964696 27.8795451,33.247441 26.9831086,33.247441 C25.2066297,33.247441 24.0997994,31.8968792 24.0997994,29.9701438 C24.0997994,28.031398 25.0077888,26.57875 27.0215295,26.57875 C27.978031,26.57875 28.7494971,27.1046395 29.2232772,27.9056532 L29.2467902,27.9056532 L29.2467902,26.730034 Z M26.4119688,29.9330039 C26.4119688,30.9461 27.0095938,31.5207783 27.680705,31.5207783 C28.475684,31.5207783 29.109884,30.8455093 29.109884,29.8443991 C29.109884,29.1188221 28.6875868,28.3057987 27.680705,28.3057987 C26.8476878,28.3057987 26.4119688,29.0445186 26.4119688,29.9330039 Z' id='_47303032-copy' fill='%23FF0007'/%3e%3cpolygon id='_47303032-path' fill='%23FF0007' points='35.0559286 24.0154046 32.817629 24.0154046 32.817629 25.6666306 35.0559286 25.6666306'/%3e%3cpolygon id='_47303032-path' fill='%23FF0007' points='32.8187552 33.247441 35.0559286 33.247441 35.0559286 26.730034 32.8187552 26.730034'/%3e%3cpath d='M41.2873873,26.6542113 C41.0635474,26.6174091 40.7897343,26.57875 40.5293431,26.57875 C39.5594197,26.57875 39.0002163,27.1046395 38.6144711,27.9308072 L38.589472,27.9308072 L38.589472,26.730034 L36.5507566,26.730034 L36.5507566,33.247441 L38.7883129,33.247441 L38.7883129,30.4960332 C38.7883129,29.2194373 39.3736416,28.4566967 40.4174353,28.4566967 C40.6793126,28.4566967 40.9266405,28.4566967 41.1754795,28.5306388 L41.2873873,26.6542113 L41.2873873,26.6542113 Z' id='_47303032-path' fill='%23FF0007'/%3e%3cpath d='M45.1406678,33.3972058 C43.0023395,33.3972058 41.374344,32.1472592 41.374344,29.9952971 C41.374344,27.8302165 43.0023395,26.57875 45.1406678,26.57875 C47.2793546,26.57875 48.908477,27.8302165 48.908477,29.9952971 C48.908477,32.1472592 47.2793546,33.3972058 45.1406678,33.3972058 Z M45.1406678,31.8214418 C46.1736513,31.8214418 46.5963077,30.9581104 46.5963077,29.9952971 C46.5963077,29.0193646 46.1736513,28.1560332 45.1406678,28.1560332 C44.1088098,28.1560332 43.6865133,29.0193646 43.6865133,29.9952971 C43.6865133,30.9581104 44.1088098,31.8214418 45.1406678,31.8214418 Z' id='_47303032-path' fill='%23FF0007'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-googlewallet-dark {
	background-image: url([object Module]);
}
.payment-googlewallet {
	background-image: url([object Module]);
}
.payment-ingenico-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eIngenico-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-290.000000, -989.000000)'%3e%3cg id='Ingenico-dark' transform='translate(290.000000, 989.000000)'%3e%3crect id='Rectangle-75' fill='%23263779' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpolygon id='Fill-4' fill='%23FFFFFE' points='11.5496562 24.9720833 14.0090937 24.9720833 14.0090937 36.0258611 11.5496562 36.0258611'/%3e%3cpolygon id='Fill-5' fill='%23FFFFFE' points='17.1065469 19.9621944 60.915125 19.9621944 60.915125 21.7093611 17.1065469 21.7093611'/%3e%3cpath d='M35.5346563,27.1213611 C35.1227188,27.0810278 34.6461875,27.0015833 33.9313906,27.0015833 C31.8631719,27.0015833 31.0453906,28.5183611 31.0453906,30.5790278 C31.0453906,33.21475 32.0874219,34.1271389 33.7065313,34.1271389 C34.4450938,34.1271389 35.0593438,33.8221944 35.5346563,33.5826389 L35.5346563,27.1213611 L35.5346563,27.1213611 Z M33.2165938,40.5890278 C31.6596406,40.5890278 30.2312656,40.2596389 29.3513281,39.9956389 L29.7273125,37.89525 C30.6675781,38.1103611 32.0368438,38.31875 32.8028281,38.31875 C34.4450938,38.31875 35.5492813,38.0315278 35.5492813,36.0918611 C35.5870625,36.0521389 35.5492813,35.5394167 35.5492813,35.4825833 C35.0465469,35.8908056 34.3323594,36.2116389 33.5791719,36.2116389 C31.2227188,36.2116389 28.5999688,35.5644722 28.5999688,30.5631389 C28.5999688,26.7931944 31.0210156,24.7869167 33.9551563,24.7869167 C35.1227188,24.7869167 36.3902188,24.9568056 37.9959219,25.2208056 L37.9959219,36.3699167 C37.9959219,39.46825 35.4005938,40.5890278 33.2165938,40.5890278 L33.2165938,40.5890278 Z' id='Fill-6' fill='%23FFFFFE'/%3e%3cpath d='M45.0585781,26.7388056 C44.0049687,26.7388056 42.9135781,27.5039167 42.8008437,29.3641389 L46.9007187,29.3641389 C46.9153437,27.6628056 46.1103594,26.7388056 45.0585781,26.7388056 L45.0585781,26.7388056 Z M42.7484375,31.2500278 C42.7630625,33.6626944 44.154875,34.0073611 46.0000625,34.0073611 C46.7136406,34.0073611 47.9689531,33.90225 48.7824687,33.7176944 L49.1590625,35.7881389 C48.3455469,36.0668056 46.7885937,36.2116389 45.5472969,36.2116389 C42.3352812,36.2116389 40.289,35.0211944 40.289,30.6829167 C40.289,26.1863611 42.3870781,24.7086944 45.2846562,24.7086944 C48.2553594,24.7086944 49.4594844,26.8176389 49.4594844,30.2740833 L49.4594844,31.2500278 L42.7484375,31.2500278 L42.7484375,31.2500278 Z' id='Fill-7' fill='%23FFFFFE'/%3e%3cpolygon id='Fill-8' fill='%23FFFFFE' points='64.0113594 24.9720833 66.4829844 24.9720833 66.4829844 36.0258611 64.0113594 36.0258611'/%3e%3cpath d='M76.5169531,27.3596944 C75.842375,27.0810278 75.2013125,26.8818056 74.1714688,26.8818056 C72.5919688,26.8818056 71.3896719,27.8473611 71.3896719,30.4458056 C71.3896719,32.9379167 72.0027031,34.0458611 74.7132031,34.0458611 C75.5523125,34.0458611 76.1184219,33.8875833 76.7972656,33.7824722 L77.13425,35.8523056 C76.329875,36.0258611 75.6552969,36.2116389 74.5395313,36.2116389 C70.4110156,36.2116389 68.8528438,34.5341389 68.8528438,30.40425 C68.8528438,26.8970833 70.9143594,24.6921944 74.1714688,24.6921944 C75.6290938,24.6921944 76.5565625,24.9971389 77.2335781,25.3949722 L76.5169531,27.3596944' id='Fill-9' fill='%23FFFFFE'/%3e%3cpath d='M83.56925,26.8176389 C81.5491719,26.8176389 81.0104844,28.5996389 81.0104844,30.5246389 C81.0104844,32.5846944 81.6247344,34.1271389 83.6052031,34.1271389 C85.611875,34.1271389 86.1005937,32.5034167 86.1005937,30.4983611 C86.1005937,28.6136944 85.611875,26.8176389 83.56925,26.8176389 L83.56925,26.8176389 Z M83.4559062,36.2739722 C80.2938594,36.2739722 78.5272812,34.14975 78.5272812,30.6040833 C78.5272812,26.8818056 80.5729531,24.6921944 83.6204375,24.6921944 C87.045125,24.6921944 88.6368125,26.8176389 88.6368125,30.4983611 C88.6368125,34.3110833 86.4174687,36.2739722 83.4559062,36.2739722 L83.4559062,36.2739722 Z' id='Fill-10' fill='%23FFFFFE'/%3e%3cpath d='M14.1967812,20.8366944 C14.1967812,21.6134167 13.559375,22.2514167 12.7854687,22.2514167 C11.9987656,22.2514167 11.3631875,21.6134167 11.3631875,20.8366944 C11.3631875,20.0495833 11.9987656,19.4109722 12.7854687,19.4109722 C13.559375,19.4109722 14.1967812,20.0495833 14.1967812,20.8366944' id='Fill-11' fill='%23FFFFFE'/%3e%3cpath d='M66.6688437,20.8366944 C66.6688437,21.6134167 66.0326562,22.2514167 65.2471719,22.2514167 C64.4629062,22.2514167 63.8370781,21.6134167 63.8370781,20.8366944 C63.8370781,20.0495833 64.4629062,19.4109722 65.2471719,19.4109722 C66.0326562,19.4109722 66.6688437,20.0495833 66.6688437,20.8366944' id='Fill-12' fill='%23FFFFFE'/%3e%3cpath d='M23.0302813,24.6689722 C21.4745469,24.6689722 20.2947969,25.6039722 19.5940156,26.1313611 L19.5940156,26.1050833 C19.5763437,26.1344167 19.5464844,26.1551944 19.5190625,26.1839167 C19.2807969,25.2978056 18.6427812,25.0393056 18.0675312,24.9720833 L17.1102031,24.9720833 L17.1102031,36.0258611 L19.5940156,36.0258611 L19.5940156,27.9261944 C20.0827344,27.6481389 21.2119062,26.9765278 22.24175,26.9765278 C23.6323438,26.9765278 23.9193594,27.7031389 23.9193594,29.30975 L23.9193594,36.0258611 L26.3794062,36.0258611 L26.3794062,29.0060278 C26.3794062,26.7388056 26.1783125,24.6689722 23.0302813,24.6689722' id='Fill-13' fill='%23FFFFFE'/%3e%3cpath d='M57.5812344,24.6689722 C56.0273281,24.6689722 54.8372187,25.6039722 54.1455781,26.1313611 L54.1455781,26.1050833 C54.1163281,26.1344167 54.0895156,26.1551944 54.0694062,26.1839167 C53.8213906,25.2978056 53.1943437,25.0393056 52.6075156,24.9720833 L51.662375,24.9720833 L51.662375,36.0258611 L54.1455781,36.0258611 L54.1455781,27.9261944 C54.6336875,27.6481389 55.76225,26.9765278 56.7933125,26.9765278 C58.1845156,26.9765278 58.4623906,27.7031389 58.4623906,29.30975 L58.4623906,36.0258611 L60.9309688,36.0258611 L60.9309688,29.0060278 C60.9309688,26.7388056 60.7195156,24.6689722 57.5812344,24.6689722' id='Fill-14' fill='%23FFFFFE'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-ingenico {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eIngenico-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-290.000000, -989.000000)'%3e%3cg id='Ingenico-light' transform='translate(290.000000, 989.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpolygon id='Fill-4' fill='%23263779' points='11.5496562 24.9720833 14.0090937 24.9720833 14.0090937 36.0258611 11.5496562 36.0258611'/%3e%3cpolygon id='Fill-5' fill='%23263779' points='17.1065469 19.9621944 60.915125 19.9621944 60.915125 21.7093611 17.1065469 21.7093611'/%3e%3cpath d='M35.5346563,27.1213611 C35.1227188,27.0810278 34.6461875,27.0015833 33.9313906,27.0015833 C31.8631719,27.0015833 31.0453906,28.5183611 31.0453906,30.5790278 C31.0453906,33.21475 32.0874219,34.1271389 33.7065313,34.1271389 C34.4450938,34.1271389 35.0593438,33.8221944 35.5346563,33.5826389 L35.5346563,27.1213611 L35.5346563,27.1213611 Z M33.2165938,40.5890278 C31.6596406,40.5890278 30.2312656,40.2596389 29.3513281,39.9956389 L29.7273125,37.89525 C30.6675781,38.1103611 32.0368438,38.31875 32.8028281,38.31875 C34.4450938,38.31875 35.5492813,38.0315278 35.5492813,36.0918611 C35.5870625,36.0521389 35.5492813,35.5394167 35.5492813,35.4825833 C35.0465469,35.8908056 34.3323594,36.2116389 33.5791719,36.2116389 C31.2227188,36.2116389 28.5999688,35.5644722 28.5999688,30.5631389 C28.5999688,26.7931944 31.0210156,24.7869167 33.9551563,24.7869167 C35.1227188,24.7869167 36.3902188,24.9568056 37.9959219,25.2208056 L37.9959219,36.3699167 C37.9959219,39.46825 35.4005938,40.5890278 33.2165938,40.5890278 L33.2165938,40.5890278 Z' id='Fill-6' fill='%23263779'/%3e%3cpath d='M45.0585781,26.7388056 C44.0049687,26.7388056 42.9135781,27.5039167 42.8008437,29.3641389 L46.9007187,29.3641389 C46.9153437,27.6628056 46.1103594,26.7388056 45.0585781,26.7388056 L45.0585781,26.7388056 Z M42.7484375,31.2500278 C42.7630625,33.6626944 44.154875,34.0073611 46.0000625,34.0073611 C46.7136406,34.0073611 47.9689531,33.90225 48.7824687,33.7176944 L49.1590625,35.7881389 C48.3455469,36.0668056 46.7885937,36.2116389 45.5472969,36.2116389 C42.3352812,36.2116389 40.289,35.0211944 40.289,30.6829167 C40.289,26.1863611 42.3870781,24.7086944 45.2846562,24.7086944 C48.2553594,24.7086944 49.4594844,26.8176389 49.4594844,30.2740833 L49.4594844,31.2500278 L42.7484375,31.2500278 L42.7484375,31.2500278 Z' id='Fill-7' fill='%23263779'/%3e%3cpolygon id='Fill-8' fill='%23263779' points='64.0113594 24.9720833 66.4829844 24.9720833 66.4829844 36.0258611 64.0113594 36.0258611'/%3e%3cpath d='M76.5169531,27.3596944 C75.842375,27.0810278 75.2013125,26.8818056 74.1714687,26.8818056 C72.5919687,26.8818056 71.3896719,27.8473611 71.3896719,30.4458056 C71.3896719,32.9379167 72.0027031,34.0458611 74.7132031,34.0458611 C75.5523125,34.0458611 76.1184219,33.8875833 76.7972656,33.7824722 L77.13425,35.8523056 C76.329875,36.0258611 75.6552969,36.2116389 74.5395312,36.2116389 C70.4110156,36.2116389 68.8528437,34.5341389 68.8528437,30.40425 C68.8528437,26.8970833 70.9143594,24.6921944 74.1714687,24.6921944 C75.6290937,24.6921944 76.5565625,24.9971389 77.2335781,25.3949722 L76.5169531,27.3596944' id='Fill-9' fill='%23263779'/%3e%3cpath d='M83.56925,26.8176389 C81.5491719,26.8176389 81.0104844,28.5996389 81.0104844,30.5246389 C81.0104844,32.5846944 81.6247344,34.1271389 83.6052031,34.1271389 C85.611875,34.1271389 86.1005937,32.5034167 86.1005937,30.4983611 C86.1005937,28.6136944 85.611875,26.8176389 83.56925,26.8176389 L83.56925,26.8176389 Z M83.4559062,36.2739722 C80.2938594,36.2739722 78.5272812,34.14975 78.5272812,30.6040833 C78.5272812,26.8818056 80.5729531,24.6921944 83.6204375,24.6921944 C87.045125,24.6921944 88.6368125,26.8176389 88.6368125,30.4983611 C88.6368125,34.3110833 86.4174687,36.2739722 83.4559062,36.2739722 L83.4559062,36.2739722 Z' id='Fill-10' fill='%23263779'/%3e%3cpath d='M14.1967813,20.8366944 C14.1967813,21.6134167 13.559375,22.2514167 12.7854688,22.2514167 C11.9987656,22.2514167 11.3631875,21.6134167 11.3631875,20.8366944 C11.3631875,20.0495833 11.9987656,19.4109722 12.7854688,19.4109722 C13.559375,19.4109722 14.1967813,20.0495833 14.1967813,20.8366944' id='Fill-11' fill='%23263779'/%3e%3cpath d='M66.6688438,20.8366944 C66.6688438,21.6134167 66.0326563,22.2514167 65.2471719,22.2514167 C64.4629063,22.2514167 63.8370781,21.6134167 63.8370781,20.8366944 C63.8370781,20.0495833 64.4629063,19.4109722 65.2471719,19.4109722 C66.0326563,19.4109722 66.6688438,20.0495833 66.6688438,20.8366944' id='Fill-12' fill='%23263779'/%3e%3cpath d='M23.0302813,24.6689722 C21.4745469,24.6689722 20.2947969,25.6039722 19.5940156,26.1313611 L19.5940156,26.1050833 C19.5763437,26.1344167 19.5464844,26.1551944 19.5190625,26.1839167 C19.2807969,25.2978056 18.6427812,25.0393056 18.0675312,24.9720833 L17.1102031,24.9720833 L17.1102031,36.0258611 L19.5940156,36.0258611 L19.5940156,27.9261944 C20.0827344,27.6481389 21.2119062,26.9765278 22.24175,26.9765278 C23.6323438,26.9765278 23.9193594,27.7031389 23.9193594,29.30975 L23.9193594,36.0258611 L26.3794062,36.0258611 L26.3794062,29.0060278 C26.3794062,26.7388056 26.1783125,24.6689722 23.0302813,24.6689722' id='Fill-13' fill='%23263779'/%3e%3cpath d='M57.5812344,24.6689722 C56.0273281,24.6689722 54.8372187,25.6039722 54.1455781,26.1313611 L54.1455781,26.1050833 C54.1163281,26.1344167 54.0895156,26.1551944 54.0694062,26.1839167 C53.8213906,25.2978056 53.1943437,25.0393056 52.6075156,24.9720833 L51.662375,24.9720833 L51.662375,36.0258611 L54.1455781,36.0258611 L54.1455781,27.9261944 C54.6336875,27.6481389 55.76225,26.9765278 56.7933125,26.9765278 C58.1845156,26.9765278 58.4623906,27.7031389 58.4623906,29.30975 L58.4623906,36.0258611 L60.9309687,36.0258611 L60.9309687,29.0060278 C60.9309687,26.7388056 60.7195156,24.6689722 57.5812344,24.6689722' id='Fill-14' fill='%23263779'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-jcb-dark {
	background-image: url([object Module]);
}
.payment-jcb {
	background-image: url([object Module]);
}
.payment-klarna-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eKlarna-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-130.000000, -989.000000)'%3e%3cg id='Klarna-dark' transform='translate(130.000000, 989.000000)'%3e%3crect id='Rectangle' fill='%230074C8' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M69.20688,30.2739159 C69.23376,32.7502016 69.21712,35.2239159 69.21712,37.6950587 C69.21712,38.2749159 69.14928,38.3404873 68.5592,38.3404873 C67.87696,38.3443444 67.19216,38.3443444 66.50864,38.3404873 C65.97488,38.3404873 65.91472,38.2826302 65.91472,37.7593444 C65.91472,35.3576302 65.9224,32.9572016 65.90704,30.5542016 C65.90704,30.1530587 65.852,29.7506302 65.77904,29.3546302 C65.67536,28.7824873 65.2888,28.4572016 64.73712,28.3659159 C63.73488,28.198773 62.83376,28.5176302 61.99408,29.0370587 C61.88272,29.1064873 61.8392,29.3572016 61.8392,29.5243444 C61.82768,31.5454873 61.83152,33.5666302 61.83152,35.587773 C61.83152,36.3489159 61.82256,37.1074873 61.83536,37.8660587 C61.84176,38.2144873 61.68944,38.3482016 61.35152,38.3443444 C60.59504,38.3302016 59.83856,38.3404873 59.08208,38.3379159 C58.64432,38.3353444 58.524,38.2119159 58.524,37.7632016 C58.52272,33.940773 58.52272,30.1196302 58.524,26.2972016 C58.524,25.894773 58.64432,25.768773 59.04624,25.7662016 C59.72848,25.759773 60.40944,25.7610587 61.0968,25.7649159 C61.52944,25.7674873 61.60368,25.8484873 61.61392,26.2804873 C61.61648,26.4463444 61.63184,26.6096302 61.64208,26.8732016 C61.86608,26.7304873 61.99664,26.650773 62.1272,26.5633444 C63.45968,25.6556302 64.93936,25.4344873 66.492,25.7109159 C67.91408,25.9603444 68.68848,26.9156302 68.97648,28.2720587 C69.12112,28.9290587 69.1992,29.6053444 69.20688,30.2739159 L69.20688,30.2739159 Z' id='Path' fill='%23FFF'/%3e%3cpath d='M48.27632,29.4382016 C48.34928,32.2384873 48.3352,35.0439159 48.35184,37.8480587 C48.35312,38.2222016 48.21744,38.3443444 47.83472,38.3469159 C47.17552,38.3494873 46.5176,38.3482016 45.85968,38.3469159 C45.3016,38.3469159 45.23248,38.2774873 45.20432,37.7246302 C45.20176,37.6642016 45.19024,37.6050587 45.17488,37.4880587 C44.79984,37.6976302 44.48112,37.8982016 44.14576,38.0614873 C42.97456,38.6310587 41.75472,38.683773 40.52336,38.3199159 C39.41488,37.9882016 38.73648,37.2219159 38.46512,36.0969159 C38.26928,35.2843444 38.25264,34.4679159 38.4152,33.6592016 C38.66864,32.4069159 39.5096,31.7113444 40.67952,31.3590587 C41.81232,31.0144873 42.9784,30.9759159 44.14832,30.9874873 C44.98544,30.997773 44.98672,30.9900587 44.98416,30.1376302 C44.98416,29.917773 44.99952,29.6914873 44.95984,29.4780587 C44.8344,28.7914873 44.37616,28.3633444 43.62096,28.3633444 C42.35632,28.3633444 41.0904,28.4173444 39.82704,28.4893444 C39.20752,28.5266302 39.1256,28.495773 39.1256,27.8670587 C39.1256,27.4260587 39.13328,26.983773 39.12304,26.5453444 C39.11792,26.299773 39.21392,26.1313444 39.44688,26.0824873 C41.40912,25.6620587 43.3816,25.3714873 45.372,25.867773 C47.16656,26.3113444 48.22768,27.5649159 48.27632,29.4382016 Z M45.06224,35.1236302 C45.0328,34.831773 45.05584,34.5360587 45.05584,34.2403444 C45.05584,33.8610587 45.06992,33.4804873 45.0456,33.1024873 C45.0392,33.0073444 44.90992,32.8414873 44.84208,32.8440587 C44.0792,32.8710587 43.31248,32.8916302 42.55472,32.9854873 C42.09008,33.0446302 41.7496,33.3853444 41.65616,33.850773 C41.56912,34.2866302 41.54352,34.7469159 41.57936,35.1930587 C41.62032,35.6816302 41.97104,35.9670587 42.44976,36.0493444 C43.21904,36.1830587 43.94352,36.0326302 44.66032,35.7536302 C44.9688,35.6353444 45.10064,35.4630587 45.06224,35.1236302 Z' id='Path' fill='%23FFF'/%3e%3cpath d='M80.85616,30.1312016 C80.86256,32.6794873 80.86,35.2290587 80.85872,37.7773444 C80.85872,38.2826302 80.796,38.3404873 80.28528,38.3404873 C79.6504,38.3443444 79.01808,38.3443444 78.3832,38.3404873 C77.83792,38.3404873 77.80336,38.3083444 77.7752,37.774773 C77.77264,37.711773 77.76624,37.6513444 77.75344,37.5896302 C77.75088,37.5664873 77.72784,37.5523444 77.69072,37.495773 C77.61136,37.531773 77.5384,37.5549159 77.4808,37.5960587 C76.63088,38.2324873 75.65296,38.4806302 74.61488,38.5616302 C72.56048,38.728773 70.98992,37.3710587 70.89264,35.3036302 C70.86832,34.7944873 70.85552,34.2750587 70.93104,33.7749159 C71.11792,32.5689159 71.85776,31.7679159 72.99824,31.4452016 C73.8584,31.2034873 74.7608,31.1006302 75.6504,30.9952016 C76.16752,30.9322016 76.69872,30.9772016 77.22352,30.9849159 C77.45392,30.9926302 77.56784,30.9129159 77.55504,30.6712016 C77.53584,30.3073444 77.56912,29.9332016 77.50768,29.5732016 C77.37072,28.7696302 76.9176,28.351773 76.10864,28.3543444 C74.85552,28.3620587 73.6024,28.4186302 72.348,28.4893444 C71.71824,28.522773 71.62864,28.4726302 71.62864,27.8220587 C71.62864,27.4183444 71.62992,27.0133444 71.62864,26.6096302 C71.62736,26.2959159 71.76176,26.1210587 72.08176,26.0464873 C73.53968,25.7160587 75.01168,25.5373444 76.5016,25.6312016 C77.12496,25.6710587 77.75856,25.8086302 78.35248,26.0079159 C79.76944,26.4823444 80.55152,27.5289159 80.77936,28.9946302 C80.83696,29.3726302 80.85488,29.7544873 80.85616,30.1312016 Z M77.63184,35.2406302 C77.61648,34.9076302 77.62928,34.5784873 77.62672,34.2493444 C77.62672,33.8970587 77.62032,33.5396302 77.63184,33.184773 C77.63696,32.9430587 77.55376,32.8209159 77.29392,32.8324873 C76.83184,32.842773 76.36464,32.8054873 75.90512,32.8414873 C74.36528,32.9584873 74.08624,33.5332016 74.06704,34.804773 C74.0568,35.5530587 74.40368,35.956773 74.99632,36.0583444 C75.81936,36.1933444 76.58864,36.0223444 77.33744,35.6893444 C77.54096,35.5980587 77.6408,35.4746302 77.63184,35.2406302 Z' id='Path' fill='%23FFF'/%3e%3cpath d='M36.03696,21.4269159 L33.91472,21.4269159 C33.38352,21.4282016 33.3336,21.4809159 33.3336,22.0209159 L33.3336,29.8483444 L33.3336,37.8236302 C33.3336,38.2646302 33.40912,38.3379159 33.84176,38.3404873 C34.53552,38.3443444 35.23056,38.3404873 35.92688,38.3404873 C36.58096,38.3404873 36.64112,38.2826302 36.64112,37.6346302 L36.64112,24.220773 C36.64112,23.4853444 36.6424,22.7512016 36.64112,22.015773 C36.63984,21.5156302 36.54768,21.4282016 36.03696,21.4269159 L36.03696,21.4269159 Z' id='Path' fill='%23FFF'/%3e%3cpath d='M56.67696,25.615773 C55.72464,25.6569159 54.86448,25.957773 54.09392,26.5170587 C53.98896,26.5942016 53.884,26.6649159 53.72656,26.7780587 C53.71376,26.6019159 53.69968,26.497773 53.69968,26.3923444 C53.68944,25.8652016 53.59728,25.7674873 53.084,25.7674873 C52.42224,25.7649159 51.76688,25.7662016 51.10768,25.7662016 C50.5048,25.7674873 50.40496,25.8652016 50.40496,26.4682016 L50.40496,31.5390587 C50.40496,33.5884873 50.40368,35.6340587 50.40496,37.6770587 C50.40496,38.2196302 50.524,38.3404873 51.03728,38.3404873 C51.73104,38.3443444 52.42864,38.3443444 53.12368,38.3404873 C53.68432,38.3404873 53.77392,38.2556302 53.77392,37.6744873 C53.7752,34.957773 53.77776,32.2372016 53.7688,29.5140587 C53.7688,29.2453444 53.84688,29.0923444 54.09264,28.9753444 C54.90672,28.5909159 55.74128,28.3029159 56.65648,28.3402016 C56.99184,28.3543444 57.1544,28.2270587 57.14672,27.8709159 C57.13264,27.2692016 57.1352,26.6713444 57.14544,26.0709159 C57.14672,25.7430587 57.0008,25.6029159 56.67696,25.615773 L56.67696,25.615773 Z' id='Path' fill='%23FFF'/%3e%3cpath d='M22.1336,21.4282016 C21.4872,21.4243444 20.8408,21.421773 20.19312,21.4294873 C19.51472,21.439773 19.13968,21.8280587 19.13968,22.5120587 L19.13968,30.0849159 L19.13968,37.7683444 C19.13968,38.2170587 19.19984,38.2774873 19.64784,38.2774873 C20.30576,38.2826302 20.96496,38.2826302 21.62288,38.2774873 C22.31408,38.2723444 22.66096,37.9264873 22.66096,37.2360587 L22.66096,21.979773 C22.66224,21.5336302 22.5688,21.4320587 22.1336,21.4282016 L22.1336,21.4282016 Z' id='Path' fill='%23FFF'/%3e%3cpath d='M29.404,32.9610587 C27.99088,31.4773444 26.25264,30.6609159 24.35696,30.4719159 C23.74512,30.4603444 23.74,30.4603444 23.75664,30.9244873 C23.76304,31.0954873 23.79632,31.2639159 23.82192,31.4336302 C24.16112,33.6900587 25.25936,35.4874873 27.0872,36.8310587 C28.28528,37.7156302 29.6408,38.1746302 31.11664,38.3134873 C31.55568,38.3559159 31.62992,38.3250587 31.5864,37.8930587 C31.39824,36.010773 30.716,34.3406302 29.404,32.9610587 L29.404,32.9610587 Z' id='Path' fill='%23FFF'/%3e%3cpath d='M31.12688,21.4693444 C30.9592,21.4963444 30.78512,21.4860587 30.61872,21.511773 C28.69616,21.8190587 27.06416,22.6740587 25.76624,24.1384873 C24.57712,25.4782016 23.91664,27.0583444 23.76048,28.8429159 C23.7208,29.3083444 23.7464,29.3096302 24.23408,29.3726302 C24.90352,29.206773 25.59984,29.1052016 26.23984,28.8609159 C29.436,27.6420587 31.18448,25.2763444 31.58768,21.8820587 C31.63888,21.4513444 31.5672,21.4024873 31.12688,21.4693444 L31.12688,21.4693444 Z' id='Path' fill='%23FFF'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-klarna {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eKlarna-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-130.000000, -989.000000)'%3e%3cg id='Klarna-light' transform='translate(130.000000, 989.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M69.20688,30.2739159 C69.23376,32.7502016 69.21712,35.2239159 69.21712,37.6950587 C69.21712,38.2749159 69.14928,38.3404873 68.5592,38.3404873 C67.87696,38.3443444 67.19216,38.3443444 66.50864,38.3404873 C65.97488,38.3404873 65.91472,38.2826302 65.91472,37.7593444 C65.91472,35.3576302 65.9224,32.9572016 65.90704,30.5542016 C65.90704,30.1530587 65.852,29.7506302 65.77904,29.3546302 C65.67536,28.7824873 65.2888,28.4572016 64.73712,28.3659159 C63.73488,28.198773 62.83376,28.5176302 61.99408,29.0370587 C61.88272,29.1064873 61.8392,29.3572016 61.8392,29.5243444 C61.82768,31.5454873 61.83152,33.5666302 61.83152,35.587773 C61.83152,36.3489159 61.82256,37.1074873 61.83536,37.8660587 C61.84176,38.2144873 61.68944,38.3482016 61.35152,38.3443444 C60.59504,38.3302016 59.83856,38.3404873 59.08208,38.3379159 C58.64432,38.3353444 58.524,38.2119159 58.524,37.7632016 C58.52272,33.940773 58.52272,30.1196302 58.524,26.2972016 C58.524,25.894773 58.64432,25.768773 59.04624,25.7662016 C59.72848,25.759773 60.40944,25.7610587 61.0968,25.7649159 C61.52944,25.7674873 61.60368,25.8484873 61.61392,26.2804873 C61.61648,26.4463444 61.63184,26.6096302 61.64208,26.8732016 C61.86608,26.7304873 61.99664,26.650773 62.1272,26.5633444 C63.45968,25.6556302 64.93936,25.4344873 66.492,25.7109159 C67.91408,25.9603444 68.68848,26.9156302 68.97648,28.2720587 C69.12112,28.9290587 69.1992,29.6053444 69.20688,30.2739159 L69.20688,30.2739159 Z' id='Path' fill='%230074C8'/%3e%3cpath d='M48.27632,29.4382016 C48.34928,32.2384873 48.3352,35.0439159 48.35184,37.8480587 C48.35312,38.2222016 48.21744,38.3443444 47.83472,38.3469159 C47.17552,38.3494873 46.5176,38.3482016 45.85968,38.3469159 C45.3016,38.3469159 45.23248,38.2774873 45.20432,37.7246302 C45.20176,37.6642016 45.19024,37.6050587 45.17488,37.4880587 C44.79984,37.6976302 44.48112,37.8982016 44.14576,38.0614873 C42.97456,38.6310587 41.75472,38.683773 40.52336,38.3199159 C39.41488,37.9882016 38.73648,37.2219159 38.46512,36.0969159 C38.26928,35.2843444 38.25264,34.4679159 38.4152,33.6592016 C38.66864,32.4069159 39.5096,31.7113444 40.67952,31.3590587 C41.81232,31.0144873 42.9784,30.9759159 44.14832,30.9874873 C44.98544,30.997773 44.98672,30.9900587 44.98416,30.1376302 C44.98416,29.917773 44.99952,29.6914873 44.95984,29.4780587 C44.8344,28.7914873 44.37616,28.3633444 43.62096,28.3633444 C42.35632,28.3633444 41.0904,28.4173444 39.82704,28.4893444 C39.20752,28.5266302 39.1256,28.495773 39.1256,27.8670587 C39.1256,27.4260587 39.13328,26.983773 39.12304,26.5453444 C39.11792,26.299773 39.21392,26.1313444 39.44688,26.0824873 C41.40912,25.6620587 43.3816,25.3714873 45.372,25.867773 C47.16656,26.3113444 48.22768,27.5649159 48.27632,29.4382016 Z M45.06224,35.1236302 C45.0328,34.831773 45.05584,34.5360587 45.05584,34.2403444 C45.05584,33.8610587 45.06992,33.4804873 45.0456,33.1024873 C45.0392,33.0073444 44.90992,32.8414873 44.84208,32.8440587 C44.0792,32.8710587 43.31248,32.8916302 42.55472,32.9854873 C42.09008,33.0446302 41.7496,33.3853444 41.65616,33.850773 C41.56912,34.2866302 41.54352,34.7469159 41.57936,35.1930587 C41.62032,35.6816302 41.97104,35.9670587 42.44976,36.0493444 C43.21904,36.1830587 43.94352,36.0326302 44.66032,35.7536302 C44.9688,35.6353444 45.10064,35.4630587 45.06224,35.1236302 Z' id='Path' fill='%230074C8'/%3e%3cpath d='M80.85616,30.1312016 C80.86256,32.6794873 80.86,35.2290587 80.85872,37.7773444 C80.85872,38.2826302 80.796,38.3404873 80.28528,38.3404873 C79.6504,38.3443444 79.01808,38.3443444 78.3832,38.3404873 C77.83792,38.3404873 77.80336,38.3083444 77.7752,37.774773 C77.77264,37.711773 77.76624,37.6513444 77.75344,37.5896302 C77.75088,37.5664873 77.72784,37.5523444 77.69072,37.495773 C77.61136,37.531773 77.5384,37.5549159 77.4808,37.5960587 C76.63088,38.2324873 75.65296,38.4806302 74.61488,38.5616302 C72.56048,38.728773 70.98992,37.3710587 70.89264,35.3036302 C70.86832,34.7944873 70.85552,34.2750587 70.93104,33.7749159 C71.11792,32.5689159 71.85776,31.7679159 72.99824,31.4452016 C73.8584,31.2034873 74.7608,31.1006302 75.6504,30.9952016 C76.16752,30.9322016 76.69872,30.9772016 77.22352,30.9849159 C77.45392,30.9926302 77.56784,30.9129159 77.55504,30.6712016 C77.53584,30.3073444 77.56912,29.9332016 77.50768,29.5732016 C77.37072,28.7696302 76.9176,28.351773 76.10864,28.3543444 C74.85552,28.3620587 73.6024,28.4186302 72.348,28.4893444 C71.71824,28.522773 71.62864,28.4726302 71.62864,27.8220587 C71.62864,27.4183444 71.62992,27.0133444 71.62864,26.6096302 C71.62736,26.2959159 71.76176,26.1210587 72.08176,26.0464873 C73.53968,25.7160587 75.01168,25.5373444 76.5016,25.6312016 C77.12496,25.6710587 77.75856,25.8086302 78.35248,26.0079159 C79.76944,26.4823444 80.55152,27.5289159 80.77936,28.9946302 C80.83696,29.3726302 80.85488,29.7544873 80.85616,30.1312016 Z M77.63184,35.2406302 C77.61648,34.9076302 77.62928,34.5784873 77.62672,34.2493444 C77.62672,33.8970587 77.62032,33.5396302 77.63184,33.184773 C77.63696,32.9430587 77.55376,32.8209159 77.29392,32.8324873 C76.83184,32.842773 76.36464,32.8054873 75.90512,32.8414873 C74.36528,32.9584873 74.08624,33.5332016 74.06704,34.804773 C74.0568,35.5530587 74.40368,35.956773 74.99632,36.0583444 C75.81936,36.1933444 76.58864,36.0223444 77.33744,35.6893444 C77.54096,35.5980587 77.6408,35.4746302 77.63184,35.2406302 Z' id='Path' fill='%230074C8'/%3e%3cpath d='M36.03696,21.4269159 L33.91472,21.4269159 C33.38352,21.4282016 33.3336,21.4809159 33.3336,22.0209159 L33.3336,29.8483444 L33.3336,37.8236302 C33.3336,38.2646302 33.40912,38.3379159 33.84176,38.3404873 C34.53552,38.3443444 35.23056,38.3404873 35.92688,38.3404873 C36.58096,38.3404873 36.64112,38.2826302 36.64112,37.6346302 L36.64112,24.220773 C36.64112,23.4853444 36.6424,22.7512016 36.64112,22.015773 C36.63984,21.5156302 36.54768,21.4282016 36.03696,21.4269159 L36.03696,21.4269159 Z' id='Path' fill='%230074C8'/%3e%3cpath d='M56.67696,25.615773 C55.72464,25.6569159 54.86448,25.957773 54.09392,26.5170587 C53.98896,26.5942016 53.884,26.6649159 53.72656,26.7780587 C53.71376,26.6019159 53.69968,26.497773 53.69968,26.3923444 C53.68944,25.8652016 53.59728,25.7674873 53.084,25.7674873 C52.42224,25.7649159 51.76688,25.7662016 51.10768,25.7662016 C50.5048,25.7674873 50.40496,25.8652016 50.40496,26.4682016 L50.40496,31.5390587 C50.40496,33.5884873 50.40368,35.6340587 50.40496,37.6770587 C50.40496,38.2196302 50.524,38.3404873 51.03728,38.3404873 C51.73104,38.3443444 52.42864,38.3443444 53.12368,38.3404873 C53.68432,38.3404873 53.77392,38.2556302 53.77392,37.6744873 C53.7752,34.957773 53.77776,32.2372016 53.7688,29.5140587 C53.7688,29.2453444 53.84688,29.0923444 54.09264,28.9753444 C54.90672,28.5909159 55.74128,28.3029159 56.65648,28.3402016 C56.99184,28.3543444 57.1544,28.2270587 57.14672,27.8709159 C57.13264,27.2692016 57.1352,26.6713444 57.14544,26.0709159 C57.14672,25.7430587 57.0008,25.6029159 56.67696,25.615773 L56.67696,25.615773 Z' id='Path' fill='%230074C8'/%3e%3cpath d='M22.1336,21.4282016 C21.4872,21.4243444 20.8408,21.421773 20.19312,21.4294873 C19.51472,21.439773 19.13968,21.8280587 19.13968,22.5120587 L19.13968,30.0849159 L19.13968,37.7683444 C19.13968,38.2170587 19.19984,38.2774873 19.64784,38.2774873 C20.30576,38.2826302 20.96496,38.2826302 21.62288,38.2774873 C22.31408,38.2723444 22.66096,37.9264873 22.66096,37.2360587 L22.66096,21.979773 C22.66224,21.5336302 22.5688,21.4320587 22.1336,21.4282016 L22.1336,21.4282016 Z' id='Path' fill='%230074C8'/%3e%3cpath d='M29.404,32.9610587 C27.99088,31.4773444 26.25264,30.6609159 24.35696,30.4719159 C23.74512,30.4603444 23.74,30.4603444 23.75664,30.9244873 C23.76304,31.0954873 23.79632,31.2639159 23.82192,31.4336302 C24.16112,33.6900587 25.25936,35.4874873 27.0872,36.8310587 C28.28528,37.7156302 29.6408,38.1746302 31.11664,38.3134873 C31.55568,38.3559159 31.62992,38.3250587 31.5864,37.8930587 C31.39824,36.010773 30.716,34.3406302 29.404,32.9610587 L29.404,32.9610587 Z' id='Path' fill='%230074C8'/%3e%3cpath d='M31.12688,21.4693444 C30.9592,21.4963444 30.78512,21.4860587 30.61872,21.511773 C28.69616,21.8190587 27.06416,22.6740587 25.76624,24.1384873 C24.57712,25.4782016 23.91664,27.0583444 23.76048,28.8429159 C23.7208,29.3083444 23.7464,29.3096302 24.23408,29.3726302 C24.90352,29.206773 25.59984,29.1052016 26.23984,28.8609159 C29.436,27.6420587 31.18448,25.2763444 31.58768,21.8820587 C31.63888,21.4513444 31.5672,21.4024873 31.12688,21.4693444 L31.12688,21.4693444 Z' id='Path' fill='%230074C8'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-laser-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eLaser-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-770.000000, -989.000000)'%3e%3cg id='Laser-dark' transform='translate(770.000000, 989.000000)'%3e%3crect id='Rectangle' fill='%2326347D' x='0' y='0' width='100' height='60' rx='5'/%3e%3cpath d='M50.103,49.0814433 C49.823,48.9512731 49.541,48.8259965 49.264,48.6928901 C49.126,48.6273157 48.986,48.5568476 48.864,48.4658263 C48.687,48.3336986 48.639,48.1487199 48.693,47.9353582 C48.745,47.7327625 48.885,47.6251029 49.086,47.6006348 C49.253,47.5800816 49.426,47.5722518 49.594,47.5879114 C49.885,47.6182518 50.175,47.6701242 50.481,47.7141667 C50.547,47.4440391 50.616,47.1680391 50.692,46.8577837 C50.362,46.803954 50.048,46.7354433 49.733,46.7031455 C49.245,46.6532306 48.764,46.683571 48.298,46.8656135 C47.131,47.3207199 47.072,48.8367625 47.819,49.3946348 C48.027,49.5492731 48.264,49.6657412 48.496,49.7880816 C48.728,49.910422 48.977,50.0004646 49.203,50.1316135 C49.474,50.2872306 49.546,50.4819965 49.477,50.7619114 C49.423,50.9782093 49.247,51.1230603 48.951,51.1289327 C48.659,51.134805 48.363,51.1162093 48.073,51.0741242 C47.831,51.0388901 47.596,50.9566774 47.349,50.8930603 C47.267,51.1759114 47.186,51.4548476 47.101,51.7455284 C47.664,51.9481242 48.226,52.0567625 48.812,52.0459965 C49.29,52.0362093 49.74,51.9383369 50.16,51.6995284 C50.988,51.2258263 51.275,49.6236561 50.103,49.0814433 L50.103,49.0814433 Z' id='Path' fill='%23FFF'/%3e%3cpath d='M34.926,46.8117837 L33.605,46.8117837 L33.605,51.9373582 L36.769,51.9373582 C36.811,51.651571 36.953,51.3785072 36.998,51.0682518 L34.926,51.0682518 L34.926,46.8117837 L34.926,46.8117837 Z' id='Path' fill='%23FFF'/%3e%3cpath d='M44.768,51.8727625 C44.779,51.9031029 44.785,51.9393157 44.794,51.9774859 L43.382,51.9794433 L43.341,51.8668901 C43.248,51.5458689 43.15,51.2277837 43.052,50.9077412 C43.035,50.8480391 43.012,50.795188 42.989,50.731571 C42.445,50.731571 41.856,50.7296135 41.318,50.738422 C41.277,50.738422 41.268,50.7961667 41.252,50.8402093 C41.127,51.1827625 41.008,51.5262944 40.894,51.8727625 L40.833,51.9745497 L39.667,51.9520391 C39.76,51.6877837 39.849,51.4019965 39.94,51.1534008 C40.443,49.7577412 40.917,48.5157412 41.415,47.1181242 C41.462,46.9840391 41.09,46.7912306 41.233,46.7941667 C41.642,46.8049327 42.517,46.7990603 42.925,46.7961242 C43.011,46.7961242 43.064,46.810805 43.095,46.9037837 C43.651,48.5372731 44.21,50.2392731 44.768,51.8727625 Z M42.165,48.0557412 C41.958,48.6831029 41.757,49.287954 41.553,49.9084646 L42.737,49.9084646 C42.548,49.2928476 42.36,48.6870178 42.165,48.0557412 Z' id='Path' fill='%23FFF'/%3e%3cpath d='M55.626,49.7234859 L57.429,49.7234859 L57.429,48.8719965 L55.628,48.8719965 L55.628,47.6574008 L57.529,47.6574008 C57.572,47.3667199 57.615,47.0907199 57.658,46.8117837 L54.292,46.8117837 L54.292,51.9363795 L57.702,51.9363795 C57.747,51.6466774 57.79,51.3706774 57.835,51.0721667 L55.626,51.0721667 C55.626,50.6160816 55.626,50.1785923 55.626,49.7234859 L55.626,49.7234859 Z' id='Path' fill='%23FFF'/%3e%3cpath d='M64.126,49.3701667 C64.15,49.3623369 64.175,49.3525497 64.197,49.3466774 C64.607,49.1949752 64.923,48.9434433 65.034,48.5137837 C65.195,47.8874008 65.056,47.2453582 64.355,46.9801242 C64.189,46.9165072 64.064,46.8695284 63.886,46.8382093 C63.779,46.8196135 63.616,46.8078689 63.509,46.7951455 L61.148,46.8010178 L61.148,51.9500816 L62.482,51.9500816 L62.48,47.6466348 C62.779,47.6153157 63.07,47.6055284 63.353,47.7082944 C63.544,47.7758263 63.673,47.9128476 63.71,48.1115284 C63.8,48.5832731 63.663,49.001188 63.034,49.0599114 C62.919,49.0706774 62.647,49.0687199 62.528,49.0657837 L64.223,51.9902093 L65.608,51.9921667 L64.053,49.3916986 C64.077,49.3828901 64.101,49.3789752 64.126,49.3701667 L64.126,49.3701667 Z' id='Path' fill='%23FFF'/%3e%3cg id='Layer_1_copy_11_' transform='translate(30.000000, 6.000000)' fill='%23DB428A'%3e%3cpath d='M27.384,21.7217837 L39.378,21.7217837 L39.378,22.2209327 L27.086,22.2209327 L26.606,23.0313157 L18.648,22.2209327 L0.001,22.2209327 L0.001,21.7217837 L18.007,21.7217837 L27.868,20.910422 L27.384,21.7217837 L27.384,21.7217837 Z M26.472,23.405188 L18.435,24.2165497 L0.001,24.2165497 L0.001,24.7166774 L18.892,24.7166774 L25.213,25.5260816 L25.693,24.7166774 L39.379,24.7166774 L39.379,24.2165497 L25.99,24.2165497 L26.472,23.405188 L26.472,23.405188 Z M25.081,25.899954 L18.863,26.7103369 L0.001,26.7103369 L0.001,27.2104646 L19.137,27.2104646 L23.819,28.0208476 L24.301,27.2104646 L39.379,27.2104646 L39.379,26.7103369 L24.597,26.7103369 L25.081,25.899954 L25.081,25.899954 Z M23.685,28.3947199 L19.289,29.2060816 L0.001,29.2060816 L0.001,29.7052306 L19.382,29.7052306 L22.424,30.5156135 L22.906,29.7052306 L39.379,29.7052306 L39.379,29.2060816 L23.204,29.2060816 L23.685,28.3947199 L23.685,28.3947199 Z M22.294,30.8894859 L19.022,31.7008476 L0.002,31.7008476 L0.002,32.201954 L19.002,32.201954 L21.033,33.0113582 L21.515,32.201954 L39.379,32.201954 L39.379,31.7008476 L21.81,31.7008476 L22.294,30.8894859 L22.294,30.8894859 Z M32.047,13.5308476 L18.69,14.2384646 L0.001,14.2384646 L0.001,14.7376135 L16.263,14.7376135 L30.788,15.6527199 L31.331,14.7376135 L39.38,14.7376135 L39.38,14.2384646 L31.628,14.2384646 L32.047,13.5308476 L32.047,13.5308476 Z M29.259,18.4166348 L17.579,19.2270178 L0.001,19.2270178 L0.001,19.7261667 L18.403,19.7261667 L28.001,20.5365497 L28.482,19.7261667 L39.378,19.7261667 L39.378,19.2270178 L28.777,19.2270178 L29.259,18.4166348 L29.259,18.4166348 Z M30.654,15.9218689 L17.153,16.7332306 L0.001,16.7332306 L0.001,17.2323795 L18.158,17.2323795 L29.393,18.0437412 L29.875,17.2323795 L39.379,17.2323795 L39.379,16.7332306 L30.17,16.7332306 L30.654,15.9218689 L30.654,15.9218689 Z M37.954,3.07416673 L39.215,0.953273111 L14.629,1.76463481 L0.001,1.76463481 L0.001,2.26378375 L16.742,2.26378375 L37.954,3.07416673 L37.954,3.07416673 Z M20.898,33.4694008 L18.972,34.197571 L0.001,34.197571 L0.001,34.6967199 L18.517,34.6967199 L19.638,35.5893157 L20.17,34.6967199 L39.379,34.6967199 L39.379,34.197571 L20.466,34.197571 L20.898,33.4694008 L20.898,33.4694008 Z M33.64,10.9333157 L16.336,11.7436986 L0.001,11.7436986 L0.001,12.2428476 L17.723,12.2428476 L32.379,13.0542093 L32.861,12.2428476 L39.379,12.2428476 L39.379,11.7436986 L33.156,11.7436986 L33.64,10.9333157 L33.64,10.9333157 Z M19.505,35.8780391 L17.786,36.688422 L0.001,36.688422 L0.001,37.187571 L17.613,37.187571 L18.245,37.997954 L18.727,37.187571 L39.379,37.187571 L39.379,36.688422 L19.023,36.688422 L19.505,35.8780391 L19.505,35.8780391 Z M35.034,8.43854971 L15.91,9.24893269 L2.13162821e-14,9.24893269 L2.13162821e-14,9.74808162 L17.477,9.74808162 L33.771,10.5594433 L34.253,9.74808162 L39.378,9.74808162 L39.378,9.24893269 L34.55,9.24893269 L35.034,8.43854971 L35.034,8.43854971 Z M37.82,3.44803907 L15.056,4.25940077 L0.001,4.25940077 L0.001,4.75854971 L16.987,4.75854971 L36.561,5.56893269 L37.041,4.75854971 L39.379,4.75854971 L39.379,4.25940077 L37.338,4.25940077 L37.82,3.44803907 L37.82,3.44803907 Z M36.425,5.94378375 L15.483,6.75416673 L0.001,6.75416673 L0.001,7.25331566 L17.232,7.25331566 L35.167,8.06467737 L35.648,7.25331566 L39.378,7.25331566 L39.378,6.75416673 L35.943,6.75416673 L36.425,5.94378375 L36.425,5.94378375 Z' id='Shape'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-laser {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eLaser-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-770.000000, -989.000000)'%3e%3cg id='Laser-light' transform='translate(770.000000, 989.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='5'/%3e%3cpath d='M50.103,49.0814433 C49.823,48.9512731 49.541,48.8259965 49.264,48.6928901 C49.126,48.6273157 48.986,48.5568476 48.864,48.4658263 C48.687,48.3336986 48.639,48.1487199 48.693,47.9353582 C48.745,47.7327625 48.885,47.6251029 49.086,47.6006348 C49.253,47.5800816 49.426,47.5722518 49.594,47.5879114 C49.885,47.6182518 50.175,47.6701242 50.481,47.7141667 C50.547,47.4440391 50.616,47.1680391 50.692,46.8577837 C50.362,46.803954 50.048,46.7354433 49.733,46.7031455 C49.245,46.6532306 48.764,46.683571 48.298,46.8656135 C47.131,47.3207199 47.072,48.8367625 47.819,49.3946348 C48.027,49.5492731 48.264,49.6657412 48.496,49.7880816 C48.728,49.910422 48.977,50.0004646 49.203,50.1316135 C49.474,50.2872306 49.546,50.4819965 49.477,50.7619114 C49.423,50.9782093 49.247,51.1230603 48.951,51.1289327 C48.659,51.134805 48.363,51.1162093 48.073,51.0741242 C47.831,51.0388901 47.596,50.9566774 47.349,50.8930603 C47.267,51.1759114 47.186,51.4548476 47.101,51.7455284 C47.664,51.9481242 48.226,52.0567625 48.812,52.0459965 C49.29,52.0362093 49.74,51.9383369 50.16,51.6995284 C50.988,51.2258263 51.275,49.6236561 50.103,49.0814433 L50.103,49.0814433 Z' id='Path' fill='%2326347D'/%3e%3cpath d='M34.926,46.8117837 L33.605,46.8117837 L33.605,51.9373582 L36.769,51.9373582 C36.811,51.651571 36.953,51.3785072 36.998,51.0682518 L34.926,51.0682518 L34.926,46.8117837 L34.926,46.8117837 Z' id='Path' fill='%2326347D'/%3e%3cpath d='M44.768,51.8727625 C44.779,51.9031029 44.785,51.9393157 44.794,51.9774859 L43.382,51.9794433 L43.341,51.8668901 C43.248,51.5458689 43.15,51.2277837 43.052,50.9077412 C43.035,50.8480391 43.012,50.795188 42.989,50.731571 C42.445,50.731571 41.856,50.7296135 41.318,50.738422 C41.277,50.738422 41.268,50.7961667 41.252,50.8402093 C41.127,51.1827625 41.008,51.5262944 40.894,51.8727625 L40.833,51.9745497 L39.667,51.9520391 C39.76,51.6877837 39.849,51.4019965 39.94,51.1534008 C40.443,49.7577412 40.917,48.5157412 41.415,47.1181242 C41.462,46.9840391 41.09,46.7912306 41.233,46.7941667 C41.642,46.8049327 42.517,46.7990603 42.925,46.7961242 C43.011,46.7961242 43.064,46.810805 43.095,46.9037837 C43.651,48.5372731 44.21,50.2392731 44.768,51.8727625 Z M42.165,48.0557412 C41.958,48.6831029 41.757,49.287954 41.553,49.9084646 L42.737,49.9084646 C42.548,49.2928476 42.36,48.6870178 42.165,48.0557412 Z' id='Path' fill='%2326347D'/%3e%3cpath d='M55.626,49.7234859 L57.429,49.7234859 L57.429,48.8719965 L55.628,48.8719965 L55.628,47.6574008 L57.529,47.6574008 C57.572,47.3667199 57.615,47.0907199 57.658,46.8117837 L54.292,46.8117837 L54.292,51.9363795 L57.702,51.9363795 C57.747,51.6466774 57.79,51.3706774 57.835,51.0721667 L55.626,51.0721667 C55.626,50.6160816 55.626,50.1785923 55.626,49.7234859 L55.626,49.7234859 Z' id='Path' fill='%2326347D'/%3e%3cpath d='M64.126,49.3701667 C64.15,49.3623369 64.175,49.3525497 64.197,49.3466774 C64.607,49.1949752 64.923,48.9434433 65.034,48.5137837 C65.195,47.8874008 65.056,47.2453582 64.355,46.9801242 C64.189,46.9165072 64.064,46.8695284 63.886,46.8382093 C63.779,46.8196135 63.616,46.8078689 63.509,46.7951455 L61.148,46.8010178 L61.148,51.9500816 L62.482,51.9500816 L62.48,47.6466348 C62.779,47.6153157 63.07,47.6055284 63.353,47.7082944 C63.544,47.7758263 63.673,47.9128476 63.71,48.1115284 C63.8,48.5832731 63.663,49.001188 63.034,49.0599114 C62.919,49.0706774 62.647,49.0687199 62.528,49.0657837 L64.223,51.9902093 L65.608,51.9921667 L64.053,49.3916986 C64.077,49.3828901 64.101,49.3789752 64.126,49.3701667 L64.126,49.3701667 Z' id='Path' fill='%2326347D'/%3e%3cg id='Layer_1_copy_11_' transform='translate(30.000000, 6.000000)' fill='%23DB428A'%3e%3cpath d='M27.384,21.7217837 L39.378,21.7217837 L39.378,22.2209327 L27.086,22.2209327 L26.606,23.0313157 L18.648,22.2209327 L0.001,22.2209327 L0.001,21.7217837 L18.007,21.7217837 L27.868,20.910422 L27.384,21.7217837 L27.384,21.7217837 Z M26.472,23.405188 L18.435,24.2165497 L0.001,24.2165497 L0.001,24.7166774 L18.892,24.7166774 L25.213,25.5260816 L25.693,24.7166774 L39.379,24.7166774 L39.379,24.2165497 L25.99,24.2165497 L26.472,23.405188 L26.472,23.405188 Z M25.081,25.899954 L18.863,26.7103369 L0.001,26.7103369 L0.001,27.2104646 L19.137,27.2104646 L23.819,28.0208476 L24.301,27.2104646 L39.379,27.2104646 L39.379,26.7103369 L24.597,26.7103369 L25.081,25.899954 L25.081,25.899954 Z M23.685,28.3947199 L19.289,29.2060816 L0.001,29.2060816 L0.001,29.7052306 L19.382,29.7052306 L22.424,30.5156135 L22.906,29.7052306 L39.379,29.7052306 L39.379,29.2060816 L23.204,29.2060816 L23.685,28.3947199 L23.685,28.3947199 Z M22.294,30.8894859 L19.022,31.7008476 L0.002,31.7008476 L0.002,32.201954 L19.002,32.201954 L21.033,33.0113582 L21.515,32.201954 L39.379,32.201954 L39.379,31.7008476 L21.81,31.7008476 L22.294,30.8894859 L22.294,30.8894859 Z M32.047,13.5308476 L18.69,14.2384646 L0.001,14.2384646 L0.001,14.7376135 L16.263,14.7376135 L30.788,15.6527199 L31.331,14.7376135 L39.38,14.7376135 L39.38,14.2384646 L31.628,14.2384646 L32.047,13.5308476 L32.047,13.5308476 Z M29.259,18.4166348 L17.579,19.2270178 L0.001,19.2270178 L0.001,19.7261667 L18.403,19.7261667 L28.001,20.5365497 L28.482,19.7261667 L39.378,19.7261667 L39.378,19.2270178 L28.777,19.2270178 L29.259,18.4166348 L29.259,18.4166348 Z M30.654,15.9218689 L17.153,16.7332306 L0.001,16.7332306 L0.001,17.2323795 L18.158,17.2323795 L29.393,18.0437412 L29.875,17.2323795 L39.379,17.2323795 L39.379,16.7332306 L30.17,16.7332306 L30.654,15.9218689 L30.654,15.9218689 Z M37.954,3.07416673 L39.215,0.953273111 L14.629,1.76463481 L0.001,1.76463481 L0.001,2.26378375 L16.742,2.26378375 L37.954,3.07416673 L37.954,3.07416673 Z M20.898,33.4694008 L18.972,34.197571 L0.001,34.197571 L0.001,34.6967199 L18.517,34.6967199 L19.638,35.5893157 L20.17,34.6967199 L39.379,34.6967199 L39.379,34.197571 L20.466,34.197571 L20.898,33.4694008 L20.898,33.4694008 Z M33.64,10.9333157 L16.336,11.7436986 L0.001,11.7436986 L0.001,12.2428476 L17.723,12.2428476 L32.379,13.0542093 L32.861,12.2428476 L39.379,12.2428476 L39.379,11.7436986 L33.156,11.7436986 L33.64,10.9333157 L33.64,10.9333157 Z M19.505,35.8780391 L17.786,36.688422 L0.001,36.688422 L0.001,37.187571 L17.613,37.187571 L18.245,37.997954 L18.727,37.187571 L39.379,37.187571 L39.379,36.688422 L19.023,36.688422 L19.505,35.8780391 L19.505,35.8780391 Z M35.034,8.43854971 L15.91,9.24893269 L2.13162821e-14,9.24893269 L2.13162821e-14,9.74808162 L17.477,9.74808162 L33.771,10.5594433 L34.253,9.74808162 L39.378,9.74808162 L39.378,9.24893269 L34.55,9.24893269 L35.034,8.43854971 L35.034,8.43854971 Z M37.82,3.44803907 L15.056,4.25940077 L0.001,4.25940077 L0.001,4.75854971 L16.987,4.75854971 L36.561,5.56893269 L37.041,4.75854971 L39.379,4.75854971 L39.379,4.25940077 L37.338,4.25940077 L37.82,3.44803907 L37.82,3.44803907 Z M36.425,5.94378375 L15.483,6.75416673 L0.001,6.75416673 L0.001,7.25331566 L17.232,7.25331566 L35.167,8.06467737 L35.648,7.25331566 L39.378,7.25331566 L39.378,6.75416673 L35.943,6.75416673 L36.425,5.94378375 L36.425,5.94378375 Z' id='Shape'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-maestro-dark {
	background-image: url([object Module]);
}
.payment-maestro {
	background-image: url([object Module]);
}
.payment-mastercard-dark {
	background-image: url([object Module]);
}
.payment-mastercard {
	background-image: url([object Module]);
}
.payment-monero-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eMonero-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-290.000000, -1289.000000)'%3e%3cg id='Monero-dark' transform='translate(290.000000, 1289.000000)'%3e%3crect id='Rectangle' fill='%234C4C4C' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M24.9943262,21.156 C20.0751773,21.156 16.0964539,25.116 16.0964539,30.012 C16.0964539,30.996 16.2652482,31.932 16.5546099,32.82 L19.2070922,32.82 L19.2070922,25.38 L24.9943262,31.14 L30.7815603,25.38 L30.7815603,32.82 L33.4340426,32.82 C33.7234043,31.932 33.8921986,30.996 33.8921986,30.012 C33.8921986,25.116 29.9134752,21.156 24.9943262,21.156 L24.9943262,21.156 L24.9943262,21.156 Z' id='_149931032_2_' fill='%23F60'/%3e%3cpath d='M23.6680851,32.436 L21.1361702,29.916 L21.1361702,34.596 L20.1716312,34.596 L19.2070922,34.596 L17.3985816,34.596 C18.9659574,37.14 21.787234,38.844 24.9943262,38.844 C28.2014184,38.844 31.0468085,37.14 32.5900709,34.596 L30.7815603,34.596 L29.0453901,34.596 L28.8524823,34.596 L28.8524823,29.916 L26.3446809,32.436 L25.0184397,33.756 L23.6680851,32.436 L23.6680851,32.436 Z' id='_149931160_2_' fill='%23FFF'/%3e%3cpath d='M82.7460993,27.996 C81.9985816,27.228 81.0822695,26.868 80.0453901,26.868 C79.3460993,26.868 78.6950355,27.036 78.1163121,27.396 C77.5134752,27.732 77.0312057,28.212 76.693617,28.812 C76.3560284,29.412 76.187234,30.06 76.187234,30.756 C76.187234,31.812 76.5489362,32.724 77.2964539,33.492 C78.0439716,34.26 78.9602837,34.644 80.0695035,34.644 C81.1304965,34.644 82.0468085,34.26 82.7943262,33.516 C83.541844,32.772 83.9035461,31.86 83.9035461,30.78 C83.8794326,29.676 83.5177305,28.74 82.7460993,27.996 L82.7460993,27.996 Z M81.7574468,32.532 C81.2751773,33.012 80.7205674,33.252 80.0453901,33.252 C79.4425532,33.252 78.9361702,33.06 78.4780142,32.7 C77.8992908,32.22 77.5858156,31.572 77.5858156,30.756 C77.5858156,30.012 77.8269504,29.412 78.2851064,28.932 C78.7432624,28.452 79.3219858,28.212 80.0212766,28.212 C80.6964539,28.212 81.2751773,28.452 81.7574468,28.932 C82.2397163,29.412 82.4808511,30.012 82.4808511,30.708 C82.4808511,31.452 82.2397163,32.052 81.7574468,32.532 L81.7574468,32.532 Z' id='Shape' fill='%23FFF'/%3e%3cpath d='M73.7035461,31.164 C74.1858156,30.996 74.5716312,30.732 74.812766,30.396 C75.0539007,30.06 75.1744681,29.628 75.1744681,29.124 C75.1744681,28.644 75.0539007,28.212 74.8368794,27.852 C74.6198582,27.492 74.3304965,27.252 73.9446809,27.084 C73.5588652,26.916 72.9560284,26.844 72.1120567,26.844 L69.387234,26.844 L69.387234,34.596 L70.8822695,34.596 L70.8822695,31.308 L72.1843972,31.308 L73.9446809,34.596 L75.5602837,34.596 L73.7035461,31.164 L73.7035461,31.164 Z M73.4624113,29.7 C73.293617,29.82 73.1971631,29.892 72.7148936,29.892 L70.858156,29.892 L70.858156,28.308 L72.6666667,28.308 C73.0283688,28.308 73.1007092,28.332 73.2453901,28.38 C73.3900709,28.428 73.5106383,28.524 73.6070922,28.644 C73.7035461,28.764 73.7276596,28.908 73.7276596,29.076 C73.7276596,29.388 73.6553191,29.58 73.4624113,29.7 L73.4624113,29.7 Z' id='Shape' fill='%23FFF'/%3e%3cpolygon id='Shape' fill='%23FFF' points='62.7319149 26.868 67.7957447 26.868 67.7957447 28.308 64.2028369 28.308 64.2028369 29.892 67.7957447 29.892 67.7957447 31.308 64.2028369 31.308 64.2028369 33.156 67.7957447 33.156 67.7957447 34.62 62.7319149 34.62'/%3e%3cpolygon id='Shape' fill='%23FFF' points='54.8950355 26.868 56.3177305 26.868 59.6695035 31.956 59.6695035 26.868 61.1404255 26.868 61.1404255 34.62 59.7177305 34.62 56.3900709 29.532 56.3900709 34.62 54.8950355 34.62'/%3e%3cpath d='M52.6042553,27.996 C51.8567376,27.252 50.9404255,26.868 49.9035461,26.868 C49.2042553,26.868 48.577305,27.036 47.9744681,27.396 C47.3716312,27.732 46.9134752,28.212 46.551773,28.812 C46.2141844,29.412 46.0453901,30.06 46.0453901,30.756 C46.0453901,31.812 46.4070922,32.724 47.1546099,33.492 C47.8780142,34.26 48.8184397,34.644 49.9276596,34.644 C50.9886525,34.644 51.8808511,34.284 52.6283688,33.516 C53.3758865,32.772 53.7375887,31.86 53.7375887,30.78 C53.7134752,29.676 53.351773,28.74 52.6042553,27.996 L52.6042553,27.996 Z M51.6156028,32.508 C51.1574468,32.988 50.5787234,33.228 49.9035461,33.228 C49.3007092,33.228 48.7943262,33.036 48.3361702,32.676 C47.7574468,32.196 47.4439716,31.548 47.4439716,30.732 C47.4439716,30.012 47.6851064,29.388 48.1432624,28.932 C48.6014184,28.452 49.1801418,28.212 49.8794326,28.212 C50.5546099,28.212 51.1333333,28.452 51.6156028,28.932 C52.0978723,29.412 52.3390071,30.012 52.3390071,30.708 C52.3148936,31.452 52.0737589,32.028 51.6156028,32.508 L51.6156028,32.508 Z' id='Shape' fill='%23FFF'/%3e%3cpolygon id='_74749088_2_' fill='%23FFF' points='37.6297872 26.868 39.0765957 26.868 40.8851064 32.292 42.7177305 26.868 44.1404255 26.868 45.4425532 34.62 44.0198582 34.62 43.1758865 29.724 41.5120567 34.62 40.2099291 34.62 38.5702128 29.724 37.7262411 34.62 36.2794326 34.62'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-monero {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eMonero-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-290.000000, -1289.000000)'%3e%3cg id='Monero-light' transform='translate(290.000000, 1289.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M24.9943262,21.156 C20.0751773,21.156 16.0964539,25.116 16.0964539,30.012 C16.0964539,30.996 16.2652482,31.932 16.5546099,32.82 L19.2070922,32.82 L19.2070922,25.38 L24.9943262,31.14 L30.7815603,25.38 L30.7815603,32.82 L33.4340426,32.82 C33.7234043,31.932 33.8921986,30.996 33.8921986,30.012 C33.8921986,25.116 29.9134752,21.156 24.9943262,21.156 L24.9943262,21.156 L24.9943262,21.156 Z' id='_149931032_2_' fill='%23F60'/%3e%3cpath d='M23.6680851,32.436 L21.1361702,29.916 L21.1361702,34.596 L20.1716312,34.596 L19.2070922,34.596 L17.3985816,34.596 C18.9659574,37.14 21.787234,38.844 24.9943262,38.844 C28.2014184,38.844 31.0468085,37.14 32.5900709,34.596 L30.7815603,34.596 L29.0453901,34.596 L28.8524823,34.596 L28.8524823,29.916 L26.3446809,32.436 L25.0184397,33.756 L23.6680851,32.436 L23.6680851,32.436 Z' id='_149931160_2_' fill='%234C4C4C'/%3e%3cpath d='M82.7460993,27.996 C81.9985816,27.228 81.0822695,26.868 80.0453901,26.868 C79.3460993,26.868 78.6950355,27.036 78.1163121,27.396 C77.5134752,27.732 77.0312057,28.212 76.693617,28.812 C76.3560284,29.412 76.187234,30.06 76.187234,30.756 C76.187234,31.812 76.5489362,32.724 77.2964539,33.492 C78.0439716,34.26 78.9602837,34.644 80.0695035,34.644 C81.1304965,34.644 82.0468085,34.26 82.7943262,33.516 C83.541844,32.772 83.9035461,31.86 83.9035461,30.78 C83.8794326,29.676 83.5177305,28.74 82.7460993,27.996 L82.7460993,27.996 Z M81.7574468,32.532 C81.2751773,33.012 80.7205674,33.252 80.0453901,33.252 C79.4425532,33.252 78.9361702,33.06 78.4780142,32.7 C77.8992908,32.22 77.5858156,31.572 77.5858156,30.756 C77.5858156,30.012 77.8269504,29.412 78.2851064,28.932 C78.7432624,28.452 79.3219858,28.212 80.0212766,28.212 C80.6964539,28.212 81.2751773,28.452 81.7574468,28.932 C82.2397163,29.412 82.4808511,30.012 82.4808511,30.708 C82.4808511,31.452 82.2397163,32.052 81.7574468,32.532 L81.7574468,32.532 Z' id='Shape' fill='%234C4C4C'/%3e%3cpath d='M73.7035461,31.164 C74.1858156,30.996 74.5716312,30.732 74.812766,30.396 C75.0539007,30.06 75.1744681,29.628 75.1744681,29.124 C75.1744681,28.644 75.0539007,28.212 74.8368794,27.852 C74.6198582,27.492 74.3304965,27.252 73.9446809,27.084 C73.5588652,26.916 72.9560284,26.844 72.1120567,26.844 L69.387234,26.844 L69.387234,34.596 L70.8822695,34.596 L70.8822695,31.308 L72.1843972,31.308 L73.9446809,34.596 L75.5602837,34.596 L73.7035461,31.164 L73.7035461,31.164 Z M73.4624113,29.7 C73.293617,29.82 73.1971631,29.892 72.7148936,29.892 L70.858156,29.892 L70.858156,28.308 L72.6666667,28.308 C73.0283688,28.308 73.1007092,28.332 73.2453901,28.38 C73.3900709,28.428 73.5106383,28.524 73.6070922,28.644 C73.7035461,28.764 73.7276596,28.908 73.7276596,29.076 C73.7276596,29.388 73.6553191,29.58 73.4624113,29.7 L73.4624113,29.7 Z' id='Shape' fill='%234C4C4C'/%3e%3cpolygon id='Shape' fill='%234C4C4C' points='62.7319149 26.868 67.7957447 26.868 67.7957447 28.308 64.2028369 28.308 64.2028369 29.892 67.7957447 29.892 67.7957447 31.308 64.2028369 31.308 64.2028369 33.156 67.7957447 33.156 67.7957447 34.62 62.7319149 34.62'/%3e%3cpolygon id='Shape' fill='%234C4C4C' points='54.8950355 26.868 56.3177305 26.868 59.6695035 31.956 59.6695035 26.868 61.1404255 26.868 61.1404255 34.62 59.7177305 34.62 56.3900709 29.532 56.3900709 34.62 54.8950355 34.62'/%3e%3cpath d='M52.6042553,27.996 C51.8567376,27.252 50.9404255,26.868 49.9035461,26.868 C49.2042553,26.868 48.577305,27.036 47.9744681,27.396 C47.3716312,27.732 46.9134752,28.212 46.551773,28.812 C46.2141844,29.412 46.0453901,30.06 46.0453901,30.756 C46.0453901,31.812 46.4070922,32.724 47.1546099,33.492 C47.8780142,34.26 48.8184397,34.644 49.9276596,34.644 C50.9886525,34.644 51.8808511,34.284 52.6283688,33.516 C53.3758865,32.772 53.7375887,31.86 53.7375887,30.78 C53.7134752,29.676 53.351773,28.74 52.6042553,27.996 L52.6042553,27.996 Z M51.6156028,32.508 C51.1574468,32.988 50.5787234,33.228 49.9035461,33.228 C49.3007092,33.228 48.7943262,33.036 48.3361702,32.676 C47.7574468,32.196 47.4439716,31.548 47.4439716,30.732 C47.4439716,30.012 47.6851064,29.388 48.1432624,28.932 C48.6014184,28.452 49.1801418,28.212 49.8794326,28.212 C50.5546099,28.212 51.1333333,28.452 51.6156028,28.932 C52.0978723,29.412 52.3390071,30.012 52.3390071,30.708 C52.3148936,31.452 52.0737589,32.028 51.6156028,32.508 L51.6156028,32.508 Z' id='Shape' fill='%234C4C4C'/%3e%3cpolygon id='_74749088_2_' fill='%234C4C4C' points='37.6297872 26.868 39.0765957 26.868 40.8851064 32.292 42.7177305 26.868 44.1404255 26.868 45.4425532 34.62 44.0198582 34.62 43.1758865 29.724 41.5120567 34.62 40.2099291 34.62 38.5702128 29.724 37.7262411 34.62 36.2794326 34.62'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-neteller-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eNeteller-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-130.000000, -1089.000000)'%3e%3cg id='Neteller-dark' transform='translate(130.000000, 1089.000000)'%3e%3crect id='Rectangle' fill='%238DC640' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M84.6540443,29.138125 C84.2010666,29.448925 83.5436443,29.602575 82.6440888,29.602575 L82.2536888,29.602575 L81.7519999,29.602575 L82.4360888,25.965725 L82.7827555,25.965725 L83.0920888,25.965725 C83.8387555,25.965725 84.3841777,26.084025 84.7599999,26.324125 C85.0536888,26.512425 85.4017777,26.885175 85.4017777,27.592525 C85.4017777,28.444775 84.9967999,28.903275 84.6540443,29.138125 L84.6540443,29.138125 Z M31.4373332,33.702475 L24.533511,33.702475 L24.9797332,31.325275 L29.3100443,31.325275 L29.8021332,28.647775 L25.5134221,28.647775 L25.9279999,26.295075 L32.8197332,26.295075 L31.4373332,33.702475 L31.4373332,33.702475 Z M88.3731555,24.254575 C87.3580443,23.569625 85.8220443,23.224525 83.8081777,23.224525 L78.5338666,23.224525 L76.5733332,33.702825 L69.6641777,33.702825 L70.1071999,31.325625 L74.2696888,31.325625 L74.7646221,28.655475 L70.6046221,28.662825 L71.0501332,26.295775 L75.336711,26.295775 L75.9070221,23.224875 L67.1994666,23.224875 L65.3384888,33.165225 L62.1455999,33.165225 L64.0200888,23.224875 L59.467911,23.224875 L57.6069332,33.165225 L54.4936888,33.165225 L56.3699555,23.224875 L51.8223999,23.224875 L49.8568888,33.703175 L42.8986666,33.703175 L43.3370666,31.325975 L47.5183999,31.325975 L48.0108443,28.671225 L43.835911,28.667375 L44.2792888,26.295775 L48.613511,26.295775 L49.1809777,23.224875 L22.0531555,23.224875 L20.5089777,31.528625 L17.432711,23.224525 L12.7112888,23.224525 L10.1701332,36.775475 L14.6789332,36.775475 L16.216711,28.243525 L19.202311,36.775475 L35.3630221,36.775475 L37.3274666,26.295425 L39.8561777,26.295425 L37.8906666,36.775475 L80.4143999,36.775475 L81.6460443,30.159425 L83.6424888,36.775475 L88.1537777,36.775475 L86.0869332,31.369725 L86.5587555,31.269275 C87.5983999,31.050175 88.4122666,30.578025 88.9768888,29.870675 C89.5425777,29.156675 89.8298666,28.240025 89.8298666,27.138925 C89.8302221,25.856525 89.3544888,24.913625 88.3731555,24.254575 L88.3731555,24.254575 Z' id='Shape' fill='%23FFF'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-neteller {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eNeteller-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-130.000000, -1089.000000)'%3e%3cg id='Neteller-light' transform='translate(130.000000, 1089.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M84.6540443,29.138125 C84.2010666,29.448925 83.5436443,29.602575 82.6440888,29.602575 L82.2536888,29.602575 L81.7519999,29.602575 L82.4360888,25.965725 L82.7827555,25.965725 L83.0920888,25.965725 C83.8387555,25.965725 84.3841777,26.084025 84.7599999,26.324125 C85.0536888,26.512425 85.4017777,26.885175 85.4017777,27.592525 C85.4017777,28.444775 84.9967999,28.903275 84.6540443,29.138125 L84.6540443,29.138125 Z M31.4373332,33.702475 L24.533511,33.702475 L24.9797332,31.325275 L29.3100443,31.325275 L29.8021332,28.647775 L25.5134221,28.647775 L25.9279999,26.295075 L32.8197332,26.295075 L31.4373332,33.702475 L31.4373332,33.702475 Z M88.3731555,24.254575 C87.3580443,23.569625 85.8220443,23.224525 83.8081777,23.224525 L78.5338666,23.224525 L76.5733332,33.702825 L69.6641777,33.702825 L70.1071999,31.325625 L74.2696888,31.325625 L74.7646221,28.655475 L70.6046221,28.662825 L71.0501332,26.295775 L75.336711,26.295775 L75.9070221,23.224875 L67.1994666,23.224875 L65.3384888,33.165225 L62.1455999,33.165225 L64.0200888,23.224875 L59.467911,23.224875 L57.6069332,33.165225 L54.4936888,33.165225 L56.3699555,23.224875 L51.8223999,23.224875 L49.8568888,33.703175 L42.8986666,33.703175 L43.3370666,31.325975 L47.5183999,31.325975 L48.0108443,28.671225 L43.835911,28.667375 L44.2792888,26.295775 L48.613511,26.295775 L49.1809777,23.224875 L22.0531555,23.224875 L20.5089777,31.528625 L17.432711,23.224525 L12.7112888,23.224525 L10.1701332,36.775475 L14.6789332,36.775475 L16.216711,28.243525 L19.202311,36.775475 L35.3630221,36.775475 L37.3274666,26.295425 L39.8561777,26.295425 L37.8906666,36.775475 L80.4143999,36.775475 L81.6460443,30.159425 L83.6424888,36.775475 L88.1537777,36.775475 L86.0869332,31.369725 L86.5587555,31.269275 C87.5983999,31.050175 88.4122666,30.578025 88.9768888,29.870675 C89.5425777,29.156675 89.8298666,28.240025 89.8298666,27.138925 C89.8302221,25.856525 89.3544888,24.913625 88.3731555,24.254575 L88.3731555,24.254575 Z' id='Shape' fill='%238DC640'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-ogone-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eOgone-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-610.000000, -889.000000)'%3e%3cg id='Ogone-dark' transform='translate(610.000000, 889.000000)'%3e%3crect id='Rectangle' fill='%23286AA6' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M19.0200798,31.168358 C21.5688002,31.168358 23.6506715,29.3599039 23.6506715,26.8401696 C23.6506715,25.3162651 22.5379888,24.3204352 20.7790343,24.3204352 C18.1586762,24.3204352 16.1843709,26.4336701 16.1843709,28.7503421 C16.1843709,30.2133654 17.4407669,31.168358 19.0200798,31.168358 L19.0200798,31.168358 Z M19.1278648,32.6517998 C15.3229673,32.6517998 13.0614544,31.127708 13.0614544,28.5673237 C13.0614544,25.3771463 16.3997218,22.9591305 20.7790343,22.9591305 C24.4404375,22.9591305 26.7733689,24.5439162 26.7733689,26.9417007 C26.7733689,30.3555465 23.363464,32.6517998 19.1278648,32.6517998 L19.1278648,32.6517998 Z' id='Fill-1' fill='%23FFF'/%3e%3cpath d='M34.8572424,24.6456347 C33.2060729,24.6456347 31.6626884,25.6615086 31.6626884,26.7588697 C31.6626884,27.8358121 32.8831561,28.6079737 34.5700349,28.6079737 C36.5802686,28.6079737 37.7288797,27.4903813 37.7288797,26.4745074 C37.7288797,25.3973776 36.5084119,24.6456347 34.8572424,24.6456347 L34.8572424,24.6456347 Z M33.7086314,33.3020116 C31.6267601,33.5254926 29.5446697,34.0335232 29.5446697,34.6432723 C29.5446697,35.3137153 31.1958392,35.7404461 33.8880539,35.7404461 C35.9699252,35.7404461 37.2981779,35.2730654 37.2981779,34.602435 C37.2981779,34.0335232 35.6110801,33.5459112 33.7086314,33.3020116 L33.7086314,33.3020116 Z M47.8957199,24.5845661 L39.5594718,24.5845661 C40.385166,25.2551965 40.6364453,25.7632271 40.6364453,26.3932075 C40.6364453,27.917112 39.3441209,29.1160043 36.8674761,29.7053348 C34.9650274,30.1522968 31.3754809,30.0507656 31.3754809,30.9246457 C31.3754809,32.0624694 40.2055244,31.4122576 40.2055244,34.4400226 C40.2055244,35.9436958 37.4416721,37.0408695 33.6367747,37.0408695 C29.580598,37.0408695 26.6373232,36.045227 26.6373232,34.6837349 C26.6373232,33.6067925 28.8269795,33.1191805 31.2676959,32.8346309 L31.2676959,32.793981 C29.2576813,32.3672503 28.4679153,31.8998696 28.4679153,31.1887766 C28.4679153,30.4368464 29.8318773,29.7866346 31.6626884,29.5020851 C29.7602397,28.9940545 28.7551228,28.0797118 28.7551228,26.8808195 C28.7551228,24.7878159 31.4832658,23.2434927 34.7496765,23.2434927 L48.2188557,23.2434927 L47.8957199,24.5845661 L47.8957199,24.5845661 Z' id='Fill-2' fill='%23FFF'/%3e%3cpath d='M48.353587,31.168358 C50.9020883,31.168358 52.9839596,29.3599039 52.9839596,26.8401696 C52.9839596,25.3162651 51.8712769,24.3204352 50.1123224,24.3204352 C47.4919644,24.3204352 45.517659,26.4336701 45.517659,28.7503421 C45.517659,30.2133654 46.774055,31.168358 48.353587,31.168358 L48.353587,31.168358 Z M48.4611529,32.6517998 C44.6562554,32.6517998 42.3949616,31.127708 42.3949616,28.5673237 C42.3949616,25.3771463 45.7332289,22.9591305 50.1123224,22.9591305 C53.7737256,22.9591305 56.1068761,24.5439162 56.1068761,26.9417007 C56.1068761,30.3555465 52.6969712,32.6517998 48.4611529,32.6517998 L48.4611529,32.6517998 Z' id='Fill-3' fill='%23FFF'/%3e%3cpath d='M62.2806333,24.8486971 L62.3524899,24.889347 C64.1114444,23.6702235 65.9061082,23.1013116 67.7007719,23.1013116 C71.1108959,23.1013116 71.9722994,25.1130154 71.5415977,26.6166885 L69.9982131,32.3672503 L66.9828626,32.3672503 L68.4546095,26.55562 C68.849383,24.9706469 67.6291343,24.5236849 66.695655,24.5236849 C65.8342515,24.5236849 64.1471537,24.8691157 61.8499315,26.55562 L60.3781846,32.3672503 L57.3630531,32.3672503 L59.6243469,23.2434927 L62.6754067,23.2434927 L62.2806333,24.8486971' id='Fill-4' fill='%23FFF'/%3e%3cpath d='M83.996897,26.4336701 C83.996897,25.2754278 83.0993461,24.3815038 81.0893314,24.3815038 C79.2946677,24.3815038 78.0742,25.0519468 77.2485057,26.4336701 L83.996897,26.4336701 L83.996897,26.4336701 Z M85.7197041,31.6357386 C84.1044629,32.306369 82.2738709,32.6517998 80.3354938,32.6517998 C76.2433888,32.6517998 73.5871025,30.904227 73.5871025,28.2423115 C73.5871025,25.2551965 76.9255889,22.9591305 81.2330448,22.9591305 C84.8225913,22.9591305 87.5145869,24.8486971 86.8323869,27.6327497 L76.7818756,27.6327497 C76.028257,30.0709969 78.3973358,31.2292392 80.9099089,31.2292392 C82.4173651,31.2292392 84.1403913,30.8229271 86.150625,29.9898843 L85.7197041,31.6357386 L85.7197041,31.6357386 Z' id='Fill-5' fill='%23FFF'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-ogone {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eOgone-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-610.000000, -889.000000)'%3e%3cg id='Ogone-light' transform='translate(610.000000, 889.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M19.0200798,31.168358 C21.5688002,31.168358 23.6506715,29.3599039 23.6506715,26.8401696 C23.6506715,25.3162651 22.5379888,24.3204352 20.7790343,24.3204352 C18.1586762,24.3204352 16.1843709,26.4336701 16.1843709,28.7503421 C16.1843709,30.2133654 17.4407669,31.168358 19.0200798,31.168358 L19.0200798,31.168358 Z M19.1278648,32.6517998 C15.3229673,32.6517998 13.0614544,31.127708 13.0614544,28.5673237 C13.0614544,25.3771463 16.3997218,22.9591305 20.7790343,22.9591305 C24.4404375,22.9591305 26.7733689,24.5439162 26.7733689,26.9417007 C26.7733689,30.3555465 23.363464,32.6517998 19.1278648,32.6517998 L19.1278648,32.6517998 Z' id='Fill-1' fill='%23286AA6'/%3e%3cpath d='M34.8572424,24.6456347 C33.2060729,24.6456347 31.6626884,25.6615086 31.6626884,26.7588697 C31.6626884,27.8358121 32.8831561,28.6079737 34.5700349,28.6079737 C36.5802686,28.6079737 37.7288797,27.4903813 37.7288797,26.4745074 C37.7288797,25.3973776 36.5084119,24.6456347 34.8572424,24.6456347 L34.8572424,24.6456347 Z M33.7086314,33.3020116 C31.6267601,33.5254926 29.5446697,34.0335232 29.5446697,34.6432723 C29.5446697,35.3137153 31.1958392,35.7404461 33.8880539,35.7404461 C35.9699252,35.7404461 37.2981779,35.2730654 37.2981779,34.602435 C37.2981779,34.0335232 35.6110801,33.5459112 33.7086314,33.3020116 L33.7086314,33.3020116 Z M47.8957199,24.5845661 L39.5594718,24.5845661 C40.385166,25.2551965 40.6364453,25.7632271 40.6364453,26.3932075 C40.6364453,27.917112 39.3441209,29.1160043 36.8674761,29.7053348 C34.9650274,30.1522968 31.3754809,30.0507656 31.3754809,30.9246457 C31.3754809,32.0624694 40.2055244,31.4122576 40.2055244,34.4400226 C40.2055244,35.9436958 37.4416721,37.0408695 33.6367747,37.0408695 C29.580598,37.0408695 26.6373232,36.045227 26.6373232,34.6837349 C26.6373232,33.6067925 28.8269795,33.1191805 31.2676959,32.8346309 L31.2676959,32.793981 C29.2576813,32.3672503 28.4679153,31.8998696 28.4679153,31.1887766 C28.4679153,30.4368464 29.8318773,29.7866346 31.6626884,29.5020851 C29.7602397,28.9940545 28.7551228,28.0797118 28.7551228,26.8808195 C28.7551228,24.7878159 31.4832658,23.2434927 34.7496765,23.2434927 L48.2188557,23.2434927 L47.8957199,24.5845661 L47.8957199,24.5845661 Z' id='Fill-2' fill='%23286AA6'/%3e%3cpath d='M48.353587,31.168358 C50.9020883,31.168358 52.9839596,29.3599039 52.9839596,26.8401696 C52.9839596,25.3162651 51.8712769,24.3204352 50.1123224,24.3204352 C47.4919644,24.3204352 45.517659,26.4336701 45.517659,28.7503421 C45.517659,30.2133654 46.774055,31.168358 48.353587,31.168358 L48.353587,31.168358 Z M48.4611529,32.6517998 C44.6562554,32.6517998 42.3949616,31.127708 42.3949616,28.5673237 C42.3949616,25.3771463 45.7332289,22.9591305 50.1123224,22.9591305 C53.7737256,22.9591305 56.1068761,24.5439162 56.1068761,26.9417007 C56.1068761,30.3555465 52.6969712,32.6517998 48.4611529,32.6517998 L48.4611529,32.6517998 Z' id='Fill-3' fill='%23286AA6'/%3e%3cpath d='M62.2806333,24.8486971 L62.3524899,24.889347 C64.1114444,23.6702235 65.9061082,23.1013116 67.7007719,23.1013116 C71.1108959,23.1013116 71.9722994,25.1130154 71.5415977,26.6166885 L69.9982131,32.3672503 L66.9828626,32.3672503 L68.4546095,26.55562 C68.849383,24.9706469 67.6291343,24.5236849 66.695655,24.5236849 C65.8342515,24.5236849 64.1471537,24.8691157 61.8499315,26.55562 L60.3781846,32.3672503 L57.3630531,32.3672503 L59.6243469,23.2434927 L62.6754067,23.2434927 L62.2806333,24.8486971' id='Fill-4' fill='%23286AA6'/%3e%3cpath d='M83.996897,26.4336701 C83.996897,25.2754278 83.0993461,24.3815038 81.0893314,24.3815038 C79.2946677,24.3815038 78.0742,25.0519468 77.2485057,26.4336701 L83.996897,26.4336701 L83.996897,26.4336701 Z M85.7197041,31.6357386 C84.1044629,32.306369 82.2738709,32.6517998 80.3354938,32.6517998 C76.2433888,32.6517998 73.5871025,30.904227 73.5871025,28.2423115 C73.5871025,25.2551965 76.9255889,22.9591305 81.2330448,22.9591305 C84.8225913,22.9591305 87.5145869,24.8486971 86.8323869,27.6327497 L76.7818756,27.6327497 C76.028257,30.0709969 78.3973358,31.2292392 80.9099089,31.2292392 C82.4173651,31.2292392 84.1403913,30.8229271 86.150625,29.9898843 L85.7197041,31.6357386 L85.7197041,31.6357386 Z' id='Fill-5' fill='%23286AA6'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-okpay-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eOkPay-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-450.000000, -689.000000)'%3e%3cg id='OkPay-dark' transform='translate(450.000000, 689.000000)'%3e%3crect id='Rectangle' fill='%23D2642C' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M85.1174431,22.4053139 L83.9882627,22.4053139 C83.2657583,22.4053139 82.7293555,22.8902628 82.3136077,23.4820292 L81.1966095,25.0740438 C81.1959615,25.0747007 81.1959615,25.0753577 81.1953135,25.0760146 L78.7758634,28.5220292 L76.677944,25.5363942 C76.6683538,25.5214161 76.6632995,25.5077518 76.6524133,25.4922482 L75.2392855,23.4859708 C74.8225009,22.8947299 74.2807846,22.4105693 73.5584098,22.4105693 L72.5116532,22.4105693 C71.7891489,22.4105693 71.3210438,22.894073 71.7392539,23.484 L73.160676,25.4940876 C73.1637863,25.4980292 73.1676743,25.5019708 73.1709142,25.506438 L77.2169387,31.2186131 L77.2169387,37.6854745 C77.2169387,38.4095474 77.8084203,39.0006569 78.5310543,39 L79.0206725,38.9986861 C79.7433065,38.9981606 80.3347881,38.404292 80.3347881,37.680219 L80.3347881,31.2121752 L84.6449317,25.1285693 C84.6582802,25.1110949 84.6756462,25.094146 84.6883468,25.0760146 L85.8150648,23.4800584 C86.2331454,22.8889489 85.8399475,22.4053139 85.1174431,22.4053139' id='Fill-1' fill='%23FFF'/%3e%3cpath d='M37.9536532,30.1809197 L42.0135447,26.2726861 C42.0323363,26.2558686 44.8834746,23.5113285 44.8834746,23.5113285 C45.3965499,23.0166569 44.8444658,22.4053139 44.1414011,22.4053139 L42.5976392,22.4053139 C41.8948336,22.4053139 41.5397373,22.8110365 41.0275692,23.3076788 L38.0223398,26.2209197 C38.0197478,26.2234161 38.0181926,26.2260438 38.0153415,26.2293285 L36.0814921,28.1039562 L36.0814921,25.9783796 L36.0731979,25.9783796 C36.0751419,25.9498686 36.0814921,25.9220146 36.0814921,25.8935036 L36.0814921,23.7225985 C36.0814921,22.9985255 35.5065989,22.4053139 34.8036637,22.4053139 L34.2296778,22.4053139 C33.5270018,22.4053139 32.9518494,22.9985255 32.9518494,23.7225985 L32.9518494,25.8935036 C32.9518494,25.9220146 32.9583292,25.9498686 32.9601436,25.9783796 L32.9518494,25.9783796 L32.9518494,37.6828467 C32.9518494,38.4069197 33.5270018,39 34.2296778,39 L34.8036637,39 C35.5065989,39 36.0814921,38.4069197 36.0814921,37.6828467 L36.0814921,32.4418248 L38.8365989,35.2766277 L38.8398389,35.2766277 L41.5517898,38.0699124 C42.0493135,38.5812701 42.3919685,39 43.0950333,39 L44.6407391,39 C45.3435447,39 45.6430438,38.1430949 45.1455201,37.6316058 L37.9536532,30.1809197' id='Fill-3' fill='%23FFF'/%3e%3cpath d='M68.5185044,31.8052555 L65.4935762,31.8052555 C65.1303152,31.8052555 64.9456392,31.5310511 65.0818459,31.1953577 L66.7524834,27.1004234 C66.8894676,26.7647299 67.1138004,26.7647299 67.251303,27.0997664 L68.9297163,31.1960146 C69.0672189,31.5310511 68.8817653,31.8052555 68.5185044,31.8052555 L68.5185044,31.8052555 Z M74.5947986,37.3574015 L74.6025744,37.3574015 L69.3287461,24.2443358 L69.3261541,24.2443358 L69.0787531,23.6285255 C68.8089317,22.9556934 67.9936357,22.4053139 67.2672434,22.4053139 L66.7430228,22.4053139 C66.0166305,22.4053139 65.2019825,22.9563504 64.9341051,23.6298394 L64.6898144,24.2443358 L64.6808722,24.2443358 L59.4270018,37.2880292 L59.4288161,37.2880292 L59.230662,37.7781022 C58.9588967,38.4504088 59.3322662,39 60.0586585,39 L61.2344939,39 C61.9608862,39 62.3023748,38.4444964 62.5548301,37.7650949 L62.7319895,37.2880292 L62.7391173,37.2880292 L63.8010368,34.4637372 L70.2232259,34.4637372 L70.3101856,34.6905109 L70.374725,34.8254453 L71.3216918,37.3574015 L71.3249317,37.3574015 L71.4770788,37.7650949 C71.7303117,38.4444964 72.1740525,39 72.9010928,39 L73.9407215,39 C74.6677618,39 75.0391874,38.4509343 74.7661261,37.7794161 L74.5947986,37.3574015 L74.5947986,37.3574015 Z' id='Fill-4' fill='%23FFF'/%3e%3cpath d='M58.2485744,28.630292 C58.1270123,28.9376058 57.9499825,29.1936788 57.71269,29.4041606 L57.715282,29.4016642 L57.713338,29.4041606 C57.2375867,29.8236788 56.5292084,30.0525547 55.5751138,30.0525547 L53.8519895,30.0525547 C53.4830263,30.0525547 53.181324,29.7562774 53.181324,29.3939124 L53.181324,25.7002336 C53.181324,25.3385255 53.4830263,25.0417226 53.8519895,25.0417226 L55.5751138,25.0417226 C56.5292084,25.0417226 57.2375867,25.2704672 57.71269,25.6911679 C57.9505009,25.9012555 58.1270123,26.1553577 58.2485744,26.4631971 C58.368711,26.7705109 58.4313065,27.1290657 58.4313065,27.5418832 C58.4313065,27.9587737 58.368711,28.3204818 58.2485744,28.630292 L58.2485744,28.630292 Z M61.3598144,29.7582482 C61.6283398,29.1112993 61.7607881,28.3704088 61.7607881,27.5418832 C61.7607881,26.719927 61.6283398,25.9835036 61.3598144,25.3404964 C61.0925849,24.6974891 60.6885009,24.1477664 60.1532644,23.7069635 C59.090697,22.8325839 57.5431769,22.4053139 55.5751138,22.4053139 L51.3161611,22.4053139 C50.5790123,22.4053139 49.9752189,22.9985255 49.9752189,23.7225985 L49.9752189,37.6828467 C49.9752189,38.4069197 50.5790123,39 51.3161611,39 L51.8403818,39 C52.5776602,39 53.181324,38.4069197 53.181324,37.6828467 L53.181324,32.6888321 L55.5751138,32.6888321 C57.5431769,32.6888321 59.090697,32.2649781 60.1526165,31.392438 C60.6865569,30.9541314 61.0925849,30.4038832 61.3598144,29.7582482 L61.3598144,29.7582482 Z' id='Fill-5' fill='%23FFF'/%3e%3cpath d='M26.9997093,34.6595036 C26.5598564,35.2105401 26.0566305,35.6129781 25.475387,35.8800876 C24.8941436,36.1471971 24.2302172,36.2826569 23.4698704,36.2826569 C22.7077093,36.2826569 22.043394,36.1471971 21.4599475,35.8800876 C20.8742977,35.6129781 20.3688687,35.2065985 19.9249982,34.6549051 C19.4042767,34.0118978 19.0366095,33.2067591 18.8144799,32.2570949 L18.6094571,30.8745109 C18.6031068,30.7914745 18.5987005,30.6164672 18.5963678,30.4284526 C18.5922207,30.2313723 18.5900175,30.0123504 18.5900175,29.8334015 C18.5900175,29.6798102 18.5922207,29.5532847 18.5944238,29.5008613 L18.75331,28.118146 C18.9601471,27.0369635 19.3517898,26.1313139 19.9249982,25.4182774 L19.9225359,25.4227445 L19.9249982,25.4227445 C20.3688687,24.8665839 20.8742977,24.464146 21.4599475,24.1976934 C22.043394,23.9305839 22.7077093,23.7951241 23.4698704,23.7951241 C24.2302172,23.7951241 24.8941436,23.9305839 25.475387,24.1976934 C26.0566305,24.464146 26.5598564,24.8665839 26.9997093,25.4182774 C27.8795447,26.5210073 28.3363748,28.0695328 28.3363748,30.0434891 C28.3363748,32.0120584 27.8795447,33.5569051 26.9997093,34.6595036 L26.9997093,34.6595036 Z M29.4234361,23.5410219 C27.937993,21.9048613 25.9171839,21.0731825 23.4698704,21.077781 C21.0114116,21.0731825 18.9864553,21.9048613 17.4988091,23.5410219 C16.4035832,24.7401898 15.7114046,26.2584964 15.4259019,28.0520584 L15.4259019,28.0566569 L15.2931944,29.4697226 L15.2931944,29.4787883 C15.2842522,29.6583942 15.2737548,29.8418102 15.2737548,30.0434891 C15.2737548,30.3409489 15.2868441,30.6294745 15.3040806,30.9094599 L15.3040806,30.9185255 L15.4847391,32.3317226 L15.4847391,32.3361898 C15.7983643,33.9944234 16.4642347,35.4120876 17.4988091,36.5452993 C18.9864553,38.1729197 21.0114116,39.0045985 23.4698704,39 C25.9171839,39.0045985 27.937993,38.1729197 29.4234361,36.5367591 C30.8994186,34.9129489 31.6423993,32.7166861 31.6423993,30.0434891 C31.6423993,27.365562 30.9020105,25.1641752 29.4234361,23.5410219 L29.4234361,23.5410219 Z' id='Fill-6' fill='%23FFF'/%3e%3cpolyline id='Fill-8' fill='%23FFF' points='23.4267145 29.0431095 12.654725 29.0431095 13.6681751 27.0519416 24.4401646 27.0519416 23.4267145 29.0431095'/%3e%3cpolyline id='Fill-9' fill='%23FFF' points='21.4084974 33.0259708 12 33.0259708 13.0674921 31.0345401 22.4759895 31.0345401 21.4084974 33.0259708'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-okpay {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eOkPay-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-450.000000, -689.000000)'%3e%3cg id='OkPay-light' transform='translate(450.000000, 689.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M86.1174431,22.4053139 L84.9882627,22.4053139 C84.2657583,22.4053139 83.7293555,22.8902628 83.3136077,23.4820292 L82.1966095,25.0740438 C82.1959615,25.0747007 82.1959615,25.0753577 82.1953135,25.0760146 L79.7758634,28.5220292 L77.677944,25.5363942 C77.6683538,25.5214161 77.6632995,25.5077518 77.6524133,25.4922482 L76.2392855,23.4859708 C75.8225009,22.8947299 75.2807846,22.4105693 74.5584098,22.4105693 L73.5116532,22.4105693 C72.7891489,22.4105693 72.3210438,22.894073 72.7392539,23.484 L74.160676,25.4940876 C74.1637863,25.4980292 74.1676743,25.5019708 74.1709142,25.506438 L78.2169387,31.2186131 L78.2169387,37.6854745 C78.2169387,38.4095474 78.8084203,39.0006569 79.5310543,39 L80.0206725,38.9986861 C80.7433065,38.9981606 81.3347881,38.404292 81.3347881,37.680219 L81.3347881,31.2121752 L85.6449317,25.1285693 C85.6582802,25.1110949 85.6756462,25.094146 85.6883468,25.0760146 L86.8150648,23.4800584 C87.2331454,22.8889489 86.8399475,22.4053139 86.1174431,22.4053139' id='Fill-1' fill='%23D2642C'/%3e%3cpath d='M38.9536532,30.1809197 L43.0135447,26.2726861 C43.0323363,26.2558686 45.8834746,23.5113285 45.8834746,23.5113285 C46.3965499,23.0166569 45.8444658,22.4053139 45.1414011,22.4053139 L43.5976392,22.4053139 C42.8948336,22.4053139 42.5397373,22.8110365 42.0275692,23.3076788 L39.0223398,26.2209197 C39.0197478,26.2234161 39.0181926,26.2260438 39.0153415,26.2293285 L37.0814921,28.1039562 L37.0814921,25.9783796 L37.0731979,25.9783796 C37.0751419,25.9498686 37.0814921,25.9220146 37.0814921,25.8935036 L37.0814921,23.7225985 C37.0814921,22.9985255 36.5065989,22.4053139 35.8036637,22.4053139 L35.2296778,22.4053139 C34.5270018,22.4053139 33.9518494,22.9985255 33.9518494,23.7225985 L33.9518494,25.8935036 C33.9518494,25.9220146 33.9583292,25.9498686 33.9601436,25.9783796 L33.9518494,25.9783796 L33.9518494,37.6828467 C33.9518494,38.4069197 34.5270018,39 35.2296778,39 L35.8036637,39 C36.5065989,39 37.0814921,38.4069197 37.0814921,37.6828467 L37.0814921,32.4418248 L39.8365989,35.2766277 L39.8398389,35.2766277 L42.5517898,38.0699124 C43.0493135,38.5812701 43.3919685,39 44.0950333,39 L45.6407391,39 C46.3435447,39 46.6430438,38.1430949 46.1455201,37.6316058 L38.9536532,30.1809197' id='Fill-3' fill='%23D2642C'/%3e%3cpath d='M69.5185044,31.8052555 L66.4935762,31.8052555 C66.1303152,31.8052555 65.9456392,31.5310511 66.0818459,31.1953577 L67.7524834,27.1004234 C67.8894676,26.7647299 68.1138004,26.7647299 68.251303,27.0997664 L69.9297163,31.1960146 C70.0672189,31.5310511 69.8817653,31.8052555 69.5185044,31.8052555 L69.5185044,31.8052555 Z M75.5947986,37.3574015 L75.6025744,37.3574015 L70.3287461,24.2443358 L70.3261541,24.2443358 L70.0787531,23.6285255 C69.8089317,22.9556934 68.9936357,22.4053139 68.2672434,22.4053139 L67.7430228,22.4053139 C67.0166305,22.4053139 66.2019825,22.9563504 65.9341051,23.6298394 L65.6898144,24.2443358 L65.6808722,24.2443358 L60.4270018,37.2880292 L60.4288161,37.2880292 L60.230662,37.7781022 C59.9588967,38.4504088 60.3322662,39 61.0586585,39 L62.2344939,39 C62.9608862,39 63.3023748,38.4444964 63.5548301,37.7650949 L63.7319895,37.2880292 L63.7391173,37.2880292 L64.8010368,34.4637372 L71.2232259,34.4637372 L71.3101856,34.6905109 L71.374725,34.8254453 L72.3216918,37.3574015 L72.3249317,37.3574015 L72.4770788,37.7650949 C72.7303117,38.4444964 73.1740525,39 73.9010928,39 L74.9407215,39 C75.6677618,39 76.0391874,38.4509343 75.7661261,37.7794161 L75.5947986,37.3574015 L75.5947986,37.3574015 Z' id='Fill-4' fill='%23D2642C'/%3e%3cpath d='M59.2485744,28.630292 C59.1270123,28.9376058 58.9499825,29.1936788 58.71269,29.4041606 L58.715282,29.4016642 L58.713338,29.4041606 C58.2375867,29.8236788 57.5292084,30.0525547 56.5751138,30.0525547 L54.8519895,30.0525547 C54.4830263,30.0525547 54.181324,29.7562774 54.181324,29.3939124 L54.181324,25.7002336 C54.181324,25.3385255 54.4830263,25.0417226 54.8519895,25.0417226 L56.5751138,25.0417226 C57.5292084,25.0417226 58.2375867,25.2704672 58.71269,25.6911679 C58.9505009,25.9012555 59.1270123,26.1553577 59.2485744,26.4631971 C59.368711,26.7705109 59.4313065,27.1290657 59.4313065,27.5418832 C59.4313065,27.9587737 59.368711,28.3204818 59.2485744,28.630292 L59.2485744,28.630292 Z M62.3598144,29.7582482 C62.6283398,29.1112993 62.7607881,28.3704088 62.7607881,27.5418832 C62.7607881,26.719927 62.6283398,25.9835036 62.3598144,25.3404964 C62.0925849,24.6974891 61.6885009,24.1477664 61.1532644,23.7069635 C60.090697,22.8325839 58.5431769,22.4053139 56.5751138,22.4053139 L52.3161611,22.4053139 C51.5790123,22.4053139 50.9752189,22.9985255 50.9752189,23.7225985 L50.9752189,37.6828467 C50.9752189,38.4069197 51.5790123,39 52.3161611,39 L52.8403818,39 C53.5776602,39 54.181324,38.4069197 54.181324,37.6828467 L54.181324,32.6888321 L56.5751138,32.6888321 C58.5431769,32.6888321 60.090697,32.2649781 61.1526165,31.392438 C61.6865569,30.9541314 62.0925849,30.4038832 62.3598144,29.7582482 L62.3598144,29.7582482 Z' id='Fill-5' fill='%23D2642C'/%3e%3cpath d='M27.9997093,34.6595036 C27.5598564,35.2105401 27.0566305,35.6129781 26.475387,35.8800876 C25.8941436,36.1471971 25.2302172,36.2826569 24.4698704,36.2826569 C23.7077093,36.2826569 23.043394,36.1471971 22.4599475,35.8800876 C21.8742977,35.6129781 21.3688687,35.2065985 20.9249982,34.6549051 C20.4042767,34.0118978 20.0366095,33.2067591 19.8144799,32.2570949 L19.6094571,30.8745109 C19.6031068,30.7914745 19.5987005,30.6164672 19.5963678,30.4284526 C19.5922207,30.2313723 19.5900175,30.0123504 19.5900175,29.8334015 C19.5900175,29.6798102 19.5922207,29.5532847 19.5944238,29.5008613 L19.75331,28.118146 C19.9601471,27.0369635 20.3517898,26.1313139 20.9249982,25.4182774 L20.9225359,25.4227445 L20.9249982,25.4227445 C21.3688687,24.8665839 21.8742977,24.464146 22.4599475,24.1976934 C23.043394,23.9305839 23.7077093,23.7951241 24.4698704,23.7951241 C25.2302172,23.7951241 25.8941436,23.9305839 26.475387,24.1976934 C27.0566305,24.464146 27.5598564,24.8665839 27.9997093,25.4182774 C28.8795447,26.5210073 29.3363748,28.0695328 29.3363748,30.0434891 C29.3363748,32.0120584 28.8795447,33.5569051 27.9997093,34.6595036 L27.9997093,34.6595036 Z M30.4234361,23.5410219 C28.937993,21.9048613 26.9171839,21.0731825 24.4698704,21.077781 C22.0114116,21.0731825 19.9864553,21.9048613 18.4988091,23.5410219 C17.4035832,24.7401898 16.7114046,26.2584964 16.4259019,28.0520584 L16.4259019,28.0566569 L16.2931944,29.4697226 L16.2931944,29.4787883 C16.2842522,29.6583942 16.2737548,29.8418102 16.2737548,30.0434891 C16.2737548,30.3409489 16.2868441,30.6294745 16.3040806,30.9094599 L16.3040806,30.9185255 L16.4847391,32.3317226 L16.4847391,32.3361898 C16.7983643,33.9944234 17.4642347,35.4120876 18.4988091,36.5452993 C19.9864553,38.1729197 22.0114116,39.0045985 24.4698704,39 C26.9171839,39.0045985 28.937993,38.1729197 30.4234361,36.5367591 C31.8994186,34.9129489 32.6423993,32.7166861 32.6423993,30.0434891 C32.6423993,27.365562 31.9020105,25.1641752 30.4234361,23.5410219 L30.4234361,23.5410219 Z' id='Fill-6' fill='%23D2642C'/%3e%3cpolyline id='Fill-8' fill='%23D2642C' points='24.4267145 29.0431095 13.654725 29.0431095 14.6681751 27.0519416 25.4401646 27.0519416 24.4267145 29.0431095'/%3e%3cpolyline id='Fill-9' fill='%23D2642C' points='22.4084974 33.0259708 13 33.0259708 14.0674921 31.0345401 23.4759895 31.0345401 22.4084974 33.0259708'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-paybox-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ePaybox-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-770.000000, -1289.000000)'%3e%3cg id='Paybox-dark' transform='translate(770.000000, 1289.000000)'%3e%3crect id='Rectangle' fill='%23005992' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M17.1343797,19.5598579 L15.7399638,19.5598579 L15.7399638,26.7240804 L17.1343797,26.7240804 C19.622986,26.7240804 21.4534569,25.7730492 21.4534569,23.02598 C21.4534569,20.3673974 19.4500907,19.5598579 17.1343797,19.5598579 M17.2788657,28.6341145 L15.7399638,28.6341145 L15.7399638,36.2343924 L13.6257935,36.2343924 L13.6257935,17.6498238 L17.0246774,17.6498238 C20.6515438,17.6498238 23.5333944,18.9213198 23.5333944,23.02598 C23.5333944,26.8699636 20.8506449,28.6341145 17.2788657,28.6341145' id='Fill-7' fill='%23FFF'/%3e%3cpath d='M31.4659596,31.2265315 C30.8655085,30.360001 29.4387485,29.7812511 28.5809612,29.7812511 C26.9606088,29.7812511 25.6755018,30.5011012 25.6755018,32.3242431 C25.6755018,33.8564158 26.9267695,34.6958423 28.3582513,34.6958423 C29.4387485,34.6958423 31.4659596,33.7105326 31.4659596,32.4693292 L31.4659596,31.2265315 L31.4659596,31.2265315 Z M32.1529764,36.0510419 C31.9223969,36.0510419 31.8932794,35.7632613 31.8932794,35.7632613 L31.6099735,34.9533302 C30.6687683,35.9099417 29.5536448,36.4281062 28.2142374,36.4281062 C25.8179417,36.4281062 23.5333944,35.0410196 23.5333944,32.382437 C23.5333944,29.55007 25.6180536,28.0760912 28.3000162,28.0760912 C29.4678661,28.0760912 30.5507242,28.450764 31.4659596,29.1753972 L31.4659596,27.6990269 C31.4659596,25.8232713 30.1493741,25.0420386 28.4369474,25.0420386 C26.4120971,25.0420386 25.1907339,25.8527668 25.1907339,25.8527668 L24.8177145,24.7534608 C25.9005726,23.8869303 27.2958541,23.3344872 28.6698878,23.3344872 C31.3502764,23.3344872 33.5451102,24.6362759 33.5451102,27.5850307 L33.5451102,36.0510419 L32.1529764,36.0510419 L32.1529764,36.0510419 Z' id='Fill-8' fill='%23FFF'/%3e%3cpath d='M36.521396,23.6334283 L39.2844155,31.2592158 C39.5999868,32.1105999 39.9163451,33.124608 40.1264636,33.8970718 L40.17919,33.8970718 C40.4168522,33.124608 40.6789101,32.1377039 40.9960554,31.2050078 L43.5221996,23.6334283 L45.9696478,23.6334283 L42.4952158,32.8312472 C40.8370893,37.2571694 39.7054396,39.5235414 38.1267961,40.9361376 C36.9683898,41.9230417 35.8627098,42.322427 35.2835066,42.4284514 L34.7050904,40.4570347 C35.2835066,40.2960051 36.0468587,39.9237238 36.7315146,39.3098981 C37.3634441,38.8028941 38.1267961,37.8965047 38.6792427,36.6959574 C38.7846954,36.4568045 38.8633915,36.2957749 38.8633915,36.1371369 C38.8633915,36.0032113 38.8098782,35.8166721 38.6792427,35.5504152 L33.9944648,23.6334283 L36.521396,23.6334283' id='Fill-9' fill='%23FFF'/%3e%3cpath d='M49.2984922,30.9523029 C49.2984922,31.3142209 49.3283967,31.6251196 49.4165363,31.9368155 C49.885565,33.6204516 51.1061412,34.6575779 52.8374551,34.6575779 C55.5965398,34.6575779 57.0351042,32.5578158 57.0351042,29.9925028 C57.0351042,27.247028 55.4501651,25.1743699 52.77922,25.1743699 C50.8425094,25.1743699 49.7974254,26.3669454 49.4165363,27.7907021 C49.3283967,28.1016008 49.2984922,28.464316 49.2984922,28.7760119 L49.2984922,30.9523029 L49.2984922,30.9523029 Z M49.2984922,17.8164336 L49.2984922,25.2780028 L49.3575143,25.2780028 C49.9744915,24.2934902 51.0770237,23.3863037 53.2773662,23.3863037 C56.7132372,23.3863037 59.3109949,25.9253098 59.2826643,30.1224425 C59.2826643,33.9313504 56.9760821,36.4958662 53.542572,36.4958662 C51.2241854,36.4958662 49.885565,35.4340275 49.0930954,34.0349833 L49.0348603,34.0349833 L48.9176031,36.2112743 L47.031258,36.2112743 C47.1201846,35.3559042 47.1493021,34.0987574 47.1493021,32.9858994 L47.1493021,17.8164336 L49.2984922,17.8164336 L49.2984922,17.8164336 Z' id='Fill-10' fill='%23FFF'/%3e%3cpath d='M66.6919006,35.1884972 C69.2747061,35.1884972 70.7353054,32.7794308 70.7353054,29.8769122 C70.7353054,27.3363117 69.4242286,24.6809178 66.7100007,24.6809178 C63.9949858,24.6809178 62.6477089,27.2414477 62.6477089,30.0100407 C62.6477089,32.7029018 64.1075212,35.1884972 66.6722266,35.1884972 L66.6919006,35.1884972 L66.6919006,35.1884972 Z M66.6171393,36.5341306 C63.2646862,36.5341306 60.5780019,33.916204 60.5780019,30.0483051 C60.5780019,25.9898811 63.4142087,23.3344872 66.784762,23.3344872 C70.2481766,23.3344872 72.8412126,26.0082162 72.8412126,29.8011805 C72.8412126,34.1824609 69.8365961,36.5341306 66.6352394,36.5341306 L66.6171393,36.5341306 L66.6171393,36.5341306 Z' id='Fill-11' fill='%23FFF'/%3e%3cpath d='M75.9662341,23.6334283 L77.7337481,26.3318697 C78.1949072,27.0317904 78.5789441,27.6806918 78.9889507,28.3814097 L79.0652859,28.3814097 C79.4760794,27.6288754 79.8852991,26.9807711 80.2945187,26.3055629 L82.03685,23.6334283 L84.4701329,23.6334283 L80.2433662,29.7047222 L84.5984075,36.1913449 L82.03685,36.1913449 L80.2181835,33.3637609 C79.7318417,32.6367362 79.3218351,31.9368155 78.8858588,31.183484 L78.8354933,31.183484 C78.4254867,31.9368155 77.9902974,32.6112266 77.5283513,33.3637609 L75.7356546,36.1913449 L73.2512192,36.1913449 L77.6574129,29.7828454 L73.455829,23.6334283 L75.9662341,23.6334283' id='Fill-12' fill='%23FFF'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-paybox {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ePaybox-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-770.000000, -1289.000000)'%3e%3cg id='Paybox-light' transform='translate(770.000000, 1289.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M18.0799659,19.5396246 L16.6880655,19.5396246 L16.6880655,26.690923 L18.0799659,26.690923 C20.5640828,26.690923 22.3912516,25.7416075 22.3912516,22.9994939 C22.3912516,20.3457073 20.3914994,19.5396246 18.0799659,19.5396246 M18.2241913,28.5975116 L16.6880655,28.5975116 L16.6880655,36.1840788 L14.5777091,36.1840788 L14.5777091,17.6330361 L17.9704615,17.6330361 C21.5907851,17.6330361 24.467437,18.9022384 24.467437,22.9994939 C24.467437,26.8365431 21.789527,28.5975116 18.2241913,28.5975116' id='Fill-7' fill='%23005992'/%3e%3cpath d='M32.3856921,31.1852519 C31.7863242,30.3202846 30.362138,29.7425787 29.5058981,29.7425787 C27.8884688,29.7425787 26.6056801,30.4611302 26.6056801,32.2809833 C26.6056801,33.810392 27.8546906,34.6483042 29.28359,34.6483042 C30.362138,34.6483042 32.3856921,33.6647719 32.3856921,32.4258076 L32.3856921,31.1852519 L32.3856921,31.1852519 Z M33.0714696,36.001059 C32.841306,36.001059 32.812241,35.7137975 32.812241,35.7137975 L32.5294462,34.9053276 C31.5899389,35.8602134 30.476827,36.3774431 29.1398359,36.3774431 C26.747863,36.3774431 24.467437,34.9928588 24.467437,32.3390722 C24.467437,29.5118147 26.5483356,28.0404949 29.2254599,28.0404949 C30.391203,28.0404949 31.4721077,28.4144918 32.3856921,29.1378178 L32.3856921,27.6641108 C32.3856921,25.791739 31.0714817,25.0119156 29.3621441,25.0119156 C27.3409466,25.0119156 26.1217867,25.8211813 26.1217867,25.8211813 L25.7494402,24.7238584 C26.8303448,23.8588911 28.2231094,23.3074446 29.5946643,23.3074446 C32.2702176,23.3074446 34.4610919,24.6068849 34.4610919,27.5503202 L34.4610919,36.001059 L33.0714696,36.001059 L33.0714696,36.001059 Z' id='Fill-8' fill='%23005992'/%3e%3cpath d='M37.4320087,23.6058464 L40.1900438,31.2178772 C40.5050458,32.0677255 40.8208334,33.0799044 41.0305729,33.8509746 L41.0832042,33.8509746 C41.3204376,33.0799044 41.5820228,32.0947806 41.8985959,31.163767 L44.4201831,23.6058464 L46.8632162,23.6058464 L43.3950519,32.7870728 C41.7399166,37.2050108 40.6103084,39.4672942 39.0345127,40.8773422 C37.8781961,41.862466 36.7745107,42.2611308 36.1963524,42.3669639 L35.6189797,40.3991036 C36.1963524,40.2383645 36.9583274,39.8667548 37.6417482,39.2540364 C38.2725378,38.747947 39.0345127,37.8431927 39.5859626,36.6448111 C39.6912252,36.4060897 39.7697793,36.2453506 39.7697793,36.0869987 C39.7697793,35.9533147 39.7163625,35.767112 39.5859626,35.5013355 L34.909636,23.6058464 L37.4320087,23.6058464' id='Fill-9' fill='%23005992'/%3e%3cpath d='M50.1860554,30.911518 C50.1860554,31.2727831 50.215906,31.583121 50.3038866,31.8942546 C50.7720692,33.5748535 51.9904435,34.6101088 53.7186342,34.6101088 C56.4727416,34.6101088 57.9087108,32.5141346 57.9087108,29.9534493 C57.9087108,27.2129272 56.3266309,25.1440081 53.6605041,25.1440081 C51.7272872,25.1440081 50.6840885,26.3344324 50.3038866,27.7556206 C50.215906,28.0659585 50.1860554,28.4280194 50.1860554,28.739153 L50.1860554,30.911518 L50.1860554,30.911518 Z M50.1860554,17.7993453 L50.1860554,25.2474541 L50.244971,25.2474541 C50.8608353,24.2647175 51.9613785,23.3591676 54.1577517,23.3591676 C57.5874245,23.3591676 60.180496,25.8935935 60.1522165,30.0831546 C60.1522165,33.8851914 57.8497953,36.4450809 54.4224791,36.4450809 C52.1082747,36.4450809 50.7720692,35.3851577 49.9810292,33.9886373 L49.9228991,33.9886373 L49.8058535,36.1610024 L47.9229113,36.1610024 C48.0116774,35.3071754 48.0407424,34.0522964 48.0407424,32.9414459 L48.0407424,17.7993453 L50.1860554,17.7993453 L50.1860554,17.7993453 Z' id='Fill-10' fill='%23005992'/%3e%3cpath d='M67.5480868,35.1400704 C70.1262329,35.1400704 71.5841974,32.7353498 71.5841974,29.8380673 C71.5841974,27.3020499 70.2754858,24.6514463 67.5661542,24.6514463 C64.8560371,24.6514463 63.5111906,27.2073571 63.5111906,29.9709556 C63.5111906,32.6589589 64.9683695,35.1400704 67.5284482,35.1400704 L67.5480868,35.1400704 L67.5480868,35.1400704 Z M67.4734603,36.4832763 C64.1270549,36.4832763 61.4452173,33.8700723 61.4452173,30.009151 C61.4452173,25.9580482 64.2763077,23.3074446 67.6407806,23.3074446 C71.0979474,23.3074446 73.6863056,25.9763502 73.6863056,29.7624722 C73.6863056,34.1358489 70.6871093,36.4832763 67.4915278,36.4832763 L67.4734603,36.4832763 L67.4734603,36.4832763 Z' id='Fill-11' fill='%23005992'/%3e%3cpath d='M76.8056896,23.6058464 L78.5700152,26.2994199 C79.0303423,26.998078 79.4136864,27.6458088 79.8229534,28.3452626 L79.8991508,28.3452626 C80.3092033,27.5940858 80.7176848,26.9471507 81.1261662,26.2731605 L82.8653544,23.6058464 L85.2942477,23.6058464 L81.075106,29.6661879 L85.4222909,36.1411089 L82.8653544,36.1411089 L81.0499687,33.3186258 C80.5645042,32.5929127 80.1552373,31.8942546 79.7200475,31.1422821 L79.6697728,31.1422821 C79.2605059,31.8942546 78.8261016,32.567449 78.3649889,33.3186258 L76.5755261,36.1411089 L74.0955726,36.1411089 L78.4938177,29.7441702 L74.2998133,23.6058464 L76.8056896,23.6058464' id='Fill-12' fill='%23005992'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-paymill-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ePaymill-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-290.000000, -889.000000)'%3e%3cg id='Paymill-dark' transform='translate(290.000000, 889.000000)'%3e%3crect id='Rectangle' fill='%23F05000' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M31.9180052,31.4218531 L30.6867192,31.4218531 L30.6867192,35.8965734 L28.6703412,35.8965734 L28.6703412,24.0239161 L32.1497113,24.0239161 C34.647664,24.0239161 36.5391076,25.2004196 36.5391076,27.6248601 C36.5390026,30.1027972 34.7904462,31.4218531 31.9180052,31.4218531 L31.9180052,31.4218531 Z M31.9891864,25.6103497 L30.6867192,25.6103497 L30.6867192,29.8354196 L31.935643,29.8354196 C33.7378478,29.8354196 34.5050919,29.1044056 34.5050919,27.6783566 C34.5049869,26.3947552 33.7910761,25.6103497 31.9891864,25.6103497 L31.9891864,25.6103497 Z' id='Shape' fill='%23FFF'/%3e%3cpath d='M38.0594226,35.8965734 L36.0435696,35.8965734 L40.575643,24.0239161 L42.52,24.0239161 L47.1416273,35.8965734 L44.9468766,35.8965734 L44.0191076,33.3473077 L38.9876115,33.3473077 L38.0594226,35.8965734 L38.0594226,35.8965734 Z M42.1808924,28.3202098 C41.824147,27.3216084 41.5033071,26.2702448 41.5033071,26.2702448 L41.4672966,26.2702448 C41.4672966,26.2702448 41.1639895,27.3398601 40.7893963,28.3202098 C40.7893963,28.3202098 39.576168,31.7071678 39.5583202,31.7071678 L43.4121785,31.7071678 L42.1808924,28.3202098 L42.1808924,28.3202098 Z' id='Shape' fill='%23FFF'/%3e%3cpolygon id='Shape' fill='%23FFF' points='50.9980052 31.4042308 50.9980052 35.8965734 48.9818373 35.8965734 48.9818373 31.4042308 45.0208924 24.0239161 47.2688714 24.0239161 50.0701312 29.5323776 50.088294 29.5323776 52.8893438 24.0239161 54.8519685 24.0239161'/%3e%3cpath d='M60.7456168,35.9174476 L58.3367979,29.0362238 C58.0692913,28.2344056 57.8015748,27.3607343 57.8015748,27.3607343 L57.7658793,27.3607343 C57.7658793,27.3607343 57.6943832,28.2875874 57.6056693,29.0899301 L56.7668241,35.9173427 L54.9289239,35.9173427 L56.5527559,24.0447902 L58.4976378,24.0447902 L61.1378478,31.7105245 C61.4769554,32.6548951 61.7983202,33.8138811 61.7983202,33.8138811 L61.8340157,33.8138811 C61.8340157,33.8138811 62.1728084,32.6548951 62.512021,31.7105245 L65.1884514,24.0447902 L67.1331234,24.0447902 L68.7569554,35.9173427 L66.7047769,35.9173427 L65.8306562,29.0541608 C65.7234646,28.2344056 65.6343307,27.3607343 65.6343307,27.3607343 L65.5987402,27.3607343 C65.5987402,27.3607343 65.3487664,28.2344056 65.0810499,29.0362238 L62.7081365,35.9174476 L60.7456168,35.9174476 L60.7456168,35.9174476 Z' id='Shape' fill='%23FFF'/%3e%3cpolygon id='Shape' fill='%23FFF' points='70.5988451 35.9174476 70.5988451 24.045 72.6149081 24.045 72.6149081 35.9175524 70.5988451 35.9175524'/%3e%3cpolygon id='Shape' fill='%23FFF' points='74.784147 35.9174476 74.784147 24.045 76.8 24.045 76.8 34.2775175 81.3320735 34.2775175 81.3320735 35.9175524 74.784147 35.9175524'/%3e%3cpolygon id='Shape' fill='%23FFF' points='83.447874 35.9174476 83.447874 24.045 85.464147 24.045 85.464147 34.2775175 89.9958005 34.2775175 89.9958005 35.9175524 83.447874 35.9175524'/%3e%3cpath d='M18.5320735,26.7186713 C18.5320735,26.4620979 18.3236745,26.2541958 18.0668766,26.2541958 L15.6967979,26.2538811 C15.3528609,26.2538811 15.0418898,26.4358741 14.8920735,26.7185664 L10.1099213,36.7533566 C10.0846194,36.8103147 10.0703412,36.8734615 10.0703412,36.9395455 C10.0703412,37.196014 10.2785302,37.4038112 10.5353281,37.4038112 L12.9053018,37.4042308 C13.3124409,37.4042308 13.6519685,37.0566084 13.7847769,36.7781119 C13.9175853,36.4996154 18.4932283,26.9047552 18.4932283,26.9047552 L18.4925984,26.9047552 C18.5175853,26.8474825 18.5320735,26.784965 18.5320735,26.7186713 L18.5320735,26.7186713 Z' id='Shape' fill='%23FFF'/%3e%3cpath d='M24.2062992,28.1124126 C24.2062992,28.0472727 24.1930709,27.9852797 24.1687139,27.9292657 L24.1687139,27.9287413 L21.95979,23.1635664 L21.9585302,23.1625175 C21.8038845,22.815 21.4873491,22.5373427 21.080315,22.5373427 L18.7101312,22.5375524 C18.4533333,22.5375524 18.2452493,22.7454545 18.2452493,23.0019231 C18.2452493,23.0683217 18.2596325,23.1312587 18.2849344,23.1883217 L18.2844094,23.1887413 L20.5129659,27.888986 C20.5129659,27.888986 20.5701837,28.0326923 20.5701837,28.1125175 C20.5701837,28.1924476 20.5479265,28.2665035 20.5126509,28.331958 L20.5129659,28.3358392 L18.2849344,33.0366084 C18.2596325,33.093986 18.2452493,33.1565035 18.2452493,33.223007 C18.2452493,33.4794755 18.4532283,33.6872727 18.7101312,33.6872727 L21.080315,33.6876923 C21.4873491,33.6876923 21.7864567,33.4101399 21.9585302,33.0622028 L21.95979,33.0611538 L24.1687139,28.2960839 L24.1687139,28.2955594 C24.1930709,28.2395455 24.2062992,28.1775524 24.2062992,28.1124126 L24.2062992,28.1124126 Z' id='Shape' fill='%23FFF'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-paymill {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ePaymill-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-290.000000, -889.000000)'%3e%3cg id='Paymill-light' transform='translate(290.000000, 889.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M31.9180052,31.4218531 L30.6867192,31.4218531 L30.6867192,35.8965734 L28.6703412,35.8965734 L28.6703412,24.0239161 L32.1497113,24.0239161 C34.647664,24.0239161 36.5391076,25.2004196 36.5391076,27.6248601 C36.5390026,30.1027972 34.7904462,31.4218531 31.9180052,31.4218531 L31.9180052,31.4218531 Z M31.9891864,25.6103497 L30.6867192,25.6103497 L30.6867192,29.8354196 L31.935643,29.8354196 C33.7378478,29.8354196 34.5050919,29.1044056 34.5050919,27.6783566 C34.5049869,26.3947552 33.7910761,25.6103497 31.9891864,25.6103497 L31.9891864,25.6103497 Z' id='Shape' fill='%23F05000'/%3e%3cpath d='M38.0594226,35.8965734 L36.0435696,35.8965734 L40.575643,24.0239161 L42.52,24.0239161 L47.1416273,35.8965734 L44.9468766,35.8965734 L44.0191076,33.3473077 L38.9876115,33.3473077 L38.0594226,35.8965734 L38.0594226,35.8965734 Z M42.1808924,28.3202098 C41.824147,27.3216084 41.5033071,26.2702448 41.5033071,26.2702448 L41.4672966,26.2702448 C41.4672966,26.2702448 41.1639895,27.3398601 40.7893963,28.3202098 C40.7893963,28.3202098 39.576168,31.7071678 39.5583202,31.7071678 L43.4121785,31.7071678 L42.1808924,28.3202098 L42.1808924,28.3202098 Z' id='Shape' fill='%23F05000'/%3e%3cpolygon id='Shape' fill='%23F05000' points='50.9980052 31.4042308 50.9980052 35.8965734 48.9818373 35.8965734 48.9818373 31.4042308 45.0208924 24.0239161 47.2688714 24.0239161 50.0701312 29.5323776 50.088294 29.5323776 52.8893438 24.0239161 54.8519685 24.0239161'/%3e%3cpath d='M60.7456168,35.9174476 L58.3367979,29.0362238 C58.0692913,28.2344056 57.8015748,27.3607343 57.8015748,27.3607343 L57.7658793,27.3607343 C57.7658793,27.3607343 57.6943832,28.2875874 57.6056693,29.0899301 L56.7668241,35.9173427 L54.9289239,35.9173427 L56.5527559,24.0447902 L58.4976378,24.0447902 L61.1378478,31.7105245 C61.4769554,32.6548951 61.7983202,33.8138811 61.7983202,33.8138811 L61.8340157,33.8138811 C61.8340157,33.8138811 62.1728084,32.6548951 62.512021,31.7105245 L65.1884514,24.0447902 L67.1331234,24.0447902 L68.7569554,35.9173427 L66.7047769,35.9173427 L65.8306562,29.0541608 C65.7234646,28.2344056 65.6343307,27.3607343 65.6343307,27.3607343 L65.5987402,27.3607343 C65.5987402,27.3607343 65.3487664,28.2344056 65.0810499,29.0362238 L62.7081365,35.9174476 L60.7456168,35.9174476 L60.7456168,35.9174476 Z' id='Shape' fill='%23F05000'/%3e%3cpolygon id='Shape' fill='%23F05000' points='70.5988451 35.9174476 70.5988451 24.045 72.6149081 24.045 72.6149081 35.9175524 70.5988451 35.9175524'/%3e%3cpolygon id='Shape' fill='%23F05000' points='74.784147 35.9174476 74.784147 24.045 76.8 24.045 76.8 34.2775175 81.3320735 34.2775175 81.3320735 35.9175524 74.784147 35.9175524'/%3e%3cpolygon id='Shape' fill='%23F05000' points='83.447874 35.9174476 83.447874 24.045 85.464147 24.045 85.464147 34.2775175 89.9958005 34.2775175 89.9958005 35.9175524 83.447874 35.9175524'/%3e%3cpath d='M18.5320735,26.7186713 C18.5320735,26.4620979 18.3236745,26.2541958 18.0668766,26.2541958 L15.6967979,26.2538811 C15.3528609,26.2538811 15.0418898,26.4358741 14.8920735,26.7185664 L10.1099213,36.7533566 C10.0846194,36.8103147 10.0703412,36.8734615 10.0703412,36.9395455 C10.0703412,37.196014 10.2785302,37.4038112 10.5353281,37.4038112 L12.9053018,37.4042308 C13.3124409,37.4042308 13.6519685,37.0566084 13.7847769,36.7781119 C13.9175853,36.4996154 18.4932283,26.9047552 18.4932283,26.9047552 L18.4925984,26.9047552 C18.5175853,26.8474825 18.5320735,26.784965 18.5320735,26.7186713 L18.5320735,26.7186713 Z' id='Shape' fill='%23F05000'/%3e%3cpath d='M24.2062992,28.1124126 C24.2062992,28.0472727 24.1930709,27.9852797 24.1687139,27.9292657 L24.1687139,27.9287413 L21.95979,23.1635664 L21.9585302,23.1625175 C21.8038845,22.815 21.4873491,22.5373427 21.080315,22.5373427 L18.7101312,22.5375524 C18.4533333,22.5375524 18.2452493,22.7454545 18.2452493,23.0019231 C18.2452493,23.0683217 18.2596325,23.1312587 18.2849344,23.1883217 L18.2844094,23.1887413 L20.5129659,27.888986 C20.5129659,27.888986 20.5701837,28.0326923 20.5701837,28.1125175 C20.5701837,28.1924476 20.5479265,28.2665035 20.5126509,28.331958 L20.5129659,28.3358392 L18.2849344,33.0366084 C18.2596325,33.093986 18.2452493,33.1565035 18.2452493,33.223007 C18.2452493,33.4794755 18.4532283,33.6872727 18.7101312,33.6872727 L21.080315,33.6876923 C21.4873491,33.6876923 21.7864567,33.4101399 21.9585302,33.0622028 L21.95979,33.0611538 L24.1687139,28.2960839 L24.1687139,28.2955594 C24.1930709,28.2395455 24.2062992,28.1775524 24.2062992,28.1124126 L24.2062992,28.1124126 Z' id='Shape' fill='%23F05000'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-payone-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ePayone-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-130.000000, -1289.000000)'%3e%3cg id='Payone-dark' transform='translate(130.000000, 1289.000000)'%3e%3crect id='Rectangle' fill='%2300324F' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M14.8953116,33.5803125 C14.8953116,33.9310875 15.1982196,34.2179625 15.5683086,34.2179625 L18.3345994,34.2179625 C18.7046884,34.2179625 19.0073591,33.9310875 19.0073591,33.5803125 L19.0073591,30.9581625 C19.0073591,30.6073875 18.7046884,30.3202875 18.3345994,30.3202875 L15.5683086,30.3202875 C15.1982196,30.3202875 14.8953116,30.6073875 14.8953116,30.9581625 L14.8953116,33.5803125' id='Fill-1' fill='%23FFF'/%3e%3cpath d='M10.1097923,33.5911125 C10.1097923,33.9421125 10.4124629,34.2289875 10.7825519,34.2289875 L13.5486053,34.2289875 C13.9186944,34.2289875 14.221365,33.9421125 14.221365,33.5911125 L14.221365,30.9691875 C14.221365,30.6184125 13.9186944,30.3313125 13.5486053,30.3313125 L10.7825519,30.3313125 C10.4124629,30.3313125 10.1097923,30.6184125 10.1097923,30.9691875 L10.1097923,33.5911125' id='Fill-2' fill='%23FFF'/%3e%3cpath d='M14.8953116,29.0440875 C14.8953116,29.3950875 15.1982196,29.6819625 15.5683086,29.6819625 L18.3345994,29.6819625 C18.7046884,29.6819625 19.0073591,29.3950875 19.0073591,29.0440875 L19.0073591,26.4221625 C19.0073591,26.0713875 18.7046884,25.7845125 18.3345994,25.7845125 L15.5683086,25.7845125 C15.1982196,25.7845125 14.8953116,26.0713875 14.8953116,26.4221625 L14.8953116,29.0440875' id='Fill-3' fill='%232CADD8'/%3e%3cpath d='M10.1097923,29.0440875 C10.1097923,29.3950875 10.4124629,29.6819625 10.7825519,29.6819625 L13.5486053,29.6819625 C13.9186944,29.6819625 14.221365,29.3950875 14.221365,29.0440875 L14.221365,26.4221625 C14.221365,26.0713875 13.9186944,25.7845125 13.5486053,25.7845125 L10.7825519,25.7845125 C10.4124629,25.7845125 10.1097923,26.0713875 10.1097923,26.4221625 L10.1097923,29.0440875' id='Fill-4' fill='%23FFF'/%3e%3cpath d='M25.5550148,27.1711875 L27.9236795,27.1711875 C29.6397626,27.1711875 29.7814837,27.6450375 29.7814837,28.1724375 C29.7814837,28.7493375 29.571632,29.3392875 28.0164985,29.3392875 L25.5550148,29.3392875 L25.5550148,27.1711875 L25.5550148,27.1711875 Z M27.9469436,25.7833875 L23.8346588,25.7833875 L23.8346588,34.2168375 L25.5550148,34.2168375 L25.5550148,30.7273125 L28.3186944,30.7273125 C30.385638,30.7273125 31.5713947,29.7958125 31.5713947,28.1724375 C31.5713947,26.4979875 30.4872404,25.7833875 27.9469436,25.7833875 L27.9469436,25.7833875 Z' id='Fill-6' fill='%23FFF'/%3e%3cpath d='M39.6710979,30.7592625 L36.304451,30.7592625 L37.9922849,27.5406375 L39.6710979,30.7592625 L39.6710979,30.7592625 Z M37.1279525,25.7833875 L32.5565579,34.2168375 L34.4820178,34.2168375 L35.5618991,32.1472875 L40.3896736,32.1472875 L41.4695549,34.2168375 L43.4306231,34.2168375 L38.8578042,25.7833875 L37.1279525,25.7833875 L37.1279525,25.7833875 Z' id='Fill-7' fill='%23FFF'/%3e%3cpolyline id='Fill-8' fill='%23FFF' points='52.1722255 25.7833875 49.2663501 29.3190375 46.3588131 25.7833875 44.1385163 25.7833875 48.4053412 30.7468875 48.4053412 34.2168375 50.1252226 34.2168375 50.1252226 30.7468875 54.392997 25.7833875 52.1722255 25.7833875'/%3e%3cpath d='M60.9470623,33.0380625 C59.0439169,33.0380625 57.7653412,31.8172125 57.7653412,30.0001125 C57.7653412,28.1827875 59.0439169,26.9619375 60.9470623,26.9619375 C62.8506825,26.9619375 64.1292582,28.1827875 64.1292582,30.0001125 C64.1292582,31.8172125 62.8506825,33.0380625 60.9470623,33.0380625 L60.9470623,33.0380625 Z M60.9470623,25.5739125 C57.2779822,25.5739125 55.975905,27.9582375 55.975905,30.0001125 C55.975905,32.0417625 57.2779822,34.4260875 60.9470623,34.4260875 C64.6168546,34.4260875 65.9196439,32.0417625 65.9196439,30.0001125 C65.9196439,27.9582375 64.6168546,25.5739125 60.9470623,25.5739125 L60.9470623,25.5739125 Z' id='Fill-9' fill='%232CADD8'/%3e%3cpolyline id='Fill-10' fill='%232CADD8' points='76.8312166 32.0836125 72.0611276 25.7833875 70.0243323 25.7833875 70.0243323 34.2168375 71.7446884 34.2168375 71.7446884 27.9163875 76.5147774 34.2168375 78.5513353 34.2168375 78.5513353 25.7833875 76.8312166 25.7833875 76.8312166 32.0836125'/%3e%3cpolyline id='Fill-11' fill='%232CADD8' points='89.8902077 27.1711875 89.8902077 25.7833875 83.0280119 25.7833875 83.0280119 34.2168375 89.8795252 34.2168375 89.8795252 32.8285875 84.7488427 32.8285875 84.7488427 30.5839875 89.4875964 30.5839875 89.4875964 29.1961875 84.7488427 29.1961875 84.7488427 27.1711875 89.8902077 27.1711875'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-payone {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ePayone-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-131.000000, -1289.000000)'%3e%3cg id='Payone-light' transform='translate(131.000000, 1289.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M13.8953116,33.5803125 C13.8953116,33.9310875 14.1982196,34.2179625 14.5683086,34.2179625 L17.3345994,34.2179625 C17.7046884,34.2179625 18.0073591,33.9310875 18.0073591,33.5803125 L18.0073591,30.9581625 C18.0073591,30.6073875 17.7046884,30.3202875 17.3345994,30.3202875 L14.5683086,30.3202875 C14.1982196,30.3202875 13.8953116,30.6073875 13.8953116,30.9581625 L13.8953116,33.5803125' id='Fill-1' fill='%2300324F'/%3e%3cpath d='M9.10979228,33.5911125 C9.10979228,33.9421125 9.41246291,34.2289875 9.78255193,34.2289875 L12.5486053,34.2289875 C12.9186944,34.2289875 13.221365,33.9421125 13.221365,33.5911125 L13.221365,30.9691875 C13.221365,30.6184125 12.9186944,30.3313125 12.5486053,30.3313125 L9.78255193,30.3313125 C9.41246291,30.3313125 9.10979228,30.6184125 9.10979228,30.9691875 L9.10979228,33.5911125' id='Fill-2' fill='%2300324F'/%3e%3cpath d='M13.8953116,29.0440875 C13.8953116,29.3950875 14.1982196,29.6819625 14.5683086,29.6819625 L17.3345994,29.6819625 C17.7046884,29.6819625 18.0073591,29.3950875 18.0073591,29.0440875 L18.0073591,26.4221625 C18.0073591,26.0713875 17.7046884,25.7845125 17.3345994,25.7845125 L14.5683086,25.7845125 C14.1982196,25.7845125 13.8953116,26.0713875 13.8953116,26.4221625 L13.8953116,29.0440875' id='Fill-3' fill='%232CADD8'/%3e%3cpath d='M9.10979228,29.0440875 C9.10979228,29.3950875 9.41246291,29.6819625 9.78255193,29.6819625 L12.5486053,29.6819625 C12.9186944,29.6819625 13.221365,29.3950875 13.221365,29.0440875 L13.221365,26.4221625 C13.221365,26.0713875 12.9186944,25.7845125 12.5486053,25.7845125 L9.78255193,25.7845125 C9.41246291,25.7845125 9.10979228,26.0713875 9.10979228,26.4221625 L9.10979228,29.0440875' id='Fill-4' fill='%2300324F'/%3e%3cpath d='M24.5550148,27.1711875 L26.9236795,27.1711875 C28.6397626,27.1711875 28.7814837,27.6450375 28.7814837,28.1724375 C28.7814837,28.7493375 28.571632,29.3392875 27.0164985,29.3392875 L24.5550148,29.3392875 L24.5550148,27.1711875 L24.5550148,27.1711875 Z M26.9469436,25.7833875 L22.8346588,25.7833875 L22.8346588,34.2168375 L24.5550148,34.2168375 L24.5550148,30.7273125 L27.3186944,30.7273125 C29.385638,30.7273125 30.5713947,29.7958125 30.5713947,28.1724375 C30.5713947,26.4979875 29.4872404,25.7833875 26.9469436,25.7833875 L26.9469436,25.7833875 Z' id='Fill-6' fill='%2300324F'/%3e%3cpath d='M38.6710979,30.7592625 L35.304451,30.7592625 L36.9922849,27.5406375 L38.6710979,30.7592625 L38.6710979,30.7592625 Z M36.1279525,25.7833875 L31.5565579,34.2168375 L33.4820178,34.2168375 L34.5618991,32.1472875 L39.3896736,32.1472875 L40.4695549,34.2168375 L42.4306231,34.2168375 L37.8578042,25.7833875 L36.1279525,25.7833875 L36.1279525,25.7833875 Z' id='Fill-7' fill='%2300324F'/%3e%3cpolyline id='Fill-8' fill='%2300324F' points='51.1722255 25.7833875 48.2663501 29.3190375 45.3588131 25.7833875 43.1385163 25.7833875 47.4053412 30.7468875 47.4053412 34.2168375 49.1252226 34.2168375 49.1252226 30.7468875 53.392997 25.7833875 51.1722255 25.7833875'/%3e%3cpath d='M59.9470623,33.0380625 C58.0439169,33.0380625 56.7653412,31.8172125 56.7653412,30.0001125 C56.7653412,28.1827875 58.0439169,26.9619375 59.9470623,26.9619375 C61.8506825,26.9619375 63.1292582,28.1827875 63.1292582,30.0001125 C63.1292582,31.8172125 61.8506825,33.0380625 59.9470623,33.0380625 L59.9470623,33.0380625 Z M59.9470623,25.5739125 C56.2779822,25.5739125 54.975905,27.9582375 54.975905,30.0001125 C54.975905,32.0417625 56.2779822,34.4260875 59.9470623,34.4260875 C63.6168546,34.4260875 64.9196439,32.0417625 64.9196439,30.0001125 C64.9196439,27.9582375 63.6168546,25.5739125 59.9470623,25.5739125 L59.9470623,25.5739125 Z' id='Fill-9' fill='%232CADD8'/%3e%3cpolyline id='Fill-10' fill='%232CADD8' points='75.8312166 32.0836125 71.0611276 25.7833875 69.0243323 25.7833875 69.0243323 34.2168375 70.7446884 34.2168375 70.7446884 27.9163875 75.5147774 34.2168375 77.5513353 34.2168375 77.5513353 25.7833875 75.8312166 25.7833875 75.8312166 32.0836125'/%3e%3cpolyline id='Fill-11' fill='%232CADD8' points='88.8902077 27.1711875 88.8902077 25.7833875 82.0280119 25.7833875 82.0280119 34.2168375 88.8795252 34.2168375 88.8795252 32.8285875 83.7488427 32.8285875 83.7488427 30.5839875 88.4875964 30.5839875 88.4875964 29.1961875 83.7488427 29.1961875 83.7488427 27.1711875 88.8902077 27.1711875'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-payoneer-dark {
	background-image: url([object Module]);
}
.payment-payoneer {
	background-image: url([object Module]);
}
.payment-paypal-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ePaypal-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-770.000000, -489.000000)'%3e%3cg id='Paypal-dark' transform='translate(820.000000, 519.000000) scale(1, -1) translate(-820.000000, -519.000000) translate(770.000000, 489.000000)'%3e%3crect id='Rectangle' fill='%2300457C' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M78.4262145,38.0066182 L76.4094495,25.1748485 C76.370166,24.9264753 76.5621484,24.7015455 76.8136896,24.7015455 L78.842493,24.7015455 C79.1783037,24.7015455 79.4646932,24.946117 79.5166488,25.2781261 L81.5055351,37.8792636 C81.5448186,38.1276368 81.3528363,38.3525666 81.1006614,38.3525666 L78.8310881,38.3525666 C78.6289681,38.3525666 78.4572611,38.2062038 78.4262145,38.0066182' id='Shape' fill='%23FFF'/%3e%3cpath d='M53.1349179,33.8068304 L50.7696702,33.8068304 C50.5434732,33.8068304 50.3318491,33.6946823 50.2051281,33.5071352 L46.942062,28.7018744 L45.5595358,33.3195881 C45.4727319,33.608512 45.2066177,33.8068304 44.9050217,33.8068304 L42.5803248,33.8068304 C42.2996377,33.8068304 42.1019529,33.5305786 42.1925585,33.2650981 L44.7966753,25.6200194 L42.3471581,22.1637038 C42.1551758,21.8925208 42.3490589,21.5174266 42.6817016,21.5174266 L45.0444148,21.5174266 C45.2680774,21.5174266 45.4778007,21.6270403 45.6057889,21.8107857 L53.4713622,33.1637213 C53.6595429,33.4355378 53.4656598,33.8068304 53.1349179,33.8068304' id='Shape' fill='%23FFF'/%3e%3cpath d='M72.3731318,29.2265628 C72.1456676,27.8820528 71.0786767,26.9791656 69.7170594,26.9791656 C69.0346668,26.9791656 68.4878656,27.1990266 68.1368484,27.6146715 C67.7883656,28.0265148 67.657843,28.6138667 67.7680902,29.2671135 C67.9797143,30.6002185 69.0644462,31.531618 70.4051545,31.531618 C71.0736079,31.531618 71.6159738,31.3098562 71.9739607,30.8904097 C72.3344819,30.4677951 72.4764095,29.8772752 72.3731318,29.2265628 M75.6526717,33.8068938 L73.2994624,33.8068938 C73.097976,33.8068938 72.9262691,33.660531 72.8945888,33.4609454 L72.7913112,32.8032634 L72.6265739,33.0414989 C72.1171554,33.780916 70.9811015,34.0286555 69.8469485,34.0286555 C67.2472669,34.0286555 65.0264811,32.0581438 64.5943625,29.2949921 C64.3694327,27.9162675 64.6887696,26.5990026 65.4706383,25.6796416 C66.1885128,24.8350461 67.2130522,24.4833953 68.4340092,24.4833953 C70.5299747,24.4833953 71.6920064,25.8291724 71.6920064,25.8291724 L71.586828,25.175292 C71.5475444,24.9269188 71.7395268,24.701989 71.9917016,24.701989 L74.1104769,24.701989 C74.4469212,24.701989 74.7326771,24.945927 74.7852663,25.277936 L76.0575453,33.3335908 C76.0968288,33.581964 75.9042129,33.8068938 75.6526717,33.8068938' id='Shape' fill='%23FFF'/%3e%3cpath d='M37.3222264,29.2265628 C37.0947622,27.8820528 36.0277713,26.9791656 34.666154,26.9791656 C33.9837613,26.9791656 33.4369601,27.1990266 33.0859429,27.6146715 C32.7380938,28.0265148 32.6069375,28.6138667 32.7171848,29.2671135 C32.9288089,30.6002185 34.0135408,31.531618 35.3542491,31.531618 C36.0227024,31.531618 36.5650684,31.3098562 36.9230552,30.8904097 C37.2835765,30.4677951 37.425504,29.8772752 37.3222264,29.2265628 M40.6017662,33.8068938 L38.248557,33.8068938 C38.0470706,33.8068938 37.8753636,33.660531 37.8436834,33.4609454 L37.7404057,32.8032634 L37.576302,33.0414989 C37.06625,33.780916 35.9301961,34.0286555 34.796043,34.0286555 C32.1963614,34.0286555 29.9755757,32.0581438 29.543457,29.2949921 C29.3185272,27.9162675 29.6378642,26.5990026 30.4197328,25.6796416 C31.1376074,24.8350461 32.1621468,24.4833953 33.3831037,24.4833953 C35.4790693,24.4833953 36.641101,25.8291724 36.641101,25.8291724 L36.5359225,25.175292 C36.496639,24.9269188 36.6886213,24.701989 36.9407962,24.701989 L39.0595715,24.701989 C39.3960158,24.701989 39.6817717,24.945927 39.7343609,25.277936 L41.0066399,33.3335908 C41.0459234,33.581964 40.8533074,33.8068938 40.6017662,33.8068938' id='Shape' fill='%23FFF'/%3e%3cpath d='M26.4804201,33.7503762 C26.2117715,31.9864197 24.8647271,31.9864197 23.5614015,31.9864197 L22.8200836,31.9864197 L23.3402734,35.2798988 C23.37132,35.4788508 23.543027,35.6252136 23.7445134,35.6252136 L24.0847593,35.6252136 C24.9718064,35.6252136 25.8094323,35.6252136 26.241551,35.1202304 C26.5000618,34.8180007 26.5779952,34.3694084 26.4804201,33.7503762 M25.9133435,38.3528834 L20.9991027,38.3528834 C20.6626584,38.3528834 20.3769025,38.1083118 20.3243133,37.7763028 L18.3373278,25.1751653 C18.2980443,24.9267921 18.4900266,24.7018623 18.7415678,24.7018623 L21.088441,24.7018623 C21.4242516,24.7018623 21.7100075,24.9464338 21.7625968,25.2778093 L22.2992602,28.6777341 C22.3512159,29.0097431 22.6376053,29.2543147 22.973416,29.2543147 L24.5282829,29.2543147 C27.7653711,29.2543147 29.6338725,30.8205864 30.1217484,33.9258848 C30.3416093,35.2830669 30.1306188,36.3500578 29.495113,37.0970782 C28.7962466,37.9182303 27.5575487,38.3528834 25.9133435,38.3528834' id='Shape' fill='%23FFF'/%3e%3cpath d='M61.5312621,33.7503762 C61.2626136,31.9864197 59.9155692,31.9864197 58.6122436,31.9864197 L57.8709257,31.9864197 L58.3911154,35.2798988 C58.4221621,35.4788508 58.5938691,35.6252136 58.7953555,35.6252136 L59.1356014,35.6252136 C60.0226485,35.6252136 60.8602744,35.6252136 61.292393,35.1202304 C61.5509039,34.8180007 61.6288373,34.3694084 61.5312621,33.7503762 M60.9641856,38.3528834 L56.0499447,38.3528834 C55.7135004,38.3528834 55.4277446,38.1083118 55.3751553,37.7763028 L53.3881699,25.1751653 C53.3488863,24.9267921 53.5415023,24.7018623 53.7924099,24.7018623 L56.314158,24.7018623 C56.5492255,24.7018623 56.7494447,24.8729356 56.7861938,25.1048351 L57.3501023,28.6777341 C57.4020579,29.0097431 57.6884474,29.2543147 58.0242581,29.2543147 L59.5791249,29.2543147 C62.8162132,29.2543147 64.6847146,30.8205864 65.1725905,33.9258848 C65.3924514,35.2830669 65.1814609,36.3500578 64.545955,37.0970782 C63.8470887,37.9182303 62.6083908,38.3528834 60.9641856,38.3528834' id='Shape' fill='%23FFF'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-paypal {
	background-image: url("data:image/svg+xml,%3csvg width='101' height='61' viewBox='0 0 101 61' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ePaypal-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-770.000000, -488.000000)'%3e%3cg id='Paypal-light' transform='translate(820.500000, 518.500000) scale(1, -1) translate(-820.500000, -518.500000) translate(770.000000, 488.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='.188' y='.153' width='100' height='60' rx='4'/%3e%3cpath d='M61.5312621,33.7503762 C61.2626136,31.9864197 59.9155692,31.9864197 58.6122436,31.9864197 L57.8709257,31.9864197 L58.3911154,35.2798988 C58.4221621,35.4788508 58.5938691,35.6252136 58.7953555,35.6252136 L59.1356014,35.6252136 C60.0226485,35.6252136 60.8602744,35.6252136 61.292393,35.1202304 C61.5509039,34.8180007 61.6288373,34.3694084 61.5312621,33.7503762 M60.9641856,38.3528834 L56.0499447,38.3528834 C55.7135004,38.3528834 55.4277446,38.1083118 55.3751553,37.7763028 L53.3881699,25.1751653 C53.3488863,24.9267921 53.5415023,24.7018623 53.7924099,24.7018623 L56.314158,24.7018623 C56.5492255,24.7018623 56.7494447,24.8729356 56.7861938,25.1048351 L57.3501023,28.6777341 C57.4020579,29.0097431 57.6884474,29.2543147 58.0242581,29.2543147 L59.5791249,29.2543147 C62.8162132,29.2543147 64.6847146,30.8205864 65.1725905,33.9258848 C65.3924514,35.2830669 65.1814609,36.3500578 64.545955,37.0970782 C63.8470887,37.9182303 62.6083908,38.3528834 60.9641856,38.3528834' id='Shape' fill='%230079C1'/%3e%3cpath d='M26.4804201,33.7503762 C26.2117715,31.9864197 24.8647271,31.9864197 23.5614015,31.9864197 L22.8200836,31.9864197 L23.3402734,35.2798988 C23.37132,35.4788508 23.543027,35.6252136 23.7445134,35.6252136 L24.0847593,35.6252136 C24.9718064,35.6252136 25.8094323,35.6252136 26.241551,35.1202304 C26.5000618,34.8180007 26.5779952,34.3694084 26.4804201,33.7503762 M25.9133435,38.3528834 L20.9991027,38.3528834 C20.6626584,38.3528834 20.3769025,38.1083118 20.3243133,37.7763028 L18.3373278,25.1751653 C18.2980443,24.9267921 18.4900266,24.7018623 18.7415678,24.7018623 L21.088441,24.7018623 C21.4242516,24.7018623 21.7100075,24.9464338 21.7625968,25.2778093 L22.2992602,28.6777341 C22.3512159,29.0097431 22.6376053,29.2543147 22.973416,29.2543147 L24.5282829,29.2543147 C27.7653711,29.2543147 29.6338725,30.8205864 30.1217484,33.9258848 C30.3416093,35.2830669 30.1306188,36.3500578 29.495113,37.0970782 C28.7962466,37.9182303 27.5575487,38.3528834 25.9133435,38.3528834' id='Shape' fill='%2300457C'/%3e%3cpath d='M37.3222264,29.2265628 C37.0947622,27.8820528 36.0277713,26.9791656 34.666154,26.9791656 C33.9837613,26.9791656 33.4369601,27.1990266 33.0859429,27.6146715 C32.7380938,28.0265148 32.6069375,28.6138667 32.7171848,29.2671135 C32.9288089,30.6002185 34.0135408,31.531618 35.3542491,31.531618 C36.0227024,31.531618 36.5650684,31.3098562 36.9230552,30.8904097 C37.2835765,30.4677951 37.425504,29.8772752 37.3222264,29.2265628 M40.6017662,33.8068938 L38.248557,33.8068938 C38.0470706,33.8068938 37.8753636,33.660531 37.8436834,33.4609454 L37.7404057,32.8032634 L37.576302,33.0414989 C37.06625,33.780916 35.9301961,34.0286555 34.796043,34.0286555 C32.1963614,34.0286555 29.9755757,32.0581438 29.543457,29.2949921 C29.3185272,27.9162675 29.6378642,26.5990026 30.4197328,25.6796416 C31.1376074,24.8350461 32.1621468,24.4833953 33.3831037,24.4833953 C35.4790693,24.4833953 36.641101,25.8291724 36.641101,25.8291724 L36.5359225,25.175292 C36.496639,24.9269188 36.6886213,24.701989 36.9407962,24.701989 L39.0595715,24.701989 C39.3960158,24.701989 39.6817717,24.945927 39.7343609,25.277936 L41.0066399,33.3335908 C41.0459234,33.581964 40.8533074,33.8068938 40.6017662,33.8068938' id='Shape' fill='%2300457C'/%3e%3cpath d='M72.3731318,29.2265628 C72.1456676,27.8820528 71.0786767,26.9791656 69.7170594,26.9791656 C69.0346668,26.9791656 68.4878656,27.1990266 68.1368484,27.6146715 C67.7883656,28.0265148 67.657843,28.6138667 67.7680902,29.2671135 C67.9797143,30.6002185 69.0644462,31.531618 70.4051545,31.531618 C71.0736079,31.531618 71.6159738,31.3098562 71.9739607,30.8904097 C72.3344819,30.4677951 72.4764095,29.8772752 72.3731318,29.2265628 M75.6526717,33.8068938 L73.2994624,33.8068938 C73.097976,33.8068938 72.9262691,33.660531 72.8945888,33.4609454 L72.7913112,32.8032634 L72.6265739,33.0414989 C72.1171554,33.780916 70.9811015,34.0286555 69.8469485,34.0286555 C67.2472669,34.0286555 65.0264811,32.0581438 64.5943625,29.2949921 C64.3694327,27.9162675 64.6887696,26.5990026 65.4706383,25.6796416 C66.1885128,24.8350461 67.2130522,24.4833953 68.4340092,24.4833953 C70.5299747,24.4833953 71.6920064,25.8291724 71.6920064,25.8291724 L71.586828,25.175292 C71.5475444,24.9269188 71.7395268,24.701989 71.9917016,24.701989 L74.1104769,24.701989 C74.4469212,24.701989 74.7326771,24.945927 74.7852663,25.277936 L76.0575453,33.3335908 C76.0968288,33.581964 75.9042129,33.8068938 75.6526717,33.8068938' id='Shape' fill='%230079C1'/%3e%3cpath d='M53.1349179,33.8068304 L50.7696702,33.8068304 C50.5434732,33.8068304 50.3318491,33.6946823 50.2051281,33.5071352 L46.942062,28.7018744 L45.5595358,33.3195881 C45.4727319,33.608512 45.2066177,33.8068304 44.9050217,33.8068304 L42.5803248,33.8068304 C42.2996377,33.8068304 42.1019529,33.5305786 42.1925585,33.2650981 L44.7966753,25.6200194 L42.3471581,22.1637038 C42.1551758,21.8925208 42.3490589,21.5174266 42.6817016,21.5174266 L45.0444148,21.5174266 C45.2680774,21.5174266 45.4778007,21.6270403 45.6057889,21.8107857 L53.4713622,33.1637213 C53.6595429,33.4355378 53.4656598,33.8068304 53.1349179,33.8068304' id='Shape' fill='%2300457C'/%3e%3cpath d='M78.4262145,38.0066182 L76.4094495,25.1748485 C76.370166,24.9264753 76.5621484,24.7015455 76.8136896,24.7015455 L78.842493,24.7015455 C79.1783037,24.7015455 79.4646932,24.946117 79.5166488,25.2781261 L81.5055351,37.8792636 C81.5448186,38.1276368 81.3528363,38.3525666 81.1006614,38.3525666 L78.8310881,38.3525666 C78.6289681,38.3525666 78.4572611,38.2062038 78.4262145,38.0066182' id='Shape' fill='%230079C1'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-paysafecard-dark {
	background-image: url([object Module]);
}
.payment-paysafecard {
	background-image: url([object Module]);
}
.payment-payu-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ePayU-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-450.000000, -1289.000000)'%3e%3cg id='PayU-dark' transform='translate(450.000000, 1289.000000)'%3e%3crect id='Rectangle' fill='%2395BF3E' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M72.7713548,25.8312095 C72.3666427,25.8309941 72.0386084,25.5029597 72.0388238,25.0982477 L72.0399007,21.8599048 L71.7698055,21.8599048 C70.0945258,21.8599048 69.4714113,22.1364617 69.4714113,23.6624782 L69.4714113,27.2333785 C69.4711959,27.2409171 69.4703344,27.2484556 69.4703344,27.2559942 L69.4703344,28.0387103 C69.4699036,28.0658491 69.4681805,28.0910494 69.4681805,28.1190497 L69.4681805,33.108273 C69.4681805,33.7178181 69.3507946,34.2030849 69.1082689,34.5800121 C68.6516486,35.2836813 67.7472387,35.6037463 66.3002692,35.6056848 C64.8539458,35.6037463 63.9497514,35.2838967 63.4929157,34.5808736 C63.2501746,34.2037311 63.1325733,33.7182489 63.1325733,33.108273 L63.1325733,28.1190497 C63.1325733,28.0910494 63.1308502,28.0658491 63.1304194,28.0387103 L63.1304194,27.2559942 C63.1304194,27.2484556 63.1293425,27.2409171 63.1291271,27.2333785 L63.1291271,23.6624782 C63.1291271,22.1364617 62.506228,21.8599048 60.8309483,21.8599048 L60.3034657,21.8599048 C58.6279706,21.8599048 58.0050715,22.1364617 58.0050715,23.6624782 L58.0050715,33.108273 C58.0050715,34.627828 58.3477521,35.9145497 59.0098516,36.9514224 C60.288604,38.9611981 62.7657693,40.0316713 66.287346,40.0316713 C66.2918691,40.0316713 66.2959615,40.0314559 66.3002692,40.0314559 C66.3047923,40.0314559 66.3088847,40.0316713 66.3134078,40.0316713 C69.8349845,40.0316713 72.3119344,38.9611981 73.5909022,36.9514224 C74.2530017,35.9145497 74.5956823,34.627828 74.5956823,33.108273 L74.5956823,25.8318556 L72.7713548,25.8312095' id='Fill-1' fill='%23FFF'/%3e%3cpath d='M80.5164542,20.6132451 L77.761009,20.6121682 C77.4603288,20.6121682 77.2167261,20.3683502 77.2169415,20.0678854 L77.2178031,17.2781936 C77.2180184,16.9775134 77.4616211,16.7339107 77.7623013,16.7341261 L80.5179619,16.7349877 C80.8184267,16.7352031 81.0620294,16.9788057 81.061814,17.2794859 L81.0609525,20.0691777 C81.0607371,20.3696425 80.8171344,20.6132451 80.5164542,20.6132451' id='Fill-3' fill='%23FFF'/%3e%3cpath d='M76.8445375,16.7343415 L74.9730402,16.7336954 C74.7688534,16.7336954 74.6034362,16.5680628 74.6034362,16.363876 L74.6040824,14.4691169 C74.6042978,14.2651455 74.769715,14.0997283 74.9739018,14.0997283 L76.845399,14.1003745 C77.0495858,14.1003745 77.215003,14.266007 77.215003,14.4701939 L77.2143569,16.3649529 C77.2141415,16.5689243 77.0487243,16.7343415 76.8445375,16.7343415' id='Fill-4' fill='%23FFF'/%3e%3cpath d='M29.4647925,27.6070749 C29.4647925,29.8486069 28.8925094,31.0631739 25.8732151,31.0631739 L21.2255954,31.0631739 L21.2255954,25.2783112 C21.2255954,24.4762101 21.5239064,24.1778992 22.3260074,24.1778992 L25.8732151,24.1778992 C28.1479167,24.1778992 29.4647925,24.7389822 29.4647925,27.6070749 L29.4647925,27.6070749 Z M25.8732151,21.856674 L21.8655101,21.856674 C19.7239176,21.856674 18.7688919,22.8116998 18.7688919,24.9532922 L18.7688919,38.7091954 C18.7688919,39.5364967 19.034464,39.8020688 19.8617653,39.8020688 L20.132722,39.8020688 C20.9600233,39.8020688 21.2255954,39.5364967 21.2255954,38.7091954 L21.2255954,33.3574758 L25.8732151,33.3574758 C29.9995983,33.3574758 31.9214961,31.5301328 31.9214961,27.6070749 C31.9214961,23.6838015 29.9995983,21.856674 25.8732151,21.856674 L25.8732151,21.856674 Z' id='Fill-5' fill='%23FFF'/%3e%3cpath d='M40.5662669,33.6193863 L40.5662669,35.5050991 C40.5662669,37.0423157 39.996353,37.9322946 37.0830291,37.9322946 C35.1583312,37.9322946 34.2226903,37.2357332 34.2226903,35.8029792 C34.2226903,34.231516 35.1613467,33.6193863 37.5704497,33.6193863 L40.5662669,33.6193863 L40.5662669,33.6193863 Z M37.0830291,25.8012707 C35.4947657,25.8012707 34.4994626,26.0005036 34.1218892,26.075889 C33.4535435,26.2212752 33.1739713,26.4047849 33.1739713,27.1648855 L33.1739713,27.3815647 C33.1739713,27.6794449 33.2181256,27.8857856 33.3126804,28.0309564 C33.4227432,28.2000352 33.600222,28.2857592 33.8401631,28.2857592 C33.9571182,28.2857592 34.092812,28.266159 34.2545676,28.2256662 C34.6364487,28.1302498 35.8566157,27.9329553 37.1913687,27.9329553 C39.5886255,27.9329553 40.5662669,28.5969933 40.5662669,30.2248879 L40.5662669,31.6772421 L37.543311,31.6772421 C33.6570842,31.6772421 31.8471876,32.9880871 31.8471876,35.8029792 C31.8471876,38.5332242 33.7163156,40.0368405 37.1101678,40.0368405 C41.1432885,40.0368405 42.9417696,38.6643949 42.9417696,35.5862999 L42.9417696,30.2248879 C42.9417696,27.2482402 41.0252565,25.8012707 37.0830291,25.8012707 L37.0830291,25.8012707 Z' id='Fill-6' fill='%23FFF'/%3e%3cpath d='M56.2339446,26.4424776 C56.0629273,26.2273061 55.7389854,26.1975827 55.4146126,26.1975827 L55.1707946,26.1975827 C54.362232,26.1975827 54.044967,26.4472161 53.8659804,27.2232553 L51.6186329,36.5645875 C51.3379838,37.7125999 50.9442564,37.9226022 50.2696645,37.9226022 C49.4438709,37.9226022 49.1132519,37.7255232 48.7839253,36.5602797 L46.2386976,27.2187322 C46.0280492,26.4362314 45.7172458,26.1975827 44.9082524,26.1975827 L44.6915732,26.1975827 C44.3648312,26.1975827 44.0398122,26.2277368 43.8728874,26.4454931 C43.7057471,26.66368 43.7621785,26.9891297 43.8483332,27.3089793 L46.4206996,36.731297 C46.9031664,38.5345165 47.4769572,40.0271481 49.619842,40.0271481 C50.020031,40.0271481 50.3898504,39.9715783 50.6976383,39.8677618 C50.0478159,41.9119994 49.3863626,42.8138245 47.4364645,43.013919 C47.0407987,43.0468732 46.7836266,43.10352 46.6401789,43.2956451 C46.4915619,43.4948781 46.5253777,43.7800504 46.5785783,44.0352839 L46.6322096,44.2767327 C46.7487339,44.8354465 46.9468899,45.1817887 47.5740968,45.1817887 C47.6400052,45.1817887 47.7108675,45.1783425 47.7868991,45.1716655 C50.6984999,44.9812634 52.2585476,43.4136772 53.1715729,39.7613606 L56.2862836,27.3023023 C56.3601613,26.9826681 56.4047464,26.6572184 56.2339446,26.4424776' id='Fill-7' fill='%23FFF'/%3e%3cpath d='M76.4831182,20.1773259 L72.7730779,20.1760336 C72.3683658,20.1758182 72.0403315,20.5038525 72.0401161,20.9083492 L72.0399007,21.4261394 L72.2972881,21.4261394 C73.9727832,21.4261394 74.5956823,21.7026963 74.5956823,23.2287128 L74.5956823,25.3980902 L76.4813951,25.3987364 C76.8861071,25.3989518 77.2141415,25.0709175 77.2143569,24.6662054 L77.2156492,20.9102877 C77.2158646,20.5055756 76.8878302,20.1773259 76.4831182,20.1773259' id='Fill-9' fill='%23FFF'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-payu {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ePayU-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-450.000000, -1289.000000)'%3e%3cg id='PayU-light' transform='translate(450.000000, 1289.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M72.8415357,25.8183613 C72.4355763,25.8181453 72.106531,25.4891 72.106747,25.0831406 L72.1078273,21.8348172 L71.8368996,21.8348172 C70.1564567,21.8348172 69.5314218,22.1122264 69.5314218,23.6429461 L69.5314218,27.2248518 C69.5312058,27.2324136 69.5303416,27.2399754 69.5303416,27.2475372 L69.5303416,28.0326657 C69.5299095,28.0598881 69.5281811,28.085166 69.5281811,28.1132526 L69.5281811,33.1178527 C69.5281811,33.7292764 69.4104334,34.2160388 69.1671602,34.5941276 C68.7091326,35.2999655 67.8019354,35.6210169 66.3505063,35.6229614 C64.8997254,35.6210169 63.9927442,35.3001815 63.5345006,34.5949918 C63.2910113,34.2166869 63.1730476,33.7297085 63.1730476,33.1178527 L63.1730476,28.1132526 C63.1730476,28.085166 63.1713192,28.0598881 63.1708871,28.0326657 L63.1708871,27.2475372 C63.1708871,27.2399754 63.1698069,27.2324136 63.1695908,27.2248518 L63.1695908,23.6429461 C63.1695908,22.1122264 62.544772,21.8348172 60.8643291,21.8348172 L60.3352207,21.8348172 C58.6545618,21.8348172 58.029743,22.1122264 58.029743,23.6429461 L58.029743,33.1178527 C58.029743,34.6420909 58.3734797,35.9327782 59.0376198,36.9728466 C60.3203132,38.9888163 62.8051132,40.0625887 66.3375433,40.0625887 C66.3420803,40.0625887 66.3461853,40.0623726 66.3505063,40.0623726 C66.3550434,40.0623726 66.3591483,40.0625887 66.3636854,40.0625887 C69.8961155,40.0625887 72.3806994,38.9888163 73.6636089,36.9728466 C74.3277489,35.9327782 74.6714857,34.6420909 74.6714857,33.1178527 L74.6714857,25.8190095 L72.8415357,25.8183613' id='Fill-1' fill='%2395BF3E'/%3e%3cpath d='M80.6105054,20.5843153 L77.8465679,20.5832351 C77.544961,20.5832351 77.3006076,20.3386656 77.3008236,20.0372748 L77.3016878,17.2389852 C77.3019039,16.9373783 77.5462573,16.6930249 77.8478642,16.693241 L80.6120177,16.6941052 C80.9134085,16.6943212 81.157762,16.9386746 81.1575459,17.2402815 L81.1566817,20.0385711 C81.1564657,20.3399619 80.9121122,20.5843153 80.6105054,20.5843153' id='Fill-3' fill='%2395BF3E'/%3e%3cpath d='M76.9272718,16.693457 L75.0500067,16.6928089 C74.8451905,16.6928089 74.6792635,16.5266658 74.6792635,16.3218497 L74.6799117,14.421251 C74.6801277,14.216651 74.8460547,14.050724 75.0508709,14.050724 L76.928136,14.0513721 C77.1329522,14.0513721 77.2988791,14.2175152 77.2988791,14.4223313 L77.298231,16.3229299 C77.2980149,16.52753 77.132088,16.693457 76.9272718,16.693457' id='Fill-4' fill='%2395BF3E'/%3e%3cpath d='M29.4015034,27.5996999 C29.4015034,29.8481403 28.8274565,31.0664506 25.7988568,31.0664506 L21.1369133,31.0664506 L21.1369133,25.263759 C21.1369133,24.4591859 21.4361436,24.1599556 22.2407167,24.1599556 L25.7988568,24.1599556 C28.080569,24.1599556 29.4015034,24.7227679 29.4015034,27.5996999 L29.4015034,27.5996999 Z M25.7988568,21.8315764 L21.7788001,21.8315764 C19.6306073,21.8315764 18.6726382,22.7895456 18.6726382,24.9377384 L18.6726382,38.7360369 C18.6726382,39.565888 18.9390288,39.8322786 19.7688798,39.8322786 L20.0406717,39.8322786 C20.8705227,39.8322786 21.1369133,39.565888 21.1369133,38.7360369 L21.1369133,33.3678234 L25.7988568,33.3678234 C29.9379575,33.3678234 31.8657785,31.5348487 31.8657785,27.5996999 C31.8657785,23.6643351 29.9379575,21.8315764 25.7988568,21.8315764 L25.7988568,21.8315764 Z' id='Fill-5' fill='%2395BF3E'/%3e%3cpath d='M40.5371923,33.6305412 L40.5371923,35.5220657 C40.5371923,37.06402 39.9655219,37.9567418 37.0432192,37.9567418 C35.1125895,37.9567418 34.174065,37.2580336 34.174065,35.8208639 C34.174065,34.2445575 35.1156142,33.6305412 37.5321421,33.6305412 L40.5371923,33.6305412 L40.5371923,33.6305412 Z M37.0432192,25.7883303 C35.4500608,25.7883303 34.4516902,25.9881772 34.0729532,26.063795 C33.4025477,26.2096293 33.1221138,26.3937045 33.1221138,27.1561477 L33.1221138,27.3734948 C33.1221138,27.672293 33.1664042,27.8792696 33.2612504,28.0248879 C33.3716524,28.1944877 33.5496782,28.2804759 33.7903588,28.2804759 C33.9076744,28.2804759 34.0437863,28.2608153 34.2060405,28.2201978 C34.5890985,28.1244873 35.8130261,27.9265848 37.1518927,27.9265848 C39.5565378,27.9265848 40.5371923,28.5926693 40.5371923,30.225581 L40.5371923,31.6824114 L37.5049197,31.6824114 C33.6067156,31.6824114 31.791241,32.9972964 31.791241,35.8208639 C31.791241,38.5595235 33.6661296,40.0677739 37.0704416,40.0677739 C41.1159923,40.0677739 42.9200162,38.6910984 42.9200162,35.6035168 L42.9200162,30.225581 C42.9200162,27.2397594 40.9975965,25.7883303 37.0432192,25.7883303 L37.0432192,25.7883303 Z' id='Fill-6' fill='%2395BF3E'/%3e%3cpath d='M56.2531575,26.4315134 C56.0816132,26.2156787 55.7566728,26.1858637 55.4313003,26.1858637 L55.1867309,26.1858637 C54.3756763,26.1858637 54.0574335,26.4362665 53.8778953,27.2146975 L51.6236215,36.5848194 C51.3421074,37.73637 50.9471666,37.9470195 50.2704956,37.9470195 C49.4421569,37.9470195 49.110519,37.7493331 48.7801773,36.5804984 L46.2271054,27.2101604 C46.0158077,26.4252479 45.7040465,26.1858637 44.8925598,26.1858637 L44.6752127,26.1858637 C44.3474637,26.1858637 44.0214431,26.2161108 43.8540037,26.4345381 C43.6863483,26.6533976 43.7429536,26.9798503 43.8293739,27.3006857 L46.4096683,36.7520427 C46.893622,38.5608198 47.4691813,40.0580516 49.6186704,40.0580516 C50.0200927,40.0580516 50.3910519,40.0023105 50.6997884,39.898174 C50.0479633,41.9487119 49.3844714,42.8533165 47.4285637,43.0540277 C47.0316785,43.0870834 46.7737138,43.1439048 46.629824,43.3366221 C46.480749,43.536469 46.514669,43.8225202 46.5680335,44.0785404 L46.6218301,44.3207333 C46.7387136,44.881169 46.9374803,45.2285787 47.5666202,45.2285787 C47.6327317,45.2285787 47.7038124,45.2251219 47.7800783,45.2184243 C50.7006527,45.0274354 52.2655084,43.4550179 53.1813476,39.791445 L56.3056578,27.2939881 C56.3797632,26.9733688 56.4244857,26.646916 56.2531575,26.4315134' id='Fill-7' fill='%2395BF3E'/%3e%3cpath d='M76.5647386,20.1470526 L72.8432641,20.1457563 C72.4373047,20.1455402 72.1082594,20.4745856 72.1080433,20.8803289 L72.1078273,21.399715 L72.3660079,21.399715 C74.0466669,21.399715 74.6714857,21.6771242 74.6714857,23.2078439 L74.6714857,25.3839072 L76.5630102,25.3845554 C76.9689696,25.3847714 77.2980149,25.0557261 77.298231,24.6497667 L77.2995273,20.8822734 C77.2997433,20.476314 76.970698,20.1470526 76.5647386,20.1470526' id='Fill-9' fill='%2395BF3E'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-payza-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ePayza-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cdefs%3e%3crect id='path-1' x='0' y='0' width='100' height='60' rx='4'/%3e%3c/defs%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-770.000000, -1189.000000)'%3e%3cg id='Payza-dark' transform='translate(770.000000, 1189.000000)'%3e%3cg id='Rectangle'%3e%3cuse fill='%232D2E2C' fill-rule='evenodd' xlink:href='%23path-1'/%3e%3crect stroke='%23FFF' stroke-width='1' x='.5' y='.5' width='99' height='59' rx='4'/%3e%3c/g%3e%3cpath d='M22.0730653,23.5189744 C21.0327338,23.7138462 20.0581481,24.4330769 19.7719603,25.4766667 C19.5373378,26.3676923 19.5889032,27.3548718 19.9550174,28.2023077 C20.3520708,29.0907692 21.3472826,29.5048718 22.2690137,29.5869231 C23.8984796,29.7433333 25.6362329,29.4510256 26.998848,28.5074359 C27.7581481,27.9830769 28.3756435,27.0920513 28.2196583,26.1330769 C28.0701187,25.0664103 27.1548332,24.2946154 26.2008737,23.9061538 C24.9027154,23.384359 23.4447043,23.2753846 22.0730653,23.5189744 L22.0730653,23.5189744 Z M19.5515183,20.7253846 C21.7791426,19.9061538 24.2749069,19.8138462 26.5631205,20.4433333 C28.3459935,20.9523077 30.0515183,21.9651282 31.1008737,23.5189744 C31.9233415,24.7189744 32.2224207,26.2753846 31.8137651,27.6779487 C31.3857725,29.2176923 30.2294189,30.4638462 28.8822734,31.2830769 C26.5824575,32.6715385 23.7270248,33.0035897 21.1229732,32.4202564 C20.9218682,32.3830769 20.7194741,32.3535897 20.5157909,32.334359 C20.4539124,33.5471795 21.1100818,34.7408974 22.1465459,35.3728205 C22.6377062,35.7215385 23.2603581,35.7958974 23.7592531,36.129359 C23.2075036,36.285641 22.6325496,36.1894872 22.0782218,36.1048718 C20.1483876,35.7625641 18.4145017,34.6178205 17.2220524,33.0869231 C15.424999,30.8125641 14.7688295,27.7215385 15.3979272,24.9061538 C15.9651463,22.9266667 17.6474667,21.4241026 19.5515183,20.7253846 L19.5515183,20.7253846 Z' id='Fill-1' fill='%23419945'/%3e%3cpath d='M41.5518866,25.5869231 C41.5518866,26.9484615 41.5493084,28.3112821 41.5544649,29.6741026 C42.1152384,29.7074359 42.7430469,29.7458974 43.2174483,29.3894872 C43.75115,28.9984615 43.8813526,28.2920513 43.8916656,27.6741026 C43.8981113,27.0369231 43.8310763,26.3023077 43.3154225,25.8561538 C42.8242623,25.4548718 42.1423102,25.4869231 41.5518866,25.5869231 L41.5518866,25.5869231 Z M38.0235257,24.235641 C39.5640413,23.6241026 41.24894,23.4330769 42.897743,23.5292308 C43.9110027,23.6035897 44.9474667,23.8420513 45.7892715,24.4317949 C47.8634888,25.8510256 47.8428627,29.3741026 45.7699345,30.785641 C44.5491242,31.6241026 42.9970063,31.7933333 41.5505975,31.7062821 C41.5531758,33.1779487 41.5505975,34.6498718 41.5518866,36.1215385 L38.0222365,36.1215385 C38.0222365,32.1587179 38.0222365,28.1971795 38.0235257,24.235641 L38.0235257,24.235641 Z' id='Fill-3' fill='%23FFF'/%3e%3cpath d='M57.5616472,26.41 C58.8095294,26.4087179 60.0574115,26.4087179 61.3052936,26.41 C61.7100818,28.6984615 62.3017946,30.9588462 62.5480192,33.2728205 C62.6563065,32.1126923 62.9721445,30.9894872 63.2261039,29.8561538 C63.4942439,28.7074359 63.7585165,27.5574359 64.0253673,26.4087179 C65.1456251,26.41 66.265883,26.4074359 67.3861408,26.41 C65.8701187,30.9407692 64.3437835,35.4676923 62.8264723,39.9984615 C61.6198424,40.0010256 60.4132126,39.9997436 59.2078719,39.9984615 C59.7531758,38.7048718 60.2971905,37.4114103 60.8463618,36.1191026 C59.7570432,32.8805128 58.6548332,29.6471795 57.5616472,26.41' id='Fill-4' fill='%23FFF'/%3e%3cpath d='M68.2202108,26.4087179 C70.5226049,26.4125641 72.8237098,26.4010256 75.1261039,26.4151282 C74.2211316,28.7587179 73.3419419,31.1112821 72.4459935,33.4588462 C72.384115,33.6074359 72.3286822,33.7587179 72.2745386,33.9112821 C73.2336546,33.9061538 74.1914815,33.91 75.1505975,33.9087179 C75.1505975,34.6458974 75.1493084,35.3830769 75.1505975,36.1215385 L67.905662,36.1215385 C68.8866933,33.6215385 69.8651463,31.1215385 70.8448885,28.6215385 C69.9695662,28.6202564 69.095533,28.6215385 68.2214999,28.6215385 C68.2202108,27.884359 68.2202108,27.1458974 68.2202108,26.4087179' id='Fill-6' fill='%23FFF'/%3e%3cpath d='M51.4163434,32.3010256 C51.1701187,32.8689744 51.1842992,33.6394872 51.6561224,34.0907692 C52.1614631,34.5176923 52.8820892,34.4702564 53.4918498,34.3420513 C53.4931389,33.3317949 53.4918498,32.3202564 53.4918498,31.3087179 C52.736417,31.4189744 51.8121076,31.5574359 51.4163434,32.3010256 L51.4163434,32.3010256 Z M48.5944281,26.9497436 C50.1839308,26.3676923 51.9049253,26.0420513 53.598848,26.2484615 C54.538627,26.3625641 55.5093452,26.7382051 56.0804318,27.5241026 C56.6038203,28.2292308 56.7494925,29.1305128 56.7482034,29.9882051 C56.7469143,31.8625641 56.7482034,33.7382051 56.7469143,35.6125641 C55.4010579,36.2061538 53.9069511,36.3434615 52.4515183,36.3394872 C51.3222365,36.3125641 50.1246307,36.185641 49.1668038,35.5369231 C47.6842992,34.5433333 47.6224207,32.0446154 49.0907448,31.0074359 C50.3656988,30.0958974 51.9874299,29.9164103 53.5047411,29.7484615 C53.5524391,29.2279487 53.4106343,28.5869231 52.8202108,28.4510256 C51.643231,28.1638462 50.415975,28.5241026 49.3189216,28.9548718 C49.0791426,28.285641 48.823894,27.6228205 48.5944281,26.9497436 L48.5944281,26.9497436 Z' id='Fill-7' fill='%23FFF'/%3e%3cpath d='M79.7347596,32.1279487 C79.3673563,32.684359 79.3634888,33.5189744 79.8108185,34.034359 C80.3071353,34.5202564 81.0728811,34.4741026 81.704557,34.3446154 C81.7110027,33.3317949 81.7097135,32.3202564 81.704557,31.3074359 C81.0058461,31.4178205 80.1911132,31.5228205 79.7347596,32.1279487 L79.7347596,32.1279487 Z M76.804557,26.9523077 C78.4030837,26.3625641 80.1382586,26.0394872 81.8412052,26.2523077 C82.778406,26.3689744 83.7439677,26.7535897 84.3073194,27.5407692 C84.8203949,28.2433333 84.9583323,29.135641 84.9634888,29.984359 C84.964778,31.86 84.9634888,33.735641 84.9634888,35.6114103 C83.5815367,36.2189744 82.0448885,36.3537179 80.5494925,36.3369231 C79.4653305,36.3023077 78.31929,36.1665385 77.3975588,35.5497436 C75.8892715,34.5574359 75.8312605,32.0202564 77.3292347,30.9894872 C78.6028995,30.0946154 80.2117393,29.9112821 81.7226049,29.7497436 C81.7612789,29.2394872 81.6323655,28.5997436 81.052255,28.4574359 C79.8701187,28.1561538 78.6351279,28.5253846 77.5316288,28.9548718 C77.2905607,28.2869231 77.0391795,27.6228205 76.804557,26.9523077 L76.804557,26.9523077 Z' id='Fill-8' fill='%23FFF'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-payza {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ePayza-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cdefs%3e%3crect id='path-1' x='0' y='0' width='100' height='60' rx='4'/%3e%3c/defs%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-770.000000, -1189.000000)'%3e%3cg id='Payza-light' transform='translate(770.000000, 1189.000000)'%3e%3cg id='Rectangle'%3e%3cuse fill='%23FFF' fill-rule='evenodd' xlink:href='%23path-1'/%3e%3crect stroke='%23FFF' stroke-width='1' x='.5' y='.5' width='99' height='59' rx='4'/%3e%3c/g%3e%3cpath d='M22.0730653,23.5189744 C21.0327338,23.7138462 20.0581481,24.4330769 19.7719603,25.4766667 C19.5373378,26.3676923 19.5889032,27.3548718 19.9550174,28.2023077 C20.3520708,29.0907692 21.3472826,29.5048718 22.2690137,29.5869231 C23.8984796,29.7433333 25.6362329,29.4510256 26.998848,28.5074359 C27.7581481,27.9830769 28.3756435,27.0920513 28.2196583,26.1330769 C28.0701187,25.0664103 27.1548332,24.2946154 26.2008737,23.9061538 C24.9027154,23.384359 23.4447043,23.2753846 22.0730653,23.5189744 L22.0730653,23.5189744 Z M19.5515183,20.7253846 C21.7791426,19.9061538 24.2749069,19.8138462 26.5631205,20.4433333 C28.3459935,20.9523077 30.0515183,21.9651282 31.1008737,23.5189744 C31.9233415,24.7189744 32.2224207,26.2753846 31.8137651,27.6779487 C31.3857725,29.2176923 30.2294189,30.4638462 28.8822734,31.2830769 C26.5824575,32.6715385 23.7270248,33.0035897 21.1229732,32.4202564 C20.9218682,32.3830769 20.7194741,32.3535897 20.5157909,32.334359 C20.4539124,33.5471795 21.1100818,34.7408974 22.1465459,35.3728205 C22.6377062,35.7215385 23.2603581,35.7958974 23.7592531,36.129359 C23.2075036,36.285641 22.6325496,36.1894872 22.0782218,36.1048718 C20.1483876,35.7625641 18.4145017,34.6178205 17.2220524,33.0869231 C15.424999,30.8125641 14.7688295,27.7215385 15.3979272,24.9061538 C15.9651463,22.9266667 17.6474667,21.4241026 19.5515183,20.7253846 L19.5515183,20.7253846 Z' id='Fill-1' fill='%23419945'/%3e%3cpath d='M41.5518866,25.5869231 C41.5518866,26.9484615 41.5493084,28.3112821 41.5544649,29.6741026 C42.1152384,29.7074359 42.7430469,29.7458974 43.2174483,29.3894872 C43.75115,28.9984615 43.8813526,28.2920513 43.8916656,27.6741026 C43.8981113,27.0369231 43.8310763,26.3023077 43.3154225,25.8561538 C42.8242623,25.4548718 42.1423102,25.4869231 41.5518866,25.5869231 L41.5518866,25.5869231 Z M38.0235257,24.235641 C39.5640413,23.6241026 41.24894,23.4330769 42.897743,23.5292308 C43.9110027,23.6035897 44.9474667,23.8420513 45.7892715,24.4317949 C47.8634888,25.8510256 47.8428627,29.3741026 45.7699345,30.785641 C44.5491242,31.6241026 42.9970063,31.7933333 41.5505975,31.7062821 C41.5531758,33.1779487 41.5505975,34.6498718 41.5518866,36.1215385 L38.0222365,36.1215385 C38.0222365,32.1587179 38.0222365,28.1971795 38.0235257,24.235641 L38.0235257,24.235641 Z' id='Fill-3' fill='%232D2E2C'/%3e%3cpath d='M57.5616472,26.41 C58.8095294,26.4087179 60.0574115,26.4087179 61.3052936,26.41 C61.7100818,28.6984615 62.3017946,30.9588462 62.5480192,33.2728205 C62.6563065,32.1126923 62.9721445,30.9894872 63.2261039,29.8561538 C63.4942439,28.7074359 63.7585165,27.5574359 64.0253673,26.4087179 C65.1456251,26.41 66.265883,26.4074359 67.3861408,26.41 C65.8701187,30.9407692 64.3437835,35.4676923 62.8264723,39.9984615 C61.6198424,40.0010256 60.4132126,39.9997436 59.2078719,39.9984615 C59.7531758,38.7048718 60.2971905,37.4114103 60.8463618,36.1191026 C59.7570432,32.8805128 58.6548332,29.6471795 57.5616472,26.41' id='Fill-4' fill='%232D2E2C'/%3e%3cpath d='M68.2202108,26.4087179 C70.5226049,26.4125641 72.8237098,26.4010256 75.1261039,26.4151282 C74.2211316,28.7587179 73.3419419,31.1112821 72.4459935,33.4588462 C72.384115,33.6074359 72.3286822,33.7587179 72.2745386,33.9112821 C73.2336546,33.9061538 74.1914815,33.91 75.1505975,33.9087179 C75.1505975,34.6458974 75.1493084,35.3830769 75.1505975,36.1215385 L67.905662,36.1215385 C68.8866933,33.6215385 69.8651463,31.1215385 70.8448885,28.6215385 C69.9695662,28.6202564 69.095533,28.6215385 68.2214999,28.6215385 C68.2202108,27.884359 68.2202108,27.1458974 68.2202108,26.4087179' id='Fill-6' fill='%232D2E2C'/%3e%3cpath d='M51.4163434,32.3010256 C51.1701187,32.8689744 51.1842992,33.6394872 51.6561224,34.0907692 C52.1614631,34.5176923 52.8820892,34.4702564 53.4918498,34.3420513 C53.4931389,33.3317949 53.4918498,32.3202564 53.4918498,31.3087179 C52.736417,31.4189744 51.8121076,31.5574359 51.4163434,32.3010256 L51.4163434,32.3010256 Z M48.5944281,26.9497436 C50.1839308,26.3676923 51.9049253,26.0420513 53.598848,26.2484615 C54.538627,26.3625641 55.5093452,26.7382051 56.0804318,27.5241026 C56.6038203,28.2292308 56.7494925,29.1305128 56.7482034,29.9882051 C56.7469143,31.8625641 56.7482034,33.7382051 56.7469143,35.6125641 C55.4010579,36.2061538 53.9069511,36.3434615 52.4515183,36.3394872 C51.3222365,36.3125641 50.1246307,36.185641 49.1668038,35.5369231 C47.6842992,34.5433333 47.6224207,32.0446154 49.0907448,31.0074359 C50.3656988,30.0958974 51.9874299,29.9164103 53.5047411,29.7484615 C53.5524391,29.2279487 53.4106343,28.5869231 52.8202108,28.4510256 C51.643231,28.1638462 50.415975,28.5241026 49.3189216,28.9548718 C49.0791426,28.285641 48.823894,27.6228205 48.5944281,26.9497436 L48.5944281,26.9497436 Z' id='Fill-7' fill='%232D2E2C'/%3e%3cpath d='M79.7347596,32.1279487 C79.3673563,32.684359 79.3634888,33.5189744 79.8108185,34.034359 C80.3071353,34.5202564 81.0728811,34.4741026 81.704557,34.3446154 C81.7110027,33.3317949 81.7097135,32.3202564 81.704557,31.3074359 C81.0058461,31.4178205 80.1911132,31.5228205 79.7347596,32.1279487 L79.7347596,32.1279487 Z M76.804557,26.9523077 C78.4030837,26.3625641 80.1382586,26.0394872 81.8412052,26.2523077 C82.778406,26.3689744 83.7439677,26.7535897 84.3073194,27.5407692 C84.8203949,28.2433333 84.9583323,29.135641 84.9634888,29.984359 C84.964778,31.86 84.9634888,33.735641 84.9634888,35.6114103 C83.5815367,36.2189744 82.0448885,36.3537179 80.5494925,36.3369231 C79.4653305,36.3023077 78.31929,36.1665385 77.3975588,35.5497436 C75.8892715,34.5574359 75.8312605,32.0202564 77.3292347,30.9894872 C78.6028995,30.0946154 80.2117393,29.9112821 81.7226049,29.7497436 C81.7612789,29.2394872 81.6323655,28.5997436 81.052255,28.4574359 C79.8701187,28.1561538 78.6351279,28.5253846 77.5316288,28.9548718 C77.2905607,28.2869231 77.0391795,27.6228205 76.804557,26.9523077 L76.804557,26.9523077 Z' id='Fill-8' fill='%232D2E2C'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-ripple-dark {
	background-image: url([object Module]);
}
.payment-ripple {
	background-image: url([object Module]);
}
.payment-sage-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eSage-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-290.000000, -789.000000)'%3e%3cg id='Sage-dark' transform='translate(290.000000, 789.000000)'%3e%3crect id='Rectangle' fill='%23008469' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M46.0970162,32.2708046 L46.0970162,31.0478832 L41.3827145,31.0478832 C39.0695745,31.0478832 37.9941007,31.8436534 37.9941007,33.0665748 C37.9941007,34.2010277 39.0253403,35.1880329 41.6919076,35.1880329 C44.9773081,35.1875861 46.0970162,34.8931377 46.0970162,32.2708046 L46.0970162,32.2708046 L46.0970162,32.2708046 Z M36.0196434,24.0642291 L34.3548261,25.7437912 C32.8079668,24.815765 31.2316179,24.1821871 29.1101599,24.1821871 C26.5905933,24.1821871 25.7510356,25.0369364 25.7510356,26.2004319 C25.7510356,26.9372231 26.3551239,27.6592695 28.3295812,27.7919723 L31.5707474,27.9979521 C33.5742474,28.1011654 34.9888507,28.6757642 35.9021322,29.5595562 C36.9628612,28.6462747 38.5539548,28.0712291 40.6459233,28.0712291 L46.0970162,28.0712291 L46.0970162,26.3474327 C46.0970162,24.7563391 44.9035843,24.1964851 42.0752714,24.1964851 C40.0275371,24.1964851 38.7014024,24.8005734 37.6701628,25.7585359 L36.0196434,24.0642291 L36.0196434,24.0642291 Z M65.3085439,28.3223368 L74.4136562,28.3223368 C74.4136562,25.4051085 72.2479638,23.9614626 69.8463553,23.9614626 C67.4447467,23.9614626 65.3085439,25.3903638 65.3085439,28.3223368 L65.3085439,28.3223368 L65.3085439,28.3223368 Z M51.6808118,29.6042373 C51.7250461,32.3592732 51.7692804,32.7864244 52.4761352,33.5522583 C53.0359892,34.1567934 54.2441659,34.8636482 55.8794937,34.8636482 C57.4705873,34.8636482 58.5018268,34.1563466 59.0616809,33.5522583 C59.7689825,32.7864244 59.8570043,32.3145921 59.8570043,29.6042373 C59.8570043,26.8639461 59.7689825,26.3925606 59.0616809,25.6262799 C58.5018268,25.0221916 57.4701405,24.31489 55.8794937,24.31489 C54.2441659,24.31489 53.0359892,25.0221916 52.4761352,25.6262799 C51.7692804,26.3921138 51.6513223,26.8344566 51.6808118,29.6042373 L51.6808118,29.6042373 L51.6808118,29.6042373 Z M49.2059263,23.5633541 C49.3386292,23.4016085 49.4708852,23.2394162 49.6335243,23.0624791 C50.5168695,22.1054101 52.2554106,21 54.8040199,21 C56.8075199,21 58.3990603,21.6630674 59.8574511,22.9892021 L59.8574511,21.2064266 L63.8059189,21.2064266 L63.8059189,23.0481811 C65.3675229,21.5745988 67.4599383,21 69.4192041,21 C73.735844,21 77.4483957,23.9614626 77.4631405,28.9116804 C77.4778852,29.7659828 77.3751187,31.2837994 77.3751187,31.2837994 L65.3085439,31.2837994 C65.3085439,34.0240906 67.1797879,35.0553301 69.8758448,35.0553301 C71.3784698,35.0553301 73.2792033,34.377518 74.4284009,33.3462784 L77.0802235,35.2760547 C75.1504473,37.1915329 72.5719017,38.2227725 69.9495686,38.2227725 C67.7990678,38.2227725 65.4859278,37.7218975 63.8059189,36.1893361 L63.8059189,37.6039394 C63.8059189,42.6721153 59.7841741,45 55.3053417,45 C52.8009667,45 50.2519106,43.8655472 48.5133694,42.185985 L51.5633006,40.0940165 C52.5208163,40.9188294 53.8764405,41.6113862 55.3790655,41.6113862 C58.0161434,41.6113862 59.8574511,40.3294858 59.8574511,37.9721116 L59.8574511,36.2483152 C58.6349765,37.4122575 56.8079668,38.2080277 54.8040199,38.2080277 C52.5940933,38.2080277 51.0029997,37.382768 50.0307392,36.5432103 L50.0307392,38.2375172 L46.0970162,38.2375172 L46.0970162,36.5284656 L46.0232924,36.5284656 C45.2132242,37.6924079 43.8576,38.2227725 41.1910326,38.2227725 C38.7009556,38.2227725 36.8006688,37.5007261 35.6367265,36.3367837 C34.163591,37.5449603 31.8209615,38.1932829 29.1396494,38.1932829 C25.972207,38.1932829 23.040234,37.2062777 20.5354121,35.1875861 L23.2757033,32.8601482 C24.9700102,34.2890494 26.8265094,35.0258406 29.4488425,35.0258406 C31.6882587,35.0258406 33.3088418,34.2890494 33.3088418,32.8601482 C33.3088418,31.6667163 32.2628575,31.3132889 30.921978,31.2100756 L27.4448957,30.9451167 C24.2041763,30.7087538 21.8025678,29.059128 21.8025678,26.1713892 C21.8025678,22.7532859 24.9700102,21 29.1101599,21 C32.0863672,21 34.2221232,21.6778121 36.0048987,22.7680307 C37.4489914,21.4718323 39.3345334,21.0147448 41.8835895,21.0147448 C45.286948,21.0147448 47.9387706,21.7073016 49.2059263,23.5633541 L49.2059263,23.5633541 L49.2059263,23.5633541 Z' id='Shape' fill='%23FFF'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-sage {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eSage-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-290.000000, -789.000000)'%3e%3cg id='Sage-light' transform='translate(290.000000, 789.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M47.0970162,32.2708046 L47.0970162,31.0478832 L42.3827145,31.0478832 C40.0695745,31.0478832 38.9941007,31.8436534 38.9941007,33.0665748 C38.9941007,34.2010277 40.0253403,35.1880329 42.6919076,35.1880329 C45.9773081,35.1875861 47.0970162,34.8931377 47.0970162,32.2708046 L47.0970162,32.2708046 L47.0970162,32.2708046 Z M37.0196434,24.0642291 L35.3548261,25.7437912 C33.8079668,24.815765 32.2316179,24.1821871 30.1101599,24.1821871 C27.5905933,24.1821871 26.7510356,25.0369364 26.7510356,26.2004319 C26.7510356,26.9372231 27.3551239,27.6592695 29.3295812,27.7919723 L32.5707474,27.9979521 C34.5742474,28.1011654 35.9888507,28.6757642 36.9021322,29.5595562 C37.9628612,28.6462747 39.5539548,28.0712291 41.6459233,28.0712291 L47.0970162,28.0712291 L47.0970162,26.3474327 C47.0970162,24.7563391 45.9035843,24.1964851 43.0752714,24.1964851 C41.0275371,24.1964851 39.7014024,24.8005734 38.6701628,25.7585359 L37.0196434,24.0642291 L37.0196434,24.0642291 Z M66.3085439,28.3223368 L75.4136562,28.3223368 C75.4136562,25.4051085 73.2479638,23.9614626 70.8463553,23.9614626 C68.4447467,23.9614626 66.3085439,25.3903638 66.3085439,28.3223368 L66.3085439,28.3223368 L66.3085439,28.3223368 Z M52.6808118,29.6042373 C52.7250461,32.3592732 52.7692804,32.7864244 53.4761352,33.5522583 C54.0359892,34.1567934 55.2441659,34.8636482 56.8794937,34.8636482 C58.4705873,34.8636482 59.5018268,34.1563466 60.0616809,33.5522583 C60.7689825,32.7864244 60.8570043,32.3145921 60.8570043,29.6042373 C60.8570043,26.8639461 60.7689825,26.3925606 60.0616809,25.6262799 C59.5018268,25.0221916 58.4701405,24.31489 56.8794937,24.31489 C55.2441659,24.31489 54.0359892,25.0221916 53.4761352,25.6262799 C52.7692804,26.3921138 52.6513223,26.8344566 52.6808118,29.6042373 L52.6808118,29.6042373 L52.6808118,29.6042373 Z M50.2059263,23.5633541 C50.3386292,23.4016085 50.4708852,23.2394162 50.6335243,23.0624791 C51.5168695,22.1054101 53.2554106,21 55.8040199,21 C57.8075199,21 59.3990603,21.6630674 60.8574511,22.9892021 L60.8574511,21.2064266 L64.8059189,21.2064266 L64.8059189,23.0481811 C66.3675229,21.5745988 68.4599383,21 70.4192041,21 C74.735844,21 78.4483957,23.9614626 78.4631405,28.9116804 C78.4778852,29.7659828 78.3751187,31.2837994 78.3751187,31.2837994 L66.3085439,31.2837994 C66.3085439,34.0240906 68.1797879,35.0553301 70.8758448,35.0553301 C72.3784698,35.0553301 74.2792033,34.377518 75.4284009,33.3462784 L78.0802235,35.2760547 C76.1504473,37.1915329 73.5719017,38.2227725 70.9495686,38.2227725 C68.7990678,38.2227725 66.4859278,37.7218975 64.8059189,36.1893361 L64.8059189,37.6039394 C64.8059189,42.6721153 60.7841741,45 56.3053417,45 C53.8009667,45 51.2519106,43.8655472 49.5133694,42.185985 L52.5633006,40.0940165 C53.5208163,40.9188294 54.8764405,41.6113862 56.3790655,41.6113862 C59.0161434,41.6113862 60.8574511,40.3294858 60.8574511,37.9721116 L60.8574511,36.2483152 C59.6349765,37.4122575 57.8079668,38.2080277 55.8040199,38.2080277 C53.5940933,38.2080277 52.0029997,37.382768 51.0307392,36.5432103 L51.0307392,38.2375172 L47.0970162,38.2375172 L47.0970162,36.5284656 L47.0232924,36.5284656 C46.2132242,37.6924079 44.8576,38.2227725 42.1910326,38.2227725 C39.7009556,38.2227725 37.8006688,37.5007261 36.6367265,36.3367837 C35.163591,37.5449603 32.8209615,38.1932829 30.1396494,38.1932829 C26.972207,38.1932829 24.040234,37.2062777 21.5354121,35.1875861 L24.2757033,32.8601482 C25.9700102,34.2890494 27.8265094,35.0258406 30.4488425,35.0258406 C32.6882587,35.0258406 34.3088418,34.2890494 34.3088418,32.8601482 C34.3088418,31.6667163 33.2628575,31.3132889 31.921978,31.2100756 L28.4448957,30.9451167 C25.2041763,30.7087538 22.8025678,29.059128 22.8025678,26.1713892 C22.8025678,22.7532859 25.9700102,21 30.1101599,21 C33.0863672,21 35.2221232,21.6778121 37.0048987,22.7680307 C38.4489914,21.4718323 40.3345334,21.0147448 42.8835895,21.0147448 C46.286948,21.0147448 48.9387706,21.7073016 50.2059263,23.5633541 L50.2059263,23.5633541 L50.2059263,23.5633541 Z' id='Shape' fill='%23008469'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-sepa-dark {
	background-image: url([object Module]);
}
.payment-sepa {
	background-image: url([object Module]);
}
.payment-shopify-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eShopify-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-130.000000, -589.000000)'%3e%3cg id='Shopify-dark' transform='translate(130.000000, 589.000000)'%3e%3crect id='Rectangle' fill='%232D3232' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M20.6979286,19.78375 C20.8154911,19.78375 20.9339018,19.8241406 21.0472232,19.9032031 C20.1744107,20.3193125 19.2388304,21.3674062 18.8437321,23.4603281 C18.2662679,23.6414844 17.7018661,23.8185156 17.1800446,23.9823125 C17.6428304,22.3859375 18.7417768,19.78375 20.6979286,19.78375 L20.6979286,19.78375 Z M21.507125,20.5597656 C21.6745625,20.9849844 21.7834732,21.5951406 21.7834732,22.4185937 C21.7834732,22.4607031 21.7831339,22.4992031 21.7827946,22.5382187 C21.1198304,22.7461875 20.3998661,22.9720312 19.6780357,23.1985625 C20.0833125,21.613875 20.8429732,20.8485156 21.507125,20.5597656 L21.507125,20.5597656 Z M23.5162054,21.99475 C23.2137321,22.089625 22.8698661,22.1973906 22.4971607,22.3142656 C22.4975,22.2415625 22.4976696,22.1698906 22.4976696,22.0916875 C22.4976696,21.4093437 22.4043661,20.8600312 22.2542321,20.4245 C22.8568036,20.5011562 23.2580089,21.1955312 23.5162054,21.99475 L23.5162054,21.99475 Z M28.4073482,23.2093906 C28.3927589,23.1017969 28.2997946,23.0423281 28.2229464,23.0357969 C28.1462679,23.0292656 26.523125,22.9074062 26.523125,22.9074062 C26.523125,22.9074062 25.3958482,21.7735469 25.2721786,21.6480781 C25.1483393,21.5227812 24.9065982,21.5607656 24.8127857,21.5887812 C24.798875,21.5929062 24.5664643,21.6656094 24.1818839,21.7860937 C23.8052768,20.6883281 23.1407857,19.6794219 21.9716071,19.6794219 C21.939375,19.6794219 21.906125,19.6807969 21.872875,19.6826875 C21.540375,19.2371875 21.1284821,19.0436562 20.7727411,19.0436562 C18.0492946,19.0436562 16.7481339,22.4930156 16.3401429,24.2459687 C15.2819107,24.5782031 14.5300536,24.8143594 14.4340357,24.8449531 C13.8431696,25.0326406 13.8246786,25.0515469 13.7471518,25.6154687 C13.688625,26.0424062 12.1430089,38.1527187 12.1430089,38.1527187 L24.1868036,40.439 L30.712625,39.0086562 C30.712625,39.0086562 28.4217679,23.3169844 28.4073482,23.2093906 L28.4073482,23.2093906 Z' id='Fill-3' fill='%238CB849'/%3e%3cpath d='M28.2229464,23.0357969 C28.1462679,23.0292656 26.523125,22.9074063 26.523125,22.9074063 C26.523125,22.9074063 25.3958482,21.7735469 25.2721786,21.64825 C25.2258661,21.6013281 25.1634375,21.5774375 25.098125,21.567125 L24.1874821,40.4388281 L30.712625,39.0086563 C30.712625,39.0086563 28.4217679,23.3171563 28.4073482,23.2093906 C28.3927589,23.1017969 28.2997946,23.0423281 28.2229464,23.0357969' id='Fill-4' fill='%235A873E'/%3e%3cpath d='M21.9716071,26.689 L21.1669911,29.1139844 C21.1669911,29.1139844 20.4619554,28.7327656 19.5977946,28.7327656 C18.3309018,28.7327656 18.2671161,29.5383437 18.2671161,29.7413281 C18.2671161,30.8488906 21.1166071,31.27325 21.1166071,33.8675312 C21.1166071,35.9085469 19.8390268,37.222875 18.1161339,37.222875 C16.0485268,37.222875 14.9914821,35.9192031 14.9914821,35.9192031 L15.5450268,34.0662187 C15.5450268,34.0662187 16.6317589,35.0115312 17.5488482,35.0115312 C18.1478571,35.0115312 18.3918036,34.5335469 18.3918036,34.1842969 C18.3918036,32.7395156 16.0539554,32.6750625 16.0539554,30.301125 C16.0539554,28.3030781 17.4692857,26.3694844 20.32675,26.3694844 C21.4277321,26.3694844 21.9716071,26.689 21.9716071,26.689' id='Fill-5' fill='%23FFFFFE'/%3e%3cpath d='M38.3199196,31.2350938 C37.6691696,30.87725 37.3344643,30.5757813 37.3344643,30.1612188 C37.3344643,29.6337344 37.7992857,29.294625 38.5245089,29.294625 C39.3691607,29.294625 40.1235625,29.6526406 40.1235625,29.6526406 L40.7186696,27.8063594 C40.7186696,27.8063594 40.1715714,27.3730625 38.5616607,27.3730625 C36.3210179,27.3730625 34.7682768,28.6729531 34.7682768,30.5005 C34.7682768,31.5365625 35.4935,32.327875 36.4604643,32.893 C37.2415,33.3450313 37.5203929,33.6654063 37.5203929,34.1365156 C37.5203929,34.6263594 37.129875,35.0218438 36.4046518,35.0218438 C35.3243661,35.0218438 34.3034554,34.4567188 34.3034554,34.4567188 L33.6711964,36.303 C33.6711964,36.303 34.6139018,36.9434063 36.2000625,36.9434063 C38.5060179,36.9434063 40.1608839,35.79425 40.1608839,33.7219531 C40.1608839,32.6104375 39.3240357,31.819125 38.3199196,31.2350938' id='Fill-6' fill='%23FFFFFE'/%3e%3cpath d='M47.5057411,27.3541562 C46.3715089,27.3541562 45.4790179,27.9005469 44.7909464,28.7295 L44.7537946,28.7105937 L45.73925,23.492125 L43.1732321,23.492125 L40.6815179,36.7739375 L43.2475357,36.7739375 L44.1030446,32.2336875 C44.43775,30.5192344 45.3115804,29.4642656 46.1297679,29.4642656 C46.7062143,29.4642656 46.9294643,29.85975 46.9294643,30.4250469 C46.9294643,30.7828906 46.8921429,31.2161875 46.8178393,31.5742031 L45.850875,36.7739375 L48.4170625,36.7739375 L49.4210089,31.4047344 C49.5326339,30.8394375 49.6071071,30.1612187 49.6071071,29.7091875 C49.6071071,28.2396562 48.8445625,27.3541562 47.5057411,27.3541562' id='Fill-7' fill='%23FFFFFE'/%3e%3cpath d='M54.144375,34.9652969 C53.270375,34.9652969 52.8985179,34.2117969 52.8985179,33.2699219 C52.8985179,31.7814844 53.6608929,29.3511719 55.0555268,29.3511719 C55.9665089,29.3511719 56.2640625,30.1424844 56.2640625,30.9148906 C56.2640625,32.51625 55.5016875,34.9652969 54.144375,34.9652969 L54.144375,34.9652969 Z M55.4087232,27.3541562 C52.3220714,27.3541562 50.2766875,30.180125 50.2766875,33.3262969 C50.2766875,35.3422187 51.5038839,36.9623125 53.8096696,36.9623125 C56.8405089,36.9623125 58.8858929,34.2117969 58.8858929,30.9901719 C58.8858929,29.1251562 57.8074732,27.3541562 55.4087232,27.3541562 L55.4087232,27.3541562 Z' id='Fill-8' fill='%23FFFFFE'/%3e%3cpath d='M62.9956607,35.0029375 C62.3293036,35.0029375 61.9357321,34.6263594 61.9357321,34.6263594 L62.3634018,32.195875 C62.6609554,30.5757812 63.4976339,29.5019062 64.3902946,29.5019062 C65.1711607,29.5019062 65.4129018,30.2366719 65.4129018,30.933625 C65.4129018,32.6104375 64.4274464,35.0029375 62.9956607,35.0029375 L62.9956607,35.0029375 Z M65.4502232,27.3541562 C63.7183393,27.3541562 62.7352589,28.8989687 62.7352589,28.8989687 L62.6981071,28.8989687 L62.8468839,27.5048906 L60.5784196,27.5048906 C60.4667946,28.4469375 60.2622054,29.8786562 60.0576161,30.9525312 L58.2724643,40.4665 L60.8386518,40.4665 L61.5452143,36.6232031 L61.6010268,36.6232031 C61.6010268,36.6232031 62.1279375,36.9623125 63.1072857,36.9623125 C66.1196339,36.9623125 68.0905446,33.8350469 68.0905446,30.6699687 C68.0905446,28.917875 67.3281696,27.3541562 65.4502232,27.3541562 L65.4502232,27.3541562 Z' id='Fill-9' fill='%23FFFFFE'/%3e%3cpath d='M71.7539821,23.6239531 C70.9359643,23.6239531 70.2850446,24.2832656 70.2850446,25.131125 C70.2850446,25.9035313 70.7685268,26.4311875 71.49375,26.4311875 L71.5309018,26.4311875 C72.3304286,26.4311875 73.0185,25.884625 73.0371607,24.9240156 C73.0371607,24.1703438 72.5350179,23.6239531 71.7539821,23.6239531' id='Fill-10' fill='%23FFFFFE'/%3e%3cpolyline id='Fill-11' fill='%23FFFFFE' points='68.1651875 36.7739375 70.731375 36.7739375 72.4792054 27.5614375 69.8945268 27.5614375 68.1651875 36.7739375'/%3e%3cpath d='M79.005875,27.5425313 L77.2207232,27.5425313 L77.3136875,27.1092344 C77.4624643,26.2239063 77.9830982,25.4325938 78.8386071,25.4325938 C79.2952857,25.4325938 79.656625,25.5644219 79.656625,25.5644219 L80.1587679,23.5297656 C80.1587679,23.5297656 79.7124375,23.30375 78.7641339,23.30375 C77.8529821,23.30375 76.9418304,23.5675781 76.2537589,24.1703438 C75.3799286,24.9240156 74.97075,26.016625 74.7663304,27.1092344 L74.6918571,27.5425313 L73.5018125,27.5425313 L73.1299554,29.5019063 L74.32,29.5019063 L72.9625179,36.7739375 L75.5285357,36.7739375 L76.8860179,29.5019063 L78.6525089,29.5019063 L79.005875,27.5425313' id='Fill-12' fill='%23FFFFFE'/%3e%3cpath d='M85.1793482,27.5614375 C85.1793482,27.5614375 83.575375,31.6563594 82.8550714,33.8915938 L82.8179196,33.8915938 C82.7685536,33.1719531 82.1856607,27.5614375 82.1856607,27.5614375 L79.4893571,27.5614375 L81.0327679,36.0204375 C81.0699196,36.2086406 81.0514286,36.3217344 80.9769554,36.4537344 C80.6794018,37.0377656 80.1774286,37.6028906 79.5823214,38.0172813 C79.0990089,38.3752969 78.5597143,38.6013125 78.1320446,38.7520469 L78.8386071,40.9563438 C79.3592411,40.84325 80.4378304,40.4099531 81.3488125,39.5433594 C82.5203661,38.4318438 83.5987857,36.7173906 84.7145268,34.3812656 L87.8569911,27.5614375 L85.1793482,27.5614375' id='Fill-13' fill='%23FFFFFE'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-shopify {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eShopify-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-130.000000, -589.000000)'%3e%3cg id='Shopify-light' transform='translate(130.000000, 589.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M20.6979286,19.78375 C20.8154911,19.78375 20.9339018,19.8241406 21.0472232,19.9032031 C20.1744107,20.3193125 19.2388304,21.3674062 18.8437321,23.4603281 C18.2662679,23.6414844 17.7018661,23.8185156 17.1800446,23.9823125 C17.6428304,22.3859375 18.7417768,19.78375 20.6979286,19.78375 L20.6979286,19.78375 Z M21.507125,20.5597656 C21.6745625,20.9849844 21.7834732,21.5951406 21.7834732,22.4185937 C21.7834732,22.4607031 21.7831339,22.4992031 21.7827946,22.5382187 C21.1198304,22.7461875 20.3998661,22.9720312 19.6780357,23.1985625 C20.0833125,21.613875 20.8429732,20.8485156 21.507125,20.5597656 L21.507125,20.5597656 Z M23.5162054,21.99475 C23.2137321,22.089625 22.8698661,22.1973906 22.4971607,22.3142656 C22.4975,22.2415625 22.4976696,22.1698906 22.4976696,22.0916875 C22.4976696,21.4093437 22.4043661,20.8600312 22.2542321,20.4245 C22.8568036,20.5011562 23.2580089,21.1955312 23.5162054,21.99475 L23.5162054,21.99475 Z M28.4073482,23.2093906 C28.3927589,23.1017969 28.2997946,23.0423281 28.2229464,23.0357969 C28.1462679,23.0292656 26.523125,22.9074062 26.523125,22.9074062 C26.523125,22.9074062 25.3958482,21.7735469 25.2721786,21.6480781 C25.1483393,21.5227812 24.9065982,21.5607656 24.8127857,21.5887812 C24.798875,21.5929062 24.5664643,21.6656094 24.1818839,21.7860937 C23.8052768,20.6883281 23.1407857,19.6794219 21.9716071,19.6794219 C21.939375,19.6794219 21.906125,19.6807969 21.872875,19.6826875 C21.540375,19.2371875 21.1284821,19.0436562 20.7727411,19.0436562 C18.0492946,19.0436562 16.7481339,22.4930156 16.3401429,24.2459687 C15.2819107,24.5782031 14.5300536,24.8143594 14.4340357,24.8449531 C13.8431696,25.0326406 13.8246786,25.0515469 13.7471518,25.6154687 C13.688625,26.0424062 12.1430089,38.1527187 12.1430089,38.1527187 L24.1868036,40.439 L30.712625,39.0086562 C30.712625,39.0086562 28.4217679,23.3169844 28.4073482,23.2093906 L28.4073482,23.2093906 Z' id='Fill-3' fill='%238CB849'/%3e%3cpath d='M28.2229464,23.0357969 C28.1462679,23.0292656 26.523125,22.9074063 26.523125,22.9074063 C26.523125,22.9074063 25.3958482,21.7735469 25.2721786,21.64825 C25.2258661,21.6013281 25.1634375,21.5774375 25.098125,21.567125 L24.1874821,40.4388281 L30.712625,39.0086563 C30.712625,39.0086563 28.4217679,23.3171563 28.4073482,23.2093906 C28.3927589,23.1017969 28.2997946,23.0423281 28.2229464,23.0357969' id='Fill-4' fill='%235A873E'/%3e%3cpath d='M21.9716071,26.689 L21.1669911,29.1139844 C21.1669911,29.1139844 20.4619554,28.7327656 19.5977946,28.7327656 C18.3309018,28.7327656 18.2671161,29.5383437 18.2671161,29.7413281 C18.2671161,30.8488906 21.1166071,31.27325 21.1166071,33.8675312 C21.1166071,35.9085469 19.8390268,37.222875 18.1161339,37.222875 C16.0485268,37.222875 14.9914821,35.9192031 14.9914821,35.9192031 L15.5450268,34.0662187 C15.5450268,34.0662187 16.6317589,35.0115312 17.5488482,35.0115312 C18.1478571,35.0115312 18.3918036,34.5335469 18.3918036,34.1842969 C18.3918036,32.7395156 16.0539554,32.6750625 16.0539554,30.301125 C16.0539554,28.3030781 17.4692857,26.3694844 20.32675,26.3694844 C21.4277321,26.3694844 21.9716071,26.689 21.9716071,26.689' id='Fill-5' fill='%23FFFFFE'/%3e%3cpath d='M38.3199196,31.2350938 C37.6691696,30.87725 37.3344643,30.5757813 37.3344643,30.1612188 C37.3344643,29.6337344 37.7992857,29.294625 38.5245089,29.294625 C39.3691607,29.294625 40.1235625,29.6526406 40.1235625,29.6526406 L40.7186696,27.8063594 C40.7186696,27.8063594 40.1715714,27.3730625 38.5616607,27.3730625 C36.3210179,27.3730625 34.7682768,28.6729531 34.7682768,30.5005 C34.7682768,31.5365625 35.4935,32.327875 36.4604643,32.893 C37.2415,33.3450313 37.5203929,33.6654063 37.5203929,34.1365156 C37.5203929,34.6263594 37.129875,35.0218438 36.4046518,35.0218438 C35.3243661,35.0218438 34.3034554,34.4567188 34.3034554,34.4567188 L33.6711964,36.303 C33.6711964,36.303 34.6139018,36.9434063 36.2000625,36.9434063 C38.5060179,36.9434063 40.1608839,35.79425 40.1608839,33.7219531 C40.1608839,32.6104375 39.3240357,31.819125 38.3199196,31.2350938' id='Fill-6' fill='%23000'/%3e%3cpath d='M47.5057411,27.3541562 C46.3715089,27.3541562 45.4790179,27.9005469 44.7909464,28.7295 L44.7537946,28.7105937 L45.73925,23.492125 L43.1732321,23.492125 L40.6815179,36.7739375 L43.2475357,36.7739375 L44.1030446,32.2336875 C44.43775,30.5192344 45.3115804,29.4642656 46.1297679,29.4642656 C46.7062143,29.4642656 46.9294643,29.85975 46.9294643,30.4250469 C46.9294643,30.7828906 46.8921429,31.2161875 46.8178393,31.5742031 L45.850875,36.7739375 L48.4170625,36.7739375 L49.4210089,31.4047344 C49.5326339,30.8394375 49.6071071,30.1612187 49.6071071,29.7091875 C49.6071071,28.2396562 48.8445625,27.3541562 47.5057411,27.3541562' id='Fill-7' fill='%23000'/%3e%3cpath d='M54.144375,34.9652969 C53.270375,34.9652969 52.8985179,34.2117969 52.8985179,33.2699219 C52.8985179,31.7814844 53.6608929,29.3511719 55.0555268,29.3511719 C55.9665089,29.3511719 56.2640625,30.1424844 56.2640625,30.9148906 C56.2640625,32.51625 55.5016875,34.9652969 54.144375,34.9652969 L54.144375,34.9652969 Z M55.4087232,27.3541562 C52.3220714,27.3541562 50.2766875,30.180125 50.2766875,33.3262969 C50.2766875,35.3422187 51.5038839,36.9623125 53.8096696,36.9623125 C56.8405089,36.9623125 58.8858929,34.2117969 58.8858929,30.9901719 C58.8858929,29.1251562 57.8074732,27.3541562 55.4087232,27.3541562 L55.4087232,27.3541562 Z' id='Fill-8' fill='%23000'/%3e%3cpath d='M62.9956607,35.0029375 C62.3293036,35.0029375 61.9357321,34.6263594 61.9357321,34.6263594 L62.3634018,32.195875 C62.6609554,30.5757812 63.4976339,29.5019062 64.3902946,29.5019062 C65.1711607,29.5019062 65.4129018,30.2366719 65.4129018,30.933625 C65.4129018,32.6104375 64.4274464,35.0029375 62.9956607,35.0029375 L62.9956607,35.0029375 Z M65.4502232,27.3541562 C63.7183393,27.3541562 62.7352589,28.8989687 62.7352589,28.8989687 L62.6981071,28.8989687 L62.8468839,27.5048906 L60.5784196,27.5048906 C60.4667946,28.4469375 60.2622054,29.8786562 60.0576161,30.9525312 L58.2724643,40.4665 L60.8386518,40.4665 L61.5452143,36.6232031 L61.6010268,36.6232031 C61.6010268,36.6232031 62.1279375,36.9623125 63.1072857,36.9623125 C66.1196339,36.9623125 68.0905446,33.8350469 68.0905446,30.6699687 C68.0905446,28.917875 67.3281696,27.3541562 65.4502232,27.3541562 L65.4502232,27.3541562 Z' id='Fill-9' fill='%23000'/%3e%3cpath d='M71.7539821,23.6239531 C70.9359643,23.6239531 70.2850446,24.2832656 70.2850446,25.131125 C70.2850446,25.9035313 70.7685268,26.4311875 71.49375,26.4311875 L71.5309018,26.4311875 C72.3304286,26.4311875 73.0185,25.884625 73.0371607,24.9240156 C73.0371607,24.1703438 72.5350179,23.6239531 71.7539821,23.6239531' id='Fill-10' fill='%23000'/%3e%3cpolyline id='Fill-11' fill='%23000' points='68.1651875 36.7739375 70.731375 36.7739375 72.4792054 27.5614375 69.8945268 27.5614375 68.1651875 36.7739375'/%3e%3cpath d='M79.005875,27.5425313 L77.2207232,27.5425313 L77.3136875,27.1092344 C77.4624643,26.2239063 77.9830982,25.4325938 78.8386071,25.4325938 C79.2952857,25.4325938 79.656625,25.5644219 79.656625,25.5644219 L80.1587679,23.5297656 C80.1587679,23.5297656 79.7124375,23.30375 78.7641339,23.30375 C77.8529821,23.30375 76.9418304,23.5675781 76.2537589,24.1703438 C75.3799286,24.9240156 74.97075,26.016625 74.7663304,27.1092344 L74.6918571,27.5425313 L73.5018125,27.5425313 L73.1299554,29.5019063 L74.32,29.5019063 L72.9625179,36.7739375 L75.5285357,36.7739375 L76.8860179,29.5019063 L78.6525089,29.5019063 L79.005875,27.5425313' id='Fill-12' fill='%23000'/%3e%3cpath d='M85.1793482,27.5614375 C85.1793482,27.5614375 83.575375,31.6563594 82.8550714,33.8915938 L82.8179196,33.8915938 C82.7685536,33.1719531 82.1856607,27.5614375 82.1856607,27.5614375 L79.4893571,27.5614375 L81.0327679,36.0204375 C81.0699196,36.2086406 81.0514286,36.3217344 80.9769554,36.4537344 C80.6794018,37.0377656 80.1774286,37.6028906 79.5823214,38.0172813 C79.0990089,38.3752969 78.5597143,38.6013125 78.1320446,38.7520469 L78.8386071,40.9563438 C79.3592411,40.84325 80.4378304,40.4099531 81.3488125,39.5433594 C82.5203661,38.4318438 83.5987857,36.7173906 84.7145268,34.3812656 L87.8569911,27.5614375 L85.1793482,27.5614375' id='Fill-13' fill='%23000'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-skrill-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eSkrill-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-450.000000, -589.000000)'%3e%3cg id='Skrill-dark' transform='translate(450.000000, 589.000000)'%3e%3crect id='Rectangle' fill='%23862165' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M62.8081509,35.205358 C64.1386268,35.205358 65.2164154,36.2828028 65.2164154,37.6119035 C65.2164154,38.941348 64.1386268,40.0198242 62.8081509,40.0198242 C61.4800816,40.0198242 60.402293,38.941348 60.402293,37.6119035 C60.402293,36.2828028 61.4800816,35.205358 62.8081509,35.205358 L62.8081509,35.205358 Z M44.3643861,33.9061672 C44.255404,33.6328524 43.4736205,31.4236436 41.5817319,29.1339874 L41.5817319,38.9241584 L36.541738,37.9281923 L36.541738,20.1816381 L41.5817319,20.1816381 L41.5817319,25.6671867 C43.0418174,23.4782616 43.7624059,20.1816381 43.7624059,20.1816381 L49.7993972,20.1816381 C49.2022302,22.6641617 46.5900969,27.241755 46.5900969,27.241755 C48.934416,30.2138388 49.9640737,33.3808527 50.1277188,33.9061672 L44.3643861,33.9061672 L44.3643861,33.9061672 Z M57.6141381,34.0911274 C53.1001463,33.9460471 50.8080836,31.9207671 50.8080836,27.8946165 L50.8080836,20.1816381 L55.7335947,20.1816381 L55.7335947,26.4716605 C55.7335947,28.8819877 56.0491959,29.9157709 58.9095472,30.0140955 L58.9095472,34.0203062 C58.4282381,34.1227563 57.6141381,34.0911274 57.6141381,34.0911274 L57.6141381,34.0911274 Z M28.0892625,31.9517084 C27.4718117,31.9919321 26.0426675,32.0844122 26.0426675,33.3712265 C26.0426675,34.9237921 28.1002639,34.9237921 28.8720774,34.9237921 C30.2290253,34.9237921 31.9864911,34.5232742 33.2416765,34.1475093 C33.2416765,34.1475093 33.9419812,33.9006665 34.5377732,33.6479792 L34.5931237,33.6328524 L34.5931237,33.6892343 L34.5931237,37.8852183 L34.5171456,37.9075648 C33.035745,38.4256596 31.313346,38.9241584 28.1202038,38.9241584 C22.6143715,38.9241584 20.6636945,35.7169208 20.6636945,32.9693334 C20.6636945,31.3854826 21.3423403,27.6573998 27.6481771,27.2273158 C28.1824302,27.1946555 29.6009169,27.112833 29.6009169,25.7833885 C29.6009169,24.6853161 28.4395868,24.0382992 26.4865032,24.0382992 C24.3460529,24.0382992 22.2688603,24.5838974 21.0078305,25.1016485 L21.0078305,20.7224232 C22.8962811,20.2277062 25.0243549,19.9801758 27.5192551,19.9801758 C32.9026974,19.9801758 35.3137122,23.0148297 35.3137122,26.0223241 C35.3137122,29.4323991 32.6156309,31.6484837 28.0892625,31.9517084 L28.0892625,31.9517084 Z M60.3668824,20.1816381 L65.251826,20.1816381 L65.251826,33.8903527 L60.3668824,33.8903527 L60.3668824,20.1816381 L60.3668824,20.1816381 Z M74.4503306,38.0505823 L74.4503306,20.1816381 L79.3363055,20.1816381 L79.3363055,38.9241584 L74.4503306,38.0505823 L74.4503306,38.0505823 Z M67.3214552,38.0505823 L72.2022733,38.9241584 L72.2022733,20.1816381 L67.3214552,20.1816381 L67.3214552,38.0505823 L67.3214552,38.0505823 Z' id='path3005' fill='%23FFF' transform='translate(50.000000, 30.000000) scale(1, -1) translate(-50.000000, -30.000000)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-skrill {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eSkrill-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-450.000000, -589.000000)'%3e%3cg id='Skrill-light' transform='translate(450.000000, 589.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M62.8081509,35.205358 C64.1386268,35.205358 65.2164154,36.2828028 65.2164154,37.6119035 C65.2164154,38.941348 64.1386268,40.0198242 62.8081509,40.0198242 C61.4800816,40.0198242 60.402293,38.941348 60.402293,37.6119035 C60.402293,36.2828028 61.4800816,35.205358 62.8081509,35.205358 L62.8081509,35.205358 Z M44.3643861,33.9061672 C44.255404,33.6328524 43.4736205,31.4236436 41.5817319,29.1339874 L41.5817319,38.9241584 L36.541738,37.9281923 L36.541738,20.1816381 L41.5817319,20.1816381 L41.5817319,25.6671867 C43.0418174,23.4782616 43.7624059,20.1816381 43.7624059,20.1816381 L49.7993972,20.1816381 C49.2022302,22.6641617 46.5900969,27.241755 46.5900969,27.241755 C48.934416,30.2138388 49.9640737,33.3808527 50.1277188,33.9061672 L44.3643861,33.9061672 L44.3643861,33.9061672 Z M57.6141381,34.0911274 C53.1001463,33.9460471 50.8080836,31.9207671 50.8080836,27.8946165 L50.8080836,20.1816381 L55.7335947,20.1816381 L55.7335947,26.4716605 C55.7335947,28.8819877 56.0491959,29.9157709 58.9095472,30.0140955 L58.9095472,34.0203062 C58.4282381,34.1227563 57.6141381,34.0911274 57.6141381,34.0911274 L57.6141381,34.0911274 Z M28.0892625,31.9517084 C27.4718117,31.9919321 26.0426675,32.0844122 26.0426675,33.3712265 C26.0426675,34.9237921 28.1002639,34.9237921 28.8720774,34.9237921 C30.2290253,34.9237921 31.9864911,34.5232742 33.2416765,34.1475093 C33.2416765,34.1475093 33.9419812,33.9006665 34.5377732,33.6479792 L34.5931237,33.6328524 L34.5931237,33.6892343 L34.5931237,37.8852183 L34.5171456,37.9075648 C33.035745,38.4256596 31.313346,38.9241584 28.1202038,38.9241584 C22.6143715,38.9241584 20.6636945,35.7169208 20.6636945,32.9693334 C20.6636945,31.3854826 21.3423403,27.6573998 27.6481771,27.2273158 C28.1824302,27.1946555 29.6009169,27.112833 29.6009169,25.7833885 C29.6009169,24.6853161 28.4395868,24.0382992 26.4865032,24.0382992 C24.3460529,24.0382992 22.2688603,24.5838974 21.0078305,25.1016485 L21.0078305,20.7224232 C22.8962811,20.2277062 25.0243549,19.9801758 27.5192551,19.9801758 C32.9026974,19.9801758 35.3137122,23.0148297 35.3137122,26.0223241 C35.3137122,29.4323991 32.6156309,31.6484837 28.0892625,31.9517084 L28.0892625,31.9517084 Z M60.3668824,20.1816381 L65.251826,20.1816381 L65.251826,33.8903527 L60.3668824,33.8903527 L60.3668824,20.1816381 L60.3668824,20.1816381 Z M74.4503306,38.0505823 L74.4503306,20.1816381 L79.3363055,20.1816381 L79.3363055,38.9241584 L74.4503306,38.0505823 L74.4503306,38.0505823 Z M67.3214552,38.0505823 L72.2022733,38.9241584 L72.2022733,20.1816381 L67.3214552,20.1816381 L67.3214552,38.0505823 L67.3214552,38.0505823 Z' id='path3005' fill='%23862165' transform='translate(50.000000, 30.000000) scale(1, -1) translate(-50.000000, -30.000000)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-solo-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eSolo-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-770.000000, -689.000000)'%3e%3cg id='Solo-dark' transform='translate(770.000000, 689.000000)'%3e%3crect id='Rectangle' fill='%23992685' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M34.4759581,26.3856465 C34.4759581,17.5919038 41.7366684,10.4618663 50.6945218,10.4618663 C59.6514638,10.4618663 66.9130855,17.5919038 66.9130855,26.3856465 C66.9130855,35.1811791 59.6514638,42.3094267 50.6945218,42.3094267 C41.7366684,42.3094267 34.4759581,35.1811791 34.4759581,26.3856465 L34.4759581,26.3856465 Z M50.6945218,41.1961134 C59.0243776,41.1961134 65.7764918,34.5645611 65.7764918,26.3856465 C65.7764918,18.2067319 59.0243776,11.5769694 50.6945218,11.5769694 C42.3637546,11.5769694 35.6116404,18.2067319 35.6116404,26.3856465 C35.6116404,34.5645611 42.3637546,41.1961134 50.6945218,41.1961134 L50.6945218,41.1961134 Z' id='Fill-3' fill='%23FFF'/%3e%3cpath d='M55.1661568,23.6512367 C57.7419498,27.4819741 56.6235854,32.610533 52.671484,35.1036928 C48.7193826,37.5986197 43.4292542,36.5172491 40.8552841,32.6865116 L43.3080297,31.0883096 C44.9805634,33.5752851 48.4158656,34.2794128 50.982544,32.659124 C53.5483109,31.0388351 54.2747465,27.7081432 52.6031243,25.2220511 L55.1661568,23.6512367' id='Fill-1' fill='%23FFF'/%3e%3cpath d='M60.8782923,20.1367824 C58.2988534,16.3078119 53.0059907,15.2326256 49.0584466,17.7310863 C45.1090796,20.231314 43.9989183,25.3616397 46.5783572,29.1888433 L49.0748529,27.6551348 C47.4014078,25.1699262 48.1223746,21.8401177 50.6863186,20.2162949 C53.2502627,18.5924722 56.6855648,19.293066 58.3626558,21.7773911 L60.8782923,20.1367824' id='Fill-2' fill='%23000'/%3e%3cpath d='M56.1423332,48.021502 C56.3437664,46.647702 57.6580953,45.531876 59.0772424,45.531876 C60.497301,45.531876 61.4825919,46.647702 61.2811587,48.021502 C61.0779026,49.3988359 59.7644851,50.5146618 58.345338,50.5146618 C56.9261909,50.5146618 55.939077,49.3988359 56.1423332,48.021502 L56.1423332,48.021502 Z M58.4738542,49.6417908 C59.3962543,49.6417908 60.2493832,48.9173433 60.3815452,48.021502 C60.5137073,47.1291946 59.8720377,46.4029801 58.9505491,46.4029801 C58.0263261,46.4029801 57.1731972,47.1291946 57.0410352,48.021502 C56.9097846,48.9173433 57.5505427,49.6417908 58.4738542,49.6417908 L58.4738542,49.6417908 Z' id='o' fill='%23FFF'/%3e%3cpolyline id='l' fill='%23FFF' points='52.5584626 45.6967986 53.5957069 45.6967986 52.7398437 49.4689974 55.5307418 49.4689974 55.3356888 50.3183014 51.5075464 50.3183014 52.5584626 45.6967986'/%3e%3cpath d='M45.902052,47.9851763 C46.1034852,46.5935348 47.4178141,45.4632176 48.8360498,45.4632176 C50.2561083,45.4632176 51.2423108,46.5935348 51.0399661,47.9851763 C50.8385329,49.3803977 49.5232925,50.5107149 48.1032339,50.5107149 C46.6849983,50.5107149 45.6987958,49.3803977 45.902052,47.9851763 L45.902052,47.9851763 Z M48.2326616,49.6265079 C49.1559731,49.6265079 50.009102,48.8926519 50.1412641,47.9851763 C50.2725147,47.0812805 49.6317565,46.3456346 48.708445,46.3456346 C47.7869564,46.3456346 46.9329161,47.0812805 46.7998425,47.9851763 C46.6695034,48.8926519 47.3102615,49.6265079 48.2326616,49.6265079 L48.2326616,49.6265079 Z' id='o' fill='%23FFF'/%3e%3cpath d='M40.8716905,48.9341292 C41.077681,49.3210903 41.928987,49.7955151 42.7647981,49.7690109 C43.6470938,49.7433902 43.9633713,49.4986683 44.0244392,49.0896204 C44.0463143,48.9270615 44.114674,48.5568864 43.3809467,48.472073 L42.1905767,48.3439695 C40.9254667,48.182294 40.7212991,47.6848989 40.7504659,47.0744193 C40.7896588,46.2351202 41.8724763,45.5866513 43.034591,45.5725157 C44.0590748,45.5592637 44.92861,45.7783649 45.3332994,46.3128658 L44.6141555,46.7342823 C44.0189705,46.2766435 43.4830305,46.242188 42.8450068,46.2801774 C42.4011245,46.307565 41.8013822,46.4807256 41.7093245,46.8977247 C41.6446107,47.1928046 41.6601055,47.3783339 42.2972178,47.4498952 L43.8047768,47.6416087 C44.4993112,47.7193543 45.0790013,48.3528042 45.0252251,48.894373 C44.9431934,49.685081 44.2313412,50.6197951 42.5259949,50.5393991 C41.2216921,50.4784395 40.456975,49.9854617 40.1069734,49.3670308 L40.8716905,48.9341292' id='s' fill='%23FFF'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-solo {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eSolo-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-770.000000, -689.000000)'%3e%3cg id='Solo-light' transform='translate(770.000000, 689.000000)'%3e%3crect id='Rectangle-35' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M34.4759581,26.3856465 C34.4759581,17.5919038 41.7366684,10.4618663 50.6945218,10.4618663 C59.6514638,10.4618663 66.9130855,17.5919038 66.9130855,26.3856465 C66.9130855,35.1811791 59.6514638,42.3094267 50.6945218,42.3094267 C41.7366684,42.3094267 34.4759581,35.1811791 34.4759581,26.3856465 L34.4759581,26.3856465 Z M50.6945218,41.1961134 C59.0243776,41.1961134 65.7764918,34.5645611 65.7764918,26.3856465 C65.7764918,18.2067319 59.0243776,11.5769694 50.6945218,11.5769694 C42.3637546,11.5769694 35.6116404,18.2067319 35.6116404,26.3856465 C35.6116404,34.5645611 42.3637546,41.1961134 50.6945218,41.1961134 L50.6945218,41.1961134 Z' id='Fill-3' fill='%23992685'/%3e%3cpath d='M55.1661568,23.6512367 C57.7419498,27.4819741 56.6235854,32.610533 52.671484,35.1036928 C48.7193826,37.5986197 43.4292542,36.5172491 40.8552841,32.6865116 L43.3080297,31.0883096 C44.9805634,33.5752851 48.4158656,34.2794128 50.982544,32.659124 C53.5483109,31.0388351 54.2747465,27.7081432 52.6031243,25.2220511 L55.1661568,23.6512367' id='Fill-1' fill='%23992685'/%3e%3cpath d='M60.8782923,20.1367824 C58.2988534,16.3078119 53.0059907,15.2326256 49.0584466,17.7310863 C45.1090796,20.231314 43.9989183,25.3616397 46.5783572,29.1888433 L49.0748529,27.6551348 C47.4014078,25.1699262 48.1223746,21.8401177 50.6863186,20.2162949 C53.2502627,18.5924722 56.6855648,19.293066 58.3626558,21.7773911 L60.8782923,20.1367824' id='Fill-2' fill='%23000'/%3e%3cpath d='M56.1423332,48.021502 C56.3437664,46.647702 57.6580953,45.531876 59.0772424,45.531876 C60.497301,45.531876 61.4825919,46.647702 61.2811587,48.021502 C61.0779026,49.3988359 59.7644851,50.5146618 58.345338,50.5146618 C56.9261909,50.5146618 55.939077,49.3988359 56.1423332,48.021502 L56.1423332,48.021502 Z M58.4738542,49.6417908 C59.3962543,49.6417908 60.2493832,48.9173433 60.3815452,48.021502 C60.5137073,47.1291946 59.8720377,46.4029801 58.9505491,46.4029801 C58.0263261,46.4029801 57.1731972,47.1291946 57.0410352,48.021502 C56.9097846,48.9173433 57.5505427,49.6417908 58.4738542,49.6417908 L58.4738542,49.6417908 Z' id='o' fill='%23992685'/%3e%3cpolyline id='l' fill='%23992685' points='52.5584626 45.6967986 53.5957069 45.6967986 52.7398437 49.4689974 55.5307418 49.4689974 55.3356888 50.3183014 51.5075464 50.3183014 52.5584626 45.6967986'/%3e%3cpath d='M45.902052,47.9851763 C46.1034852,46.5935348 47.4178141,45.4632176 48.8360498,45.4632176 C50.2561083,45.4632176 51.2423108,46.5935348 51.0399661,47.9851763 C50.8385329,49.3803977 49.5232925,50.5107149 48.1032339,50.5107149 C46.6849983,50.5107149 45.6987958,49.3803977 45.902052,47.9851763 L45.902052,47.9851763 Z M48.2326616,49.6265079 C49.1559731,49.6265079 50.009102,48.8926519 50.1412641,47.9851763 C50.2725147,47.0812805 49.6317565,46.3456346 48.708445,46.3456346 C47.7869564,46.3456346 46.9329161,47.0812805 46.7998425,47.9851763 C46.6695034,48.8926519 47.3102615,49.6265079 48.2326616,49.6265079 L48.2326616,49.6265079 Z' id='o' fill='%23992685'/%3e%3cpath d='M40.8716905,48.9341292 C41.077681,49.3210903 41.928987,49.7955151 42.7647981,49.7690109 C43.6470938,49.7433902 43.9633713,49.4986683 44.0244392,49.0896204 C44.0463143,48.9270615 44.114674,48.5568864 43.3809467,48.472073 L42.1905767,48.3439695 C40.9254667,48.182294 40.7212991,47.6848989 40.7504659,47.0744193 C40.7896588,46.2351202 41.8724763,45.5866513 43.034591,45.5725157 C44.0590748,45.5592637 44.92861,45.7783649 45.3332994,46.3128658 L44.6141555,46.7342823 C44.0189705,46.2766435 43.4830305,46.242188 42.8450068,46.2801774 C42.4011245,46.307565 41.8013822,46.4807256 41.7093245,46.8977247 C41.6446107,47.1928046 41.6601055,47.3783339 42.2972178,47.4498952 L43.8047768,47.6416087 C44.4993112,47.7193543 45.0790013,48.3528042 45.0252251,48.894373 C44.9431934,49.685081 44.2313412,50.6197951 42.5259949,50.5393991 C41.2216921,50.4784395 40.456975,49.9854617 40.1069734,49.3670308 L40.8716905,48.9341292' id='s' fill='%23992685'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-square-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eSquare-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-130.000000, -789.000000)'%3e%3cg id='Square-dark' transform='translate(130.000000, 789.000000)'%3e%3crect id='Rectangle' fill='%232996CC' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M34.3229421,27.2723301 C34.3229421,28.1885437 34.584539,28.8913592 35.1222821,29.4186408 C35.6263325,29.9120388 36.3837481,30.2643689 37.5069018,30.5287379 C40.2672141,31.1770874 40.8346297,32.0027184 40.8363526,33.0428155 C40.8363526,34.4298058 39.5428212,35.5579612 37.9524685,35.5579612 L37.9430882,35.5579612 C37.1165642,35.5579612 36.3270831,35.2396117 35.7772796,34.6838835 C35.3111335,34.2131068 35.0558539,33.6085437 35.0558539,32.9817476 L33.9152796,32.9817476 C33.9152796,33.9176699 34.2918338,34.8116505 34.9724836,35.5014563 C35.7348766,36.2719417 36.8158186,36.7129126 37.9417481,36.7129126 L37.9529471,36.7129126 C39.0191486,36.7129126 40.0220806,36.3398058 40.7784433,35.6613592 C41.5506952,34.9670874 41.9761612,34.0369903 41.9761612,33.0428155 C41.9705139,30.7051456 39.8442368,29.8913592 37.7640957,29.4030097 C35.8184383,28.9459223 35.4608363,28.3270874 35.4608363,27.2723301 C35.4608363,26.1185437 36.5732695,25.1426214 37.889869,25.1426214 C39.2357582,25.1426214 40.3284736,26.0921359 40.3284736,27.2580583 L41.4695264,27.2580583 C41.4695264,26.3638835 41.0872292,25.5305825 40.3931788,24.9143689 C39.7208564,24.3163107 38.8324987,23.9880583 37.889869,23.9880583 C35.9238237,23.9880583 34.3229421,25.461165 34.3229421,27.2723301' id='Fill-1' fill='%23FFF'/%3e%3cpath d='M44.4546801,32.1283495 C44.4546801,30.0678641 45.93333,28.518932 47.9799698,28.518932 C49.9338589,28.518932 51.4278237,30.1627184 51.4278237,32.1113592 C51.4278237,34.0597087 49.9338589,35.6726214 47.9799698,35.6726214 C45.9653955,35.6726214 44.4546801,34.1715534 44.4546801,32.1283495 M43.3512443,32.0798058 C43.3512443,34.7141748 45.3991285,36.6779612 47.9799698,36.6779612 C49.3195416,36.6779612 50.593068,36.0867961 51.3336373,34.9382524 L51.3655113,34.9382524 L51.3655113,40 L52.4664584,40 L52.4664584,27.7360194 L51.3655113,27.7360194 L51.3655113,29.2694175 L51.3336373,29.2694175 C50.593068,28.1040777 49.3195416,27.5131068 47.9799698,27.5131068 C45.4477531,27.5131068 43.3512443,29.461068 43.3512443,32.0798058' id='Fill-2' fill='%23FFF'/%3e%3cpath d='M64.7557733,32.1283495 C64.7557733,30.0678641 66.2357632,28.518932 68.2820202,28.518932 C70.2341864,28.518932 71.7279597,30.1627184 71.7279597,32.1113592 C71.7279597,34.0597087 70.2341864,35.6726214 68.2820202,35.6726214 C66.2664887,35.6726214 64.7557733,34.1715534 64.7557733,32.1283495 M63.6529118,32.0798058 C63.6529118,34.7141748 65.7003174,36.6779612 68.2820202,36.6779612 C69.6207305,36.6779612 70.8794207,36.0867961 71.6343476,34.9382524 L71.6669874,34.9382524 L71.6669874,36.4707767 L72.7682217,36.4707767 L72.7682217,27.7360194 L71.6669874,27.7360194 L71.6669874,29.2694175 L71.6343476,29.2694175 C70.894927,28.087767 69.6356625,27.5131068 68.2820202,27.5131068 C65.747602,27.5131068 63.6529118,29.461068 63.6529118,32.0798058' id='Fill-3' fill='%23FFF'/%3e%3cpath d='M76.1001612,28.9976699 L76.071063,28.9976699 L76.071063,27.7360194 L74.9680101,27.7360194 L74.9680101,36.4707767 L76.071063,36.4707767 L76.071063,31.3609709 C76.071063,29.7961165 77.0146499,28.8215534 78.5257481,28.694466 L78.5257481,27.5131068 C77.4062317,27.5927184 76.5731033,27.878932 76.1001612,28.9976699' id='Fill-4' fill='%23FFF'/%3e%3cpath d='M83.4592393,28.518932 C85.1907758,28.518932 86.5431738,29.7961165 86.8267859,31.5045631 L80.1047103,31.5045631 C80.3736776,29.7961165 81.7421562,28.518932 83.4592393,28.518932 M78.9718892,32.1113592 C78.9718892,34.6174757 80.9709572,36.6779612 83.4592393,36.6779612 C85.3643123,36.6779612 87.0634962,35.4335922 87.6928413,33.612233 L86.5280504,33.612233 C86.0564484,34.9061165 84.7651184,35.6726214 83.4431587,35.6726214 C81.7576625,35.6726214 80.1833904,34.2353398 80.1047103,32.5104854 L87.9441008,32.5104854 C87.9441008,32.398932 87.9612343,32.3029126 87.9612343,32.1917476 C87.9612343,29.6681553 85.962262,27.5131068 83.4431587,27.5131068 C80.9709572,27.5131068 78.9718892,29.62 78.9718892,32.1113592' id='Fill-5' fill='%23FFF'/%3e%3cpath d='M60.9544332,27.7072816 L60.9544332,32.3431068 C60.9544332,33.3696117 60.8138237,34.2363107 60.0539194,34.9749515 C59.5153149,35.4884466 58.9463678,35.6803883 58.2192947,35.6803883 C56.2415718,35.6803883 55.5927003,34.348835 55.5927003,32.5356311 L55.5927003,27.7072816 L54.4862015,27.7072816 L54.4862015,32.5521359 C54.4862015,33.5306796 54.6289169,34.5892233 55.2449572,35.3747573 C55.9572897,36.2894175 57.0956625,36.6905825 58.2192947,36.6905825 C59.3587204,36.6905825 60.4808212,36.1940777 60.9867859,35.1183495 L61.0182771,35.1183495 L61.0182771,36.4814563 L62.0623678,36.4814563 L62.0623678,27.7072816 L60.9544332,27.7072816' id='Fill-6' fill='%23FFF'/%3e%3cpath d='M19.7653048,27.2766019 C19.4364181,27.2766019 19.1679295,27.5492233 19.1679295,27.8826214 L19.1679295,32.1226214 C19.1679295,32.4560194 19.4364181,32.7287379 19.7653048,32.7287379 L23.9466448,32.7287379 C24.2751486,32.7287379 24.5441159,32.4560194 24.5441159,32.1226214 L24.5441159,27.8826214 C24.5441159,27.5492233 24.2751486,27.2766019 23.9466448,27.2766019 L19.7653048,27.2766019 L19.7653048,27.2766019 Z M15.5842519,35.3039806 L15.5842519,24.7013592 C15.5842519,24.1184466 16.0546096,23.6417476 16.6289169,23.6417476 L27.0833199,23.6417476 C27.6577229,23.6417476 28.127602,24.1184466 28.127602,24.7013592 L28.127602,35.3039806 C28.127602,35.8868932 27.6577229,36.3637864 27.0833199,36.3637864 L16.6289169,36.3637864 C16.0546096,36.3637864 15.5842519,35.8868932 15.5842519,35.3039806 L15.5842519,35.3039806 Z M15.2857078,20.0052427 C13.4783627,20.0052427 12,21.5049515 12,23.337767 L12,36.6673786 C12,38.5007767 13.4783627,40 15.2857078,40 L28.4267204,40 C30.2339698,40 31.7123325,38.5007767 31.7123325,36.6673786 L31.7123325,23.337767 C31.7123325,21.5049515 30.2339698,20.0052427 28.4267204,20.0052427 L15.2857078,20.0052427 L15.2857078,20.0052427 Z' id='Fill-8' fill='%23FFF'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-square {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eSquare-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-130.000000, -789.000000)'%3e%3cg id='Square-light' transform='translate(130.000000, 789.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M34.3229421,27.2723301 C34.3229421,28.1885437 34.584539,28.8913592 35.1222821,29.4186408 C35.6263325,29.9120388 36.3837481,30.2643689 37.5069018,30.5287379 C40.2672141,31.1770874 40.8346297,32.0027184 40.8363526,33.0428155 C40.8363526,34.4298058 39.5428212,35.5579612 37.9524685,35.5579612 L37.9430882,35.5579612 C37.1165642,35.5579612 36.3270831,35.2396117 35.7772796,34.6838835 C35.3111335,34.2131068 35.0558539,33.6085437 35.0558539,32.9817476 L33.9152796,32.9817476 C33.9152796,33.9176699 34.2918338,34.8116505 34.9724836,35.5014563 C35.7348766,36.2719417 36.8158186,36.7129126 37.9417481,36.7129126 L37.9529471,36.7129126 C39.0191486,36.7129126 40.0220806,36.3398058 40.7784433,35.6613592 C41.5506952,34.9670874 41.9761612,34.0369903 41.9761612,33.0428155 C41.9705139,30.7051456 39.8442368,29.8913592 37.7640957,29.4030097 C35.8184383,28.9459223 35.4608363,28.3270874 35.4608363,27.2723301 C35.4608363,26.1185437 36.5732695,25.1426214 37.889869,25.1426214 C39.2357582,25.1426214 40.3284736,26.0921359 40.3284736,27.2580583 L41.4695264,27.2580583 C41.4695264,26.3638835 41.0872292,25.5305825 40.3931788,24.9143689 C39.7208564,24.3163107 38.8324987,23.9880583 37.889869,23.9880583 C35.9238237,23.9880583 34.3229421,25.461165 34.3229421,27.2723301' id='Fill-1' fill='%23535656'/%3e%3cpath d='M44.4546801,32.1283495 C44.4546801,30.0678641 45.93333,28.518932 47.9799698,28.518932 C49.9338589,28.518932 51.4278237,30.1627184 51.4278237,32.1113592 C51.4278237,34.0597087 49.9338589,35.6726214 47.9799698,35.6726214 C45.9653955,35.6726214 44.4546801,34.1715534 44.4546801,32.1283495 M43.3512443,32.0798058 C43.3512443,34.7141748 45.3991285,36.6779612 47.9799698,36.6779612 C49.3195416,36.6779612 50.593068,36.0867961 51.3336373,34.9382524 L51.3655113,34.9382524 L51.3655113,40 L52.4664584,40 L52.4664584,27.7360194 L51.3655113,27.7360194 L51.3655113,29.2694175 L51.3336373,29.2694175 C50.593068,28.1040777 49.3195416,27.5131068 47.9799698,27.5131068 C45.4477531,27.5131068 43.3512443,29.461068 43.3512443,32.0798058' id='Fill-2' fill='%23535656'/%3e%3cpath d='M64.7557733,32.1283495 C64.7557733,30.0678641 66.2357632,28.518932 68.2820202,28.518932 C70.2341864,28.518932 71.7279597,30.1627184 71.7279597,32.1113592 C71.7279597,34.0597087 70.2341864,35.6726214 68.2820202,35.6726214 C66.2664887,35.6726214 64.7557733,34.1715534 64.7557733,32.1283495 M63.6529118,32.0798058 C63.6529118,34.7141748 65.7003174,36.6779612 68.2820202,36.6779612 C69.6207305,36.6779612 70.8794207,36.0867961 71.6343476,34.9382524 L71.6669874,34.9382524 L71.6669874,36.4707767 L72.7682217,36.4707767 L72.7682217,27.7360194 L71.6669874,27.7360194 L71.6669874,29.2694175 L71.6343476,29.2694175 C70.894927,28.087767 69.6356625,27.5131068 68.2820202,27.5131068 C65.747602,27.5131068 63.6529118,29.461068 63.6529118,32.0798058' id='Fill-3' fill='%23535656'/%3e%3cpath d='M76.1001612,28.9976699 L76.071063,28.9976699 L76.071063,27.7360194 L74.9680101,27.7360194 L74.9680101,36.4707767 L76.071063,36.4707767 L76.071063,31.3609709 C76.071063,29.7961165 77.0146499,28.8215534 78.5257481,28.694466 L78.5257481,27.5131068 C77.4062317,27.5927184 76.5731033,27.878932 76.1001612,28.9976699' id='Fill-4' fill='%23535656'/%3e%3cpath d='M83.4592393,28.518932 C85.1907758,28.518932 86.5431738,29.7961165 86.8267859,31.5045631 L80.1047103,31.5045631 C80.3736776,29.7961165 81.7421562,28.518932 83.4592393,28.518932 M78.9718892,32.1113592 C78.9718892,34.6174757 80.9709572,36.6779612 83.4592393,36.6779612 C85.3643123,36.6779612 87.0634962,35.4335922 87.6928413,33.612233 L86.5280504,33.612233 C86.0564484,34.9061165 84.7651184,35.6726214 83.4431587,35.6726214 C81.7576625,35.6726214 80.1833904,34.2353398 80.1047103,32.5104854 L87.9441008,32.5104854 C87.9441008,32.398932 87.9612343,32.3029126 87.9612343,32.1917476 C87.9612343,29.6681553 85.962262,27.5131068 83.4431587,27.5131068 C80.9709572,27.5131068 78.9718892,29.62 78.9718892,32.1113592' id='Fill-5' fill='%23535656'/%3e%3cpath d='M60.9544332,27.7072816 L60.9544332,32.3431068 C60.9544332,33.3696117 60.8138237,34.2363107 60.0539194,34.9749515 C59.5153149,35.4884466 58.9463678,35.6803883 58.2192947,35.6803883 C56.2415718,35.6803883 55.5927003,34.348835 55.5927003,32.5356311 L55.5927003,27.7072816 L54.4862015,27.7072816 L54.4862015,32.5521359 C54.4862015,33.5306796 54.6289169,34.5892233 55.2449572,35.3747573 C55.9572897,36.2894175 57.0956625,36.6905825 58.2192947,36.6905825 C59.3587204,36.6905825 60.4808212,36.1940777 60.9867859,35.1183495 L61.0182771,35.1183495 L61.0182771,36.4814563 L62.0623678,36.4814563 L62.0623678,27.7072816 L60.9544332,27.7072816' id='Fill-6' fill='%23535656'/%3e%3cpath d='M19.7653048,27.2766019 C19.4364181,27.2766019 19.1679295,27.5492233 19.1679295,27.8826214 L19.1679295,32.1226214 C19.1679295,32.4560194 19.4364181,32.7287379 19.7653048,32.7287379 L23.9466448,32.7287379 C24.2751486,32.7287379 24.5441159,32.4560194 24.5441159,32.1226214 L24.5441159,27.8826214 C24.5441159,27.5492233 24.2751486,27.2766019 23.9466448,27.2766019 L19.7653048,27.2766019 L19.7653048,27.2766019 Z M15.5842519,35.3039806 L15.5842519,24.7013592 C15.5842519,24.1184466 16.0546096,23.6417476 16.6289169,23.6417476 L27.0833199,23.6417476 C27.6577229,23.6417476 28.127602,24.1184466 28.127602,24.7013592 L28.127602,35.3039806 C28.127602,35.8868932 27.6577229,36.3637864 27.0833199,36.3637864 L16.6289169,36.3637864 C16.0546096,36.3637864 15.5842519,35.8868932 15.5842519,35.3039806 L15.5842519,35.3039806 Z M15.2857078,20.0052427 C13.4783627,20.0052427 12,21.5049515 12,23.337767 L12,36.6673786 C12,38.5007767 13.4783627,40 15.2857078,40 L28.4267204,40 C30.2339698,40 31.7123325,38.5007767 31.7123325,36.6673786 L31.7123325,23.337767 C31.7123325,21.5049515 30.2339698,20.0052427 28.4267204,20.0052427 L15.2857078,20.0052427 L15.2857078,20.0052427 Z' id='Fill-8' fill='%23535656'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-stripe-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eStripe-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-290.000000, -589.000000)'%3e%3cg id='Stripe-dark' transform='translate(290.000000, 589.000000)'%3e%3crect id='Rectangle' fill='%23008CDD' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M25.4960774,28.7000691 C24.1610199,28.2021968 23.429365,27.8149628 23.429365,27.2064521 C23.429365,26.6900479 23.8500597,26.3950585 24.599958,26.3950585 C25.9716394,26.3950585 27.3798075,26.9298564 28.3491748,27.4091968 L28.8978473,23.9979415 C28.1297058,23.6291011 26.5567987,23.0205904 24.3804889,23.0205904 C22.8442058,23.0205904 21.5638783,23.4262181 20.6495155,24.1822926 C19.6983916,24.9751543 19.2045863,26.1184628 19.2045863,27.5014415 C19.2045863,30.0091968 20.7226261,31.0787926 23.1916527,31.9822926 C24.7828031,32.5538777 25.3132323,32.9596436 25.3132323,33.5865479 C25.3132323,34.1950585 24.8010465,34.545367 23.8683031,34.545367 C22.7160907,34.545367 20.8141173,33.9737819 19.5704137,33.2362394 L19.0217412,36.6844202 C20.0824624,37.2929309 22.0576836,37.9198351 24.1061527,37.9198351 C25.7337898,37.9198351 27.0872279,37.5326011 28.0017279,36.7950585 C29.0258252,35.9836649 29.5562544,34.7851755 29.5562544,33.2362394 C29.5562544,30.6730266 28.0017279,29.6035691 25.4960774,28.7000691 L25.4960774,28.7000691 Z M38.4882323,26.6900479 L39.0369049,23.2971862 L36.1403252,23.2971862 L36.1403252,19.1783989 L32.2458473,19.8245266 L31.683458,23.2971862 L30.3136969,23.5212287 L29.8009624,26.6900479 L31.6778341,26.6900479 L31.6778341,33.3468777 C31.6778341,35.0801649 32.1167721,36.2787926 33.0128916,37.0163351 C33.7627898,37.6248457 34.8417544,37.9198351 36.3597942,37.9198351 C37.53025,37.9198351 38.2435243,37.7170904 38.7373296,37.5879202 L38.7373296,33.9921755 C38.4629934,34.0660266 37.8412102,34.1950585 37.4205155,34.1950585 C36.524396,34.1950585 36.1403252,33.7341117 36.1403252,32.6830479 L36.1403252,26.6900479 L38.4882323,26.6900479 L38.4882323,26.6900479 Z M47.1868872,23.0990053 C45.9066969,23.0990053 44.8824624,23.7766649 44.4801482,24.9936862 L44.2058119,23.2971862 L40.2371261,23.2971862 L40.2371261,37.6432394 L44.7727279,37.6432394 L44.7727279,28.3312287 C45.339781,27.6304734 46.1444093,27.3771117 47.2417544,27.3771117 C47.479604,27.3771117 47.7355597,27.3771117 48.0465199,27.4324309 L48.0465199,23.2096436 C47.7355597,23.1359309 47.4612235,23.0990053 47.1868872,23.0990053 L47.1868872,23.0990053 Z M51.4300465,21.8772819 C52.7468606,21.8772819 53.8075819,20.7894309 53.8075819,19.4617713 C53.8075819,18.1155798 52.7468606,17.0461223 51.4300465,17.0461223 C50.0948518,17.0461223 49.0341305,18.1155798 49.0341305,19.4617713 C49.0341305,20.7894309 50.0948518,21.8772819 51.4300465,21.8772819 L51.4300465,21.8772819 Z M49.143865,23.2971862 L53.6978473,23.2971862 L53.6978473,37.6432394 L49.143865,37.6432394 L49.143865,23.2971862 Z M66.6030376,24.5879202 C65.7982721,23.5368564 64.6826836,23.0205904 63.256135,23.0205904 C61.9393208,23.0205904 60.7871084,23.5737819 59.7080066,24.735484 L59.4702942,23.2971862 L55.4832279,23.2971862 L55.4832279,42.9538777 L60.0189668,42.1979415 L60.0189668,37.5879202 C60.7138606,37.8091968 61.427135,37.9198351 62.0672987,37.9198351 C63.2012677,37.9198351 64.8472854,37.6248457 66.1274757,36.2234734 C67.3527987,34.8772819 67.974719,32.7936862 67.974719,30.0461223 C67.974719,27.6120798 67.5174004,25.7681543 66.6030376,24.5879202 L66.6030376,24.5879202 Z M62.8354403,33.438984 C62.4696128,34.1397394 61.9026969,34.5085798 61.2442898,34.5085798 C60.7871084,34.5085798 60.3846571,34.4163351 60.0189668,34.231984 L60.0189668,27.4091968 C60.7871084,26.5979415 61.4820022,26.5056968 61.7380951,26.5056968 C62.8903075,26.5056968 63.4572235,27.7596436 63.4572235,30.2120798 C63.4572235,31.6134521 63.256135,32.7014415 62.8354403,33.438984 L62.8354403,33.438984 Z M80.9782588,30.3411117 C80.9782588,28.054633 80.4844535,26.2474947 79.5150863,24.9751543 C78.5274757,23.6844202 77.0460597,23.0205904 75.1623296,23.0205904 C71.3032412,23.0205904 68.9074624,25.8971862 68.9074624,30.5070691 C68.9074624,33.0886755 69.5474889,35.0248457 70.8094358,36.2602606 C71.9434049,37.3666436 73.5711792,37.9198351 75.6743783,37.9198351 C77.6129757,37.9198351 79.4053518,37.4588883 80.5393208,36.7028138 L80.0455155,33.5681543 C78.9297898,34.1766649 77.6313562,34.5085798 76.1681836,34.5085798 C75.2903075,34.5085798 74.6867677,34.3240904 74.2478296,33.9368564 C73.7722677,33.5312287 73.4979314,32.8673989 73.4065774,31.9269734 L80.9233916,31.9269734 C80.941635,31.7056968 80.9782588,30.6730266 80.9782588,30.3411117 L80.9782588,30.3411117 Z M73.3699535,29.1240904 C73.4979314,27.0772819 74.046604,26.1184628 75.0890819,26.1184628 C76.1133164,26.1184628 76.6437456,27.0958138 76.7168562,29.1240904 L73.3699535,29.1240904 L73.3699535,29.1240904 Z' id='Fill-1' fill='%23FFFFFE'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-stripe {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eStripe-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-290.000000, -589.000000)'%3e%3cg id='Stripe-light' transform='translate(290.000000, 589.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M25.4960774,28.7000691 C24.1610199,28.2021968 23.429365,27.8149628 23.429365,27.2064521 C23.429365,26.6900479 23.8500597,26.3950585 24.599958,26.3950585 C25.9716394,26.3950585 27.3798075,26.9298564 28.3491748,27.4091968 L28.8978473,23.9979415 C28.1297058,23.6291011 26.5567987,23.0205904 24.3804889,23.0205904 C22.8442058,23.0205904 21.5638783,23.4262181 20.6495155,24.1822926 C19.6983916,24.9751543 19.2045863,26.1184628 19.2045863,27.5014415 C19.2045863,30.0091968 20.7226261,31.0787926 23.1916527,31.9822926 C24.7828031,32.5538777 25.3132323,32.9596436 25.3132323,33.5865479 C25.3132323,34.1950585 24.8010465,34.545367 23.8683031,34.545367 C22.7160907,34.545367 20.8141173,33.9737819 19.5704137,33.2362394 L19.0217412,36.6844202 C20.0824624,37.2929309 22.0576836,37.9198351 24.1061527,37.9198351 C25.7337898,37.9198351 27.0872279,37.5326011 28.0017279,36.7950585 C29.0258252,35.9836649 29.5562544,34.7851755 29.5562544,33.2362394 C29.5562544,30.6730266 28.0017279,29.6035691 25.4960774,28.7000691 L25.4960774,28.7000691 Z M38.4882323,26.6900479 L39.0369049,23.2971862 L36.1403252,23.2971862 L36.1403252,19.1783989 L32.2458473,19.8245266 L31.683458,23.2971862 L30.3136969,23.5212287 L29.8009624,26.6900479 L31.6778341,26.6900479 L31.6778341,33.3468777 C31.6778341,35.0801649 32.1167721,36.2787926 33.0128916,37.0163351 C33.7627898,37.6248457 34.8417544,37.9198351 36.3597942,37.9198351 C37.53025,37.9198351 38.2435243,37.7170904 38.7373296,37.5879202 L38.7373296,33.9921755 C38.4629934,34.0660266 37.8412102,34.1950585 37.4205155,34.1950585 C36.524396,34.1950585 36.1403252,33.7341117 36.1403252,32.6830479 L36.1403252,26.6900479 L38.4882323,26.6900479 L38.4882323,26.6900479 Z M47.1868872,23.0990053 C45.9066969,23.0990053 44.8824624,23.7766649 44.4801482,24.9936862 L44.2058119,23.2971862 L40.2371261,23.2971862 L40.2371261,37.6432394 L44.7727279,37.6432394 L44.7727279,28.3312287 C45.339781,27.6304734 46.1444093,27.3771117 47.2417544,27.3771117 C47.479604,27.3771117 47.7355597,27.3771117 48.0465199,27.4324309 L48.0465199,23.2096436 C47.7355597,23.1359309 47.4612235,23.0990053 47.1868872,23.0990053 L47.1868872,23.0990053 Z M51.4300465,21.8772819 C52.7468606,21.8772819 53.8075819,20.7894309 53.8075819,19.4617713 C53.8075819,18.1155798 52.7468606,17.0461223 51.4300465,17.0461223 C50.0948518,17.0461223 49.0341305,18.1155798 49.0341305,19.4617713 C49.0341305,20.7894309 50.0948518,21.8772819 51.4300465,21.8772819 L51.4300465,21.8772819 Z M49.143865,23.2971862 L53.6978473,23.2971862 L53.6978473,37.6432394 L49.143865,37.6432394 L49.143865,23.2971862 Z M66.6030376,24.5879202 C65.7982721,23.5368564 64.6826836,23.0205904 63.256135,23.0205904 C61.9393208,23.0205904 60.7871084,23.5737819 59.7080066,24.735484 L59.4702942,23.2971862 L55.4832279,23.2971862 L55.4832279,42.9538777 L60.0189668,42.1979415 L60.0189668,37.5879202 C60.7138606,37.8091968 61.427135,37.9198351 62.0672987,37.9198351 C63.2012677,37.9198351 64.8472854,37.6248457 66.1274757,36.2234734 C67.3527987,34.8772819 67.974719,32.7936862 67.974719,30.0461223 C67.974719,27.6120798 67.5174004,25.7681543 66.6030376,24.5879202 L66.6030376,24.5879202 Z M62.8354403,33.438984 C62.4696128,34.1397394 61.9026969,34.5085798 61.2442898,34.5085798 C60.7871084,34.5085798 60.3846571,34.4163351 60.0189668,34.231984 L60.0189668,27.4091968 C60.7871084,26.5979415 61.4820022,26.5056968 61.7380951,26.5056968 C62.8903075,26.5056968 63.4572235,27.7596436 63.4572235,30.2120798 C63.4572235,31.6134521 63.256135,32.7014415 62.8354403,33.438984 L62.8354403,33.438984 Z M80.9782588,30.3411117 C80.9782588,28.054633 80.4844535,26.2474947 79.5150863,24.9751543 C78.5274757,23.6844202 77.0460597,23.0205904 75.1623296,23.0205904 C71.3032412,23.0205904 68.9074624,25.8971862 68.9074624,30.5070691 C68.9074624,33.0886755 69.5474889,35.0248457 70.8094358,36.2602606 C71.9434049,37.3666436 73.5711792,37.9198351 75.6743783,37.9198351 C77.6129757,37.9198351 79.4053518,37.4588883 80.5393208,36.7028138 L80.0455155,33.5681543 C78.9297898,34.1766649 77.6313562,34.5085798 76.1681836,34.5085798 C75.2903075,34.5085798 74.6867677,34.3240904 74.2478296,33.9368564 C73.7722677,33.5312287 73.4979314,32.8673989 73.4065774,31.9269734 L80.9233916,31.9269734 C80.941635,31.7056968 80.9782588,30.6730266 80.9782588,30.3411117 L80.9782588,30.3411117 Z M73.3699535,29.1240904 C73.4979314,27.0772819 74.046604,26.1184628 75.0890819,26.1184628 C76.1133164,26.1184628 76.6437456,27.0958138 76.7168562,29.1240904 L73.3699535,29.1240904 L73.3699535,29.1240904 Z' id='Fill-1' fill='%231A1919'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-switch-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eSwitch-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-610.000000, -689.000000)'%3e%3cg id='Switch-dark' transform='translate(610.000000, 689.000000)'%3e%3crect id='Rectangle' fill='%23129566' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M33.4759581,26.0394972 C33.4759581,17.160792 40.8068192,9.9618663 49.8512207,9.9618663 C58.8947019,9.9618663 66.2264832,17.160792 66.2264832,26.0394972 C66.2264832,34.9200096 58.8947019,42.1171282 49.8512207,42.1171282 C40.8068192,42.1171282 33.4759581,34.9200096 33.4759581,26.0394972 L33.4759581,26.0394972 Z M49.8512207,40.9930584 C58.261557,40.9930584 65.0789081,34.297434 65.0789081,26.0394972 C65.0789081,17.7815605 58.261557,11.0877432 49.8512207,11.0877432 C41.4399641,11.0877432 34.622613,17.7815605 34.622613,26.0394972 C34.622613,34.297434 41.4399641,40.9930584 49.8512207,40.9930584 L49.8512207,40.9930584 Z' id='Fill-3' fill='%23FFF'/%3e%3cpath d='M54.3660593,22.6599458 C56.9667388,26.5276947 55.837569,31.7058042 51.8472836,34.2230522 C47.8569982,36.7420842 42.5157583,35.6502658 39.9169193,31.7825169 L42.3933625,30.1688735 C44.0820557,32.6798775 47.5505487,33.3908082 50.1420256,31.7548646 C52.7325822,30.118921 53.4660364,26.7560489 51.7782635,24.245937 L54.3660593,22.6599458' id='Fill-1' fill='%23FFF'/%3e%3cpath d='M60.1333837,19.111536 C57.529023,15.2455711 52.1850223,14.1599967 48.1993382,16.6825968 C44.2118136,19.2069809 43.0909263,24.3868743 45.6952869,28.2510552 L48.2159031,26.7025284 C46.5262896,24.1933085 47.2542222,20.8313284 49.8429382,19.1918167 C52.4316543,17.5523051 55.9001473,18.2596678 57.5934419,20.7679958 L60.1333837,19.111536' id='Fill-2' fill='%23000'/%3e%3cpolyline id='h-2' fill='%23FFFFFE' points='59.068774 45.472067 59.8808222 45.472067 59.5420251 47.4309167 61.7470354 47.4309167 62.0858326 45.472067 62.8977143 45.472067 62.0830037 50.1843336 61.2711219 50.1843336 61.614412 48.1984822 59.4094016 48.1984822 59.0661116 50.1843336 58.2542298 50.1843336 59.068774 45.472067'/%3e%3cpath d='M53.5594151,47.922423 L53.5617447,47.9090165 C53.7933781,46.5693174 54.9666879,45.472067 56.3663062,45.472067 C57.2179584,45.472067 57.6803932,45.7749391 58.0483109,46.2058332 L57.420804,46.818375 C57.1116267,46.4682971 56.7563556,46.2328349 56.2281915,46.2328349 C55.3500812,46.2328349 54.5751409,46.9732098 54.4157265,47.8956101 L54.4133969,47.9090165 C54.2539825,48.831228 54.7651735,49.5785894 55.6497735,49.5785894 C56.2175416,49.5785894 56.6202377,49.3495471 57.0815077,48.9726564 L57.5098298,49.5111796 C56.9395656,50.0227011 56.35549,50.345966 55.490692,50.345966 C54.1439899,50.345966 53.325452,49.2755285 53.5594151,47.922423' id='c-3' fill='%23FFFFFE'/%3e%3cpolyline id='t-3' fill='%23FFFFFE' points='51.4344083 46.2394437 49.9687279 46.2394437 50.1015178 45.472067 53.8512501 45.472067 53.7186266 46.2394437 52.2529462 46.2394437 51.5710255 50.1843336 50.7524875 50.1843336 51.4344083 46.2394437'/%3e%3cpolyline id='i-2' fill='%23FFFFFE' points='48.4159859 45.472067 49.2280341 45.472067 48.4134899 50.1843336 47.6014417 50.1843336 48.4159859 45.472067'/%3e%3cpolyline id='w-2' fill='%23FFFFFE' points='40.4995829 45.4854735 41.3776932 45.4854735 41.8762375 48.9792652 43.617981 45.472067 44.3043947 45.472067 44.8337237 48.9792652 46.5401897 45.4854735 47.3918418 45.4854735 44.9671791 50.2313505 44.2607971 50.2313505 43.7106677 46.8451878 41.9897246 50.2313505 41.2899987 50.2313505 40.4995829 45.4854735'/%3e%3cpath d='M35.7650104,49.565183 L36.3559086,48.9726564 C36.7306488,49.3631424 37.1411658,49.585387 37.7089339,49.585387 C38.2106399,49.585387 38.5694055,49.3429383 38.6298099,48.9928605 L38.6323059,48.9794541 C38.6903807,48.6427827 38.5371232,48.4609461 37.7137596,48.2590944 C36.7719169,48.0166456 36.2687132,47.7205712 36.418809,46.8521743 L36.4211387,46.8387678 C36.5607511,46.0307943 37.3175533,45.472067 38.2351012,45.472067 C38.9085354,45.472067 39.4070798,45.6807164 39.8096094,46.0645936 L39.265637,46.6905418 C38.9043754,46.3742633 38.5176541,46.2058332 38.095156,46.2058332 C37.6197418,46.2058332 37.2994154,46.4548907 37.2459999,46.7647492 L37.2436703,46.7779668 C37.1807698,47.1416399 37.3641463,47.3032724 38.2179617,47.5185306 C39.1531483,47.7609793 39.5932851,48.1176659 39.458332,48.8986378 L39.4558359,48.9120443 C39.3034105,49.7940364 38.5327968,50.3189643 37.5623326,50.3189643 C36.8559505,50.3189643 36.2322709,50.0699068 35.7650104,49.565183' id='s-3' fill='%23FFFFFE'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-switch {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eSwitch-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-610.000000, -689.000000)'%3e%3cg id='Switch-light' transform='translate(610.000000, 689.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M33.4759581,26.0394972 C33.4759581,17.160792 40.8068192,9.9618663 49.8512207,9.9618663 C58.8947019,9.9618663 66.2264832,17.160792 66.2264832,26.0394972 C66.2264832,34.9200096 58.8947019,42.1171282 49.8512207,42.1171282 C40.8068192,42.1171282 33.4759581,34.9200096 33.4759581,26.0394972 L33.4759581,26.0394972 Z M49.8512207,40.9930584 C58.261557,40.9930584 65.0789081,34.297434 65.0789081,26.0394972 C65.0789081,17.7815605 58.261557,11.0877432 49.8512207,11.0877432 C41.4399641,11.0877432 34.622613,17.7815605 34.622613,26.0394972 C34.622613,34.297434 41.4399641,40.9930584 49.8512207,40.9930584 L49.8512207,40.9930584 Z' id='Fill-3' fill='%23129566'/%3e%3cpath d='M54.3660593,22.6599458 C56.9667388,26.5276947 55.837569,31.7058042 51.8472836,34.2230522 C47.8569982,36.7420842 42.5157583,35.6502658 39.9169193,31.7825169 L42.3933625,30.1688735 C44.0820557,32.6798775 47.5505487,33.3908082 50.1420256,31.7548646 C52.7325822,30.118921 53.4660364,26.7560489 51.7782635,24.245937 L54.3660593,22.6599458' id='Fill-1' fill='%23129566'/%3e%3cpath d='M60.1333837,19.111536 C57.529023,15.2455711 52.1850223,14.1599967 48.1993382,16.6825968 C44.2118136,19.2069809 43.0909263,24.3868743 45.6952869,28.2510552 L48.2159031,26.7025284 C46.5262896,24.1933085 47.2542222,20.8313284 49.8429382,19.1918167 C52.4316543,17.5523051 55.9001473,18.2596678 57.5934419,20.7679958 L60.1333837,19.111536' id='Fill-2' fill='%23000'/%3e%3cpolyline id='h-2' fill='%23129566' points='59.068774 45.472067 59.8808222 45.472067 59.5420251 47.4309167 61.7470354 47.4309167 62.0858326 45.472067 62.8977143 45.472067 62.0830037 50.1843336 61.2711219 50.1843336 61.614412 48.1984822 59.4094016 48.1984822 59.0661116 50.1843336 58.2542298 50.1843336 59.068774 45.472067'/%3e%3cpath d='M53.5594151,47.922423 L53.5617447,47.9090165 C53.7933781,46.5693174 54.9666879,45.472067 56.3663062,45.472067 C57.2179584,45.472067 57.6803932,45.7749391 58.0483109,46.2058332 L57.420804,46.818375 C57.1116267,46.4682971 56.7563556,46.2328349 56.2281915,46.2328349 C55.3500812,46.2328349 54.5751409,46.9732098 54.4157265,47.8956101 L54.4133969,47.9090165 C54.2539825,48.831228 54.7651735,49.5785894 55.6497735,49.5785894 C56.2175416,49.5785894 56.6202377,49.3495471 57.0815077,48.9726564 L57.5098298,49.5111796 C56.9395656,50.0227011 56.35549,50.345966 55.490692,50.345966 C54.1439899,50.345966 53.325452,49.2755285 53.5594151,47.922423' id='c-3' fill='%23129566'/%3e%3cpolyline id='t-3' fill='%23129566' points='51.4344083 46.2394437 49.9687279 46.2394437 50.1015178 45.472067 53.8512501 45.472067 53.7186266 46.2394437 52.2529462 46.2394437 51.5710255 50.1843336 50.7524875 50.1843336 51.4344083 46.2394437'/%3e%3cpolyline id='i-2' fill='%23129566' points='48.4159859 45.472067 49.2280341 45.472067 48.4134899 50.1843336 47.6014417 50.1843336 48.4159859 45.472067'/%3e%3cpolyline id='w-2' fill='%23129566' points='40.4995829 45.4854735 41.3776932 45.4854735 41.8762375 48.9792652 43.617981 45.472067 44.3043947 45.472067 44.8337237 48.9792652 46.5401897 45.4854735 47.3918418 45.4854735 44.9671791 50.2313505 44.2607971 50.2313505 43.7106677 46.8451878 41.9897246 50.2313505 41.2899987 50.2313505 40.4995829 45.4854735'/%3e%3cpath d='M35.7650104,49.565183 L36.3559086,48.9726564 C36.7306488,49.3631424 37.1411658,49.585387 37.7089339,49.585387 C38.2106399,49.585387 38.5694055,49.3429383 38.6298099,48.9928605 L38.6323059,48.9794541 C38.6903807,48.6427827 38.5371232,48.4609461 37.7137596,48.2590944 C36.7719169,48.0166456 36.2687132,47.7205712 36.418809,46.8521743 L36.4211387,46.8387678 C36.5607511,46.0307943 37.3175533,45.472067 38.2351012,45.472067 C38.9085354,45.472067 39.4070798,45.6807164 39.8096094,46.0645936 L39.265637,46.6905418 C38.9043754,46.3742633 38.5176541,46.2058332 38.095156,46.2058332 C37.6197418,46.2058332 37.2994154,46.4548907 37.2459999,46.7647492 L37.2436703,46.7779668 C37.1807698,47.1416399 37.3641463,47.3032724 38.2179617,47.5185306 C39.1531483,47.7609793 39.5932851,48.1176659 39.458332,48.8986378 L39.4558359,48.9120443 C39.3034105,49.7940364 38.5327968,50.3189643 37.5623326,50.3189643 C36.8559505,50.3189643 36.2322709,50.0699068 35.7650104,49.565183' id='s-3' fill='%23129566'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-ukash-dark {
	background-image: url([object Module]);
}
.payment-ukash {
	background-image: url([object Module]);
}
.payment-unionpay-dark {
	background-image: url([object Module]);
}
.payment-unionpay {
	background-image: url([object Module]);
}
.payment-verifone-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eVerifone-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-610.000000, -1089.000000)'%3e%3cg id='Verifone-dark' transform='translate(610.000000, 1089.000000)'%3e%3crect id='Rectangle' fill='%231A1919' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M43.128744,25.6478017 L46.2105051,25.6478017 L46.7059317,23.161681 L43.6236519,23.161681 L43.128744,25.6478017 L43.128744,25.6478017 Z M42.8094403,27.2468534 L45.8919795,27.2468534 L43.9338771,37.0630603 C43.7909556,37.1127155 43.3497406,37.2872845 42.7404437,37.2872845 C41.9181911,37.2872845 41.1638976,36.9681466 41.1638976,35.836681 C41.1638976,35.6238362 41.1885392,35.3815086 41.243529,35.1060776 C41.8559386,32.0429741 42.8094403,27.2468534 42.8094403,27.2468534 L42.8094403,27.2468534 Z M73.4151331,27.0226293 C71.3636519,27.0226293 70.5481433,28.2190086 70.1652901,28.9472845 L70.1289761,28.9472845 L70.247256,27.2489224 L67.2012901,27.2489224 C67.1813174,27.6223707 67.0495495,28.7996121 66.8542321,29.8149569 C66.8542321,29.8149569 66.1507782,33.3779741 66.0177133,34.0602155 C65.9162935,34.5813362 65.7308328,35.3517672 65.7308328,35.7989224 C65.7308328,36.7509052 66.215884,37.2875431 67.298041,37.2875431 C67.9050034,37.2875431 68.342587,37.1222845 68.5018498,37.0630603 L69.5204573,31.9509052 C69.8029283,30.5393534 70.8282799,29.6155603 72.0473925,29.6155603 C73.0309829,29.6155603 73.5012491,30.3298707 73.5012491,30.9138362 C73.5012491,31.4220259 73.3731126,31.9853017 73.2740273,32.4834052 L72.8359249,34.6726293 C72.7837884,34.9353879 72.6722526,35.4402155 72.6722526,35.8361638 C72.6722526,36.8039224 73.2203345,37.2875431 74.2612491,37.2875431 C74.8295631,37.2875431 75.1898498,37.1460776 75.4450853,37.0630603 L76.3591604,32.4803017 C76.5573311,31.4445259 76.6304778,30.8990948 76.6304778,30.2398707 C76.6304778,28.3421121 75.5158976,27.0226293 73.4151331,27.0226293 L73.4151331,27.0226293 Z M59.7237201,29.39625 C58.0008805,29.39625 57.0466007,31.1499569 57.0466007,32.713319 C57.0466007,34.0317672 57.644744,34.9146983 59.0041843,34.9146983 C60.5410444,34.9146983 61.7438157,33.6125431 61.7438157,31.3899569 C61.7438157,30.3730603 61.2001433,29.39625 59.7237201,29.39625 L59.7237201,29.39625 Z M58.8153515,37.2878017 C55.5151877,37.2878017 53.9360478,35.3171121 53.9360478,32.8051293 C53.9360478,29.3584914 56.3127986,27.0226293 59.9856997,27.0226293 C63.1725119,27.0226293 64.864744,28.9439224 64.864744,31.4114224 C64.864744,35.1089224 62.3261365,37.2878017 58.8153515,37.2878017 L58.8153515,37.2878017 Z M47.2732082,34.9242672 C47.2029147,35.2775431 47.1585597,35.5250431 47.1585597,35.829181 C47.1585597,36.9544397 47.9138908,37.2875431 48.7143549,37.2875431 C49.3545188,37.2875431 49.7506007,37.1132328 49.8955973,37.0630603 L51.3774676,29.6222845 L53.7739317,29.6220259 L54.2470512,27.2468534 L51.8508464,27.2471121 L51.9673106,26.6621121 C52.184157,25.5650431 52.7026689,25.0827155 53.5996246,25.0827155 C54.1985461,25.0827155 54.6830785,25.18875 54.8514198,25.2324569 L55.3024915,22.9739224 C55.1102867,22.9255603 54.224744,22.7096121 52.9140683,22.7096121 C50.8254949,22.7096121 49.4572355,23.9727155 49.0525939,26.0070259 L48.8048805,27.2468534 L47.2446758,27.2468534 L46.7712969,29.6220259 L48.3325392,29.6220259 C48.3325392,29.6220259 47.7167577,32.6985776 47.2732082,34.9242672 L47.2732082,34.9242672 Z M40.1779727,27.0228879 C38.6309966,27.0228879 37.7802116,28.0925431 37.4474198,28.9457328 L37.411884,28.9457328 L37.530942,27.2468534 L34.4836792,27.2468534 C34.4567031,27.8357328 34.3329761,28.8314224 34.0224915,30.3968534 C33.7078567,31.9832328 33.4012628,33.5657328 33.0848123,35.105819 C33.0306007,35.3690948 33.0064778,35.626681 33.0064778,35.8446983 C33.0064778,36.6513362 33.4067099,37.2867672 34.5895085,37.2867672 C35.1754608,37.2867672 35.5824369,37.1352155 35.7777543,37.0630603 L36.6843072,32.5123707 C37.0108737,30.7713362 37.6040887,29.6202155 39.3251126,29.6202155 C40.1079386,29.6202155 40.8515973,29.7865086 41.0074881,29.8320259 L41.5291126,27.21375 C41.4165392,27.1749569 40.9646894,27.0228879 40.1779727,27.0228879 L40.1779727,27.0228879 Z M84.8838703,31.2254741 C85.0488396,30.3254741 84.5230648,29.39625 83.3348191,29.39625 C81.8838157,29.39625 81.2465051,30.3834052 80.961959,31.2254741 L84.8838703,31.2254741 L84.8838703,31.2254741 Z M86.2593925,34.8782328 C86.2593925,36.2434914 84.9318567,37.2903879 82.5810444,37.2903879 C79.3319795,37.2903879 77.7432423,35.2749569 77.7432423,32.8077155 C77.7432423,30.3585776 79.3758157,27.0252155 83.3607577,27.0252155 C85.9880751,27.0252155 87.9526621,28.3250431 87.9526621,31.3007328 C87.9526621,32.0326293 87.7889898,32.8281466 87.7186962,33.1467672 L80.7347372,33.1467672 C80.7230648,33.860819 81.3274334,35.098319 83.7550239,35.098319 C84.8369215,35.098319 86.062,34.7176293 86.2593925,34.6206466 L86.2593925,34.8782328 L86.2593925,34.8782328 Z M29.1927304,31.2254741 C29.3574403,30.3254741 28.8316655,29.39625 27.6434198,29.39625 C26.1924164,29.39625 25.5553652,30.3834052 25.2705597,31.2254741 L29.1927304,31.2254741 L29.1927304,31.2254741 Z M30.5679932,34.8782328 C30.5679932,36.2434914 29.2404573,37.2903879 26.8899044,37.2903879 C23.6405802,37.2903879 22.0521024,35.2749569 22.0521024,32.8077155 C22.0521024,30.3585776 23.6844164,27.0252155 27.6696177,27.0252155 C30.2969352,27.0252155 32.2615222,28.3250431 32.2615222,31.3007328 C32.2615222,32.0326293 32.0978498,32.8281466 32.0272969,33.1467672 L25.0435973,33.1467672 C25.0319249,33.860819 25.6360341,35.098319 28.0636246,35.098319 C29.1455222,35.098319 30.3706007,34.7176293 30.5679932,34.6206466 L30.5679932,34.8782328 L30.5679932,34.8782328 Z M12.0473379,23.9067672 L15.1480341,23.9067672 L15.1480341,33.6668534 C15.1480341,35.1345259 15.8815768,35.88375 17.0591877,35.88375 C17.1792833,35.88375 17.2500956,35.8684914 17.2734403,35.8628017 C16.7572628,36.6407328 16.0880478,37.27875 14.5514471,37.27875 C12.9256177,37.27875 12.0473379,36.1547845 12.0473379,34.4680603 L12.0473379,23.9067672 L12.0473379,23.9067672 Z' id='Fill-1' fill='%23FFF'/%3e%3cpath d='M16.0117884,32.65875 L16.0117884,33.6831466 C16.0117884,34.6726293 16.5484573,35.0271983 17.1344096,35.0271983 C17.7333311,35.0271983 18.0539317,34.6227155 18.3480751,34.1628879 C18.8409078,33.3929741 24.8633242,23.9067672 24.8633242,23.9067672 L21.6404573,23.9067672 L16.0117884,32.65875' id='Fill-2' fill='%2300A3DA'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-verifone {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eVerifone-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-610.000000, -1089.000000)'%3e%3cg id='Verifone-light' transform='translate(610.000000, 1089.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M43.128744,25.6478017 L46.2105051,25.6478017 L46.7059317,23.161681 L43.6236519,23.161681 L43.128744,25.6478017 L43.128744,25.6478017 Z M42.8094403,27.2468534 L45.8919795,27.2468534 L43.9338771,37.0630603 C43.7909556,37.1127155 43.3497406,37.2872845 42.7404437,37.2872845 C41.9181911,37.2872845 41.1638976,36.9681466 41.1638976,35.836681 C41.1638976,35.6238362 41.1885392,35.3815086 41.243529,35.1060776 C41.8559386,32.0429741 42.8094403,27.2468534 42.8094403,27.2468534 L42.8094403,27.2468534 Z M73.4151331,27.0226293 C71.3636519,27.0226293 70.5481433,28.2190086 70.1652901,28.9472845 L70.1289761,28.9472845 L70.247256,27.2489224 L67.2012901,27.2489224 C67.1813174,27.6223707 67.0495495,28.7996121 66.8542321,29.8149569 C66.8542321,29.8149569 66.1507782,33.3779741 66.0177133,34.0602155 C65.9162935,34.5813362 65.7308328,35.3517672 65.7308328,35.7989224 C65.7308328,36.7509052 66.215884,37.2875431 67.298041,37.2875431 C67.9050034,37.2875431 68.342587,37.1222845 68.5018498,37.0630603 L69.5204573,31.9509052 C69.8029283,30.5393534 70.8282799,29.6155603 72.0473925,29.6155603 C73.0309829,29.6155603 73.5012491,30.3298707 73.5012491,30.9138362 C73.5012491,31.4220259 73.3731126,31.9853017 73.2740273,32.4834052 L72.8359249,34.6726293 C72.7837884,34.9353879 72.6722526,35.4402155 72.6722526,35.8361638 C72.6722526,36.8039224 73.2203345,37.2875431 74.2612491,37.2875431 C74.8295631,37.2875431 75.1898498,37.1460776 75.4450853,37.0630603 L76.3591604,32.4803017 C76.5573311,31.4445259 76.6304778,30.8990948 76.6304778,30.2398707 C76.6304778,28.3421121 75.5158976,27.0226293 73.4151331,27.0226293 L73.4151331,27.0226293 Z M59.7237201,29.39625 C58.0008805,29.39625 57.0466007,31.1499569 57.0466007,32.713319 C57.0466007,34.0317672 57.644744,34.9146983 59.0041843,34.9146983 C60.5410444,34.9146983 61.7438157,33.6125431 61.7438157,31.3899569 C61.7438157,30.3730603 61.2001433,29.39625 59.7237201,29.39625 L59.7237201,29.39625 Z M58.8153515,37.2878017 C55.5151877,37.2878017 53.9360478,35.3171121 53.9360478,32.8051293 C53.9360478,29.3584914 56.3127986,27.0226293 59.9856997,27.0226293 C63.1725119,27.0226293 64.864744,28.9439224 64.864744,31.4114224 C64.864744,35.1089224 62.3261365,37.2878017 58.8153515,37.2878017 L58.8153515,37.2878017 Z M47.2732082,34.9242672 C47.2029147,35.2775431 47.1585597,35.5250431 47.1585597,35.829181 C47.1585597,36.9544397 47.9138908,37.2875431 48.7143549,37.2875431 C49.3545188,37.2875431 49.7506007,37.1132328 49.8955973,37.0630603 L51.3774676,29.6222845 L53.7739317,29.6220259 L54.2470512,27.2468534 L51.8508464,27.2471121 L51.9673106,26.6621121 C52.184157,25.5650431 52.7026689,25.0827155 53.5996246,25.0827155 C54.1985461,25.0827155 54.6830785,25.18875 54.8514198,25.2324569 L55.3024915,22.9739224 C55.1102867,22.9255603 54.224744,22.7096121 52.9140683,22.7096121 C50.8254949,22.7096121 49.4572355,23.9727155 49.0525939,26.0070259 L48.8048805,27.2468534 L47.2446758,27.2468534 L46.7712969,29.6220259 L48.3325392,29.6220259 C48.3325392,29.6220259 47.7167577,32.6985776 47.2732082,34.9242672 L47.2732082,34.9242672 Z M40.1779727,27.0228879 C38.6309966,27.0228879 37.7802116,28.0925431 37.4474198,28.9457328 L37.411884,28.9457328 L37.530942,27.2468534 L34.4836792,27.2468534 C34.4567031,27.8357328 34.3329761,28.8314224 34.0224915,30.3968534 C33.7078567,31.9832328 33.4012628,33.5657328 33.0848123,35.105819 C33.0306007,35.3690948 33.0064778,35.626681 33.0064778,35.8446983 C33.0064778,36.6513362 33.4067099,37.2867672 34.5895085,37.2867672 C35.1754608,37.2867672 35.5824369,37.1352155 35.7777543,37.0630603 L36.6843072,32.5123707 C37.0108737,30.7713362 37.6040887,29.6202155 39.3251126,29.6202155 C40.1079386,29.6202155 40.8515973,29.7865086 41.0074881,29.8320259 L41.5291126,27.21375 C41.4165392,27.1749569 40.9646894,27.0228879 40.1779727,27.0228879 L40.1779727,27.0228879 Z M84.8838703,31.2254741 C85.0488396,30.3254741 84.5230648,29.39625 83.3348191,29.39625 C81.8838157,29.39625 81.2465051,30.3834052 80.961959,31.2254741 L84.8838703,31.2254741 L84.8838703,31.2254741 Z M86.2593925,34.8782328 C86.2593925,36.2434914 84.9318567,37.2903879 82.5810444,37.2903879 C79.3319795,37.2903879 77.7432423,35.2749569 77.7432423,32.8077155 C77.7432423,30.3585776 79.3758157,27.0252155 83.3607577,27.0252155 C85.9880751,27.0252155 87.9526621,28.3250431 87.9526621,31.3007328 C87.9526621,32.0326293 87.7889898,32.8281466 87.7186962,33.1467672 L80.7347372,33.1467672 C80.7230648,33.860819 81.3274334,35.098319 83.7550239,35.098319 C84.8369215,35.098319 86.062,34.7176293 86.2593925,34.6206466 L86.2593925,34.8782328 L86.2593925,34.8782328 Z M29.1927304,31.2254741 C29.3574403,30.3254741 28.8316655,29.39625 27.6434198,29.39625 C26.1924164,29.39625 25.5553652,30.3834052 25.2705597,31.2254741 L29.1927304,31.2254741 L29.1927304,31.2254741 Z M30.5679932,34.8782328 C30.5679932,36.2434914 29.2404573,37.2903879 26.8899044,37.2903879 C23.6405802,37.2903879 22.0521024,35.2749569 22.0521024,32.8077155 C22.0521024,30.3585776 23.6844164,27.0252155 27.6696177,27.0252155 C30.2969352,27.0252155 32.2615222,28.3250431 32.2615222,31.3007328 C32.2615222,32.0326293 32.0978498,32.8281466 32.0272969,33.1467672 L25.0435973,33.1467672 C25.0319249,33.860819 25.6360341,35.098319 28.0636246,35.098319 C29.1455222,35.098319 30.3706007,34.7176293 30.5679932,34.6206466 L30.5679932,34.8782328 L30.5679932,34.8782328 Z M12.0473379,23.9067672 L15.1480341,23.9067672 L15.1480341,33.6668534 C15.1480341,35.1345259 15.8815768,35.88375 17.0591877,35.88375 C17.1792833,35.88375 17.2500956,35.8684914 17.2734403,35.8628017 C16.7572628,36.6407328 16.0880478,37.27875 14.5514471,37.27875 C12.9256177,37.27875 12.0473379,36.1547845 12.0473379,34.4680603 L12.0473379,23.9067672 L12.0473379,23.9067672 Z' id='Fill-1' fill='%231A1919'/%3e%3cpath d='M16.0117884,32.65875 L16.0117884,33.6831466 C16.0117884,34.6726293 16.5484573,35.0271983 17.1344096,35.0271983 C17.7333311,35.0271983 18.0539317,34.6227155 18.3480751,34.1628879 C18.8409078,33.3929741 24.8633242,23.9067672 24.8633242,23.9067672 L21.6404573,23.9067672 L16.0117884,32.65875' id='Fill-2' fill='%2300A3DA'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-verisign-dark {
	background-image: url([object Module]);
}
.payment-verisign {
	background-image: url([object Module]);
}
.payment-visa-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eVisa-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-130.000000, -164.000000)'%3e%3cg id='Visa-dark' transform='translate(130.000000, 164.000000)'%3e%3crect id='Rectangle' fill='%2326337A' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpolyline id='Fill-3' fill='%23FFFFFE' points='41.4899908 39.5467606 44.5647281 20.4726761 49.4795853 20.4726761 46.405129 39.5467606 41.4899908 39.5467606'/%3e%3cpath d='M64.232871,20.9408451 C63.2610876,20.5580282 61.7327143,20.1405634 59.8287834,20.1405634 C54.9695853,20.1405634 51.5490876,22.7290141 51.5206959,26.435493 C51.4897742,29.1771831 53.9615392,30.7061972 55.8249908,31.6174648 C57.7401659,32.5515493 58.3836175,33.1492958 58.3760276,33.984507 C58.3628157,35.2619718 56.8473733,35.8473239 55.4342535,35.8473239 C53.4665115,35.8473239 52.4210783,35.5591549 50.8047189,34.8470423 L50.1725115,34.5433803 L49.4852074,38.8129577 C50.6312765,39.3442254 52.7558756,39.8053521 54.960871,39.8295775 C60.1250691,39.8295775 63.4806313,37.2723944 63.5199862,33.3143662 C63.5376959,31.1402817 62.228023,29.4923944 59.3916636,28.131831 C57.674106,27.2473239 56.6199585,26.6614085 56.6320461,25.7661972 C56.6331705,24.9735211 57.5225899,24.1247887 59.4476037,24.1247887 C61.0552488,24.0988732 62.2190276,24.4701408 63.1258756,24.8577465 L63.567212,25.0757746 L64.232871,20.9408451' id='Fill-4' fill='%23FFFFFE'/%3e%3cpath d='M70.7772995,32.7842254 C71.1846221,31.6878873 72.7352028,27.4526761 72.7352028,27.4526761 C72.70653,27.5030986 73.1402765,26.3478873 73.3884931,25.6329577 L73.7201982,27.2780282 C73.7201982,27.2780282 74.6633088,31.8307042 74.857553,32.7842254 L70.7772995,32.7842254 L70.7772995,32.7842254 Z M76.8407558,20.4921127 L73.0424516,20.4921127 C71.8643364,20.4921127 70.9825069,20.8295775 70.4663963,22.0732394 L63.1674793,39.5535211 L68.3297097,39.5535211 C68.3297097,39.5535211 69.1719032,37.2019718 69.3630553,36.6859155 C69.9261106,36.6859155 74.9421659,36.6957746 75.6581429,36.6957746 C75.8054424,37.3614085 76.2566175,39.5535211 76.2566175,39.5535211 L80.8184055,39.5535211 L76.8407558,20.4921127 L76.8407558,20.4921127 Z' id='Fill-5' fill='%23FFFFFE'/%3e%3cpath d='M37.3667281,20.4887324 L32.5561613,33.4926761 L32.040894,30.8492958 C31.144447,27.803662 28.3539078,24.5025352 25.2325069,22.8484507 L29.6335023,39.5301408 L34.8350876,39.5270423 L42.5750599,20.4887324 L37.3667281,20.4887324' id='Fill-6' fill='%23FFFFFE'/%3e%3cpath d='M28.0905115,20.4757746 L20.1647281,20.4757746 L20.0995115,20.8709859 C26.2666959,22.4509859 30.3472304,26.2647887 32.040894,30.8492958 L30.3185576,22.0850704 C30.0214286,20.876338 29.157871,20.5180282 28.0905115,20.4757746' id='Fill-7' fill='%23EC982D'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-visa {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eVisa-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-130.000000, -164.000000)'%3e%3cg id='Visa-light' transform='translate(130.000000, 164.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpolyline id='Fill-1' fill='%2326337A' points='41.4899908 39.5467606 44.5647281 20.4726761 49.4795853 20.4726761 46.405129 39.5467606 41.4899908 39.5467606'/%3e%3cpath d='M64.232871,20.9408451 C63.2610876,20.5580282 61.7327143,20.1405634 59.8287834,20.1405634 C54.9695853,20.1405634 51.5490876,22.7290141 51.5206959,26.435493 C51.4897742,29.1771831 53.9615392,30.7061972 55.8249908,31.6174648 C57.7401659,32.5515493 58.3836175,33.1492958 58.3760276,33.984507 C58.3628157,35.2619718 56.8473733,35.8473239 55.4342535,35.8473239 C53.4665115,35.8473239 52.4210783,35.5591549 50.8047189,34.8470423 L50.1725115,34.5433803 L49.4852074,38.8129577 C50.6312765,39.3442254 52.7558756,39.8053521 54.960871,39.8295775 C60.1250691,39.8295775 63.4806313,37.2723944 63.5199862,33.3143662 C63.5376959,31.1402817 62.228023,29.4923944 59.3916636,28.131831 C57.674106,27.2473239 56.6199585,26.6614085 56.6320461,25.7661972 C56.6331705,24.9735211 57.5225899,24.1247887 59.4476037,24.1247887 C61.0552488,24.0988732 62.2190276,24.4701408 63.1258756,24.8577465 L63.567212,25.0757746 L64.232871,20.9408451' id='Fill-2' fill='%2326337A'/%3e%3cpath d='M70.7772995,32.7842254 C71.1846221,31.6878873 72.7352028,27.4526761 72.7352028,27.4526761 C72.70653,27.5030986 73.1402765,26.3478873 73.3884931,25.6329577 L73.7201982,27.2780282 C73.7201982,27.2780282 74.6633088,31.8307042 74.857553,32.7842254 L70.7772995,32.7842254 L70.7772995,32.7842254 Z M76.8407558,20.4921127 L73.0424516,20.4921127 C71.8643364,20.4921127 70.9825069,20.8295775 70.4663963,22.0732394 L63.1674793,39.5535211 L68.3297097,39.5535211 C68.3297097,39.5535211 69.1719032,37.2019718 69.3630553,36.6859155 C69.9261106,36.6859155 74.9421659,36.6957746 75.6581429,36.6957746 C75.8054424,37.3614085 76.2566175,39.5535211 76.2566175,39.5535211 L80.8184055,39.5535211 L76.8407558,20.4921127 L76.8407558,20.4921127 Z' id='Fill-3' fill='%2326337A'/%3e%3cpath d='M37.3667281,20.4887324 L32.5561613,33.4926761 L32.040894,30.8492958 C31.144447,27.803662 28.3539078,24.5025352 25.2325069,22.8484507 L29.6335023,39.5301408 L34.8350876,39.5270423 L42.5750599,20.4887324 L37.3667281,20.4887324' id='Fill-4' fill='%2326337A'/%3e%3cpath d='M28.0905115,20.4757746 L20.1647281,20.4757746 L20.0995115,20.8709859 C26.2666959,22.4509859 30.3472304,26.2647887 32.040894,30.8492958 L30.3185576,22.0850704 C30.0214286,20.876338 29.157871,20.5180282 28.0905115,20.4757746' id='Fill-5' fill='%23EC982D'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-webmoney-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eWebMoney-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-450.000000, -989.000000)'%3e%3cg id='WebMoney-dark' transform='translate(450.000000, 989.000000)'%3e%3crect id='Rectangle' fill='%230068A3' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M79.8755668,20.0887 C81.4435264,20.0887 82.9284635,20.4511 84.2509824,21.0945 C84.4587406,21.1923 84.6658942,21.2999 84.8736524,21.4187 L83.9543577,22.2353 L82.573199,20.8179 L80.2421159,22.8815 L78.8575315,21.3817 L74.5151637,25.2665 L77.2990428,28.3115 L76.2050378,29.2665 L78.9470025,32.3161 L77.8594458,33.2689 L81.7776322,37.5975 L84.1034761,35.4723 L86.1143577,37.7497 C85.7143577,38.0583 85.2786902,38.3487 84.7986902,38.6171 C83.3445844,39.4401 81.6639798,39.9113 79.8755668,39.9113 C74.3755164,39.9113 69.8896725,35.4585 69.8896725,30.0003 C69.8896725,24.5409 74.3755164,20.0887 79.8755668,20.0887' id='Fill-1' fill='%23FFF'/%3e%3cpolyline id='Fill-2' fill='%23FFF' points='78.0557179 29.3737 80.4303275 27.2513 82.5685642 29.6087 80.1941562 31.7303 78.0557179 29.3737'/%3e%3cpolyline id='Fill-3' fill='%23FFF' points='79.7441814 33.4461 82.1189924 31.3243 84.2574307 33.6811 81.8828212 35.8035 79.7441814 33.4461'/%3e%3cpolyline id='Fill-4' fill='%23FFF' points='76.3565743 25.3489 78.7311839 23.2271 80.8688161 25.5839 78.4942065 27.7057 76.3565743 25.3489'/%3e%3cpolyline id='Fill-5' fill='%23FFF' points='80.7140554 24.2067 82.4950126 22.6155 84.0984383 24.3831 82.3174811 25.9749 80.7140554 24.2067'/%3e%3cpolyline id='Fill-6' fill='%23FFF' points='83.8783879 31.4965 85.6599496 29.9047 87.2633753 31.6727 85.4824181 33.2641 83.8783879 31.4965'/%3e%3cpolyline id='Fill-7' fill='%23FFF' points='85.4451385 35.0669 87.2256927 33.4749 88.8295214 35.2425 87.0485642 36.8339 85.4451385 35.0669'/%3e%3cpolyline id='Fill-8' fill='%23FFF' points='86.1625189 26.8839 87.3498237 25.8229 88.4186398 27.0013 87.2319395 28.0621 86.1625189 26.8839'/%3e%3cpolyline id='Fill-9' fill='%23FFF' points='84.6455416 23.3825 85.8328463 22.3217 86.901864 23.5001 85.7143577 24.5609 84.6455416 23.3825'/%3e%3cpolyline id='Fill-10' fill='%23FFF' points='87.6805038 30.3851 88.8678086 29.3241 89.9368262 30.5023 88.7495214 31.5633 87.6805038 30.3851'/%3e%3cpolyline id='Fill-11' fill='%23FFF' points='82.3557683 27.7615 84.1365239 26.1695 85.7399496 27.9371 83.959597 29.5285 82.3557683 27.7615'/%3e%3cpolyline id='Fill-12' fill='%23FFF' points='14.7233249 28.2915 14.6435264 28.2915 13.1392443 33.9347 11.9090176 33.9347 10.0631738 25.9167 11.3391436 25.9167 12.6153149 31.8991 12.6951134 31.8991 14.1762217 25.9167 15.1902267 25.9167 16.7743073 31.8991 16.8537028 31.8991 18.0158186 25.9167 19.3490176 25.9167 17.5029723 33.9347 16.2725441 33.9347 14.7233249 28.2915'/%3e%3cpath d='M24.3978841,32.6905 L24.3978841,33.5499 C23.8852393,33.8443 23.2017128,34.0705 22.3811587,34.0705 C20.467204,34.0705 19.6811083,32.8943 19.6811083,31.1073 C19.6811083,29.3887 20.5584887,28.1447 22.2675063,28.1447 C23.6913854,28.1447 24.5687657,29.0609 24.5687657,30.9039 L24.5687657,31.3221 L20.8547103,31.3221 C20.8547103,32.6789 21.4128967,33.2785 22.5864987,33.2785 C23.2017128,33.2785 23.7711839,33.0637 24.3978841,32.6905 L24.3978841,32.6905 Z M20.8776826,30.5647 L23.4862469,30.5647 C23.4298237,29.3771 22.8484635,28.9025 22.2332494,28.9025 C21.5378338,28.9025 21.0026196,29.4341 20.8776826,30.5647 L20.8776826,30.5647 Z' id='Fill-13' fill='%23FFF'/%3e%3cpath d='M26.7902267,28.5633 C27.1319899,28.3823 27.7129471,28.1447 28.3283627,28.1447 C29.7409572,28.1447 30.5044836,29.1173 30.5044836,30.9271 C30.5044836,33.0413 29.4793955,34.0705 27.827204,34.0705 C27.223073,34.0705 26.2888665,33.8783 25.6051385,33.5159 L25.6051385,25.6231 L26.7902267,25.3403 L26.7902267,28.5633 L26.7902267,28.5633 Z M26.7789421,33.0977 C27.1432746,33.2561 27.542267,33.2785 27.827204,33.2785 C28.6703275,33.2785 29.3083123,32.7585 29.3083123,30.9271 C29.3083123,29.4905 28.7841814,29.0269 28.0208564,29.0269 C27.5648363,29.0269 27.2347607,29.1513 26.7789421,29.4001 L26.7789421,33.0977 L26.7789421,33.0977 Z' id='Fill-14' fill='%23FFF'/%3e%3cpolyline id='Fill-15' fill='%23FFF' points='35.6885642 32.2383 35.7457935 32.2383 38.1838791 25.9167 39.5968766 25.9167 39.5968766 33.9347 38.3664484 33.9347 38.3664484 28.1221 38.2636776 28.1221 35.9392443 33.9347 35.2103778 33.9347 32.8857431 28.2579 32.7833753 28.2579 32.7833753 33.9347 31.7578841 33.9347 31.7578841 25.9167 33.1364232 25.9167 35.6885642 32.2383'/%3e%3cpath d='M40.8500756,31.1073 C40.8500756,29.1283 41.9438791,28.1447 43.4477582,28.1447 C44.9518388,28.1447 46.0458438,29.1283 46.0458438,31.1073 C46.0458438,33.0413 45.0088665,34.0705 43.4477582,34.0705 C41.8866499,34.0705 40.8500756,33.0413 40.8500756,31.1073 L40.8500756,31.1073 Z M44.8492695,31.1073 C44.8492695,29.5809 44.2223678,28.9365 43.4477582,28.9365 C42.6957179,28.9365 42.0462469,29.5809 42.0462469,31.1073 C42.0462469,32.6571 42.6390932,33.2785 43.4477582,33.2785 C44.2566247,33.2785 44.8492695,32.6571 44.8492695,31.1073 L44.8492695,31.1073 Z' id='Fill-16' fill='%23FFF'/%3e%3cpath d='M47.1279597,28.9815 C47.6406045,28.6761 48.7233249,28.1447 50.0329471,28.1447 C51.400806,28.1447 51.9130479,28.6761 51.9130479,29.8407 L51.9130479,33.9347 L50.7281612,33.9347 L50.7281612,30.1011 C50.7281612,29.2077 50.2842317,29.0493 49.7032746,29.0493 C49.2472544,29.0493 48.6660957,29.2533 48.3130479,29.4565 L48.3130479,33.9347 L47.1279597,33.9347 L47.1279597,28.9815' id='Fill-17' fill='%23FFF'/%3e%3cpath d='M57.6893703,32.6905 L57.6893703,33.5499 C57.176927,33.8443 56.493602,34.0705 55.6728463,34.0705 C53.7590932,34.0705 52.972796,32.8943 52.972796,31.1073 C52.972796,29.3887 53.8503778,28.1447 55.559194,28.1447 C56.9836776,28.1447 57.8612594,29.0609 57.8612594,30.9039 L57.8612594,31.3221 L54.146801,31.3221 C54.146801,32.6789 54.7049874,33.2785 55.8783879,33.2785 C56.493602,33.2785 57.0632746,33.0637 57.6893703,32.6905 L57.6893703,32.6905 Z M54.1693703,30.5647 L56.7783375,30.5647 C56.7217128,29.3771 56.1401511,28.9025 55.524937,28.9025 C54.8297229,28.9025 54.2949118,29.4341 54.1693703,30.5647 L54.1693703,30.5647 Z' id='Fill-18' fill='%23FFF'/%3e%3cpath d='M62.2930982,28.3369 L63.5122418,28.3369 L61.4497733,33.9911 C60.8798992,35.5519 60.1846851,36.3657 58.875063,36.3657 L58.875063,35.4389 C59.6498741,35.4389 60.1278589,34.8277 60.4017128,33.9911 L58.2141058,28.3369 L59.4675063,28.3369 L60.9258438,32.4981 L60.9937531,32.4981 L62.2930982,28.3369' id='Fill-19' fill='%23FFF'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-webmoney {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eWebMoney-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-451.000000, -989.000000)'%3e%3cg id='WebMoney-light' transform='translate(451.000000, 989.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M78.8755668,20.0887 C80.4435264,20.0887 81.9284635,20.4511 83.2509824,21.0945 C83.4587406,21.1923 83.6658942,21.2999 83.8736524,21.4187 L82.9543577,22.2353 L81.573199,20.8179 L79.2421159,22.8815 L77.8575315,21.3817 L73.5151637,25.2665 L76.2990428,28.3115 L75.2050378,29.2665 L77.9470025,32.3161 L76.8594458,33.2689 L80.7776322,37.5975 L83.1034761,35.4723 L85.1143577,37.7497 C84.7143577,38.0583 84.2786902,38.3487 83.7986902,38.6171 C82.3445844,39.4401 80.6639798,39.9113 78.8755668,39.9113 C73.3755164,39.9113 68.8896725,35.4585 68.8896725,30.0003 C68.8896725,24.5409 73.3755164,20.0887 78.8755668,20.0887' id='Fill-1' fill='%230068A3'/%3e%3cpolyline id='Fill-2' fill='%230068A3' points='77.0557179 29.3737 79.4303275 27.2513 81.5685642 29.6087 79.1941562 31.7303 77.0557179 29.3737'/%3e%3cpolyline id='Fill-3' fill='%230068A3' points='78.7441814 33.4461 81.1189924 31.3243 83.2574307 33.6811 80.8828212 35.8035 78.7441814 33.4461'/%3e%3cpolyline id='Fill-4' fill='%230068A3' points='75.3565743 25.3489 77.7311839 23.2271 79.8688161 25.5839 77.4942065 27.7057 75.3565743 25.3489'/%3e%3cpolyline id='Fill-5' fill='%230068A3' points='79.7140554 24.2067 81.4950126 22.6155 83.0984383 24.3831 81.3174811 25.9749 79.7140554 24.2067'/%3e%3cpolyline id='Fill-6' fill='%230068A3' points='82.8783879 31.4965 84.6599496 29.9047 86.2633753 31.6727 84.4824181 33.2641 82.8783879 31.4965'/%3e%3cpolyline id='Fill-7' fill='%230068A3' points='84.4451385 35.0669 86.2256927 33.4749 87.8295214 35.2425 86.0485642 36.8339 84.4451385 35.0669'/%3e%3cpolyline id='Fill-8' fill='%230068A3' points='85.1625189 26.8839 86.3498237 25.8229 87.4186398 27.0013 86.2319395 28.0621 85.1625189 26.8839'/%3e%3cpolyline id='Fill-9' fill='%230068A3' points='83.6455416 23.3825 84.8328463 22.3217 85.901864 23.5001 84.7143577 24.5609 83.6455416 23.3825'/%3e%3cpolyline id='Fill-10' fill='%230068A3' points='86.6805038 30.3851 87.8678086 29.3241 88.9368262 30.5023 87.7495214 31.5633 86.6805038 30.3851'/%3e%3cpolyline id='Fill-11' fill='%230068A3' points='81.3557683 27.7615 83.1365239 26.1695 84.7399496 27.9371 82.959597 29.5285 81.3557683 27.7615'/%3e%3cpolyline id='Fill-12' fill='%230068A3' points='13.7233249 28.2915 13.6435264 28.2915 12.1392443 33.9347 10.9090176 33.9347 9.0631738 25.9167 10.3391436 25.9167 11.6153149 31.8991 11.6951134 31.8991 13.1762217 25.9167 14.1902267 25.9167 15.7743073 31.8991 15.8537028 31.8991 17.0158186 25.9167 18.3490176 25.9167 16.5029723 33.9347 15.2725441 33.9347 13.7233249 28.2915'/%3e%3cpath d='M23.3978841,32.6905 L23.3978841,33.5499 C22.8852393,33.8443 22.2017128,34.0705 21.3811587,34.0705 C19.467204,34.0705 18.6811083,32.8943 18.6811083,31.1073 C18.6811083,29.3887 19.5584887,28.1447 21.2675063,28.1447 C22.6913854,28.1447 23.5687657,29.0609 23.5687657,30.9039 L23.5687657,31.3221 L19.8547103,31.3221 C19.8547103,32.6789 20.4128967,33.2785 21.5864987,33.2785 C22.2017128,33.2785 22.7711839,33.0637 23.3978841,32.6905 L23.3978841,32.6905 Z M19.8776826,30.5647 L22.4862469,30.5647 C22.4298237,29.3771 21.8484635,28.9025 21.2332494,28.9025 C20.5378338,28.9025 20.0026196,29.4341 19.8776826,30.5647 L19.8776826,30.5647 Z' id='Fill-13' fill='%230068A3'/%3e%3cpath d='M25.7902267,28.5633 C26.1319899,28.3823 26.7129471,28.1447 27.3283627,28.1447 C28.7409572,28.1447 29.5044836,29.1173 29.5044836,30.9271 C29.5044836,33.0413 28.4793955,34.0705 26.827204,34.0705 C26.223073,34.0705 25.2888665,33.8783 24.6051385,33.5159 L24.6051385,25.6231 L25.7902267,25.3403 L25.7902267,28.5633 L25.7902267,28.5633 Z M25.7789421,33.0977 C26.1432746,33.2561 26.542267,33.2785 26.827204,33.2785 C27.6703275,33.2785 28.3083123,32.7585 28.3083123,30.9271 C28.3083123,29.4905 27.7841814,29.0269 27.0208564,29.0269 C26.5648363,29.0269 26.2347607,29.1513 25.7789421,29.4001 L25.7789421,33.0977 L25.7789421,33.0977 Z' id='Fill-14' fill='%230068A3'/%3e%3cpolyline id='Fill-15' fill='%230068A3' points='34.6885642 32.2383 34.7457935 32.2383 37.1838791 25.9167 38.5968766 25.9167 38.5968766 33.9347 37.3664484 33.9347 37.3664484 28.1221 37.2636776 28.1221 34.9392443 33.9347 34.2103778 33.9347 31.8857431 28.2579 31.7833753 28.2579 31.7833753 33.9347 30.7578841 33.9347 30.7578841 25.9167 32.1364232 25.9167 34.6885642 32.2383'/%3e%3cpath d='M39.8500756,31.1073 C39.8500756,29.1283 40.9438791,28.1447 42.4477582,28.1447 C43.9518388,28.1447 45.0458438,29.1283 45.0458438,31.1073 C45.0458438,33.0413 44.0088665,34.0705 42.4477582,34.0705 C40.8866499,34.0705 39.8500756,33.0413 39.8500756,31.1073 L39.8500756,31.1073 Z M43.8492695,31.1073 C43.8492695,29.5809 43.2223678,28.9365 42.4477582,28.9365 C41.6957179,28.9365 41.0462469,29.5809 41.0462469,31.1073 C41.0462469,32.6571 41.6390932,33.2785 42.4477582,33.2785 C43.2566247,33.2785 43.8492695,32.6571 43.8492695,31.1073 L43.8492695,31.1073 Z' id='Fill-16' fill='%230068A3'/%3e%3cpath d='M46.1279597,28.9815 C46.6406045,28.6761 47.7233249,28.1447 49.0329471,28.1447 C50.400806,28.1447 50.9130479,28.6761 50.9130479,29.8407 L50.9130479,33.9347 L49.7281612,33.9347 L49.7281612,30.1011 C49.7281612,29.2077 49.2842317,29.0493 48.7032746,29.0493 C48.2472544,29.0493 47.6660957,29.2533 47.3130479,29.4565 L47.3130479,33.9347 L46.1279597,33.9347 L46.1279597,28.9815' id='Fill-17' fill='%230068A3'/%3e%3cpath d='M56.6893703,32.6905 L56.6893703,33.5499 C56.176927,33.8443 55.493602,34.0705 54.6728463,34.0705 C52.7590932,34.0705 51.972796,32.8943 51.972796,31.1073 C51.972796,29.3887 52.8503778,28.1447 54.559194,28.1447 C55.9836776,28.1447 56.8612594,29.0609 56.8612594,30.9039 L56.8612594,31.3221 L53.146801,31.3221 C53.146801,32.6789 53.7049874,33.2785 54.8783879,33.2785 C55.493602,33.2785 56.0632746,33.0637 56.6893703,32.6905 L56.6893703,32.6905 Z M53.1693703,30.5647 L55.7783375,30.5647 C55.7217128,29.3771 55.1401511,28.9025 54.524937,28.9025 C53.8297229,28.9025 53.2949118,29.4341 53.1693703,30.5647 L53.1693703,30.5647 Z' id='Fill-18' fill='%230068A3'/%3e%3cpath d='M61.2930982,28.3369 L62.5122418,28.3369 L60.4497733,33.9911 C59.8798992,35.5519 59.1846851,36.3657 57.875063,36.3657 L57.875063,35.4389 C58.6498741,35.4389 59.1278589,34.8277 59.4017128,33.9911 L57.2141058,28.3369 L58.4675063,28.3369 L59.9258438,32.4981 L59.9937531,32.4981 L61.2930982,28.3369' id='Fill-19' fill='%230068A3'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-westernunion-dark {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eWesternUnion-dark%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Dark-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-610.000000, -489.000000)'%3e%3cg id='WesternUnion-dark' transform='translate(610.000000, 489.000000)'%3e%3crect id='Rectangle' fill='%23000' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M35.4618318,21.0046905 C33.1246537,21.0046905 31.7908761,21.9503998 31.7908715,23.6122377 C31.7908715,24.6424374 32.2220683,25.3882833 33.451544,25.7536312 L35.6949086,26.4091599 C35.9944124,26.4977291 36.2339035,26.6637963 36.2338988,26.9627174 C36.2338988,27.3175769 35.9274028,27.618246 35.4618318,27.618246 C35.1629107,27.618246 34.9723611,27.5110306 34.8500051,27.3560345 C34.7282224,27.1899673 34.6751974,26.9656308 34.6751974,26.7442078 L31.6451984,26.7442078 C31.6451984,28.8267494 33.4177385,29.4245915 35.3452933,29.4245915 C37.6049734,29.4245915 39.1910706,28.6029957 39.1910613,26.6422367 C39.1910613,25.6784639 38.756373,24.9652488 37.7488983,24.5445451 C36.9401217,24.2013394 35.8236882,23.978751 35.2141876,23.8016126 C34.8814704,23.7019723 34.6897647,23.5796069 34.6897647,23.291757 C34.6897647,23.047609 34.9082882,22.8256034 35.4181299,22.8256034 C35.8277624,22.8256034 36.1063032,22.9969148 36.1173604,23.4956993 L38.9579845,23.4956993 C38.9579845,21.6345807 37.4558042,21.0046905 35.4618318,21.0046905 L35.4618318,21.0046905 Z M79.1346057,21.0629597 L79.1346057,38.8205019 L80.1397496,38.8205019 L80.1397496,21.0629597 L79.1346057,21.0629597 L79.1346057,21.0629597 Z M89.2588811,21.1212289 C88.6680313,21.1212289 88.1808961,21.5996191 88.1809007,22.184642 C88.1809007,22.7754918 88.668036,23.2480551 89.2588811,23.2480551 C89.8468175,23.2480551 90.3222849,22.7754918 90.3222942,22.184642 C90.3222942,21.5996191 89.8468221,21.1212289 89.2588811,21.1212289 L89.2588811,21.1212289 Z M9.67770576,21.2232 L11.4112148,29.2206493 L14.8490983,29.2206493 L15.5920307,24.0346895 L15.606598,24.0346895 L16.3495305,29.2206493 L19.7874139,29.2206493 L21.520923,21.2232 L18.6802989,21.2232 L18.010203,26.2489195 L17.9810684,26.2489195 L17.2381359,21.2232 L13.9604928,21.2232 L13.2175603,26.2489195 L13.202993,26.2489195 L12.5183298,21.2232 L9.67770576,21.2232 L9.67770576,21.2232 Z M23.4583742,21.2232 L23.4583742,29.2206493 L29.6349106,29.2206493 L29.6349106,27.137525 L26.4883732,27.137525 L26.4883732,26.2343522 L29.2998627,26.2343522 L29.2998627,24.1512279 L26.4883732,24.1512279 L26.4883732,23.3063243 L29.5329395,23.3063243 L29.5329395,21.2232 L23.4583742,21.2232 L23.4583742,21.2232 Z M40.9974068,21.2232 L40.9974068,23.3645936 L42.97856,23.3645936 L42.97856,29.2206493 L46.1396647,29.2206493 L46.1396647,23.3645936 L48.1208179,23.3645936 L48.1208179,21.2232 L40.9974068,21.2232 L40.9974068,21.2232 Z M50.2622115,21.2232 L50.2622115,29.2206493 L56.4533152,29.2206493 L56.4533152,27.137525 L53.3067777,27.137525 L53.3067777,26.2343522 L56.1182672,26.2343522 L56.1182672,24.1512279 L53.3067777,24.1512279 L53.3067777,23.3063243 L56.351344,23.3063243 L56.351344,21.2232 L50.2622115,21.2232 L50.2622115,21.2232 Z M58.7986509,21.2232 L58.7986509,29.2206493 L61.9014864,29.2206493 L61.9014864,26.3654579 L62.265669,26.3654579 C62.7749419,26.3654579 62.9713091,26.520454 63.037736,26.9190155 C63.1484475,27.6060095 63.242853,28.6222245 63.4310532,29.2206493 L66.5338887,29.2206493 C66.1685408,28.0127285 66.2011622,26.8770616 66.0240331,26.1906503 C65.869037,25.5811544 65.4442405,25.237366 64.669274,25.1709391 L64.669274,25.1563718 C65.8655409,24.8679392 66.2571146,24.1675433 66.25711,23.2480551 C66.25711,21.7412133 65.2502227,21.2232 63.5330243,21.2232 L58.7986509,21.2232 L58.7986509,21.2232 Z M68.7481187,21.2232 L68.7481187,29.2206493 L71.311964,29.2206493 L71.311964,24.3406028 L71.3410987,24.3406028 L73.0309058,29.2206493 L76.8329718,29.2206493 L76.8329718,21.2232 L74.2545592,21.2232 L74.2545592,26.0595446 L74.2400152,26.0595446 L72.5502081,21.2232 L68.7481421,21.2232 L68.7481187,21.2232 Z M86.3017187,21.2232 L86.3017187,38.7913673 L87.3068626,38.7913673 L87.3068626,21.2232 L86.3017187,21.2232 L86.3017187,21.2232 Z M89.2588811,21.2523346 C89.7763117,21.2523346 90.1475006,21.6672114 90.1474866,22.184642 C90.1474866,22.7078995 89.7763164,23.1023821 89.2588811,23.1023821 C88.7385371,23.1023821 88.3556944,22.7078995 88.3557084,22.184642 C88.3557084,21.6672114 88.7385417,21.2523346 89.2588811,21.2523346 L89.2588811,21.2523346 Z M88.865564,21.5873826 L88.865564,22.7819014 L89.011237,22.7819014 L89.011237,22.2283439 L89.2734484,22.2283439 L89.6084964,22.7819014 L89.783304,22.7819014 L89.4336888,22.2283439 C89.6446233,22.222517 89.7978807,22.1415228 89.7978713,21.9078633 C89.7978713,21.711496 89.6906513,21.5873826 89.3754196,21.5873826 L88.865564,21.5873826 L88.865564,21.5873826 Z M89.011237,21.6893537 L89.346285,21.6893537 C89.4925407,21.6893537 89.6376263,21.7079999 89.637631,21.893296 C89.637631,22.1356959 89.3981446,22.1118055 89.2297465,22.1118055 L89.011237,22.1118055 L89.011237,21.6893537 L89.011237,21.6893537 Z M61.9014864,23.0441129 L62.1928325,23.0441129 C62.8133996,23.0441129 63.212539,23.1565725 63.2125437,23.7433434 C63.2125437,24.3417682 62.7731938,24.5591124 62.1636979,24.5591124 L61.9014864,24.5591124 L61.9014864,23.0441129 L61.9014864,23.0441129 Z M62.2219671,30.5754085 C59.4635026,30.5754085 58.0848531,32.2931848 58.0848531,34.785359 C58.0848531,37.2781158 59.4634933,38.9953095 62.2219671,38.9953095 C64.9804315,38.9953095 66.3445231,37.2781158 66.3445138,34.785359 C66.3445138,32.2931848 64.9804222,30.5754085 62.2219671,30.5754085 L62.2219671,30.5754085 Z M31.52866,30.7793507 L31.52866,36.0964162 C31.52866,38.0239617 32.9154812,38.9953095 35.330726,38.9953095 C37.7454022,38.9953095 39.1327921,38.0239617 39.1327921,36.0964162 L39.1327921,30.7793507 L35.9571201,30.7793507 L35.9571201,35.9653105 C35.9571201,36.5963661 35.6628745,36.8393487 35.330726,36.8393487 C34.9985915,36.8393487 34.7043367,36.5963661 34.704332,35.9653105 L34.704332,30.7793507 L31.52866,30.7793507 L31.52866,30.7793507 Z M41.7549066,30.7793507 L41.7549066,38.7768 L44.3333192,38.7768 L44.3333192,33.9113208 L44.3478865,33.9113208 L46.0376936,38.7768 L49.8397597,38.7768 L49.8397597,30.7793507 L47.2759144,30.7793507 L47.2759144,35.6302625 L47.2467798,35.6302625 L45.5569726,30.7793507 L41.7549066,30.7793507 L41.7549066,30.7793507 Z M52.5201434,30.7793507 L52.5201434,38.7768 L55.6958154,38.7768 L55.6958154,30.7793507 L52.5201434,30.7793507 L52.5201434,30.7793507 Z M68.7481187,30.7793507 L68.7481187,38.7768 L71.311964,38.7768 L71.311964,33.9113208 L71.3410987,33.9113208 L73.0309058,38.7768 L76.8329718,38.7768 L76.8329718,30.7793507 L74.2545592,30.7793507 L74.2545592,35.6302625 L74.2400152,35.6302625 L72.5502081,30.7793507 L68.7481421,30.7793507 L68.7481187,30.7793507 Z M62.2219671,32.6585328 C62.7318227,32.6585328 63.06688,32.9801788 63.0668706,34.785359 C63.0668706,36.6354064 62.7090884,36.9121805 62.2219671,36.9121852 C61.7348365,36.9121852 61.3624962,36.6354064 61.3624962,34.785359 C61.3624962,32.9801788 61.7126848,32.6585328 62.2219671,32.6585328 L62.2219671,32.6585328 Z' id='path6' fill='%23FFDE38'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-westernunion {
	background-image: url("data:image/svg+xml,%3csvg width='100' height='60' viewBox='0 0 100 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eWesternUnion-light%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Light-Payment-badges' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-610.000000, -489.000000)'%3e%3cg id='WesternUnion-light' transform='translate(610.000000, 489.000000)'%3e%3crect id='Rectangle' fill='%23FFF' x='0' y='0' width='100' height='60' rx='4'/%3e%3cpath d='M35.4618318,21.0046905 C33.1246537,21.0046905 31.7908761,21.9503998 31.7908715,23.6122377 C31.7908715,24.6424374 32.2220683,25.3882833 33.451544,25.7536312 L35.6949086,26.4091599 C35.9944124,26.4977291 36.2339035,26.6637963 36.2338988,26.9627174 C36.2338988,27.3175769 35.9274028,27.618246 35.4618318,27.618246 C35.1629107,27.618246 34.9723611,27.5110306 34.8500051,27.3560345 C34.7282224,27.1899673 34.6751974,26.9656308 34.6751974,26.7442078 L31.6451984,26.7442078 C31.6451984,28.8267494 33.4177385,29.4245915 35.3452933,29.4245915 C37.6049734,29.4245915 39.1910706,28.6029957 39.1910613,26.6422367 C39.1910613,25.6784639 38.756373,24.9652488 37.7488983,24.5445451 C36.9401217,24.2013394 35.8236882,23.978751 35.2141876,23.8016126 C34.8814704,23.7019723 34.6897647,23.5796069 34.6897647,23.291757 C34.6897647,23.047609 34.9082882,22.8256034 35.4181299,22.8256034 C35.8277624,22.8256034 36.1063032,22.9969148 36.1173604,23.4956993 L38.9579845,23.4956993 C38.9579845,21.6345807 37.4558042,21.0046905 35.4618318,21.0046905 L35.4618318,21.0046905 Z M79.1346057,21.0629597 L79.1346057,38.8205019 L80.1397496,38.8205019 L80.1397496,21.0629597 L79.1346057,21.0629597 L79.1346057,21.0629597 Z M89.2588811,21.1212289 C88.6680313,21.1212289 88.1808961,21.5996191 88.1809007,22.184642 C88.1809007,22.7754918 88.668036,23.2480551 89.2588811,23.2480551 C89.8468175,23.2480551 90.3222849,22.7754918 90.3222942,22.184642 C90.3222942,21.5996191 89.8468221,21.1212289 89.2588811,21.1212289 L89.2588811,21.1212289 Z M9.67770576,21.2232 L11.4112148,29.2206493 L14.8490983,29.2206493 L15.5920307,24.0346895 L15.606598,24.0346895 L16.3495305,29.2206493 L19.7874139,29.2206493 L21.520923,21.2232 L18.6802989,21.2232 L18.010203,26.2489195 L17.9810684,26.2489195 L17.2381359,21.2232 L13.9604928,21.2232 L13.2175603,26.2489195 L13.202993,26.2489195 L12.5183298,21.2232 L9.67770576,21.2232 L9.67770576,21.2232 Z M23.4583742,21.2232 L23.4583742,29.2206493 L29.6349106,29.2206493 L29.6349106,27.137525 L26.4883732,27.137525 L26.4883732,26.2343522 L29.2998627,26.2343522 L29.2998627,24.1512279 L26.4883732,24.1512279 L26.4883732,23.3063243 L29.5329395,23.3063243 L29.5329395,21.2232 L23.4583742,21.2232 L23.4583742,21.2232 Z M40.9974068,21.2232 L40.9974068,23.3645936 L42.97856,23.3645936 L42.97856,29.2206493 L46.1396647,29.2206493 L46.1396647,23.3645936 L48.1208179,23.3645936 L48.1208179,21.2232 L40.9974068,21.2232 L40.9974068,21.2232 Z M50.2622115,21.2232 L50.2622115,29.2206493 L56.4533152,29.2206493 L56.4533152,27.137525 L53.3067777,27.137525 L53.3067777,26.2343522 L56.1182672,26.2343522 L56.1182672,24.1512279 L53.3067777,24.1512279 L53.3067777,23.3063243 L56.351344,23.3063243 L56.351344,21.2232 L50.2622115,21.2232 L50.2622115,21.2232 Z M58.7986509,21.2232 L58.7986509,29.2206493 L61.9014864,29.2206493 L61.9014864,26.3654579 L62.265669,26.3654579 C62.7749419,26.3654579 62.9713091,26.520454 63.037736,26.9190155 C63.1484475,27.6060095 63.242853,28.6222245 63.4310532,29.2206493 L66.5338887,29.2206493 C66.1685408,28.0127285 66.2011622,26.8770616 66.0240331,26.1906503 C65.869037,25.5811544 65.4442405,25.237366 64.669274,25.1709391 L64.669274,25.1563718 C65.8655409,24.8679392 66.2571146,24.1675433 66.25711,23.2480551 C66.25711,21.7412133 65.2502227,21.2232 63.5330243,21.2232 L58.7986509,21.2232 L58.7986509,21.2232 Z M68.7481187,21.2232 L68.7481187,29.2206493 L71.311964,29.2206493 L71.311964,24.3406028 L71.3410987,24.3406028 L73.0309058,29.2206493 L76.8329718,29.2206493 L76.8329718,21.2232 L74.2545592,21.2232 L74.2545592,26.0595446 L74.2400152,26.0595446 L72.5502081,21.2232 L68.7481421,21.2232 L68.7481187,21.2232 Z M86.3017187,21.2232 L86.3017187,38.7913673 L87.3068626,38.7913673 L87.3068626,21.2232 L86.3017187,21.2232 L86.3017187,21.2232 Z M89.2588811,21.2523346 C89.7763117,21.2523346 90.1475006,21.6672114 90.1474866,22.184642 C90.1474866,22.7078995 89.7763164,23.1023821 89.2588811,23.1023821 C88.7385371,23.1023821 88.3556944,22.7078995 88.3557084,22.184642 C88.3557084,21.6672114 88.7385417,21.2523346 89.2588811,21.2523346 L89.2588811,21.2523346 Z M88.865564,21.5873826 L88.865564,22.7819014 L89.011237,22.7819014 L89.011237,22.2283439 L89.2734484,22.2283439 L89.6084964,22.7819014 L89.783304,22.7819014 L89.4336888,22.2283439 C89.6446233,22.222517 89.7978807,22.1415228 89.7978713,21.9078633 C89.7978713,21.711496 89.6906513,21.5873826 89.3754196,21.5873826 L88.865564,21.5873826 L88.865564,21.5873826 Z M89.011237,21.6893537 L89.346285,21.6893537 C89.4925407,21.6893537 89.6376263,21.7079999 89.637631,21.893296 C89.637631,22.1356959 89.3981446,22.1118055 89.2297465,22.1118055 L89.011237,22.1118055 L89.011237,21.6893537 L89.011237,21.6893537 Z M61.9014864,23.0441129 L62.1928325,23.0441129 C62.8133996,23.0441129 63.212539,23.1565725 63.2125437,23.7433434 C63.2125437,24.3417682 62.7731938,24.5591124 62.1636979,24.5591124 L61.9014864,24.5591124 L61.9014864,23.0441129 L61.9014864,23.0441129 Z M62.2219671,30.5754085 C59.4635026,30.5754085 58.0848531,32.2931848 58.0848531,34.785359 C58.0848531,37.2781158 59.4634933,38.9953095 62.2219671,38.9953095 C64.9804315,38.9953095 66.3445231,37.2781158 66.3445138,34.785359 C66.3445138,32.2931848 64.9804222,30.5754085 62.2219671,30.5754085 L62.2219671,30.5754085 Z M31.52866,30.7793507 L31.52866,36.0964162 C31.52866,38.0239617 32.9154812,38.9953095 35.330726,38.9953095 C37.7454022,38.9953095 39.1327921,38.0239617 39.1327921,36.0964162 L39.1327921,30.7793507 L35.9571201,30.7793507 L35.9571201,35.9653105 C35.9571201,36.5963661 35.6628745,36.8393487 35.330726,36.8393487 C34.9985915,36.8393487 34.7043367,36.5963661 34.704332,35.9653105 L34.704332,30.7793507 L31.52866,30.7793507 L31.52866,30.7793507 Z M41.7549066,30.7793507 L41.7549066,38.7768 L44.3333192,38.7768 L44.3333192,33.9113208 L44.3478865,33.9113208 L46.0376936,38.7768 L49.8397597,38.7768 L49.8397597,30.7793507 L47.2759144,30.7793507 L47.2759144,35.6302625 L47.2467798,35.6302625 L45.5569726,30.7793507 L41.7549066,30.7793507 L41.7549066,30.7793507 Z M52.5201434,30.7793507 L52.5201434,38.7768 L55.6958154,38.7768 L55.6958154,30.7793507 L52.5201434,30.7793507 L52.5201434,30.7793507 Z M68.7481187,30.7793507 L68.7481187,38.7768 L71.311964,38.7768 L71.311964,33.9113208 L71.3410987,33.9113208 L73.0309058,38.7768 L76.8329718,38.7768 L76.8329718,30.7793507 L74.2545592,30.7793507 L74.2545592,35.6302625 L74.2400152,35.6302625 L72.5502081,30.7793507 L68.7481421,30.7793507 L68.7481187,30.7793507 Z M62.2219671,32.6585328 C62.7318227,32.6585328 63.06688,32.9801788 63.0668706,34.785359 C63.0668706,36.6354064 62.7090884,36.9121805 62.2219671,36.9121852 C61.7348365,36.9121852 61.3624962,36.6354064 61.3624962,34.785359 C61.3624962,32.9801788 61.7126848,32.6585328 62.2219671,32.6585328 L62.2219671,32.6585328 Z' id='path6' fill='%23000'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.payment-worldpay-dark {
	background-image: url([object Module]);
}
.payment-worldpay {
	background-image: url([object Module]);
}/*----Dimmer---*/
.dimmer {
	position: relative;
}
.dimmer .loader {
	display: none;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dimmer.active .loader {
	display: block;
}
.dimmer.active .dimmer-content {
	opacity: .04;
	pointer-events: none;
}
/*----Dimmer---*/

/*--------loading-icon ---------*/
.loading-icon {
	position: absolute;
	vertical-align: middle;
	border-radius: 50%;
	background: transparent;
}
.loading-icon::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgb(45, 220, 211,0.2);
	animation: bounce 4s infinite;
}
.loading-icon::after{
	content: "";
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgb(45, 220, 211,0.2);
	animation: bounce 4s 0.5s infinite;
}
@keyframes bounce {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 1;
  }
  90% {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bounce {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 1;
  }
  90% {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*--------loading-icon ---------*/

/*--------spinner---------*/
.spinner {
	width: 64px;
	height: 64px;
	margin:0 auto;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.spinner-lg {
	width: 100px;
	height: 100px;
	margin: 100px auto;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
	0% {
		-webkit-transform: perspective(120px)
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}
@keyframes sk-rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
/*--------spinner---------*/

/*--------spinner1---------*/
.spinner1 {
	width: 64px;
	height: 64px;
	position: relative;
	margin: 0 auto;
}
.spinner1-lg {
	width: 100px;
	height: 100px;
	position: relative;
	margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0.0)
	}
	50% {
		-webkit-transform: scale(1.0)
	}
}
@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}
/*--------spinner1---------*/

/*--------spinner2---------*/
.spinner2 {
	margin: 0 auto;
	width: 64px;
	height: 64px;
	position: relative;
}
.cube1, .cube2 {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
	animation: sk-cubemove 1.8s infinite ease-in-out;
}
.cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
@-webkit-keyframes sk-cubemove {
	25% {
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
	}
	50% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
	}
	75% {
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
	}
	100% {
		-webkit-transform: rotate(-360deg)
	}
}
@keyframes sk-cubemove {
	25% {
		transform: translateX(42px) rotate(-90deg) scale(0.5);
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
	}
	50% {
		transform: translateX(42px) translateY(42px) rotate(-179deg);
		-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
	}
	50.1% {
		transform: translateX(42px) translateY(42px) rotate(-180deg);
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
	}
	75% {
		transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	}
	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}
/*--------spinner2---------*/

/*--------lds-heart---------*/
.lds-heart {
	position: relative;
	width: 64px;
	height: 64px;
	transform: rotate(45deg);
	transform-origin: 32px 32px;
	margin: 0 auto;
}
.lds-heart div {
	top: 23px;
	left: 19px;
	position: absolute;
	width: 26px;
	height: 26px;
	animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
	content: " ";
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
}
.lds-heart div:before {
	left: -17px;
	border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
	top: -17px;
	border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}
/*--------lds-heart---------*/

/*--------lds-ring---------*/
.lds-ring {
	position: relative;
	width: 64px;
	height: 64px;
	margin: 0 auto;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	margin: 6px;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------lds-ring---------*/

/*--------lds-hourglass---------*/
.lds-hourglass {
	position: relative;
	width: 64px;
	height: 64px;
	margin: 0 auto;
}
.lds-hourglass:after {
	content: " ";
	display: block;
	border-radius: 50%;
	width: 0;
	height: 0;
	margin: 6px;
	box-sizing: border-box;
	animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
	0% {
		transform: rotate(0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	50% {
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	100% {
		transform: rotate(1800deg);
	}
}
/*--------lds-hourglass---------*/

/*--lds-circle--*/
.lds-circle {
	display: inline-block;
	transform: translateZ(1px);
}
.lds-circle > div {
	display: inline-block;
	width: 51px;
	height: 51px;
	margin: 6px;
	border-radius: 50%;
	animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@keyframes lds-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
/*--lds-circle--*/

/*---Ring loaders --*/
.lds-dual-ring {
	display: inline-block;
	width: 64px;
	height: 64px;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 46px;
	height: 46px;
	margin: 1px;
	border-radius: 50%;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*---Ring loaders --*/

/*-- lines loader --*/
.lds-facebook {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-facebook div {
	display: inline-block;
	position: absolute;
	left: 6px;
	width: 13px;	
	animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
	left: 6px;
	animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
	left: 26px;
	animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
	left: 45px;
	animation-delay: 0;
}
@keyframes lds-facebook {
	0% {
		top: 6px;
		height: 51px;
	}
	50%, 100% {
		top: 19px;
		height: 26px;
	}
}
/*-- lines loader --*/

/*---Ringdots---*/
.lds-roller {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 32px 32px;
}
.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
	top: 50px;
	left: 50px;
}
.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
	top: 54px;
	left: 45px;
}
.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
	top: 57px;
	left: 39px;
}
.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
	top: 58px;
	left: 32px;
}
.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
	top: 57px;
	left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
	top: 54px;
	left: 19px;
}
.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
	top: 50px;
	left: 14px;
}
.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
	top: 45px;
	left: 10px;
}
@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*---Ringdots---*/


/*---Ripple---*/
.lds-ripple {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-ripple div {
	position: absolute;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}
@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}
/*---Ripple---*/

/*-- Spinner loader --*/
.lds-spinner {
	color: official;
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-spinner div {
	transform-origin: 32px 32px;
	animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 29px;
	width: 5px;
	height: 14px;
	border-radius: 20%;
}
.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}
@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/*-- Spinner loader --*/

/*-- Default loader --*/
.lds-default {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-default div {
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
	animation-delay: 0s;
	top: 29px;
	left: 53px;
}
.lds-default div:nth-child(2) {
	animation-delay: -0.1s;
	top: 18px;
	left: 50px;
}
.lds-default div:nth-child(3) {
	animation-delay: -0.2s;
	top: 9px;
	left: 41px;
}
.lds-default div:nth-child(4) {
	animation-delay: -0.3s;
	top: 6px;
	left: 29px;
}
.lds-default div:nth-child(5) {
	animation-delay: -0.4s;
	top: 9px;
	left: 18px;
}
.lds-default div:nth-child(6) {
	animation-delay: -0.5s;
	top: 18px;
	left: 9px;
}
.lds-default div:nth-child(7) {
	animation-delay: -0.6s;
	top: 29px;
	left: 6px;
}
.lds-default div:nth-child(8) {
	animation-delay: -0.7s;
	top: 41px;
	left: 9px;
}
.lds-default div:nth-child(9) {
	animation-delay: -0.8s;
	top: 50px;
	left: 18px;
}
.lds-default div:nth-child(10) {
	animation-delay: -0.9s;
	top: 53px;
	left: 29px;
}
.lds-default div:nth-child(11) {
	animation-delay: -1s;
	top: 50px;
	left: 41px;
}
.lds-default div:nth-child(12) {
	animation-delay: -1.1s;
	top: 41px;
	left: 50px;
}
@keyframes lds-default {
	0%, 20%, 80%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
}
/*-- Default loader --*/

/*-- Ellipsis loader --*/
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(19px, 0);
	}
}
/*-- Ellipsis loader --*/

/*-- Grid loader --*/
.lds-grid {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-grid div {
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
	top: 6px;
	left: 6px;
	animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
	top: 6px;
	left: 26px;
	animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
	top: 6px;
	left: 45px;
	animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
	top: 26px;
	left: 6px;
	animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
	top: 26px;
	left: 26px;
	animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
	top: 26px;
	left: 45px;
	animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
	top: 45px;
	left: 6px;
	animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
	top: 45px;
	left: 26px;
	animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
	top: 45px;
	left: 45px;
	animation-delay: -1.6s;
}
@keyframes lds-grid {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}
/*-- Grid loader --*/


/*-- Disk loader --*/
@keyframes lds-disk {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes lds-disk {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.lds-disk {
	position: relative;
}
.lds-disk>div div:nth-child(1) {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
}
.lds-disk>div div:nth-child(2) {
	position: absolute;
	top: 39.800000000000004px;
	left: 79px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #ffd391;
	-webkit-animation: lds-disk 1s linear infinite;
	animation: lds-disk 1s linear infinite;
	-webkit-transform-origin: 21px 60.199999999999996px;
	transform-origin: 21px 60.199999999999996px;
}
.lds-disk {
	width: 64px !important;
	height: 64px !important;
	-webkit-transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	text-align: center;
	margin: 0 auto;
}
/*-- Disk loader --*/

/*-- Ball2 loader --*/
@keyframes lds-ball2 {
	0%, 100% {
		animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
	}
	50% {
		animation-timing-function: cubic-bezier(0, 0.2, 1, 0.8);
	}
	0% {
		-webkit-transform: rotate(0deg) translate(0, -20px) scale(0);
		transform: rotate(0deg) translate(0, -20px) scale(0);
	}
	50% {
		-webkit-transform: rotate(180deg) translate(0, -20px) scale(1);
		transform: rotate(180deg) translate(0, -20px) scale(1);
	}
	100% {
		-webkit-transform: rotate(360deg) translate(0, -20px) scale(0);
		transform: rotate(360deg) translate(0, -20px) scale(0);
	}
}
@-webkit-keyframes lds-ball2 {
	0%, 100% {
		animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
	}
	50% {
		animation-timing-function: cubic-bezier(0, 0.2, 1, 0.8);
	}
	0% {
		-webkit-transform: rotate(0deg) translate(0, -20px) scale(0);
		transform: rotate(0deg) translate(0, -20px) scale(0);
	}
	50% {
		-webkit-transform: rotate(180deg) translate(0, -20px) scale(1);
		transform: rotate(180deg) translate(0, -20px) scale(1);
	}
	100% {
		-webkit-transform: rotate(360deg) translate(0, -20px) scale(0);
		transform: rotate(360deg) translate(0, -20px) scale(0);
	}
}
div.lds-ball2 {
	position: relative;
}
div.lds-ball2 div {
	position: absolute;
	top: 70px;
	left: 70px;
	-webkit-animation: lds-ball2 1s linear infinite;
	animation: lds-ball2 1s linear infinite;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
div.lds-ball2 div:last-child {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	background: #36b37e;
}
.lds-ball2 {
	width: 64px !important;
	height: 64px !important;
	-webkit-transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	margin: 0 auto;
	text-align: center;
}
/*-- Ball2 loader --*/


/*-- Ball loader --*/
@keyframes lds-ball {
	0%, 100% {
		animation-timing-function: cubic-bezier(0.45, 0, 0.9, 0.55);
	}
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, 108px);
		transform: translate(0, 108px);
		animation-timing-function: cubic-bezier(0, 0.45, 0.55, 0.9);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@-webkit-keyframes lds-ball {
	0%, 100% {
		animation-timing-function: cubic-bezier(0.45, 0, 0.9, 0.55);
	}
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, 108px);
		transform: translate(0, 108px);
		animation-timing-function: cubic-bezier(0, 0.45, 0.55, 0.9);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
.lds-ball {
	position: relative;
}
.lds-ball div {
	position: absolute;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	left: 74px;
	top: 20px;
	-webkit-animation: lds-ball 1s linear infinite;
	animation: lds-ball 1s linear infinite;
}
.lds-ball {
	width: 64px !important;
	height: 64px !important;
	-webkit-transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	margin: 0 auto;
	text-align: center;
}
/*-- Ball loader --*/

/*-- Bars loader --*/
@keyframes lds-bars {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes lds-bars {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
.lds-bars {
	position: relative;
}
.lds-bars div {
	position: absolute;
	width: 20px;
	height: 80px;
	top: 60px;
	-webkit-animation: lds-bars 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	animation: lds-bars 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.lds-bars div:nth-child(1) {
	left: 30px;
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.lds-bars div:nth-child(2) {
	left: 70px;
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.lds-bars div:nth-child(3) {
	left: 110px;
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.lds-bars div:nth-child(4) {
	left: 150px;
}
.lds-bars {
	width: 64px !important;
	height: 64px !important;
	-webkit-transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	margin: 0 auto;
	text-align: center;
}
.lds-blocks {
	position: relative;
}
.lds-blocks div {
	position: absolute;
	width: 40px;
	height: 40px;
	-webkit-animation: lds-blocks 1s linear infinite;
	animation: lds-blocks 1s linear infinite;
}
.lds-blocks {
	width: 64px !important;
	height: 64px !important;
	-webkit-transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	margin: 0 auto;
}
/*-- Bars loader --*/

/*-- Cube loader --*/
@keyframes lds-cube {
	0% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes lds-cube {
	0% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.lds-cube {
	position: relative;
}
.lds-cube div {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 10px;
	left: 10px;
	-webkit-animation: lds-cube 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
	animation: lds-cube 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.lds-cube div:nth-child(2) {
	top: 10px;
	left: 110px;
	background: #36b37e;
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.lds-cube div:nth-child(3) {
	top: 110px;
	left: 110px;
	background: #ff5630;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.lds-cube div:nth-child(4) {
	top: 110px;
	left: 10px;
	background: #00b8d9;
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
.lds-cube {
	width: 64px !important;
	height: 64px !important;
	-webkit-transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	margin: 0 auto;
}
/*-- Cube loader --*/

/*-- Eclipse loader --*/
@keyframes lds-eclipse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes lds-eclipse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.lds-eclipse {
	position: relative;
}
.lds-eclipse div {
	position: absolute;
	-webkit-animation: lds-eclipse 1s linear infinite;
	animation: lds-eclipse 1s linear infinite;
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	border-radius: 50%;
	-webkit-transform-origin: 80px 82px;
	transform-origin: 80px 82px;
}
.lds-eclipse {
	width: 64px !important;
	height: 64px !important;
	-webkit-transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	margin: 0 auto;
}
/*-- Eclipse loader --*/

/*-- Flickr loader --*/
@keyframes lds-flickr-opacity {
	0% {
		-webkit-transform: translate(0 0);
		transform: translate(0 0);
		opacity: 1;
	}
	49.99% {
		opacity: 1;
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@-webkit-keyframes lds-flickr-opacity {
	0% {
		-webkit-transform: translate(0 0);
		transform: translate(0 0);
		opacity: 1;
	}
	49.99% {
		opacity: 1;
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@keyframes lds-flickr {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@-webkit-keyframes lds-flickr {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
.lds-flickr {
	position: relative;
}
.lds-flickr div {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	top: 60px;
	left: 20px;
}
.lds-flickr div:nth-child(1) {
	-webkit-animation: lds-flickr 1s linear infinite;
	animation: lds-flickr 1s linear infinite;
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.lds-flickr div:nth-child(2) {
	background: #36b37e;
	-webkit-animation: lds-flickr 1s linear infinite;
	animation: lds-flickr 1s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.lds-flickr div:nth-child(3) {
	-webkit-animation: lds-flickr-opacity 1s linear infinite;
	animation: lds-flickr-opacity 1s linear infinite;
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.lds-flickr {
	width: 64px !important;
	height: 64px !important;
	-webkit-transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	margin: 0 auto;
}
/*-- Flickr loader --*/

/*-- Gear loader --*/
@keyframes lds-gear {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes lds-gear {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.lds-gear>div {
	-webkit-transform-origin: 100px 100px;
	transform-origin: 100px 100px;
	-webkit-animation: lds-gear 1s infinite linear;
	animation: lds-gear 1s infinite linear;
	position: relative;
}
.lds-gear>div div {
	position: absolute;
	width: 26px;
	height: 192px;
	left: 100px;
	top: 100px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.lds-gear>div div:nth-child(1) {
	width: 152px;
	height: 152px;
	border-radius: 50%;
}
.lds-gear>div div:nth-child(3) {
	-webkit-transform: translate(-50%, -50%) rotate(30deg);
	transform: translate(-50%, -50%) rotate(30deg);
}
.lds-gear>div div:nth-child(4) {
	-webkit-transform: translate(-50%, -50%) rotate(60deg);
	transform: translate(-50%, -50%) rotate(60deg);
}
.lds-gear>div div:nth-child(5) {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.lds-gear>div div:nth-child(6) {
	-webkit-transform: translate(-50%, -50%) rotate(120deg);
	transform: translate(-50%, -50%) rotate(120deg);
}
.lds-gear>div div:nth-child(7) {
	-webkit-transform: translate(-50%, -50%) rotate(150deg);
	transform: translate(-50%, -50%) rotate(150deg);
}
.lds-gear>div div:nth-child(8) {
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 50%;
}
.lds-gear {
	width: 64px !important;
	height: 64px !important;
	-webkit-transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	margin: 0 auto;
}
/*-- Gear loader --*/

/*-- Magnify loader --*/
@keyframes lds-magnify {
	0% {
		-webkit-transform: translate(2px, 2px);
		transform: translate(2px, 2px);
	}
	33.33% {
		-webkit-transform: translate(102px, 2px);
		transform: translate(102px, 2px);
	}
	66.66% {
		-webkit-transform: translate(42px, 102px);
		transform: translate(42px, 102px);
	}
	100% {
		-webkit-transform: translate(2px, 2px);
		transform: translate(2px, 2px);
	}
}
@-webkit-keyframes lds-magnify {
	0% {
		-webkit-transform: translate(2px, 2px);
		transform: translate(2px, 2px);
	}
	33.33% {
		-webkit-transform: translate(102px, 2px);
		transform: translate(102px, 2px);
	}
	66.66% {
		-webkit-transform: translate(42px, 102px);
		transform: translate(42px, 102px);
	}
	100% {
		-webkit-transform: translate(2px, 2px);
		transform: translate(2px, 2px);
	}
}
.lds-magnify {
	position: relative;
}
.lds-magnify>div {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: 100px 100px;
	transform-origin: 100px 100px;
}
.lds-magnify>div>div {
	-webkit-animation: lds-magnify 1s linear infinite;
	animation: lds-magnify 1s linear infinite;
	position: absolute;
}
.lds-magnify>div>div div:nth-child(1) {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: #ffffff;
}
.lds-magnify>div>div div:nth-child(2) {
	width: 17px;
	height: 51px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 0 0 8px 8px;
	position: absolute;
	top: 68px;
	left: 85px;
}
.lds-magnify {
	width: 64px !important;
	height: 64px !important;
	-webkit-transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	margin: 0 auto;
}
/*-- Magnify loader --*/

/*-- Pacman loader --*/
@keyframes lds-pacman-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@-webkit-keyframes lds-pacman-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes lds-pacman-2 {
	0% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	50% {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@-webkit-keyframes lds-pacman-2 {
	0% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	50% {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@keyframes lds-pacman-3 {
	0% {
		-webkit-transform: translate(190px, 0);
		transform: translate(190px, 0);
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(70px, 0);
		transform: translate(70px, 0);
		opacity: 1;
	}
}
@-webkit-keyframes lds-pacman-3 {
	0% {
		-webkit-transform: translate(190px, 0);
		transform: translate(190px, 0);
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(70px, 0);
		transform: translate(70px, 0);
		opacity: 1;
	}
}
.lds-pacman {
	position: relative;
}
.lds-pacman>div:nth-child(2) div {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 120px;
	height: 60px;
	border-radius: 120px 120px 0 0;
	-webkit-animation: lds-pacman-1 1s linear infinite;
	animation: lds-pacman-1 1s linear infinite;
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
}
.lds-pacman>div:nth-child(2) div:nth-child(2) {
	-webkit-animation: lds-pacman-2 1s linear infinite;
	animation: lds-pacman-2 1s linear infinite;
}
.lds-pacman>div:nth-child(1) div {
	position: absolute;
	top: 92px;
	left: -8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #36b37e;
	-webkit-animation: lds-pacman-3 1s linear infinite;
	animation: lds-pacman-3 1s linear infinite;
}
.lds-pacman>div:nth-child(1) div:nth-child(1) {
	-webkit-animation-delay: -0.67s;
	animation-delay: -0.67s;
}
.lds-pacman>div:nth-child(1) div:nth-child(2) {
	-webkit-animation-delay: -0.33s;
	animation-delay: -0.33s;
}
.lds-pacman>div:nth-child(1) div:nth-child(3) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.lds-pacman {
	width: 64px !important;
	height: 64px !important;
	-webkit-transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	transform: translate(-32px, -32px) scale(0.32) translate(32px, 32px);
	margin: 0 auto;
}
/*-- Pacman loader --*//*----Ribbon---*/
.ribbone {
	width: 100%;
	position: relative;
	background-size: cover;
	text-transform: uppercase;
	color: #fff;
}
@media (max-width: 500px) {
	.ribbone {
		width: 100%;
	}
}
.ribbon1 {
	position: absolute;
	top: -6.1px;
	left: 10px;
}
.ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 24px solid transparent;
    border-top: 13px solid #F8463F;
}
.ribbon1 span {
	position: relative;
	display: block;
	text-align: center;
	background: #F8463F;
	font-size: 14px;
	line-height: 1;
	padding: 12px 8px 10px;
	border-top-right-radius: 8px;
}
.ribbon1 span:before, .ribbon1 span:after {
	position: absolute;
	content: "";
}
.ribbon1 span:before {
	height: 6px;
	width: 6px;
	left: -6px;
	top: 0;
	background: #F8463F;
}
.ribbon1 span:after {
	height: 6px;
	width: 8px;
	left: -8px;
	top: 0;
	border-radius: 8px 8px 0 0;
	background: #C02031;
}

/*-Ribbon Styles--*/

/*-Defaut--*/
.arrow-ribbon {
	color: #FFF;
	padding: 2px 8px;
	position: absolute;
	top: 10px;
	left: 0px;
	z-index:9;
	font-size: 18px;
}
.arrow-ribbon:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    width: 0;
}
.arrow-ribbon.bg-purple:before {
	border-left: 15px solid #604dd8;
}
.arrow-ribbon.bg-danger:before {
    border-left: 15px solid #f94859;
}
.arrow-ribbon.bg-secondary:before {
    border-left: 15px solid #f6f7fb;
}
.arrow-ribbon.bg-success:before {
    border-left: 15px solid#36b37e;
}
.arrow-ribbon.bg-info:before {
    border-left: 15px solid #09b0ec;
}
.arrow-ribbon.bg-warning:before {
    border-left: 15px solid #ffab00;
}
.arrow-ribbon.bg-pink:before {
    border-left: 15px solid #f43f86;
}
/*-Defaut--*/

/*-Center--*/
.arrow-ribbon.ribbon-center2 {
	color: #FFF;
    padding: 2px 8px;
    position: absolute;
    top: 0;
	left:0;
    width: 25%;
    bottom: 0;
    height: 30px;
    z-index: 9;
    font-size: 18px;
    display: -webkit-inline-box;
    vertical-align: middle;
    margin: auto;
}
.arrow-ribbon.ribbon-center2:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    width: 0;
}
.arrow-ribbon.ribbon-center2.bg-purple:before {
	border-left: 15px solid #604dd8;
}
.arrow-ribbon.ribbon-center2.bg-danger:before {
    border-left: 15px solid#f94859;
}
.arrow-ribbon.ribbon-center2.bg-secondary:before {
    border-left: 15px solid #f6f7fb;
}
.arrow-ribbon.ribbon-center2.bg-success:before {
    border-left: 15px solid#36b37e;
}
.arrow-ribbon.ribbon-center2.bg-info:before {
    border-left: 15px solid #09b0ec;
}
.arrow-ribbon.ribbon-center2.bg-warning:before {
    border-left: 15px solid #ffab00;
}
.arrow-ribbon.ribbon-center2.bg-pink:before {
    border-left: 15px solid #f43f86;
}
/*-Center--*/

/*-Center3--*/
.arrow-ribbon.ribbon-center3 {
	color: #FFF;
    padding: 2px 8px;
    position: absolute;
    top: 0;
	right:0;
	left:auto;
    width: 25%;
    bottom: 0;
    height: 30px;
    z-index: 9;
    font-size: 18px;
    display: -webkit-inline-box;
    vertical-align: middle;
    margin: auto;
}
.arrow-ribbon.ribbon-center3:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    left: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
	border-left:0 !important;
    width: 0;
}
.arrow-ribbon.ribbon-center3.bg-purple:before {
	border-right: 15px solid #604dd8;
}
.arrow-ribbon.ribbon-center3.bg-danger:before {
    border-right: 15px solid#f94859;
}
.arrow-ribbon.ribbon-center3.bg-secondary:before {
    border-right: 15px solid #f6f7fb;
}
.arrow-ribbon.ribbon-center3.bg-success:before {
    border-right: 15px solid#36b37e;
}
.arrow-ribbon.ribbon-center3.bg-info:before {
    border-right: 15px solid #09b0ec;
}
.arrow-ribbon.ribbon-center3.bg-warning:before {
    border-right: 15px solid #ffab00;
}
.arrow-ribbon.ribbon-center3.bg-pink:before {
    border-right: 15px solid #f43f86;
}
/*-Center3--*/

/*-Center fullwidth--*/
.arrow-ribbon.ribbon-center {
	color: #FFF;
    padding: 2px 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    z-index: 9;
    height: 67px;
    font-size: 18px;
    line-height: 59px;
}
.arrow-ribbon.ribbon-center:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -33px;
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent;
    width: 0;
}
.arrow-ribbon.ribbon-center.bg-purple:before {
	border-left: 33px solid #604dd8;
}
.arrow-ribbon.ribbon-center.bg-danger:before {
    border-left: 33px solid#f94859;
}
.arrow-ribbon.ribbon-center.bg-secondary:before {
    border-left: 33px solid #f6f7fb;
}
.arrow-ribbon.ribbon-center.bg-success:before {
    border-left: 33px solid#36b37e;
}
.arrow-ribbon.ribbon-center.bg-info:before {
    border-left: 33px solid #09b0ec;
}
.arrow-ribbon.ribbon-center.bg-warning:before {
    border-left: 33px solid #ffab00;
}
.arrow-ribbon.ribbon-center.bg-pink:before {
    border-left: 33px solid #f43f86;
}
/*-Center fullwidth--*/

/*-Top-right--*/
.arrow-ribbon.top-right {
	color: #FFF;
	padding: 2px 8px;
	position: absolute;
	top: 10px;
	left: auto;
	right:0;
	z-index:9;
	font-size: 18px;
}
.arrow-ribbon.top-right:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    Left: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
	border-left: 0 !important;
    width: 0;
}
.arrow-ribbon.top-right.bg-purple:before {
	border-right: 15px solid #604dd8;
}
.arrow-ribbon.top-right.bg-danger:before {
   border-right: 15px solid#f94859;
}
.arrow-ribbon.bottom-right.bg-danger:before {
   border-right: 15px solid#f94859;
}
.arrow-ribbon.top-right.bg-secondary:before {
    border-right: 15px solid #f6f7fb;
}
.arrow-ribbon.top-right.bg-success:before {
    border-right: 15px solid#36b37e;
}
.arrow-ribbon.top-right.bg-info:before {
    border-right: 15px solid #09b0ec;
}
.arrow-ribbon.top-right.bg-warning:before {
    border-right: 15px solid #ffab00;
}
.arrow-ribbon.top-right.bg-pink:before {
    border-right: 15px solid #f43f86;
}
/*-Top-right--*/

/*-Bottom-left--*/
.arrow-ribbon.bottom-left{
	color: #FFF;
	padding: 2px 8px;
	position: absolute;
	top: auto;
	bottom:10px;
	left: 0px;
	z-index:9;
	font-size: 18px;
}
.arrow-ribbon.bottom-left:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    width: 0;
}
.arrow-ribbon.bottom-left.bg-purple:before {
	border-left: 15px solid #604dd8;
}
.arrow-ribbon.bottom-left.bg-danger:before {
    border-left: 15px solid#f94859;
}
.arrow-ribbon.bottom-left.bg-secondary:before {
    border-left: 15px solid #f6f7fb;
}
.arrow-ribbon.bottom-left.bg-success:before {
    border-left: 15px solid#36b37e;
}
.arrow-ribbon.bottom-left.bg-info:before {
    border-left: 15px solid #09b0ec;
}
.arrow-ribbon.bottom-left.bg-warning:before {
    border-left: 15px solid #ffab00;
}
.arrow-ribbon.bottom-left.bg-pink:before {
    border-left: 15px solid #f43f86;
}
/*-Bottom-left--*/

/*-Bottom-Right--*/
.arrow-ribbon.bottom-right {
	color: #FFF;
	padding: 2px 8px;
	position: absolute;
	top:auto;
	left: auto;
	bottom:10px;
	right:0;
	z-index:9;
	font-size: 18px;
}
.arrow-ribbon.bottom-right:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    Left: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
	border-left: 0 !important;
    width: 0;
}
.arrow-ribbon.bottom-right.bg-purple:before {
	border-right: 15px solid #604dd8;
}
.arrow-ribbon.bottom-right.bg-danger:before {
   border-right: 15px solid#f94859;
}
.arrow-ribbon.bottom-right.bg-danger:before {
   border-right: 15px solid#f94859;
}
.arrow-ribbon.bottom-right.bg-secondary:before {
    border-right: 15px solid #f6f7fb;
}
.arrow-ribbon.top-right.bg-success:before {
    border-right: 15px solid#36b37e;
}
.arrow-ribbon.bottom-right.bg-info:before {
    border-right: 15px solid #09b0ec;
}
.arrow-ribbon.bottom-right.bg-warning:before {
    border-right: 15px solid #ffab00;
}
.arrow-ribbon.bottom-right.bg-pink:before {
    border-right: 15px solid #f43f86;
}
/*-Bottom-Right--*/

/*-Ribbon Large--*/
.arrow-ribbon2 {
    color: #FFF;
    padding: 3px 8px;
    position: absolute;
    top: 10px;
    left: -1px;
    z-index: 9;
    font-size: 30px;
}
.arrow-ribbon2:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -24px;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    width: 0;
}
/*-Ribbon Large--*/

/* Power Ribbon */
.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}
.power-ribbon {
	width: 56px;
    height: 56px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}
.power-ribbon span {
    position: absolute;
    display: block;
    width: 82px;
    padding: 8px 0;
    color: #fff;
    font: 500 16px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: capitalize;
    text-align: center;
}

/* Top Left */
.power-ribbon-top-left span {
    right: -5px;
    top: 1px;
    transform: rotate(-45deg);
}
.power-ribbon-top-left span i{
	transform: rotate(45deg);
    padding-top: 2px;
    padding-left: 7px;
}
.power-ribbon-top-left {
    top: -6px;
    left: -9px;
}
/* Top Left */

/* Top Right */
.power-ribbon-top-right span {
    left: -5px;
    top: 1px;
    transform: rotate(45deg);
}
.power-ribbon-top-right span i{
	transform: rotate(-45deg);
    padding-top: 2px;
    padding-right: 7px;
}
.power-ribbon-top-right {
    top: -6px;
    right: -9px;
}
/* Top Right */

/* Bottom left */
.power-ribbon-bottom-left span {
    right: -5px;
    bottom: 1px;
    transform: rotate(45deg);
}
.power-ribbon-bottom-left span i{
	transform: rotate(-45deg);
    padding-bottom: 2px;
    padding-left: 7px;
}
.power-ribbon-bottom-left {
    bottom: -6px;
    left: -9px;
}
/* Bottom left */

/* Bottom Right */
.power-ribbon-bottom-right span {
    left: -5px;
    bottom: 1px;
    transform: rotate(-45deg);
}
.power-ribbon-bottom-right span i{
	transform: rotate(45deg);
    padding-bottom: 2px;
    padding-right: 7px;
}
.power-ribbon-bottom-right {
    bottom: -6px;
    right: -9px;
}
/* Bottom Right */
.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid;
}
.ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 8px 0;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-transform: capitalize;
	text-align: center;
}
/* Power Ribbon */

/* top left*/
.ribbon-top-left {
	top: -10px;
	left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}
.ribbon-top-left::before {
	top: 0;
	right: 50px;
}
.ribbon-top-left::after {
	bottom: 50px;
	left: 0;
}
.ribbon-top-left span {
	right: -8px;
    top: 30px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
	top: -10px;
	right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}
.ribbon-top-right::before {
	top: 0;
	left: 36px
}
.ribbon-top-right::after {
	bottom: 36px;
	right: 0;
}
.ribbon-top-right span {
	left: -8px;
	top: 30px;
	transform: rotate(45deg);
}

/* Bottom left*/
.ribbon-bottom-left {
	bottom: -10px;
	left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.ribbon-bottom-left::before {
	bottom: 0;
	right: 50px;
}
.ribbon-bottom-left::after {
	top: 50px;
	left: 0;
}
.ribbon-bottom-left span {
	right: -8px;
    bottom: 30px;
    transform: rotate(45deg);
}

/* bottom right*/
.ribbon-bottom-right {
	bottom: -10px;
	right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.ribbon-bottom-right::before {
	bottom: 0;
	left: 36px
}
.ribbon-bottom-right::after {
	top: 36px;
	right: 0;
}
.ribbon-bottom-right span {
	left: -8px;
	bottom: 30px;
	transform: rotate(-45deg);
}

/*---ribbons Styles--*/

.ribbon-model{
	width: 100%;
	height: 188px;
	position: relative;
	float: left;
	margin-bottom: 30px;
	background: url(8358f67540123f860871ab51af2c2cd2.jpg);
	background-size: cover;
	text-transform: uppercase;
	color: white;
}
.ribbon-model:nth-child(even) {
	margin-right: 4%;
}
@media (max-width: 500px) {
	.ribbon-model {
		width: 100%;
	}
	.ribbon-model:nth-child(even) {
		margin-right: 0%;
	}
}
.ribbon1 {
	position: absolute;
	top: -6.1px;
	right: 10px;
}
.ribbon1:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 53px solid transparent;
	border-right: 53px solid transparent;  
}
.ribbon1 span {
	position: relative;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	padding: 12px 8px 10px;
	border-top-right-radius: 8px;
	width: 90px;
}
.ribbon1 span:before, .ribbon1 span:after {
	position: absolute;
	content: "";
}
.ribbon1 span:before {
	height: 6px;
	width: 6px;
	left: -6px;
	top: 0;
}
.ribbon1 span:after {
	height: 6px;
	width: 8px;
	left: -8px;
	top: 0;
	border-radius: 8px 8px 0 0;
}
.ribbon2 {
	width: 60px;
	padding: 10px 0;
	position: absolute;
	top: -6px;
	left: 25px;
	text-align: center;
	border-top-left-radius: 3px;
}
.ribbon2:before {
	height: 0;
	width: 0;
	right: -5.5px;
	top: 0.1px;
	border-right: 6px solid transparent;
}
.ribbon2:before, .ribbon2:after {
	content: "";
	position: absolute;
}
.ribbon2:after {
	height: 0;
	width: 0;
	bottom: -29.5px;
	left: 0;
	border-bottom: 30px solid transparent;
}
.ribbon3 {
	width: 150px;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	position: absolute;
	left: -8px;
	top: 20px;
}
.ribbon3:before, .ribbon3:after {
	content: "";
	position: absolute;
}
.ribbon3:before {
	height: 0;
	width: 0;
	top: -8.5px;
	left: 0.1px;
	border-bottom: 9px solid black;
	border-left: 9px solid transparent;
}
.ribbon3:after {
	height: 0;
	width: 0;
	right: -14.5px;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
}
.ribbon4 {
	position: absolute;
	top: 15px;
	padding: 8px 10px;
	box-shadow: -1px 2px 3px rgba(0,0,0,.3);
}
.ribbon4:before, .ribbon4:after {
	content: "";
	position: absolute;
}
.ribbon4:before {
	width: 7px;
	height: 100%;
	top: 0;
	left: -6.5px;
	padding: 0 0 7px;
	background: inherit;
	border-radius: 0 0 0 ;
}
.ribbon4:after {
	width: 5px;
	height: 5px;
	bottom: -5px;
	left: -4.5px;
	border-radius: 5px 0 0 5px;
}
.ribbon5 {
	display: block;
	width: calc(100% + 20px);
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
	top: 20px;
}
.ribbon5:before, .ribbon5:after {
	content: "";
	position: absolute;
}
.ribbon5:before {
	height: 0;
	width: 0;
	bottom: -10px;
	left: 0;
	border-left: 10px solid transparent;
}
.ribbon5:after {
	height: 0;
	width: 0;
	right: 0;
	bottom: -10px;
	border-right: 10px solid transparent;
}
.wrap {
	width: 100%;
	height: 188px;
	position: absolute;
	top: -8px;
	left: 8px;
	overflow: hidden;
}
.wrap:before, .wrap:after {
	content: ""; 
	position: absolute;
}
.wrap:before {
	width: 40px;
	height: 8px;
	right: 100px;  
	border-radius: 8px 8px 0px 0px;
}
.wrap:after {
	width: 8px;
	height: 40px;
	right: 0px;
	top: 100px;
	border-radius: 0px 8px 8px 0px;
}
.ribbon6 {
	width: 200px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 30px;
	right: -50px;
	z-index: 2;
	overflow: hidden;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 1px dashed;
	text-align: center;
}
/*---ribbons Styles--*/
/*------ Tables -----*/
.btn-success-new {
  color: #37a815 !important;
  border: 1px solid #7db84e !important;
  border-radius: 8px !important;
  background: #fff !important;
  height: 30px;
  padding: 7px 13px;

  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}
.select-new {
  border-radius: 8px;
  border: 1px solid #ececee;
  height: 35px !important;
  padding: 9px 10px;

  display: inline;
  width: 300px;

  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.label-new > span {
  width: 105px;
  margin-right: 14px;
}

.btn-success-new:hover {
  color: #37a815 !important;
}

.border-new {
  border-color: #ececee;
  border-radius: 8px;
  align-items: center;
}
.border-new:not(:last-child) {
  margin-bottom: 11px;
}
.table,
.text-wrap table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.text-wrap table th,
.text-wrap table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #f1f5fa;
}
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0;
}
.ico-listing.table td,
.ico-listing.table th {
  padding: 0.75rem;
  vertical-align: middle;
}
.border {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #eaf0f7;
  background: #fff;
}
.table thead th,
.text-wrap table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f1f5fa;
}
.table tbody + tbody,
.text-wrap table tbody + tbody {
  border-top: 2px solid #f1f5fa;
}
.table .table,
.text-wrap table .table,
.table .text-wrap table,
.text-wrap .table table,
.text-wrap table table {
  background-color: #f1f5fa;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered,
.text-wrap table {
  border: 1px solid #f1f5fa;
}
.table-bordered th,
.text-wrap table th,
.table-bordered td,
.text-wrap table td {
  border: 1px solid #eaf0f7;
}
.table-bordered thead th,
.text-wrap table thead th,
.table-bordered thead td,
.text-wrap table thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
.table-hover tbody tr:hover {
  background-color: #f1f5fa;
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #e6f2fe;
}
.table-hover .table-primary:hover {
  background-color: #b7cded;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b7cded;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2;
}
.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c9fde7;
}
.table-hover .table-success:hover {
  background-color: #c5e7a4;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #c5e7a4;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #cbe7fb;
}
.table-hover .table-info:hover {
  background-color: #b3dcf9;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b3dcf9;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fbeebc;
}
.table-hover .table-warning:hover {
  background-color: #fae8a4;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fae8a4;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f1c1c0;
}
.table-hover .table-danger:hover {
  background-color: #ecacab;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ecacab;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.04);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.04);
}
.table .thead-dark th,
.text-wrap table .thead-dark th {
  color: #4e4c73;
  background-color: #8f8794;
  border-color: #32383e;
}
.table .thead-light th,
.text-wrap table .thead-light th {
  color: #3d4e67;
  background-color: #f1f5fa;
  border-color: #f1f5fa;
}
.table-dark {
  color: #4e4c73;
  background-color: #8f8794;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered,
.text-wrap table.table-dark {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered,
  .text-wrap .table-responsive-sm > table {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered,
  .text-wrap .table-responsive-md > table {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered,
  .text-wrap .table-responsive-lg > table {
    border: 0;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered,
  .text-wrap .table-responsive-xl > table {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered,
.text-wrap .table-responsive > table {
  border: 0;
}
table {
  border-collapse: collapse;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: 0 !important;
}
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 0 !important;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #f1f5fa !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #eeeef9 !important;
}
.table thead th,
.text-wrap table thead th {
  border-top: 0;
  border-bottom-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.table th,
.text-wrap table th {
  color: #242338;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
}
.table-md th,
.table-md td {
  padding: 0.5rem;
}
.table-vcenter td,
.table-vcenter th {
  vertical-align: middle;
  border-top: 1px solid #f1f5fa;
}
.table-center td,
.table-center th {
  text-align: center;
}
.table-striped tbody tr:nth-of-type(odd) {
  background: transparent;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #f1f5fa;
}
.table-calendar {
  margin: 0 0 0.75rem;
}
.table-calendar td,
.table-calendar th {
  border: 0;
  text-align: center;
  padding: 0 !important;
  width: 14.28571429%;
  line-height: 2.5rem;
}
.table-calendar td {
  border-top: 0;
}
.table-calendar-link {
  line-height: 2rem;
  min-width: calc(2rem + 2px);
  display: inline-block;
  border-radius: 3px;
  background: #f8f9fa;
  color: #3d4e67;
  font-weight: 600;
  transition: 0.3s background, 0.3s color;
  position: relative;
}
.table-calendar-link:before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  border-radius: 50px;
  background: #0000fe;
}
.table-calendar-link:hover {
  color: #fff;
  text-decoration: none;
  background: #0000fe;
  transition: 0.3s background;
}
.table-calendar-link:hover:before {
  background: #fff;
}
.table-header {
  cursor: pointer;
  transition: 0.3s color;
}
.table-header:hover {
  color: #3d4e67 !important;
}
.table-header:after {
  content: '\f0dc';
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.75rem;
}
.table-header-asc {
  color: #3d4e67 !important;
}
.table-header-asc:after {
  content: '\f0de';
}
.table-header-desc {
  color: #3d4e67 !important;
}
.table-header-desc:after {
  content: '\f0dd';
}
/*------ Tables -----*/
.jq-toast-wrap,.jq-toast-wrap *{margin:0;padding:0}.jq-toast-wrap{display:block;position:fixed;width:250px;pointer-events:none!important;letter-spacing:normal;z-index:9000!important}.jq-toast-wrap.bottom-left{bottom:20px;left:20px}.jq-toast-wrap.bottom-right{bottom:20px;right:40px}.jq-toast-wrap.top-left{top:20px;left:20px}.jq-toast-wrap.top-right{top:20px;right:40px}.jq-toast-single{display:block;width:100%;padding:10px;margin:0 0 5px;border-radius:4px;font-size:12px;font-family:arial,sans-serif;line-height:17px;position:relative;pointer-events:all!important;background-color:#444;color:#fff}.jq-toast-single h2{font-family:arial,sans-serif;font-size:14px;margin:0 0 7px;background:0 0;color:inherit;line-height:inherit;letter-spacing:normal}.jq-toast-single a{color:#eee;text-decoration:none;font-weight:700;border-bottom:1px solid #fff;padding-bottom:3px;font-size:12px}.jq-toast-single ul{margin:0 0 0 15px;background:0 0;padding:0}.jq-toast-single ul li{list-style-type:disc!important;line-height:17px;background:0 0;margin:0;padding:0;letter-spacing:normal}.close-jq-toast-single{position:absolute;top:3px;right:7px;font-size:14px;cursor:pointer}.jq-toast-loader{display:block;position:absolute;top:-2px;height:5px;width:0;left:0;border-radius:5px;background:red}.jq-toast-loaded{width:100%}.jq-has-icon{padding:10px 10px 10px 50px;background-repeat:no-repeat;background-position:10px}.jq-icon-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);background-color:#31708f;color:#d9edf7;border-color:#bce8f1}.jq-icon-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);background-color:#8a6d3b;color:#fcf8e3;border-color:#faebcc}.jq-icon-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);background-color:#a94442;color:#f2dede;border-color:#ebccd1}.jq-icon-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);color:#dff0d8;background-color:#3c763d;border-color:#d6e9c6}.flex {
    display: flex;
}

.justufy-space-between {
    justify-content: space-between;
}

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

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

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

.mr-1 {
    margin-right: 6px;
}

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

.mt-2 {
    margin-top: 12px;
}

.text-align-center {
    text-align: center;
}.pagination {
  border-radius: 4px;
}

.pagination > li:first-child {
  margin-right: 8px;
}
.c_d1d1d1 {
  color: #d1d1d1;
}
.pagination > li {
  margin-right: 5px;
}

.pagination > li:last-child {
  margin-left: 8px;
  user-select: none;
}

.pagination > li:last-child > a,
.pagination > li:first-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > span {
  font-size: 24px;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  /* margin-left: -1px; */
  line-height: 1.42857143;
  color: #1c1c17;
  text-decoration: none;
  background-color: #ececee;
  border: 1px solid #ececee;
  border-radius: 4px;
  cursor: pointer;

  width: 35px;
  height: 35px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #1c1c17;
  cursor: pointer;
  background-color: #ececee;
  border-color: rgba(134, 166, 104, 1);
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  cursor: pointer;
  color: #1c1c17;
  background-color: #ececee;
  border-color: #86a668;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: rgba(28, 28, 23, 0.5);
  cursor: not-allowed;
  background-color: rgba(125, 184, 78, 0.5);
  border-color: rgba(125, 184, 78, 0.5);
}

.ReactModalPortal {
  position: relative;
  z-index: 2048;
}

.react-confirm-alert-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}

.toast-success {
  background: #96c12a !important;
}

.react-tabs .react-tabs__tab--selected {
  border-radius: unset;
  border-color: #96c12a;
}

.react-tabs .react-tabs__tab-list {
  border-color: #96c12a;
}
.fileUploader {
	width: 100%;
}

.fileContainer {
	background: #fff;
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.05);
	position: relative;
	border-radius: 10px;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 10px auto;
	transition: all 0.3s ease-in;
}

.fileContainer input {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.fileContainer p {
	font-size: 12px;
	margin: 8px 0 4px;
}

.fileContainer .errorsContainer {
	max-width: 300px;
	font-size: 12px;
	color: red;
	text-align: left;
}

.fileContainer .chooseFileButton {
	padding: 6px 23px;
	background: #3f4257;
	border-radius: 30px;
	color: white;
	font-weight: 300;
	font-size: 14px;
	margin: 10px 0;
	transition: all 0.2s ease-in;
	cursor: pointer;
	outline: none;
	border: none;
}

.fileContainer .chooseFileButton:hover {
	background: #545972;
}

.fileContainer .uploadFilesButton {
	padding: 5px 43px;
	background: transparent;
	border-radius: 30px;
	color: #3f4257;
	font-weight: 300;
	font-size: 14px;
	margin: 10px 0;
	transition: all 0.2s ease-in;
	cursor: pointer;
	outline: none;
	border: 1px solid #3f4257;
}

.fileContainer .uploadFilesButton:hover {
	background: #3f4257;
	color: #fff;
}

.fileContainer .uploadIcon {
	width: 50px;
	height: 50px;
}

.fileContainer .uploadPicturesWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.fileContainer .uploadPictureContainer {
	width: 25%;
	margin: 5%;
	padding: 10px;
	background: #edf2f6;
	display: flex;
	align-items: center;
	justify-content: center;
	height: inherit;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #d0dbe4;
	position: relative;
}

.fileContainer .uploadPictureContainer img.uploadPicture {
	width: 100%;
}

.fileContainer .deleteImage {
	position: absolute;
	top: -9px;
	right: -9px;
	color: #fff;
	background: #ff4081;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	width: 30px;
	height: 30px;
}

.flipMove {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
body.react-confirm-alert-body-element {
  overflow: hidden;
}

.react-confirm-alert-blur {
  filter: url(#gaussian-blur);
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.react-confirm-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  -moz-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  -o-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
}

.react-confirm-alert-body {
  font-family: Arial, Helvetica, sans-serif;
  width: 400px;
  padding: 30px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.13);
  color: #666;
}

.react-confirm-alert-svg {
  position: absolute;
  top: 0;
  left: 0;
}

.react-confirm-alert-body > h1 {
  margin-top: 0;
}

.react-confirm-alert-body > h3 {
  margin: 0;
  font-size: 16px;
}

.react-confirm-alert-button-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.react-confirm-alert-button-group > button {
  outline: none;
  background: #333;
  border: none;
  display: inline-block;
  padding: 6px 18px;
  color: #eee;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}

@-webkit-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--dark {
  background: #121212;
  color: #fff;
}
.Toastify__toast--default {
  background: #fff;
  color: #aaa;
}
.Toastify__toast--info {
  background: #3498db;
}
.Toastify__toast--success {
  background: #07bc0c;
}
.Toastify__toast--warning {
  background: #f1c40f;
}
.Toastify__toast--error {
  background: #e74c3c;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}
.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}
.Toastify__progress-bar--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}
.Toastify__progress-bar--dark {
  background: #bb86fc;
}
@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}.react-tabs {
  -webkit-tap-highlight-color: transparent;
}

.react-tabs__tab-list {
  border-bottom: 1px solid #aaa;
  margin: 0 0 10px;
  padding: 0;
}

.react-tabs__tab {
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: none;
  bottom: -1px;
  position: relative;
  list-style: none;
  padding: 6px 12px;
  cursor: pointer;
}

.react-tabs__tab--selected {
  background: #fff;
  border-color: #aaa;
  color: black;
  border-radius: 5px 5px 0 0;
}

.react-tabs__tab--disabled {
  color: GrayText;
  cursor: default;
}

.react-tabs__tab:focus {
  box-shadow: 0 0 5px hsl(208, 99%, 50%);
  border-color: hsl(208, 99%, 50%);
  outline: none;
}

.react-tabs__tab:focus:after {
  content: "";
  position: absolute;
  height: 5px;
  left: -4px;
  right: -4px;
  bottom: -5px;
  background: #fff;
}

.react-tabs__tab-panel {
  display: none;
}

.react-tabs__tab-panel--selected {
  display: block;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time, .react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 95px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}

.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: 85px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range ,
.react-datepicker__month-text--in-selecting-range ,
.react-datepicker__quarter-text--in-selecting-range ,
.react-datepicker__year-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__year-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\00d7";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzdHlsZS5jc3MiLCJzb3VyY2VSb290IjoiIn0=*/