*,
*:before,
*:after {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: "proxima-nova-soft", "Helvetica Neue", "Arial", "sans-serif";
}
html,
body {
  margin: 0;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 1px dotted;
}
blockquote {
  margin: 1em 40px;
}
dfn,
em,
i {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
pre q {
  quotes: none;
}
pre q:before,
pre q:after {
  content: '';
  content: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
img,
iframe,
object,
embed {
  vertical-align: middle;
}
iframe,
object,
embed {
  width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  background: none;
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  *height: 13px;
  *width: 13px;
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
th {
  text-align: left;
}
hr {
  display: none;
}
img {
  max-width: 120px;
  height: auto;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.float-left,
.pull-left {
  float: left;
}
.float-right,
.pull-right {
  float: right;
}
fieldset {
  min-width: 0;
}
.columns {
  font-size: 0;
/*
	* Generate our Atreo grid.
	* - Number of columns is defined on row element - {$grid-class-row}
	* - Class name of column is only {$grid-class-column}
	* - Number on row class is number of columns. So if you set "2" the column width will be 50%
	*	if you set "3" column width will be 33% etc.
	*/
/*
		* Generated class name like this:
		* .{$grid-class-row}-{$breakpoint}-min-{$column}
		*
		* For example:
		* .columns-md-min-2
		*/
/*
		* Generated class name like this:
		* .{$grid-class-row}-{$breakpoint}-max-{$column}
		*
		* For example:
		* .columns-md-max-2
		*/
/*
		* Generated class name like this:
		* .{$grid-class-row}-{$breakpoint-min}-{$breakpoint-max}-{$column}
		*
		* For example:
		* .columns-md-lg-2
		*/
}
@media screen and (min-width: 320px) {
  .columns-ss-min-1 > .column {
    width: 100%;
  }
  .columns-ss-min-2 > .column {
    width: 50%;
  }
  .columns-ss-min-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-ss-min-4 > .column {
    width: 25%;
  }
  .columns-ss-min-5 > .column {
    width: 20%;
  }
  .columns-ss-min-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-ss-min-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-ss-min-8 > .column {
    width: 12.5%;
  }
  .columns-ss-min-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-ss-min-10 > .column {
    width: 10%;
  }
  .columns-ss-min-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-ss-min-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 480px) {
  .columns-xs-min-1 > .column {
    width: 100%;
  }
  .columns-xs-min-2 > .column {
    width: 50%;
  }
  .columns-xs-min-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-xs-min-4 > .column {
    width: 25%;
  }
  .columns-xs-min-5 > .column {
    width: 20%;
  }
  .columns-xs-min-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-xs-min-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-xs-min-8 > .column {
    width: 12.5%;
  }
  .columns-xs-min-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-xs-min-10 > .column {
    width: 10%;
  }
  .columns-xs-min-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-xs-min-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 640px) {
  .columns-sm-min-1 > .column {
    width: 100%;
  }
  .columns-sm-min-2 > .column {
    width: 50%;
  }
  .columns-sm-min-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-sm-min-4 > .column {
    width: 25%;
  }
  .columns-sm-min-5 > .column {
    width: 20%;
  }
  .columns-sm-min-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-sm-min-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-sm-min-8 > .column {
    width: 12.5%;
  }
  .columns-sm-min-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-sm-min-10 > .column {
    width: 10%;
  }
  .columns-sm-min-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-sm-min-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 768px) {
  .columns-md-min-1 > .column {
    width: 100%;
  }
  .columns-md-min-2 > .column {
    width: 50%;
  }
  .columns-md-min-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-md-min-4 > .column {
    width: 25%;
  }
  .columns-md-min-5 > .column {
    width: 20%;
  }
  .columns-md-min-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-md-min-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-md-min-8 > .column {
    width: 12.5%;
  }
  .columns-md-min-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-md-min-10 > .column {
    width: 10%;
  }
  .columns-md-min-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-md-min-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 980px) {
  .columns-lg-min-1 > .column {
    width: 100%;
  }
  .columns-lg-min-2 > .column {
    width: 50%;
  }
  .columns-lg-min-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-lg-min-4 > .column {
    width: 25%;
  }
  .columns-lg-min-5 > .column {
    width: 20%;
  }
  .columns-lg-min-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-lg-min-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-lg-min-8 > .column {
    width: 12.5%;
  }
  .columns-lg-min-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-lg-min-10 > .column {
    width: 10%;
  }
  .columns-lg-min-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-lg-min-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 1148px) {
  .columns-xl-min-1 > .column {
    width: 100%;
  }
  .columns-xl-min-2 > .column {
    width: 50%;
  }
  .columns-xl-min-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-xl-min-4 > .column {
    width: 25%;
  }
  .columns-xl-min-5 > .column {
    width: 20%;
  }
  .columns-xl-min-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-xl-min-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-xl-min-8 > .column {
    width: 12.5%;
  }
  .columns-xl-min-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-xl-min-10 > .column {
    width: 10%;
  }
  .columns-xl-min-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-xl-min-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 1338px) {
  .columns-xxl-min-1 > .column {
    width: 100%;
  }
  .columns-xxl-min-2 > .column {
    width: 50%;
  }
  .columns-xxl-min-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-xxl-min-4 > .column {
    width: 25%;
  }
  .columns-xxl-min-5 > .column {
    width: 20%;
  }
  .columns-xxl-min-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-xxl-min-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-xxl-min-8 > .column {
    width: 12.5%;
  }
  .columns-xxl-min-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-xxl-min-10 > .column {
    width: 10%;
  }
  .columns-xxl-min-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-xxl-min-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (max-width: 319px) {
  .columns-ss-max-1 > .column {
    width: 100%;
  }
  .columns-ss-max-2 > .column {
    width: 50%;
  }
  .columns-ss-max-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-ss-max-4 > .column {
    width: 25%;
  }
  .columns-ss-max-5 > .column {
    width: 20%;
  }
  .columns-ss-max-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-ss-max-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-ss-max-8 > .column {
    width: 12.5%;
  }
  .columns-ss-max-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-ss-max-10 > .column {
    width: 10%;
  }
  .columns-ss-max-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-ss-max-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (max-width: 479px) {
  .columns-xs-max-1 > .column {
    width: 100%;
  }
  .columns-xs-max-2 > .column {
    width: 50%;
  }
  .columns-xs-max-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-xs-max-4 > .column {
    width: 25%;
  }
  .columns-xs-max-5 > .column {
    width: 20%;
  }
  .columns-xs-max-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-xs-max-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-xs-max-8 > .column {
    width: 12.5%;
  }
  .columns-xs-max-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-xs-max-10 > .column {
    width: 10%;
  }
  .columns-xs-max-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-xs-max-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (max-width: 639px) {
  .columns-sm-max-1 > .column {
    width: 100%;
  }
  .columns-sm-max-2 > .column {
    width: 50%;
  }
  .columns-sm-max-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-sm-max-4 > .column {
    width: 25%;
  }
  .columns-sm-max-5 > .column {
    width: 20%;
  }
  .columns-sm-max-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-sm-max-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-sm-max-8 > .column {
    width: 12.5%;
  }
  .columns-sm-max-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-sm-max-10 > .column {
    width: 10%;
  }
  .columns-sm-max-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-sm-max-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (max-width: 767px) {
  .columns-md-max-1 > .column {
    width: 100%;
  }
  .columns-md-max-2 > .column {
    width: 50%;
  }
  .columns-md-max-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-md-max-4 > .column {
    width: 25%;
  }
  .columns-md-max-5 > .column {
    width: 20%;
  }
  .columns-md-max-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-md-max-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-md-max-8 > .column {
    width: 12.5%;
  }
  .columns-md-max-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-md-max-10 > .column {
    width: 10%;
  }
  .columns-md-max-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-md-max-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (max-width: 979px) {
  .columns-lg-max-1 > .column {
    width: 100%;
  }
  .columns-lg-max-2 > .column {
    width: 50%;
  }
  .columns-lg-max-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-lg-max-4 > .column {
    width: 25%;
  }
  .columns-lg-max-5 > .column {
    width: 20%;
  }
  .columns-lg-max-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-lg-max-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-lg-max-8 > .column {
    width: 12.5%;
  }
  .columns-lg-max-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-lg-max-10 > .column {
    width: 10%;
  }
  .columns-lg-max-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-lg-max-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (max-width: 1147px) {
  .columns-xl-max-1 > .column {
    width: 100%;
  }
  .columns-xl-max-2 > .column {
    width: 50%;
  }
  .columns-xl-max-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-xl-max-4 > .column {
    width: 25%;
  }
  .columns-xl-max-5 > .column {
    width: 20%;
  }
  .columns-xl-max-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-xl-max-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-xl-max-8 > .column {
    width: 12.5%;
  }
  .columns-xl-max-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-xl-max-10 > .column {
    width: 10%;
  }
  .columns-xl-max-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-xl-max-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (max-width: 1337px) {
  .columns-xxl-max-1 > .column {
    width: 100%;
  }
  .columns-xxl-max-2 > .column {
    width: 50%;
  }
  .columns-xxl-max-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-xxl-max-4 > .column {
    width: 25%;
  }
  .columns-xxl-max-5 > .column {
    width: 20%;
  }
  .columns-xxl-max-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-xxl-max-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-xxl-max-8 > .column {
    width: 12.5%;
  }
  .columns-xxl-max-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-xxl-max-10 > .column {
    width: 10%;
  }
  .columns-xxl-max-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-xxl-max-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 319px) and (max-width: 479px) {
  .columns-ss-xs-1 > .column {
    width: 100%;
  }
  .columns-ss-xs-2 > .column {
    width: 50%;
  }
  .columns-ss-xs-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-ss-xs-4 > .column {
    width: 25%;
  }
  .columns-ss-xs-5 > .column {
    width: 20%;
  }
  .columns-ss-xs-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-ss-xs-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-ss-xs-8 > .column {
    width: 12.5%;
  }
  .columns-ss-xs-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-ss-xs-10 > .column {
    width: 10%;
  }
  .columns-ss-xs-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-ss-xs-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 319px) and (max-width: 639px) {
  .columns-ss-sm-1 > .column {
    width: 100%;
  }
  .columns-ss-sm-2 > .column {
    width: 50%;
  }
  .columns-ss-sm-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-ss-sm-4 > .column {
    width: 25%;
  }
  .columns-ss-sm-5 > .column {
    width: 20%;
  }
  .columns-ss-sm-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-ss-sm-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-ss-sm-8 > .column {
    width: 12.5%;
  }
  .columns-ss-sm-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-ss-sm-10 > .column {
    width: 10%;
  }
  .columns-ss-sm-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-ss-sm-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 479px) and (max-width: 639px) {
  .columns-xs-sm-1 > .column {
    width: 100%;
  }
  .columns-xs-sm-2 > .column {
    width: 50%;
  }
  .columns-xs-sm-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-xs-sm-4 > .column {
    width: 25%;
  }
  .columns-xs-sm-5 > .column {
    width: 20%;
  }
  .columns-xs-sm-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-xs-sm-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-xs-sm-8 > .column {
    width: 12.5%;
  }
  .columns-xs-sm-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-xs-sm-10 > .column {
    width: 10%;
  }
  .columns-xs-sm-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-xs-sm-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 319px) and (max-width: 767px) {
  .columns-ss-md-1 > .column {
    width: 100%;
  }
  .columns-ss-md-2 > .column {
    width: 50%;
  }
  .columns-ss-md-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-ss-md-4 > .column {
    width: 25%;
  }
  .columns-ss-md-5 > .column {
    width: 20%;
  }
  .columns-ss-md-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-ss-md-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-ss-md-8 > .column {
    width: 12.5%;
  }
  .columns-ss-md-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-ss-md-10 > .column {
    width: 10%;
  }
  .columns-ss-md-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-ss-md-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 479px) and (max-width: 767px) {
  .columns-xs-md-1 > .column {
    width: 100%;
  }
  .columns-xs-md-2 > .column {
    width: 50%;
  }
  .columns-xs-md-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-xs-md-4 > .column {
    width: 25%;
  }
  .columns-xs-md-5 > .column {
    width: 20%;
  }
  .columns-xs-md-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-xs-md-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-xs-md-8 > .column {
    width: 12.5%;
  }
  .columns-xs-md-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-xs-md-10 > .column {
    width: 10%;
  }
  .columns-xs-md-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-xs-md-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 639px) and (max-width: 767px) {
  .columns-sm-md-1 > .column {
    width: 100%;
  }
  .columns-sm-md-2 > .column {
    width: 50%;
  }
  .columns-sm-md-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-sm-md-4 > .column {
    width: 25%;
  }
  .columns-sm-md-5 > .column {
    width: 20%;
  }
  .columns-sm-md-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-sm-md-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-sm-md-8 > .column {
    width: 12.5%;
  }
  .columns-sm-md-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-sm-md-10 > .column {
    width: 10%;
  }
  .columns-sm-md-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-sm-md-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 319px) and (max-width: 979px) {
  .columns-ss-lg-1 > .column {
    width: 100%;
  }
  .columns-ss-lg-2 > .column {
    width: 50%;
  }
  .columns-ss-lg-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-ss-lg-4 > .column {
    width: 25%;
  }
  .columns-ss-lg-5 > .column {
    width: 20%;
  }
  .columns-ss-lg-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-ss-lg-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-ss-lg-8 > .column {
    width: 12.5%;
  }
  .columns-ss-lg-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-ss-lg-10 > .column {
    width: 10%;
  }
  .columns-ss-lg-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-ss-lg-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 479px) and (max-width: 979px) {
  .columns-xs-lg-1 > .column {
    width: 100%;
  }
  .columns-xs-lg-2 > .column {
    width: 50%;
  }
  .columns-xs-lg-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-xs-lg-4 > .column {
    width: 25%;
  }
  .columns-xs-lg-5 > .column {
    width: 20%;
  }
  .columns-xs-lg-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-xs-lg-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-xs-lg-8 > .column {
    width: 12.5%;
  }
  .columns-xs-lg-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-xs-lg-10 > .column {
    width: 10%;
  }
  .columns-xs-lg-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-xs-lg-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 639px) and (max-width: 979px) {
  .columns-sm-lg-1 > .column {
    width: 100%;
  }
  .columns-sm-lg-2 > .column {
    width: 50%;
  }
  .columns-sm-lg-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-sm-lg-4 > .column {
    width: 25%;
  }
  .columns-sm-lg-5 > .column {
    width: 20%;
  }
  .columns-sm-lg-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-sm-lg-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-sm-lg-8 > .column {
    width: 12.5%;
  }
  .columns-sm-lg-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-sm-lg-10 > .column {
    width: 10%;
  }
  .columns-sm-lg-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-sm-lg-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 767px) and (max-width: 979px) {
  .columns-md-lg-1 > .column {
    width: 100%;
  }
  .columns-md-lg-2 > .column {
    width: 50%;
  }
  .columns-md-lg-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-md-lg-4 > .column {
    width: 25%;
  }
  .columns-md-lg-5 > .column {
    width: 20%;
  }
  .columns-md-lg-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-md-lg-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-md-lg-8 > .column {
    width: 12.5%;
  }
  .columns-md-lg-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-md-lg-10 > .column {
    width: 10%;
  }
  .columns-md-lg-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-md-lg-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 319px) and (max-width: 1147px) {
  .columns-ss-xl-1 > .column {
    width: 100%;
  }
  .columns-ss-xl-2 > .column {
    width: 50%;
  }
  .columns-ss-xl-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-ss-xl-4 > .column {
    width: 25%;
  }
  .columns-ss-xl-5 > .column {
    width: 20%;
  }
  .columns-ss-xl-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-ss-xl-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-ss-xl-8 > .column {
    width: 12.5%;
  }
  .columns-ss-xl-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-ss-xl-10 > .column {
    width: 10%;
  }
  .columns-ss-xl-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-ss-xl-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 479px) and (max-width: 1147px) {
  .columns-xs-xl-1 > .column {
    width: 100%;
  }
  .columns-xs-xl-2 > .column {
    width: 50%;
  }
  .columns-xs-xl-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-xs-xl-4 > .column {
    width: 25%;
  }
  .columns-xs-xl-5 > .column {
    width: 20%;
  }
  .columns-xs-xl-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-xs-xl-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-xs-xl-8 > .column {
    width: 12.5%;
  }
  .columns-xs-xl-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-xs-xl-10 > .column {
    width: 10%;
  }
  .columns-xs-xl-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-xs-xl-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 639px) and (max-width: 1147px) {
  .columns-sm-xl-1 > .column {
    width: 100%;
  }
  .columns-sm-xl-2 > .column {
    width: 50%;
  }
  .columns-sm-xl-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-sm-xl-4 > .column {
    width: 25%;
  }
  .columns-sm-xl-5 > .column {
    width: 20%;
  }
  .columns-sm-xl-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-sm-xl-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-sm-xl-8 > .column {
    width: 12.5%;
  }
  .columns-sm-xl-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-sm-xl-10 > .column {
    width: 10%;
  }
  .columns-sm-xl-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-sm-xl-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1147px) {
  .columns-md-xl-1 > .column {
    width: 100%;
  }
  .columns-md-xl-2 > .column {
    width: 50%;
  }
  .columns-md-xl-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-md-xl-4 > .column {
    width: 25%;
  }
  .columns-md-xl-5 > .column {
    width: 20%;
  }
  .columns-md-xl-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-md-xl-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-md-xl-8 > .column {
    width: 12.5%;
  }
  .columns-md-xl-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-md-xl-10 > .column {
    width: 10%;
  }
  .columns-md-xl-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-md-xl-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 979px) and (max-width: 1147px) {
  .columns-lg-xl-1 > .column {
    width: 100%;
  }
  .columns-lg-xl-2 > .column {
    width: 50%;
  }
  .columns-lg-xl-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-lg-xl-4 > .column {
    width: 25%;
  }
  .columns-lg-xl-5 > .column {
    width: 20%;
  }
  .columns-lg-xl-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-lg-xl-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-lg-xl-8 > .column {
    width: 12.5%;
  }
  .columns-lg-xl-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-lg-xl-10 > .column {
    width: 10%;
  }
  .columns-lg-xl-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-lg-xl-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 319px) and (max-width: 1337px) {
  .columns-ss-xxl-1 > .column {
    width: 100%;
  }
  .columns-ss-xxl-2 > .column {
    width: 50%;
  }
  .columns-ss-xxl-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-ss-xxl-4 > .column {
    width: 25%;
  }
  .columns-ss-xxl-5 > .column {
    width: 20%;
  }
  .columns-ss-xxl-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-ss-xxl-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-ss-xxl-8 > .column {
    width: 12.5%;
  }
  .columns-ss-xxl-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-ss-xxl-10 > .column {
    width: 10%;
  }
  .columns-ss-xxl-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-ss-xxl-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 479px) and (max-width: 1337px) {
  .columns-xs-xxl-1 > .column {
    width: 100%;
  }
  .columns-xs-xxl-2 > .column {
    width: 50%;
  }
  .columns-xs-xxl-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-xs-xxl-4 > .column {
    width: 25%;
  }
  .columns-xs-xxl-5 > .column {
    width: 20%;
  }
  .columns-xs-xxl-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-xs-xxl-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-xs-xxl-8 > .column {
    width: 12.5%;
  }
  .columns-xs-xxl-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-xs-xxl-10 > .column {
    width: 10%;
  }
  .columns-xs-xxl-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-xs-xxl-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 639px) and (max-width: 1337px) {
  .columns-sm-xxl-1 > .column {
    width: 100%;
  }
  .columns-sm-xxl-2 > .column {
    width: 50%;
  }
  .columns-sm-xxl-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-sm-xxl-4 > .column {
    width: 25%;
  }
  .columns-sm-xxl-5 > .column {
    width: 20%;
  }
  .columns-sm-xxl-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-sm-xxl-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-sm-xxl-8 > .column {
    width: 12.5%;
  }
  .columns-sm-xxl-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-sm-xxl-10 > .column {
    width: 10%;
  }
  .columns-sm-xxl-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-sm-xxl-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1337px) {
  .columns-md-xxl-1 > .column {
    width: 100%;
  }
  .columns-md-xxl-2 > .column {
    width: 50%;
  }
  .columns-md-xxl-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-md-xxl-4 > .column {
    width: 25%;
  }
  .columns-md-xxl-5 > .column {
    width: 20%;
  }
  .columns-md-xxl-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-md-xxl-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-md-xxl-8 > .column {
    width: 12.5%;
  }
  .columns-md-xxl-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-md-xxl-10 > .column {
    width: 10%;
  }
  .columns-md-xxl-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-md-xxl-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 979px) and (max-width: 1337px) {
  .columns-lg-xxl-1 > .column {
    width: 100%;
  }
  .columns-lg-xxl-2 > .column {
    width: 50%;
  }
  .columns-lg-xxl-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-lg-xxl-4 > .column {
    width: 25%;
  }
  .columns-lg-xxl-5 > .column {
    width: 20%;
  }
  .columns-lg-xxl-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-lg-xxl-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-lg-xxl-8 > .column {
    width: 12.5%;
  }
  .columns-lg-xxl-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-lg-xxl-10 > .column {
    width: 10%;
  }
  .columns-lg-xxl-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-lg-xxl-12 > .column {
    width: 8.333333333333334%;
  }
}
@media screen and (min-width: 1147px) and (max-width: 1337px) {
  .columns-xl-xxl-1 > .column {
    width: 100%;
  }
  .columns-xl-xxl-2 > .column {
    width: 50%;
  }
  .columns-xl-xxl-3 > .column {
    width: 33.333333333333336%;
  }
  .columns-xl-xxl-4 > .column {
    width: 25%;
  }
  .columns-xl-xxl-5 > .column {
    width: 20%;
  }
  .columns-xl-xxl-6 > .column {
    width: 16.666666666666668%;
  }
  .columns-xl-xxl-7 > .column {
    width: 14.285714285714286%;
  }
  .columns-xl-xxl-8 > .column {
    width: 12.5%;
  }
  .columns-xl-xxl-9 > .column {
    width: 11.11111111111111%;
  }
  .columns-xl-xxl-10 > .column {
    width: 10%;
  }
  .columns-xl-xxl-11 > .column {
    width: 9.090909090909092%;
  }
  .columns-xl-xxl-12 > .column {
    width: 8.333333333333334%;
  }
}
.column {
  display: inline-block;
  vertical-align: top;
  font-size: 1.286rem;
/*
	* Generate grid like bootstrap.
	* - On each column you can set column size. Difference between this and original bootstrap grid is -min and -max suffix
	* - Class name of column you can set in your project variable file - variables/grid/defaults
	* - Each column must have base class {$grid-class-column}
	*/
/*
		* Generated class name like this:
		* .{$grid-class-column}-{$breakpoint}-min-{$column}
		*
		* For example:
		* .column-md-min-6
		*/
/*
		* Generated class name like this:
		* .{$grid-class-column}-{$breakpoint}-max-{$column}
		*
		* For example:
		* .column-md-max-6
		*/
/*
		* Generated class name like this:
		* .{$grid-class-column}-{$breakpoint-min}-{breakpoint-max}-{$column}
		*
		* For example:
		* .column-md-lg-6
		*/
}
@media screen and (min-width: 320px) {
  .column-ss-min-1 {
    width: 8.333333333333334%;
  }
  .column-ss-min-2 {
    width: 16.666666666666668%;
  }
  .column-ss-min-3 {
    width: 25%;
  }
  .column-ss-min-4 {
    width: 33.333333333333336%;
  }
  .column-ss-min-5 {
    width: 41.66666666666667%;
  }
  .column-ss-min-6 {
    width: 50%;
  }
  .column-ss-min-7 {
    width: 58.333333333333336%;
  }
  .column-ss-min-8 {
    width: 66.66666666666667%;
  }
  .column-ss-min-9 {
    width: 75%;
  }
  .column-ss-min-10 {
    width: 83.33333333333334%;
  }
  .column-ss-min-11 {
    width: 91.66666666666667%;
  }
  .column-ss-min-12 {
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .column-xs-min-1 {
    width: 8.333333333333334%;
  }
  .column-xs-min-2 {
    width: 16.666666666666668%;
  }
  .column-xs-min-3 {
    width: 25%;
  }
  .column-xs-min-4 {
    width: 33.333333333333336%;
  }
  .column-xs-min-5 {
    width: 41.66666666666667%;
  }
  .column-xs-min-6 {
    width: 50%;
  }
  .column-xs-min-7 {
    width: 58.333333333333336%;
  }
  .column-xs-min-8 {
    width: 66.66666666666667%;
  }
  .column-xs-min-9 {
    width: 75%;
  }
  .column-xs-min-10 {
    width: 83.33333333333334%;
  }
  .column-xs-min-11 {
    width: 91.66666666666667%;
  }
  .column-xs-min-12 {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .column-sm-min-1 {
    width: 8.333333333333334%;
  }
  .column-sm-min-2 {
    width: 16.666666666666668%;
  }
  .column-sm-min-3 {
    width: 25%;
  }
  .column-sm-min-4 {
    width: 33.333333333333336%;
  }
  .column-sm-min-5 {
    width: 41.66666666666667%;
  }
  .column-sm-min-6 {
    width: 50%;
  }
  .column-sm-min-7 {
    width: 58.333333333333336%;
  }
  .column-sm-min-8 {
    width: 66.66666666666667%;
  }
  .column-sm-min-9 {
    width: 75%;
  }
  .column-sm-min-10 {
    width: 83.33333333333334%;
  }
  .column-sm-min-11 {
    width: 91.66666666666667%;
  }
  .column-sm-min-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .column-md-min-1 {
    width: 8.333333333333334%;
  }
  .column-md-min-2 {
    width: 16.666666666666668%;
  }
  .column-md-min-3 {
    width: 25%;
  }
  .column-md-min-4 {
    width: 33.333333333333336%;
  }
  .column-md-min-5 {
    width: 41.66666666666667%;
  }
  .column-md-min-6 {
    width: 50%;
  }
  .column-md-min-7 {
    width: 58.333333333333336%;
  }
  .column-md-min-8 {
    width: 66.66666666666667%;
  }
  .column-md-min-9 {
    width: 75%;
  }
  .column-md-min-10 {
    width: 83.33333333333334%;
  }
  .column-md-min-11 {
    width: 91.66666666666667%;
  }
  .column-md-min-12 {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .column-lg-min-1 {
    width: 8.333333333333334%;
  }
  .column-lg-min-2 {
    width: 16.666666666666668%;
  }
  .column-lg-min-3 {
    width: 25%;
  }
  .column-lg-min-4 {
    width: 33.333333333333336%;
  }
  .column-lg-min-5 {
    width: 41.66666666666667%;
  }
  .column-lg-min-6 {
    width: 50%;
  }
  .column-lg-min-7 {
    width: 58.333333333333336%;
  }
  .column-lg-min-8 {
    width: 66.66666666666667%;
  }
  .column-lg-min-9 {
    width: 75%;
  }
  .column-lg-min-10 {
    width: 83.33333333333334%;
  }
  .column-lg-min-11 {
    width: 91.66666666666667%;
  }
  .column-lg-min-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1148px) {
  .column-xl-min-1 {
    width: 8.333333333333334%;
  }
  .column-xl-min-2 {
    width: 16.666666666666668%;
  }
  .column-xl-min-3 {
    width: 25%;
  }
  .column-xl-min-4 {
    width: 33.333333333333336%;
  }
  .column-xl-min-5 {
    width: 41.66666666666667%;
  }
  .column-xl-min-6 {
    width: 50%;
  }
  .column-xl-min-7 {
    width: 58.333333333333336%;
  }
  .column-xl-min-8 {
    width: 66.66666666666667%;
  }
  .column-xl-min-9 {
    width: 75%;
  }
  .column-xl-min-10 {
    width: 83.33333333333334%;
  }
  .column-xl-min-11 {
    width: 91.66666666666667%;
  }
  .column-xl-min-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1338px) {
  .column-xxl-min-1 {
    width: 8.333333333333334%;
  }
  .column-xxl-min-2 {
    width: 16.666666666666668%;
  }
  .column-xxl-min-3 {
    width: 25%;
  }
  .column-xxl-min-4 {
    width: 33.333333333333336%;
  }
  .column-xxl-min-5 {
    width: 41.66666666666667%;
  }
  .column-xxl-min-6 {
    width: 50%;
  }
  .column-xxl-min-7 {
    width: 58.333333333333336%;
  }
  .column-xxl-min-8 {
    width: 66.66666666666667%;
  }
  .column-xxl-min-9 {
    width: 75%;
  }
  .column-xxl-min-10 {
    width: 83.33333333333334%;
  }
  .column-xxl-min-11 {
    width: 91.66666666666667%;
  }
  .column-xxl-min-12 {
    width: 100%;
  }
}
@media screen and (max-width: 319px) {
  .column-ss-max-1 {
    width: 8.333333333333334%;
  }
  .column-ss-max-2 {
    width: 16.666666666666668%;
  }
  .column-ss-max-3 {
    width: 25%;
  }
  .column-ss-max-4 {
    width: 33.333333333333336%;
  }
  .column-ss-max-5 {
    width: 41.66666666666667%;
  }
  .column-ss-max-6 {
    width: 50%;
  }
  .column-ss-max-7 {
    width: 58.333333333333336%;
  }
  .column-ss-max-8 {
    width: 66.66666666666667%;
  }
  .column-ss-max-9 {
    width: 75%;
  }
  .column-ss-max-10 {
    width: 83.33333333333334%;
  }
  .column-ss-max-11 {
    width: 91.66666666666667%;
  }
  .column-ss-max-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .column-xs-max-1 {
    width: 8.333333333333334%;
  }
  .column-xs-max-2 {
    width: 16.666666666666668%;
  }
  .column-xs-max-3 {
    width: 25%;
  }
  .column-xs-max-4 {
    width: 33.333333333333336%;
  }
  .column-xs-max-5 {
    width: 41.66666666666667%;
  }
  .column-xs-max-6 {
    width: 50%;
  }
  .column-xs-max-7 {
    width: 58.333333333333336%;
  }
  .column-xs-max-8 {
    width: 66.66666666666667%;
  }
  .column-xs-max-9 {
    width: 75%;
  }
  .column-xs-max-10 {
    width: 83.33333333333334%;
  }
  .column-xs-max-11 {
    width: 91.66666666666667%;
  }
  .column-xs-max-12 {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .column-sm-max-1 {
    width: 8.333333333333334%;
  }
  .column-sm-max-2 {
    width: 16.666666666666668%;
  }
  .column-sm-max-3 {
    width: 25%;
  }
  .column-sm-max-4 {
    width: 33.333333333333336%;
  }
  .column-sm-max-5 {
    width: 41.66666666666667%;
  }
  .column-sm-max-6 {
    width: 50%;
  }
  .column-sm-max-7 {
    width: 58.333333333333336%;
  }
  .column-sm-max-8 {
    width: 66.66666666666667%;
  }
  .column-sm-max-9 {
    width: 75%;
  }
  .column-sm-max-10 {
    width: 83.33333333333334%;
  }
  .column-sm-max-11 {
    width: 91.66666666666667%;
  }
  .column-sm-max-12 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .column-md-max-1 {
    width: 8.333333333333334%;
  }
  .column-md-max-2 {
    width: 16.666666666666668%;
  }
  .column-md-max-3 {
    width: 25%;
  }
  .column-md-max-4 {
    width: 33.333333333333336%;
  }
  .column-md-max-5 {
    width: 41.66666666666667%;
  }
  .column-md-max-6 {
    width: 50%;
  }
  .column-md-max-7 {
    width: 58.333333333333336%;
  }
  .column-md-max-8 {
    width: 66.66666666666667%;
  }
  .column-md-max-9 {
    width: 75%;
  }
  .column-md-max-10 {
    width: 83.33333333333334%;
  }
  .column-md-max-11 {
    width: 91.66666666666667%;
  }
  .column-md-max-12 {
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  .column-lg-max-1 {
    width: 8.333333333333334%;
  }
  .column-lg-max-2 {
    width: 16.666666666666668%;
  }
  .column-lg-max-3 {
    width: 25%;
  }
  .column-lg-max-4 {
    width: 33.333333333333336%;
  }
  .column-lg-max-5 {
    width: 41.66666666666667%;
  }
  .column-lg-max-6 {
    width: 50%;
  }
  .column-lg-max-7 {
    width: 58.333333333333336%;
  }
  .column-lg-max-8 {
    width: 66.66666666666667%;
  }
  .column-lg-max-9 {
    width: 75%;
  }
  .column-lg-max-10 {
    width: 83.33333333333334%;
  }
  .column-lg-max-11 {
    width: 91.66666666666667%;
  }
  .column-lg-max-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1147px) {
  .column-xl-max-1 {
    width: 8.333333333333334%;
  }
  .column-xl-max-2 {
    width: 16.666666666666668%;
  }
  .column-xl-max-3 {
    width: 25%;
  }
  .column-xl-max-4 {
    width: 33.333333333333336%;
  }
  .column-xl-max-5 {
    width: 41.66666666666667%;
  }
  .column-xl-max-6 {
    width: 50%;
  }
  .column-xl-max-7 {
    width: 58.333333333333336%;
  }
  .column-xl-max-8 {
    width: 66.66666666666667%;
  }
  .column-xl-max-9 {
    width: 75%;
  }
  .column-xl-max-10 {
    width: 83.33333333333334%;
  }
  .column-xl-max-11 {
    width: 91.66666666666667%;
  }
  .column-xl-max-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1337px) {
  .column-xxl-max-1 {
    width: 8.333333333333334%;
  }
  .column-xxl-max-2 {
    width: 16.666666666666668%;
  }
  .column-xxl-max-3 {
    width: 25%;
  }
  .column-xxl-max-4 {
    width: 33.333333333333336%;
  }
  .column-xxl-max-5 {
    width: 41.66666666666667%;
  }
  .column-xxl-max-6 {
    width: 50%;
  }
  .column-xxl-max-7 {
    width: 58.333333333333336%;
  }
  .column-xxl-max-8 {
    width: 66.66666666666667%;
  }
  .column-xxl-max-9 {
    width: 75%;
  }
  .column-xxl-max-10 {
    width: 83.33333333333334%;
  }
  .column-xxl-max-11 {
    width: 91.66666666666667%;
  }
  .column-xxl-max-12 {
    width: 100%;
  }
}
@media screen and (min-width: 319px) and (max-width: 479px) {
  .column-ss-xs-1 {
    width: 8.333333333333334%;
  }
  .column-ss-xs-2 {
    width: 16.666666666666668%;
  }
  .column-ss-xs-3 {
    width: 25%;
  }
  .column-ss-xs-4 {
    width: 33.333333333333336%;
  }
  .column-ss-xs-5 {
    width: 41.66666666666667%;
  }
  .column-ss-xs-6 {
    width: 50%;
  }
  .column-ss-xs-7 {
    width: 58.333333333333336%;
  }
  .column-ss-xs-8 {
    width: 66.66666666666667%;
  }
  .column-ss-xs-9 {
    width: 75%;
  }
  .column-ss-xs-10 {
    width: 83.33333333333334%;
  }
  .column-ss-xs-11 {
    width: 91.66666666666667%;
  }
  .column-ss-xs-12 {
    width: 100%;
  }
}
@media screen and (min-width: 319px) and (max-width: 639px) {
  .column-ss-sm-1 {
    width: 8.333333333333334%;
  }
  .column-ss-sm-2 {
    width: 16.666666666666668%;
  }
  .column-ss-sm-3 {
    width: 25%;
  }
  .column-ss-sm-4 {
    width: 33.333333333333336%;
  }
  .column-ss-sm-5 {
    width: 41.66666666666667%;
  }
  .column-ss-sm-6 {
    width: 50%;
  }
  .column-ss-sm-7 {
    width: 58.333333333333336%;
  }
  .column-ss-sm-8 {
    width: 66.66666666666667%;
  }
  .column-ss-sm-9 {
    width: 75%;
  }
  .column-ss-sm-10 {
    width: 83.33333333333334%;
  }
  .column-ss-sm-11 {
    width: 91.66666666666667%;
  }
  .column-ss-sm-12 {
    width: 100%;
  }
}
@media screen and (min-width: 479px) and (max-width: 639px) {
  .column-xs-sm-1 {
    width: 8.333333333333334%;
  }
  .column-xs-sm-2 {
    width: 16.666666666666668%;
  }
  .column-xs-sm-3 {
    width: 25%;
  }
  .column-xs-sm-4 {
    width: 33.333333333333336%;
  }
  .column-xs-sm-5 {
    width: 41.66666666666667%;
  }
  .column-xs-sm-6 {
    width: 50%;
  }
  .column-xs-sm-7 {
    width: 58.333333333333336%;
  }
  .column-xs-sm-8 {
    width: 66.66666666666667%;
  }
  .column-xs-sm-9 {
    width: 75%;
  }
  .column-xs-sm-10 {
    width: 83.33333333333334%;
  }
  .column-xs-sm-11 {
    width: 91.66666666666667%;
  }
  .column-xs-sm-12 {
    width: 100%;
  }
}
@media screen and (min-width: 319px) and (max-width: 767px) {
  .column-ss-md-1 {
    width: 8.333333333333334%;
  }
  .column-ss-md-2 {
    width: 16.666666666666668%;
  }
  .column-ss-md-3 {
    width: 25%;
  }
  .column-ss-md-4 {
    width: 33.333333333333336%;
  }
  .column-ss-md-5 {
    width: 41.66666666666667%;
  }
  .column-ss-md-6 {
    width: 50%;
  }
  .column-ss-md-7 {
    width: 58.333333333333336%;
  }
  .column-ss-md-8 {
    width: 66.66666666666667%;
  }
  .column-ss-md-9 {
    width: 75%;
  }
  .column-ss-md-10 {
    width: 83.33333333333334%;
  }
  .column-ss-md-11 {
    width: 91.66666666666667%;
  }
  .column-ss-md-12 {
    width: 100%;
  }
}
@media screen and (min-width: 479px) and (max-width: 767px) {
  .column-xs-md-1 {
    width: 8.333333333333334%;
  }
  .column-xs-md-2 {
    width: 16.666666666666668%;
  }
  .column-xs-md-3 {
    width: 25%;
  }
  .column-xs-md-4 {
    width: 33.333333333333336%;
  }
  .column-xs-md-5 {
    width: 41.66666666666667%;
  }
  .column-xs-md-6 {
    width: 50%;
  }
  .column-xs-md-7 {
    width: 58.333333333333336%;
  }
  .column-xs-md-8 {
    width: 66.66666666666667%;
  }
  .column-xs-md-9 {
    width: 75%;
  }
  .column-xs-md-10 {
    width: 83.33333333333334%;
  }
  .column-xs-md-11 {
    width: 91.66666666666667%;
  }
  .column-xs-md-12 {
    width: 100%;
  }
}
@media screen and (min-width: 639px) and (max-width: 767px) {
  .column-sm-md-1 {
    width: 8.333333333333334%;
  }
  .column-sm-md-2 {
    width: 16.666666666666668%;
  }
  .column-sm-md-3 {
    width: 25%;
  }
  .column-sm-md-4 {
    width: 33.333333333333336%;
  }
  .column-sm-md-5 {
    width: 41.66666666666667%;
  }
  .column-sm-md-6 {
    width: 50%;
  }
  .column-sm-md-7 {
    width: 58.333333333333336%;
  }
  .column-sm-md-8 {
    width: 66.66666666666667%;
  }
  .column-sm-md-9 {
    width: 75%;
  }
  .column-sm-md-10 {
    width: 83.33333333333334%;
  }
  .column-sm-md-11 {
    width: 91.66666666666667%;
  }
  .column-sm-md-12 {
    width: 100%;
  }
}
@media screen and (min-width: 319px) and (max-width: 979px) {
  .column-ss-lg-1 {
    width: 8.333333333333334%;
  }
  .column-ss-lg-2 {
    width: 16.666666666666668%;
  }
  .column-ss-lg-3 {
    width: 25%;
  }
  .column-ss-lg-4 {
    width: 33.333333333333336%;
  }
  .column-ss-lg-5 {
    width: 41.66666666666667%;
  }
  .column-ss-lg-6 {
    width: 50%;
  }
  .column-ss-lg-7 {
    width: 58.333333333333336%;
  }
  .column-ss-lg-8 {
    width: 66.66666666666667%;
  }
  .column-ss-lg-9 {
    width: 75%;
  }
  .column-ss-lg-10 {
    width: 83.33333333333334%;
  }
  .column-ss-lg-11 {
    width: 91.66666666666667%;
  }
  .column-ss-lg-12 {
    width: 100%;
  }
}
@media screen and (min-width: 479px) and (max-width: 979px) {
  .column-xs-lg-1 {
    width: 8.333333333333334%;
  }
  .column-xs-lg-2 {
    width: 16.666666666666668%;
  }
  .column-xs-lg-3 {
    width: 25%;
  }
  .column-xs-lg-4 {
    width: 33.333333333333336%;
  }
  .column-xs-lg-5 {
    width: 41.66666666666667%;
  }
  .column-xs-lg-6 {
    width: 50%;
  }
  .column-xs-lg-7 {
    width: 58.333333333333336%;
  }
  .column-xs-lg-8 {
    width: 66.66666666666667%;
  }
  .column-xs-lg-9 {
    width: 75%;
  }
  .column-xs-lg-10 {
    width: 83.33333333333334%;
  }
  .column-xs-lg-11 {
    width: 91.66666666666667%;
  }
  .column-xs-lg-12 {
    width: 100%;
  }
}
@media screen and (min-width: 639px) and (max-width: 979px) {
  .column-sm-lg-1 {
    width: 8.333333333333334%;
  }
  .column-sm-lg-2 {
    width: 16.666666666666668%;
  }
  .column-sm-lg-3 {
    width: 25%;
  }
  .column-sm-lg-4 {
    width: 33.333333333333336%;
  }
  .column-sm-lg-5 {
    width: 41.66666666666667%;
  }
  .column-sm-lg-6 {
    width: 50%;
  }
  .column-sm-lg-7 {
    width: 58.333333333333336%;
  }
  .column-sm-lg-8 {
    width: 66.66666666666667%;
  }
  .column-sm-lg-9 {
    width: 75%;
  }
  .column-sm-lg-10 {
    width: 83.33333333333334%;
  }
  .column-sm-lg-11 {
    width: 91.66666666666667%;
  }
  .column-sm-lg-12 {
    width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 979px) {
  .column-md-lg-1 {
    width: 8.333333333333334%;
  }
  .column-md-lg-2 {
    width: 16.666666666666668%;
  }
  .column-md-lg-3 {
    width: 25%;
  }
  .column-md-lg-4 {
    width: 33.333333333333336%;
  }
  .column-md-lg-5 {
    width: 41.66666666666667%;
  }
  .column-md-lg-6 {
    width: 50%;
  }
  .column-md-lg-7 {
    width: 58.333333333333336%;
  }
  .column-md-lg-8 {
    width: 66.66666666666667%;
  }
  .column-md-lg-9 {
    width: 75%;
  }
  .column-md-lg-10 {
    width: 83.33333333333334%;
  }
  .column-md-lg-11 {
    width: 91.66666666666667%;
  }
  .column-md-lg-12 {
    width: 100%;
  }
}
@media screen and (min-width: 319px) and (max-width: 1147px) {
  .column-ss-xl-1 {
    width: 8.333333333333334%;
  }
  .column-ss-xl-2 {
    width: 16.666666666666668%;
  }
  .column-ss-xl-3 {
    width: 25%;
  }
  .column-ss-xl-4 {
    width: 33.333333333333336%;
  }
  .column-ss-xl-5 {
    width: 41.66666666666667%;
  }
  .column-ss-xl-6 {
    width: 50%;
  }
  .column-ss-xl-7 {
    width: 58.333333333333336%;
  }
  .column-ss-xl-8 {
    width: 66.66666666666667%;
  }
  .column-ss-xl-9 {
    width: 75%;
  }
  .column-ss-xl-10 {
    width: 83.33333333333334%;
  }
  .column-ss-xl-11 {
    width: 91.66666666666667%;
  }
  .column-ss-xl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 479px) and (max-width: 1147px) {
  .column-xs-xl-1 {
    width: 8.333333333333334%;
  }
  .column-xs-xl-2 {
    width: 16.666666666666668%;
  }
  .column-xs-xl-3 {
    width: 25%;
  }
  .column-xs-xl-4 {
    width: 33.333333333333336%;
  }
  .column-xs-xl-5 {
    width: 41.66666666666667%;
  }
  .column-xs-xl-6 {
    width: 50%;
  }
  .column-xs-xl-7 {
    width: 58.333333333333336%;
  }
  .column-xs-xl-8 {
    width: 66.66666666666667%;
  }
  .column-xs-xl-9 {
    width: 75%;
  }
  .column-xs-xl-10 {
    width: 83.33333333333334%;
  }
  .column-xs-xl-11 {
    width: 91.66666666666667%;
  }
  .column-xs-xl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 639px) and (max-width: 1147px) {
  .column-sm-xl-1 {
    width: 8.333333333333334%;
  }
  .column-sm-xl-2 {
    width: 16.666666666666668%;
  }
  .column-sm-xl-3 {
    width: 25%;
  }
  .column-sm-xl-4 {
    width: 33.333333333333336%;
  }
  .column-sm-xl-5 {
    width: 41.66666666666667%;
  }
  .column-sm-xl-6 {
    width: 50%;
  }
  .column-sm-xl-7 {
    width: 58.333333333333336%;
  }
  .column-sm-xl-8 {
    width: 66.66666666666667%;
  }
  .column-sm-xl-9 {
    width: 75%;
  }
  .column-sm-xl-10 {
    width: 83.33333333333334%;
  }
  .column-sm-xl-11 {
    width: 91.66666666666667%;
  }
  .column-sm-xl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1147px) {
  .column-md-xl-1 {
    width: 8.333333333333334%;
  }
  .column-md-xl-2 {
    width: 16.666666666666668%;
  }
  .column-md-xl-3 {
    width: 25%;
  }
  .column-md-xl-4 {
    width: 33.333333333333336%;
  }
  .column-md-xl-5 {
    width: 41.66666666666667%;
  }
  .column-md-xl-6 {
    width: 50%;
  }
  .column-md-xl-7 {
    width: 58.333333333333336%;
  }
  .column-md-xl-8 {
    width: 66.66666666666667%;
  }
  .column-md-xl-9 {
    width: 75%;
  }
  .column-md-xl-10 {
    width: 83.33333333333334%;
  }
  .column-md-xl-11 {
    width: 91.66666666666667%;
  }
  .column-md-xl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 979px) and (max-width: 1147px) {
  .column-lg-xl-1 {
    width: 8.333333333333334%;
  }
  .column-lg-xl-2 {
    width: 16.666666666666668%;
  }
  .column-lg-xl-3 {
    width: 25%;
  }
  .column-lg-xl-4 {
    width: 33.333333333333336%;
  }
  .column-lg-xl-5 {
    width: 41.66666666666667%;
  }
  .column-lg-xl-6 {
    width: 50%;
  }
  .column-lg-xl-7 {
    width: 58.333333333333336%;
  }
  .column-lg-xl-8 {
    width: 66.66666666666667%;
  }
  .column-lg-xl-9 {
    width: 75%;
  }
  .column-lg-xl-10 {
    width: 83.33333333333334%;
  }
  .column-lg-xl-11 {
    width: 91.66666666666667%;
  }
  .column-lg-xl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 319px) and (max-width: 1337px) {
  .column-ss-xxl-1 {
    width: 8.333333333333334%;
  }
  .column-ss-xxl-2 {
    width: 16.666666666666668%;
  }
  .column-ss-xxl-3 {
    width: 25%;
  }
  .column-ss-xxl-4 {
    width: 33.333333333333336%;
  }
  .column-ss-xxl-5 {
    width: 41.66666666666667%;
  }
  .column-ss-xxl-6 {
    width: 50%;
  }
  .column-ss-xxl-7 {
    width: 58.333333333333336%;
  }
  .column-ss-xxl-8 {
    width: 66.66666666666667%;
  }
  .column-ss-xxl-9 {
    width: 75%;
  }
  .column-ss-xxl-10 {
    width: 83.33333333333334%;
  }
  .column-ss-xxl-11 {
    width: 91.66666666666667%;
  }
  .column-ss-xxl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 479px) and (max-width: 1337px) {
  .column-xs-xxl-1 {
    width: 8.333333333333334%;
  }
  .column-xs-xxl-2 {
    width: 16.666666666666668%;
  }
  .column-xs-xxl-3 {
    width: 25%;
  }
  .column-xs-xxl-4 {
    width: 33.333333333333336%;
  }
  .column-xs-xxl-5 {
    width: 41.66666666666667%;
  }
  .column-xs-xxl-6 {
    width: 50%;
  }
  .column-xs-xxl-7 {
    width: 58.333333333333336%;
  }
  .column-xs-xxl-8 {
    width: 66.66666666666667%;
  }
  .column-xs-xxl-9 {
    width: 75%;
  }
  .column-xs-xxl-10 {
    width: 83.33333333333334%;
  }
  .column-xs-xxl-11 {
    width: 91.66666666666667%;
  }
  .column-xs-xxl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 639px) and (max-width: 1337px) {
  .column-sm-xxl-1 {
    width: 8.333333333333334%;
  }
  .column-sm-xxl-2 {
    width: 16.666666666666668%;
  }
  .column-sm-xxl-3 {
    width: 25%;
  }
  .column-sm-xxl-4 {
    width: 33.333333333333336%;
  }
  .column-sm-xxl-5 {
    width: 41.66666666666667%;
  }
  .column-sm-xxl-6 {
    width: 50%;
  }
  .column-sm-xxl-7 {
    width: 58.333333333333336%;
  }
  .column-sm-xxl-8 {
    width: 66.66666666666667%;
  }
  .column-sm-xxl-9 {
    width: 75%;
  }
  .column-sm-xxl-10 {
    width: 83.33333333333334%;
  }
  .column-sm-xxl-11 {
    width: 91.66666666666667%;
  }
  .column-sm-xxl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1337px) {
  .column-md-xxl-1 {
    width: 8.333333333333334%;
  }
  .column-md-xxl-2 {
    width: 16.666666666666668%;
  }
  .column-md-xxl-3 {
    width: 25%;
  }
  .column-md-xxl-4 {
    width: 33.333333333333336%;
  }
  .column-md-xxl-5 {
    width: 41.66666666666667%;
  }
  .column-md-xxl-6 {
    width: 50%;
  }
  .column-md-xxl-7 {
    width: 58.333333333333336%;
  }
  .column-md-xxl-8 {
    width: 66.66666666666667%;
  }
  .column-md-xxl-9 {
    width: 75%;
  }
  .column-md-xxl-10 {
    width: 83.33333333333334%;
  }
  .column-md-xxl-11 {
    width: 91.66666666666667%;
  }
  .column-md-xxl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 979px) and (max-width: 1337px) {
  .column-lg-xxl-1 {
    width: 8.333333333333334%;
  }
  .column-lg-xxl-2 {
    width: 16.666666666666668%;
  }
  .column-lg-xxl-3 {
    width: 25%;
  }
  .column-lg-xxl-4 {
    width: 33.333333333333336%;
  }
  .column-lg-xxl-5 {
    width: 41.66666666666667%;
  }
  .column-lg-xxl-6 {
    width: 50%;
  }
  .column-lg-xxl-7 {
    width: 58.333333333333336%;
  }
  .column-lg-xxl-8 {
    width: 66.66666666666667%;
  }
  .column-lg-xxl-9 {
    width: 75%;
  }
  .column-lg-xxl-10 {
    width: 83.33333333333334%;
  }
  .column-lg-xxl-11 {
    width: 91.66666666666667%;
  }
  .column-lg-xxl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1147px) and (max-width: 1337px) {
  .column-xl-xxl-1 {
    width: 8.333333333333334%;
  }
  .column-xl-xxl-2 {
    width: 16.666666666666668%;
  }
  .column-xl-xxl-3 {
    width: 25%;
  }
  .column-xl-xxl-4 {
    width: 33.333333333333336%;
  }
  .column-xl-xxl-5 {
    width: 41.66666666666667%;
  }
  .column-xl-xxl-6 {
    width: 50%;
  }
  .column-xl-xxl-7 {
    width: 58.333333333333336%;
  }
  .column-xl-xxl-8 {
    width: 66.66666666666667%;
  }
  .column-xl-xxl-9 {
    width: 75%;
  }
  .column-xl-xxl-10 {
    width: 83.33333333333334%;
  }
  .column-xl-xxl-11 {
    width: 91.66666666666667%;
  }
  .column-xl-xxl-12 {
    width: 100%;
  }
}
.columns {
/*
	* Set negative side margins of row class because columns have left and right padding - gaps between columns
	*/
  margin-left: -1.071428571428571rem;
  margin-right: -1.071428571428571rem;
  margin-bottom: -2.142857142857143rem;
}
.columns > .column {
/*
		* Set side paddings of column class because we want have gaps between columns
		*/
  padding-left: 1.071428571428571rem;
  padding-right: 1.071428571428571rem;
  margin-bottom: 2.142857142857143rem;
}
.columns-gap-glued {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.columns-gap-glued > .column {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.columns-gap-min {
  margin-left: -0.035714285714286rem;
  margin-right: -0.035714285714286rem;
  margin-bottom: -0.071428571428571rem;
}
.columns-gap-min > .column {
  padding-left: 0.035714285714286rem;
  padding-right: 0.035714285714286rem;
  margin-bottom: 0.071428571428571rem;
}
.columns-gap-xs {
  margin-left: -0.357142857142857rem;
  margin-right: -0.357142857142857rem;
  margin-bottom: -0.714285714285714rem;
}
.columns-gap-xs > .column {
  padding-left: 0.357142857142857rem;
  padding-right: 0.357142857142857rem;
  margin-bottom: 0.714285714285714rem;
}
.columns-gap-sm {
  margin-left: -0.714285714285714rem;
  margin-right: -0.714285714285714rem;
  margin-bottom: -1.428571428571429rem;
}
.columns-gap-sm > .column {
  padding-left: 0.714285714285714rem;
  padding-right: 0.714285714285714rem;
  margin-bottom: 1.428571428571429rem;
}
.columns-gap-md {
  margin-left: -1.071428571428571rem;
  margin-right: -1.071428571428571rem;
  margin-bottom: -2.142857142857143rem;
}
.columns-gap-md > .column {
  padding-left: 1.071428571428571rem;
  padding-right: 1.071428571428571rem;
  margin-bottom: 2.142857142857143rem;
}
.columns-gap-lg {
  margin-left: -1.428571428571429rem;
  margin-right: -1.428571428571429rem;
  margin-bottom: -2.857142857142857rem;
}
.columns-gap-lg > .column {
  padding-left: 1.428571428571429rem;
  padding-right: 1.428571428571429rem;
  margin-bottom: 2.857142857142857rem;
}
.columns-gap-xl {
  margin-left: -1.785714285714286rem;
  margin-right: -1.785714285714286rem;
  margin-bottom: -3.571428571428572rem;
}
.columns-gap-xl > .column {
  padding-left: 1.785714285714286rem;
  padding-right: 1.785714285714286rem;
  margin-bottom: 3.571428571428572rem;
}
.columns-gap-icon {
  margin-left: -0.178571428571429rem;
  margin-right: -0.178571428571429rem;
  margin-bottom: -0.357142857142857rem;
}
.columns-gap-icon > .column {
  padding-left: 0.178571428571429rem;
  padding-right: 0.178571428571429rem;
  margin-bottom: 0.357142857142857rem;
}
@media screen and (min-width: 320px) {
  .show-ss-min {
    display: block !important;
  }
  .hide-ss-min {
    display: none !important;
  }
}
@media screen and (min-width: 480px) {
  .show-xs-min {
    display: block !important;
  }
  .hide-xs-min {
    display: none !important;
  }
}
@media screen and (min-width: 640px) {
  .show-sm-min {
    display: block !important;
  }
  .hide-sm-min {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .show-md-min {
    display: block !important;
  }
  .hide-md-min {
    display: none !important;
  }
}
@media screen and (min-width: 980px) {
  .show-lg-min {
    display: block !important;
  }
  .hide-lg-min {
    display: none !important;
  }
}
@media screen and (min-width: 1148px) {
  .show-xl-min {
    display: block !important;
  }
  .hide-xl-min {
    display: none !important;
  }
}
@media screen and (min-width: 1338px) {
  .show-xxl-min {
    display: block !important;
  }
  .hide-xxl-min {
    display: none !important;
  }
}
@media screen and (max-width: 319px) {
  .show-ss-max {
    display: block !important;
  }
  .hide-ss-max {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .show-xs-max {
    display: block !important;
  }
  .hide-xs-max {
    display: none !important;
  }
}
@media screen and (max-width: 639px) {
  .show-sm-max {
    display: block !important;
  }
  .hide-sm-max {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .show-md-max {
    display: block !important;
  }
  .hide-md-max {
    display: none !important;
  }
}
@media screen and (max-width: 979px) {
  .show-lg-max {
    display: block !important;
  }
  .hide-lg-max {
    display: none !important;
  }
}
@media screen and (max-width: 1147px) {
  .show-xl-max {
    display: block !important;
  }
  .hide-xl-max {
    display: none !important;
  }
}
@media screen and (max-width: 1337px) {
  .show-xxl-max {
    display: block !important;
  }
  .hide-xxl-max {
    display: none !important;
  }
}
@media screen and (min-width: 319px) and (max-width: 479px) {
  .show-ss-xs {
    display: block !important;
  }
  .hide-ss-xs {
    display: none !important;
  }
}
@media screen and (min-width: 319px) and (max-width: 639px) {
  .show-ss-sm {
    display: block !important;
  }
  .hide-ss-sm {
    display: none !important;
  }
}
@media screen and (min-width: 479px) and (max-width: 639px) {
  .show-xs-sm {
    display: block !important;
  }
  .hide-xs-sm {
    display: none !important;
  }
}
@media screen and (min-width: 319px) and (max-width: 767px) {
  .show-ss-md {
    display: block !important;
  }
  .hide-ss-md {
    display: none !important;
  }
}
@media screen and (min-width: 479px) and (max-width: 767px) {
  .show-xs-md {
    display: block !important;
  }
  .hide-xs-md {
    display: none !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 767px) {
  .show-sm-md {
    display: block !important;
  }
  .hide-sm-md {
    display: none !important;
  }
}
@media screen and (min-width: 319px) and (max-width: 979px) {
  .show-ss-lg {
    display: block !important;
  }
  .hide-ss-lg {
    display: none !important;
  }
}
@media screen and (min-width: 479px) and (max-width: 979px) {
  .show-xs-lg {
    display: block !important;
  }
  .hide-xs-lg {
    display: none !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 979px) {
  .show-sm-lg {
    display: block !important;
  }
  .hide-sm-lg {
    display: none !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 979px) {
  .show-md-lg {
    display: block !important;
  }
  .hide-md-lg {
    display: none !important;
  }
}
@media screen and (min-width: 319px) and (max-width: 1147px) {
  .show-ss-xl {
    display: block !important;
  }
  .hide-ss-xl {
    display: none !important;
  }
}
@media screen and (min-width: 479px) and (max-width: 1147px) {
  .show-xs-xl {
    display: block !important;
  }
  .hide-xs-xl {
    display: none !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1147px) {
  .show-sm-xl {
    display: block !important;
  }
  .hide-sm-xl {
    display: none !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1147px) {
  .show-md-xl {
    display: block !important;
  }
  .hide-md-xl {
    display: none !important;
  }
}
@media screen and (min-width: 979px) and (max-width: 1147px) {
  .show-lg-xl {
    display: block !important;
  }
  .hide-lg-xl {
    display: none !important;
  }
}
@media screen and (min-width: 319px) and (max-width: 1337px) {
  .show-ss-xxl {
    display: block !important;
  }
  .hide-ss-xxl {
    display: none !important;
  }
}
@media screen and (min-width: 479px) and (max-width: 1337px) {
  .show-xs-xxl {
    display: block !important;
  }
  .hide-xs-xxl {
    display: none !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1337px) {
  .show-sm-xxl {
    display: block !important;
  }
  .hide-sm-xxl {
    display: none !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1337px) {
  .show-md-xxl {
    display: block !important;
  }
  .hide-md-xxl {
    display: none !important;
  }
}
@media screen and (min-width: 979px) and (max-width: 1337px) {
  .show-lg-xxl {
    display: block !important;
  }
  .hide-lg-xxl {
    display: none !important;
  }
}
@media screen and (min-width: 1147px) and (max-width: 1337px) {
  .show-xl-xxl {
    display: block !important;
  }
  .hide-xl-xxl {
    display: none !important;
  }
}
@media screen and (min-width: 1338px) {
  .dev:before {
    content: '[ xxl-min ]';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 11px;
    padding: 5px;
    z-index: 9999;
    font-family: "proxima-nova-soft", "Helvetica Neue", "Arial", "sans-serif";
  }
}
@media screen and (max-width: 319px) {
  .dev:before {
    content: '[ ss-max ]';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 11px;
    padding: 5px;
    z-index: 9999;
    font-family: "proxima-nova-soft", "Helvetica Neue", "Arial", "sans-serif";
  }
}
@media screen and (min-width: 319px) and (max-width: 479px) {
  .dev:before {
    content: '[ ss-xs ]';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 11px;
    padding: 5px;
    z-index: 9999;
    font-family: "proxima-nova-soft", "Helvetica Neue", "Arial", "sans-serif";
  }
}
@media screen and (min-width: 479px) and (max-width: 639px) {
  .dev:before {
    content: '[ xs-sm ]';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 11px;
    padding: 5px;
    z-index: 9999;
    font-family: "proxima-nova-soft", "Helvetica Neue", "Arial", "sans-serif";
  }
}
@media screen and (min-width: 639px) and (max-width: 767px) {
  .dev:before {
    content: '[ sm-md ]';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 11px;
    padding: 5px;
    z-index: 9999;
    font-family: "proxima-nova-soft", "Helvetica Neue", "Arial", "sans-serif";
  }
}
@media screen and (min-width: 767px) and (max-width: 979px) {
  .dev:before {
    content: '[ md-lg ]';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 11px;
    padding: 5px;
    z-index: 9999;
    font-family: "proxima-nova-soft", "Helvetica Neue", "Arial", "sans-serif";
  }
}
@media screen and (min-width: 979px) and (max-width: 1147px) {
  .dev:before {
    content: '[ lg-xl ]';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 11px;
    padding: 5px;
    z-index: 9999;
    font-family: "proxima-nova-soft", "Helvetica Neue", "Arial", "sans-serif";
  }
}
@media screen and (min-width: 1147px) and (max-width: 1337px) {
  .dev:before {
    content: '[ xl-xxl ]';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 11px;
    padding: 5px;
    z-index: 9999;
    font-family: "proxima-nova-soft", "Helvetica Neue", "Arial", "sans-serif";
  }
}
.btn-group {
  font-size: 0;
  vertical-align: middle;
}
.btn-group-glued {
  margin: 0 !important;
}
.btn-group-glued .btn {
  border-radius: 0;
  margin: 0 !important;
}
.btn-group-glued .btn:first-child {
  border-radius: 2px 0 0 2px;
}
.btn-group-glued .btn:last-child {
  border-radius: 0 2px 2px 0;
}
.btn-group-glued .btn + .btn {
  margin-left: -0.071428571428571rem !important;
}
.btn-group-fixed {
  margin: -0.357142857142857rem;
  display: inline-block;
  white-space: nowrap;
}
.btn-group-fixed .btn {
  margin: 0.357142857142857rem;
}
@media screen and (min-width: 320px) {
  .btn-group-ss-min {
    margin: -0.357142857142857rem;
    display: inline-block;
    white-space: nowrap;
  }
  .btn-group-ss-min .btn {
    margin: 0.357142857142857rem;
  }
}
@media screen and (max-width: 319px) {
  .btn-group-ss-min .btn {
    display: block;
  }
  .btn-group-ss-min .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
@media screen and (min-width: 480px) {
  .btn-group-xs-min {
    margin: -0.357142857142857rem;
    display: inline-block;
    white-space: nowrap;
  }
  .btn-group-xs-min .btn {
    margin: 0.357142857142857rem;
  }
}
@media screen and (max-width: 479px) {
  .btn-group-xs-min .btn {
    display: block;
  }
  .btn-group-xs-min .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
@media screen and (min-width: 640px) {
  .btn-group-sm-min {
    margin: -0.357142857142857rem;
    display: inline-block;
    white-space: nowrap;
  }
  .btn-group-sm-min .btn {
    margin: 0.357142857142857rem;
  }
}
@media screen and (max-width: 639px) {
  .btn-group-sm-min .btn {
    display: block;
  }
  .btn-group-sm-min .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
@media screen and (min-width: 768px) {
  .btn-group-md-min {
    margin: -0.357142857142857rem;
    display: inline-block;
    white-space: nowrap;
  }
  .btn-group-md-min .btn {
    margin: 0.357142857142857rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-group-md-min .btn {
    display: block;
  }
  .btn-group-md-min .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
@media screen and (min-width: 980px) {
  .btn-group-lg-min {
    margin: -0.357142857142857rem;
    display: inline-block;
    white-space: nowrap;
  }
  .btn-group-lg-min .btn {
    margin: 0.357142857142857rem;
  }
}
@media screen and (max-width: 979px) {
  .btn-group-lg-min .btn {
    display: block;
  }
  .btn-group-lg-min .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
@media screen and (min-width: 1148px) {
  .btn-group-xl-min {
    margin: -0.357142857142857rem;
    display: inline-block;
    white-space: nowrap;
  }
  .btn-group-xl-min .btn {
    margin: 0.357142857142857rem;
  }
}
@media screen and (max-width: 1147px) {
  .btn-group-xl-min .btn {
    display: block;
  }
  .btn-group-xl-min .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
@media screen and (min-width: 1338px) {
  .btn-group-xxl-min {
    margin: -0.357142857142857rem;
    display: inline-block;
    white-space: nowrap;
  }
  .btn-group-xxl-min .btn {
    margin: 0.357142857142857rem;
  }
}
@media screen and (max-width: 1337px) {
  .btn-group-xxl-min .btn {
    display: block;
  }
  .btn-group-xxl-min .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
.btn-group body {
  test: 320px;
}
@media screen and (min-width: 319px) and (max-width: 479px) {
  .btn-group {
    margin: -0.357142857142857rem;
    display: inline-block;
    white-space: nowrap;
  }
  .btn-group .btn {
    margin: 0.357142857142857rem;
  }
}
@media screen and (min-width: 320px) {
  .btn-group-$min-max-width .btn {
    display: block;
  }
  .btn-group-$min-max-width .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
@media screen and (max-width: 479px) {
  .btn-group-$min-max-width .btn {
    display: block;
  }
  .btn-group-$min-max-width .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
.btn-group body {
  test: 480px;
}
@media screen and (min-width: 479px) and (max-width: 639px) {
  .btn-group {
    margin: -0.357142857142857rem;
    display: inline-block;
    white-space: nowrap;
  }
  .btn-group .btn {
    margin: 0.357142857142857rem;
  }
}
@media screen and (min-width: 480px) {
  .btn-group-$min-max-width .btn {
    display: block;
  }
  .btn-group-$min-max-width .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
@media screen and (max-width: 639px) {
  .btn-group-$min-max-width .btn {
    display: block;
  }
  .btn-group-$min-max-width .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
.btn-group body {
  test: 640px;
}
@media screen and (min-width: 639px) and (max-width: 767px) {
  .btn-group {
    margin: -0.357142857142857rem;
    display: inline-block;
    white-space: nowrap;
  }
  .btn-group .btn {
    margin: 0.357142857142857rem;
  }
}
@media screen and (min-width: 640px) {
  .btn-group-$min-max-width .btn {
    display: block;
  }
  .btn-group-$min-max-width .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-group-$min-max-width .btn {
    display: block;
  }
  .btn-group-$min-max-width .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
.btn-group body {
  test: 768px;
}
@media screen and (min-width: 767px) and (max-width: 979px) {
  .btn-group {
    margin: -0.357142857142857rem;
    display: inline-block;
    white-space: nowrap;
  }
  .btn-group .btn {
    margin: 0.357142857142857rem;
  }
}
@media screen and (min-width: 768px) {
  .btn-group-$min-max-width .btn {
    display: block;
  }
  .btn-group-$min-max-width .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
@media screen and (max-width: 979px) {
  .btn-group-$min-max-width .btn {
    display: block;
  }
  .btn-group-$min-max-width .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
.btn-group body {
  test: 980px;
}
@media screen and (min-width: 979px) and (max-width: 1147px) {
  .btn-group {
    margin: -0.357142857142857rem;
    display: inline-block;
    white-space: nowrap;
  }
  .btn-group .btn {
    margin: 0.357142857142857rem;
  }
}
@media screen and (min-width: 980px) {
  .btn-group-$min-max-width .btn {
    display: block;
  }
  .btn-group-$min-max-width .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
@media screen and (max-width: 1147px) {
  .btn-group-$min-max-width .btn {
    display: block;
  }
  .btn-group-$min-max-width .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
.btn-group body {
  test: 1148px;
}
@media screen and (min-width: 1147px) and (max-width: 1337px) {
  .btn-group {
    margin: -0.357142857142857rem;
    display: inline-block;
    white-space: nowrap;
  }
  .btn-group .btn {
    margin: 0.357142857142857rem;
  }
}
@media screen and (min-width: 1148px) {
  .btn-group-$min-max-width .btn {
    display: block;
  }
  .btn-group-$min-max-width .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
@media screen and (max-width: 1337px) {
  .btn-group-$min-max-width .btn {
    display: block;
  }
  .btn-group-$min-max-width .btn + .btn {
    margin-top: 0.714285714285714rem;
  }
}
.btn {
  text-decoration: none;
  position: relative;
  text-align: center;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border-style: false;
  border-width: 0.071428571428571rem;
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
  background: #222;
  color: #fff;
  border-color: #222;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
/*
			* Generate btn themes for specific btn
			*/
/*
			* Generate btn themes for specific btn
			*/
/*
			* Generate btn themes for specific btn
			*/
/*
			* Generate btn themes for specific btn
			*/
/*
			* Generate btn themes for specific btn
			*/
/*
			* Generate btn themes for specific btn
			*/
/*
			* Generate btn themes for specific btn
			*/
/*
			* Generate btn themes for specific btn
			*/
/*
			* Generate btn themes for specific btn
			*/
/*
			* Generate btn themes for specific btn
			*/
/*
			* Generate btn themes for specific btn
			*/
}
.btn [class*="icon-"] {
  transition: color 0.2s ease-in-out;
}
.btn:focus {
  outline: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn [class*="icon-"] {
  color: #fff;
}
.btn:hover,
a:hover .btn {
  background: #1f1f1f;
  color: #fff;
  border-color: #1f1f1f;
  box-shadow: none;
}
.btn:hover [class*="icon-"],
a:hover .btn [class*="icon-"] {
  color: #fff;
}
.btn:active,
.btn.active {
  background: #1b1b1b;
  color: #fff;
  border-color: #1b1b1b;
  box-shadow: none;
}
.btn:active [class*="icon-"],
.btn.active [class*="icon-"] {
  color: #fff;
}
.btn:focus,
.btn.focus {
  background: #1b1b1b;
  color: #fff;
  border-color: #1b1b1b;
  box-shadow: none;
}
.btn:focus [class*="icon-"],
.btn.focus [class*="icon-"] {
  color: #fff;
}
.btn[disabled] {
  background: #222 !important;
  color: #fff !important;
  border-color: #222 !important;
  box-shadow: '0 1px 3px rgba(0,0,0,0.2)' !important;
}
.btn[disabled] [class*="icon-"] {
  color: #fff !important;
}
.btn-inverse {
  background: #fff;
  color: #222;
  border-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  border-radius: 2px;
  border-width: 0.071428571428571rem;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-inverse [class*="icon-"] {
  color: #222;
}
.btn-inverse:hover,
a:hover .btn-inverse {
  background: #e6e6e6;
  color: #222;
  border-color: #e6e6e6;
  box-shadow: '0 1px 3px rgba(0,0,0,0.2)';
}
.btn-inverse:hover [class*="icon-"],
a:hover .btn-inverse [class*="icon-"] {
  color: #222;
}
.btn-inverse:active,
.btn-inverse.active {
  background: #ccc;
  color: #222;
  border-color: #ccc;
  box-shadow: '0 1px 3px rgba(0,0,0,0.2)';
}
.btn-inverse:active [class*="icon-"],
.btn-inverse.active [class*="icon-"] {
  color: #222;
}
.btn-inverse:focus,
.btn-inverse.focus {
  background: #ccc;
  color: #222;
  border-color: #ccc;
  box-shadow: '0 1px 3px rgba(0,0,0,0.2)';
}
.btn-inverse:focus [class*="icon-"],
.btn-inverse.focus [class*="icon-"] {
  color: #222;
}
.btn-inverse[disabled] {
  background: #fff !important;
  color: #222 !important;
  border-color: #fff !important;
  box-shadow: '0 1px 3px rgba(0,0,0,0.2)' !important;
}
.btn-inverse[disabled] [class*="icon-"] {
  color: #222 !important;
}
.btn-primary {
  background: #00acda;
  color: #222;
  border-color: #00acda;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.2);
}
.btn-primary [class*="icon-"] {
  color: #222;
}
.btn-primary:hover,
a:hover .btn-primary {
  background: #f30000;
  color: #222;
  border-color: #f30000;
  box-shadow: none;
}
.btn-primary:hover [class*="icon-"],
a:hover .btn-primary [class*="icon-"] {
  color: #222;
}
.btn-primary:active,
.btn-primary.active {
  background: #00acda;
  color: #222;
  border-color: #00acda;
  box-shadow: none;
}
.btn-primary:active [class*="icon-"],
.btn-primary.active [class*="icon-"] {
  color: #222;
}
.btn-primary:focus,
.btn-primary.focus {
  background: #00acda;
  color: #222;
  border-color: #00acda;
  box-shadow: none;
}
.btn-primary:focus [class*="icon-"],
.btn-primary.focus [class*="icon-"] {
  color: #222;
}
.btn-primary[disabled] {
  background: #00acda !important;
  color: #222 !important;
  border-color: #00acda !important;
  box-shadow: 'inset 0 -1px 0 rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.2)' !important;
}
.btn-primary[disabled] [class*="icon-"] {
  color: #222 !important;
}
.btn-primary-outlined {
  background: #fff;
  color: #222;
  border-color: #00acda;
  box-shadow: inset 0 0 0 1px #00acda, 0 1px 3px rgba(0,0,0,0.2);
}
.btn-primary-outlined [class*="icon-"] {
  color: #00acda;
}
.btn-primary-outlined:hover,
a:hover .btn-primary-outlined {
  background: #00acda;
  color: #fff;
  border-color: #00acda;
  box-shadow: none;
}
.btn-primary-outlined:hover [class*="icon-"],
a:hover .btn-primary-outlined [class*="icon-"] {
  color: #fff;
}
.btn-primary-outlined:active,
.btn-primary-outlined.active {
  background: #00acda;
  color: #fff;
  border-color: #00acda;
  box-shadow: none;
}
.btn-primary-outlined:active [class*="icon-"],
.btn-primary-outlined.active [class*="icon-"] {
  color: #fff;
}
.btn-primary-outlined:focus,
.btn-primary-outlined.focus {
  background: #00acda;
  color: #fff;
  border-color: #00acda;
  box-shadow: none;
}
.btn-primary-outlined:focus [class*="icon-"],
.btn-primary-outlined.focus [class*="icon-"] {
  color: #fff;
}
.btn-primary-outlined[disabled] {
  background: #fff !important;
  color: #222 !important;
  border-color: #00acda !important;
  box-shadow: 'inset 0 0 0 1px #00acda, 0 1px 3px rgba(0,0,0,0.2)' !important;
}
.btn-primary-outlined[disabled] [class*="icon-"] {
  color: #00acda !important;
}
.btn-primary-outlined-inverse {
  background: transparent;
  color: #fff;
  border-color: #00acda;
  box-shadow: inset 0 0 0 1px #00acda;
}
.btn-primary-outlined-inverse [class*="icon-"] {
  color: #fff;
}
.btn-primary-outlined-inverse:hover,
a:hover .btn-primary-outlined-inverse {
  background: #00acda;
  color: #fff;
  border-color: #00acda;
  box-shadow: none;
}
.btn-primary-outlined-inverse:hover [class*="icon-"],
a:hover .btn-primary-outlined-inverse [class*="icon-"] {
  color: #fff;
}
.btn-primary-outlined-inverse:active,
.btn-primary-outlined-inverse.active {
  background: #00acda;
  color: #fff;
  border-color: #00acda;
  box-shadow: none;
}
.btn-primary-outlined-inverse:active [class*="icon-"],
.btn-primary-outlined-inverse.active [class*="icon-"] {
  color: #fff;
}
.btn-primary-outlined-inverse:focus,
.btn-primary-outlined-inverse.focus {
  background: #00acda;
  color: #fff;
  border-color: #00acda;
  box-shadow: none;
}
.btn-primary-outlined-inverse:focus [class*="icon-"],
.btn-primary-outlined-inverse.focus [class*="icon-"] {
  color: #fff;
}
.btn-primary-outlined-inverse[disabled] {
  background: transparent !important;
  color: #fff !important;
  border-color: #00acda !important;
  box-shadow: 'inset 0 0 0 1px #00acda' !important;
}
.btn-primary-outlined-inverse[disabled] [class*="icon-"] {
  color: #fff !important;
}
.btn-positive {
  background: #00be04;
  color: #fff;
  border-color: #00be04;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.2);
}
.btn-positive [class*="icon-"] {
  color: #fff;
}
.btn-positive:hover,
a:hover .btn-positive {
  background: #00ab04;
  color: #fff;
  border-color: #00ab04;
  box-shadow: 'inset 0 -1px 0 rgba(0,0,0,0.15)';
}
.btn-positive:hover [class*="icon-"],
a:hover .btn-positive [class*="icon-"] {
  color: #fff;
}
.btn-positive:active,
.btn-positive.active {
  background: #009803;
  color: #fff;
  border-color: #009803;
  box-shadow: 'inset 0 -1px 0 rgba(0,0,0,0.15)';
}
.btn-positive:active [class*="icon-"],
.btn-positive.active [class*="icon-"] {
  color: #fff;
}
.btn-positive:focus,
.btn-positive.focus {
  background: #009803;
  color: #fff;
  border-color: #009803;
  box-shadow: 'inset 0 -1px 0 rgba(0,0,0,0.15)';
}
.btn-positive:focus [class*="icon-"],
.btn-positive.focus [class*="icon-"] {
  color: #fff;
}
.btn-positive[disabled] {
  background: #00be04 !important;
  color: #fff !important;
  border-color: #00be04 !important;
  box-shadow: 'inset 0 -1px 0 rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.2)' !important;
}
.btn-positive[disabled] [class*="icon-"] {
  color: #fff !important;
}
.btn-negative {
  background: #ed4144;
  color: #fff;
  border-color: #ed4144;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.2);
}
.btn-negative [class*="icon-"] {
  color: #fff;
}
.btn-negative:hover,
a:hover .btn-negative {
  background: #ea2529;
  color: #fff;
  border-color: #ea2529;
  box-shadow: 'inset 0 -1px 0 rgba(0,0,0,0.15)';
}
.btn-negative:hover [class*="icon-"],
a:hover .btn-negative [class*="icon-"] {
  color: #fff;
}
.btn-negative:active,
.btn-negative.active {
  background: #dd1518;
  color: #fff;
  border-color: #dd1518;
  box-shadow: 'inset 0 -1px 0 rgba(0,0,0,0.15)';
}
.btn-negative:active [class*="icon-"],
.btn-negative.active [class*="icon-"] {
  color: #fff;
}
.btn-negative:focus,
.btn-negative.focus {
  background: #dd1518;
  color: #fff;
  border-color: #dd1518;
  box-shadow: 'inset 0 -1px 0 rgba(0,0,0,0.15)';
}
.btn-negative:focus [class*="icon-"],
.btn-negative.focus [class*="icon-"] {
  color: #fff;
}
.btn-negative[disabled] {
  background: #ed4144 !important;
  color: #fff !important;
  border-color: #ed4144 !important;
  box-shadow: 'inset 0 -1px 0 rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.2)' !important;
}
.btn-negative[disabled] [class*="icon-"] {
  color: #fff !important;
}
.btn-negative-outlined {
  background: #fff;
  color: #ed4144;
  border-color: #ed4144;
  box-shadow: inset 0 0 0 1px #ed4144, 0 1px 3px rgba(0,0,0,0.2);
}
.btn-negative-outlined [class*="icon-"] {
  color: #ed4144;
}
.btn-negative-outlined:hover,
a:hover .btn-negative-outlined {
  background: #ed4144;
  color: #fff;
  border-color: #ed4144;
  box-shadow: none;
}
.btn-negative-outlined:hover [class*="icon-"],
a:hover .btn-negative-outlined [class*="icon-"] {
  color: #fff;
}
.btn-negative-outlined:active,
.btn-negative-outlined.active {
  background: #ed4144;
  color: #fff;
  border-color: #ed4144;
  box-shadow: none;
}
.btn-negative-outlined:active [class*="icon-"],
.btn-negative-outlined.active [class*="icon-"] {
  color: #fff;
}
.btn-negative-outlined:focus,
.btn-negative-outlined.focus {
  background: #ed4144;
  color: #fff;
  border-color: #ed4144;
  box-shadow: none;
}
.btn-negative-outlined:focus [class*="icon-"],
.btn-negative-outlined.focus [class*="icon-"] {
  color: #fff;
}
.btn-negative-outlined[disabled] {
  background: #fff !important;
  color: #ed4144 !important;
  border-color: #ed4144 !important;
  box-shadow: 'inset 0 0 0 1px #ed4144, 0 1px 3px rgba(0,0,0,0.2)' !important;
}
.btn-negative-outlined[disabled] [class*="icon-"] {
  color: #ed4144 !important;
}
.btn-danger {
  background: #ed4144;
  color: #fff;
  border-color: #ed4144;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.2);
}
.btn-danger [class*="icon-"] {
  color: #fff;
}
.btn-danger:hover,
a:hover .btn-danger {
  background: #ea2529;
  color: #fff;
  border-color: #ea2529;
  box-shadow: 'inset 0 -1px 0 rgba(0,0,0,0.15)';
}
.btn-danger:hover [class*="icon-"],
a:hover .btn-danger [class*="icon-"] {
  color: #fff;
}
.btn-danger:active,
.btn-danger.active {
  background: #dd1518;
  color: #fff;
  border-color: #dd1518;
  box-shadow: 'inset 0 -1px 0 rgba(0,0,0,0.15)';
}
.btn-danger:active [class*="icon-"],
.btn-danger.active [class*="icon-"] {
  color: #fff;
}
.btn-danger:focus,
.btn-danger.focus {
  background: #dd1518;
  color: #fff;
  border-color: #dd1518;
  box-shadow: 'inset 0 -1px 0 rgba(0,0,0,0.15)';
}
.btn-danger:focus [class*="icon-"],
.btn-danger.focus [class*="icon-"] {
  color: #fff;
}
.btn-danger[disabled] {
  background: #ed4144 !important;
  color: #fff !important;
  border-color: #ed4144 !important;
  box-shadow: 'inset 0 -1px 0 rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.2)' !important;
}
.btn-danger[disabled] [class*="icon-"] {
  color: #fff !important;
}
.btn-facebook {
  background: #3b5998;
  color: #222;
  border-color: #3b5998;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.2);
}
.btn-facebook [class*="icon-"] {
  color: #222;
}
.btn-facebook:hover,
a:hover .btn-facebook {
  background: #355089;
  color: #222;
  border-color: #355089;
  box-shadow: none;
}
.btn-facebook:hover [class*="icon-"],
a:hover .btn-facebook [class*="icon-"] {
  color: #222;
}
.btn-facebook:active,
.btn-facebook.active {
  background: #2f477a;
  color: #222;
  border-color: #2f477a;
  box-shadow: none;
}
.btn-facebook:active [class*="icon-"],
.btn-facebook.active [class*="icon-"] {
  color: #222;
}
.btn-facebook:focus,
.btn-facebook.focus {
  background: #2f477a;
  color: #222;
  border-color: #2f477a;
  box-shadow: none;
}
.btn-facebook:focus [class*="icon-"],
.btn-facebook.focus [class*="icon-"] {
  color: #222;
}
.btn-facebook[disabled] {
  background: #3b5998 !important;
  color: #222 !important;
  border-color: #3b5998 !important;
  box-shadow: 'inset 0 -1px 0 rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.2)' !important;
}
.btn-facebook[disabled] [class*="icon-"] {
  color: #222 !important;
}
.btn-facebook-outlined {
  background: #fff;
  color: #222;
  border-color: #3b5998;
  box-shadow: inset 0 0 0 1px #3b5998, 0 1px 3px rgba(0,0,0,0.2);
}
.btn-facebook-outlined [class*="icon-"] {
  color: #3b5998;
}
.btn-facebook-outlined:hover,
a:hover .btn-facebook-outlined {
  background: #3b5998;
  color: #fff;
  border-color: #3b5998;
  box-shadow: none;
}
.btn-facebook-outlined:hover [class*="icon-"],
a:hover .btn-facebook-outlined [class*="icon-"] {
  color: #fff;
}
.btn-facebook-outlined:active,
.btn-facebook-outlined.active {
  background: #3b5998;
  color: #fff;
  border-color: #3b5998;
  box-shadow: none;
}
.btn-facebook-outlined:active [class*="icon-"],
.btn-facebook-outlined.active [class*="icon-"] {
  color: #fff;
}
.btn-facebook-outlined:focus,
.btn-facebook-outlined.focus {
  background: #3b5998;
  color: #fff;
  border-color: #3b5998;
  box-shadow: none;
}
.btn-facebook-outlined:focus [class*="icon-"],
.btn-facebook-outlined.focus [class*="icon-"] {
  color: #fff;
}
.btn-facebook-outlined[disabled] {
  background: #fff !important;
  color: #222 !important;
  border-color: #3b5998 !important;
  box-shadow: 'inset 0 0 0 1px #3b5998, 0 1px 3px rgba(0,0,0,0.2)' !important;
}
.btn-facebook-outlined[disabled] [class*="icon-"] {
  color: #3b5998 !important;
}
.btn-facebook-outlined-inverse {
  background: transparent;
  color: #fff;
  border-color: #3b5998;
  box-shadow: inset 0 0 0 2px #3b5998;
}
.btn-facebook-outlined-inverse [class*="icon-"] {
  color: #fff;
}
.btn-facebook-outlined-inverse:hover,
a:hover .btn-facebook-outlined-inverse {
  background: #3b5998;
  color: #fff;
  border-color: #3b5998;
  box-shadow: none;
}
.btn-facebook-outlined-inverse:hover [class*="icon-"],
a:hover .btn-facebook-outlined-inverse [class*="icon-"] {
  color: #fff;
}
.btn-facebook-outlined-inverse:active,
.btn-facebook-outlined-inverse.active {
  background: #3b5998;
  color: #fff;
  border-color: #3b5998;
  box-shadow: none;
}
.btn-facebook-outlined-inverse:active [class*="icon-"],
.btn-facebook-outlined-inverse.active [class*="icon-"] {
  color: #fff;
}
.btn-facebook-outlined-inverse:focus,
.btn-facebook-outlined-inverse.focus {
  background: #3b5998;
  color: #fff;
  border-color: #3b5998;
  box-shadow: none;
}
.btn-facebook-outlined-inverse:focus [class*="icon-"],
.btn-facebook-outlined-inverse.focus [class*="icon-"] {
  color: #fff;
}
.btn-facebook-outlined-inverse[disabled] {
  background: transparent !important;
  color: #fff !important;
  border-color: #3b5998 !important;
  box-shadow: 'inset 0 0 0 2px #3b5998' !important;
}
.btn-facebook-outlined-inverse[disabled] [class*="icon-"] {
  color: #fff !important;
}
@media screen and (min-width: 640px) {
  .btn {
    font-size: 0.886rem;
    line-height: 1.857rem;
    padding: 0.642857142857143rem 1.357142857142857rem;
  }
  .btn [class^="icon-"] {
    font-size: 1.286rem;
  }
  .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .btn.btn-thin {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .btn-xs,
  .form-xs .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .btn-xs [class^="icon-"],
  .form-xs .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .btn-xs.btn-wide,
  .form-xs .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .btn-xs.btn-thin,
  .form-xs .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
  .btn-sm,
  .form-sm .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .btn-sm [class^="icon-"],
  .form-sm .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .btn-sm.btn-wide,
  .form-sm .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .btn-sm.btn-thin,
  .form-sm .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
  .btn-lg,
  .form-lg .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .btn-lg [class^="icon-"],
  .form-lg .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .btn-lg.btn-wide,
  .form-lg .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .btn-lg.btn-thin,
  .form-lg .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .btn-xl,
  .form-xl .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .btn-xl [class^="icon-"],
  .form-xl .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .btn-xl.btn-wide,
  .form-xl .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .btn-xl.btn-thin,
  .form-xl .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (max-width: 639px) {
  .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-xs-ss-min .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-xs-ss-min .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-xs-ss-min .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xs-ss-min .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-xs-xs-min .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-xs-xs-min .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-xs-xs-min .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xs-xs-min .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-xs-sm-min .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-xs-sm-min .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-xs-sm-min .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xs-sm-min .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-xs-md-min .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-xs-md-min .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-xs-md-min .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xs-md-min .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-xs-lg-min .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-xs-lg-min .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-xs-lg-min .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xs-lg-min .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-xs-xl-min .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-xs-xl-min .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-xs-xl-min .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xs-xl-min .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-xs-xxl-min .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-xs-xxl-min .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-xs-xxl-min .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xs-xxl-min .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-xs-ss-max .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-xs-ss-max .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-xs-ss-max .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xs-ss-max .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-xs-xs-max .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-xs-xs-max .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-xs-xs-max .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xs-xs-max .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-xs-sm-max .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-xs-sm-max .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-xs-sm-max .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xs-sm-max .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-xs-md-max .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-xs-md-max .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-xs-md-max .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xs-md-max .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-xs-lg-max .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-xs-lg-max .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-xs-lg-max .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xs-lg-max .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-xs-xl-max .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-xs-xl-max .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-xs-xl-max .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xs-xl-max .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-xs-xxl-max .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-xs-xxl-max .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-xs-xxl-max .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xs-xxl-max .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-ss-xs .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-ss-xs .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-ss-xs .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-ss-xl .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-ss-xl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-ss-xl .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-ss-xxl .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-ss-xxl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-ss-xxl .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-xs-xxl .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-xs-xxl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xs-xxl .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-sm-ss .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-sm-ss .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-ss .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-sm-xs .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-sm-xs .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-xs .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-sm-xl .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-sm-xl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-xl .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-sm-xxl .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-sm-xxl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-xxl .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-md-ss .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-md-ss .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-md-ss .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-md-xs .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-md-xs .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-md-xs .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-md-sm .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-md-sm .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-md-sm .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-md-xl .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-md-xl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-md-xl .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-md-xxl .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-md-xxl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-md-xxl .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-lg-ss .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-lg-ss .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-lg-ss .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-lg-xs .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-lg-xs .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-lg-xs .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-lg-sm .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-lg-sm .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-lg-sm .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-lg-md .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-lg-md .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-lg-md .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-lg-xl .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-lg-xl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-lg-xl .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-lg-xxl .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-lg-xxl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-lg-xxl .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-xl-xs .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-xl-xs .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xl-xs .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .form-xl-xxl .btn [class^="icon-"] {
    font-size: 0.886rem;
  }
  .form-xl-xxl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xl-xxl .btn.btn-thin {
    padding-left: 0.285714285714286rem;
    padding-right: 0.285714285714286rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-sm-ss-min .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-sm-ss-min .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-ss-min .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-ss-min .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-sm-xs-min .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-sm-xs-min .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-xs-min .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-xs-min .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-sm-sm-min .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-sm-sm-min .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-sm-min .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-sm-min .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-sm-md-min .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-sm-md-min .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-md-min .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-md-min .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-sm-lg-min .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-sm-lg-min .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-lg-min .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-lg-min .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-sm-xl-min .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-sm-xl-min .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-xl-min .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-xl-min .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-sm-xxl-min .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-sm-xxl-min .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-xxl-min .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-xxl-min .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-sm-ss-max .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-sm-ss-max .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-ss-max .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-ss-max .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-sm-xs-max .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-sm-xs-max .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-xs-max .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-xs-max .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-sm-sm-max .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-sm-sm-max .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-sm-max .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-sm-max .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-sm-md-max .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-sm-md-max .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-md-max .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-md-max .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-sm-lg-max .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-sm-lg-max .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-lg-max .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-lg-max .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-sm-xl-max .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-sm-xl-max .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-xl-max .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-xl-max .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-sm-xxl-max .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-sm-xxl-max .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-xxl-max .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-xxl-max .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-ss-xs .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-ss-xs .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-ss-xs .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-ss-xl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-ss-xl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-ss-xl .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-ss-xxl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-ss-xxl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-ss-xxl .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-xs-xxl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-xs-xxl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xs-xxl .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-sm-ss .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-ss .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-ss .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-sm-xs .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-xs .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-xs .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-sm-xl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-xl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-xl .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-sm-xxl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-xxl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-sm-xxl .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-md-ss .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-md-ss .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-md-ss .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-md-xs .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-md-xs .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-md-xs .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-md-sm .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-md-sm .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-md-sm .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-md-xl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-md-xl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-md-xl .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-md-xxl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-md-xxl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-md-xxl .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-lg-ss .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-ss .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-lg-ss .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-lg-xs .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-xs .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-lg-xs .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-lg-sm .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-sm .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-lg-sm .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-lg-md .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-md .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-lg-md .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-lg-xl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-xl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-lg-xl .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-lg-xxl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-xxl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-lg-xxl .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-xl-xs .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-xl-xs .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xl-xs .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .btn {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .form-xl-xxl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-xl-xxl .btn.btn-wide {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
  .form-xl-xxl .btn.btn-thin {
    padding-left: 0.642857142857143rem;
    padding-right: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-lg-ss-min .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-ss-min .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-ss-min .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-ss-min .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-lg-xs-min .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-xs-min .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-xs-min .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-xs-min .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-lg-sm-min .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-sm-min .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-sm-min .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-sm-min .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-lg-md-min .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-md-min .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-md-min .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-md-min .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-lg-lg-min .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-lg-min .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-lg-min .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-lg-min .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-lg-xl-min .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-xl-min .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-xl-min .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-xl-min .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-lg-xxl-min .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-xxl-min .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-xxl-min .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-xxl-min .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-lg-ss-max .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-ss-max .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-ss-max .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-ss-max .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-lg-xs-max .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-xs-max .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-xs-max .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-xs-max .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-lg-sm-max .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-sm-max .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-sm-max .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-sm-max .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-lg-md-max .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-md-max .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-md-max .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-md-max .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-lg-lg-max .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-lg-max .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-lg-max .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-lg-max .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-lg-xl-max .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-xl-max .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-xl-max .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-xl-max .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-lg-xxl-max .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-xxl-max .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-xxl-max .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-xxl-max .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-ss-xs .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-ss-xs .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-ss-xs .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-ss-xl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-ss-xl .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-ss-xl .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-ss-xxl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-ss-xxl .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-ss-xxl .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-xs-xxl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-xs-xxl .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-xs-xxl .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-sm-ss .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-ss .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-sm-ss .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-sm-xs .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-xs .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-sm-xs .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-sm-xl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-xl .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-sm-xl .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-sm-xxl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-sm-xxl .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-sm-xxl .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-md-ss .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-md-ss .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-md-ss .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-md-xs .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-md-xs .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-md-xs .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-md-sm .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-md-sm .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-md-sm .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-md-xl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-md-xl .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-md-xl .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-md-xxl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-md-xxl .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-md-xxl .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-ss .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-ss .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-ss .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-xs .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-xs .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-xs .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-sm .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-sm .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-sm .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-md .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-md .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-md .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-xl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-xl .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-xl .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-lg-xxl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-lg-xxl .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-lg-xxl .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-xl-xs .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-xl-xs .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-xl-xs .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .btn {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .form-xl-xxl .btn [class^="icon-"] {
    font-size: 1.086rem;
  }
  .form-xl-xxl .btn.btn-wide {
    padding-left: 2.428571428571429rem;
    padding-right: 2.428571428571429rem;
  }
  .form-xl-xxl .btn.btn-thin {
    padding-left: 1.357142857142857rem;
    padding-right: 1.357142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-xl-ss-min .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-xl-ss-min .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-xl-ss-min .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-xl-ss-min .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-xl-xs-min .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-xl-xs-min .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-xl-xs-min .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-xl-xs-min .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-xl-sm-min .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-xl-sm-min .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-xl-sm-min .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-xl-sm-min .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-xl-md-min .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-xl-md-min .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-xl-md-min .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-xl-md-min .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-xl-lg-min .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-xl-lg-min .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-xl-lg-min .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-xl-lg-min .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-xl-xl-min .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-xl-xl-min .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-xl-xl-min .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-xl-xl-min .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-xl-xxl-min .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-xl-xxl-min .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-xl-xxl-min .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-xl-xxl-min .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-xl-ss-max .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-xl-ss-max .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-xl-ss-max .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-xl-ss-max .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-xl-xs-max .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-xl-xs-max .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-xl-xs-max .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-xl-xs-max .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-xl-sm-max .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-xl-sm-max .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-xl-sm-max .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-xl-sm-max .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-xl-md-max .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-xl-md-max .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-xl-md-max .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-xl-md-max .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-xl-lg-max .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-xl-lg-max .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-xl-lg-max .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-xl-lg-max .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-xl-xl-max .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-xl-xl-max .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-xl-xl-max .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-xl-xl-max .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-xl-xxl-max .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-xl-xxl-max .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-xl-xxl-max .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-xl-xxl-max .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-ss-xs .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-ss-xs .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-ss-xs .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-ss-xl .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-ss-xl .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-ss-xl .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-ss-xxl .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-ss-xxl .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-ss-xxl .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-xs-xxl .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-xs-xxl .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-xs-xxl .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-sm-ss .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-sm-ss .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-sm-ss .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-sm-xs .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-sm-xs .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-sm-xs .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-sm-xl .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-sm-xl .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-sm-xl .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-sm-xxl .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-sm-xxl .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-sm-xxl .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-md-ss .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-md-ss .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-md-ss .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-md-xs .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-md-xs .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-md-xs .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-md-sm .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-md-sm .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-md-sm .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-md-xl .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-md-xl .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-md-xl .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-md-xxl .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-md-xxl .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-md-xxl .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-lg-ss .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-lg-ss .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-lg-ss .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-lg-xs .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-lg-xs .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-lg-xs .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-lg-sm .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-lg-sm .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-lg-sm .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-lg-md .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-lg-md .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-lg-md .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-lg-xl .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-lg-xl .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-lg-xl .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-lg-xxl .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-lg-xxl .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-lg-xxl .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-xl-xs .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-xl-xs .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-xl-xs .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .btn {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
  .form-xl-xxl .btn [class^="icon-"] {
    font-size: 1.686rem;
  }
  .form-xl-xxl .btn.btn-wide {
    padding-left: 2.785714285714286rem;
    padding-right: 2.785714285714286rem;
  }
  .form-xl-xxl .btn.btn-thin {
    padding-left: 1.714285714285714rem;
    padding-right: 1.714285714285714rem;
  }
}
.checkbox {
  position: absolute;
  left: -9999px;
}
.checkbox:focus {
  outline: 0;
}
.checkbox + span {
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
}
.checkbox + span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0.071428571428571rem;
  border-radius: 2px;
}
.checkbox + span:after {
  display: inline-block;
  vertical-align: middle;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  content: '\EA0E';
}
.checkbox:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.checkbox + span {
  color: #666;
}
.checkbox + span:before {
  background: #fff;
  border-color: #cecece;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}
.checkbox + span:after {
  color: #00acda;
}
.checkbox + span:hover {
  color: #222;
}
.checkbox + span:hover:before {
  background: #fff;
  border-color: #00acda;
  box-shadow: none;
}
.checkbox + span:hover:after {
  color: #00acda;
}
.checkbox:focus + span {
  color: #222;
}
.checkbox:focus + span:before {
  background: #fff;
  border-color: #00acda;
  box-shadow: none;
}
.checkbox:focus + span:after {
  color: #00acda;
}
@media screen and (min-width: 640px) {
  .checkbox + span {
    overflow: hidden;
    min-height: 1.071428571428571rem;
    padding-left: 1.785714285714286rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.007214285714286rem;
  }
  .checkbox + span:before {
    width: 1.071428571428571rem;
    height: 1.071428571428571rem;
  }
  .checkbox + span:after {
    width: 1.071428571428571rem;
    height: 1.071428571428571rem;
    line-height: 1.071428571428571rem;
    font-size: 0.642857142857143rem;
  }
  .checkbox-xs + span,
  .form-xs .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .checkbox-xs + span:before,
  .form-xs .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .checkbox-xs + span:after,
  .form-xs .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
  .checkbox-sm + span,
  .form-sm .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .checkbox-sm + span:before,
  .form-sm .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .checkbox-sm + span:after,
  .form-sm .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
  .checkbox-lg + span,
  .form-lg .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .checkbox-lg + span:before,
  .form-lg .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .checkbox-lg + span:after,
  .form-lg .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
  .checkbox-xl + span,
  .form-xl .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .checkbox-xl + span:before,
  .form-xl .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .checkbox-xl + span:after,
  .form-xl .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (max-width: 639px) {
  .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-xs-ss-min .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-xs-ss-min .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-xs-ss-min .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-xs-xs-min .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-xs-xs-min .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-xs-xs-min .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-xs-sm-min .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-xs-sm-min .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-xs-sm-min .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-xs-md-min .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-xs-md-min .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-xs-md-min .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-xs-lg-min .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-xs-lg-min .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-xs-lg-min .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-xs-xl-min .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-xs-xl-min .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-xs-xl-min .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-xs-xxl-min .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-xs-xxl-min .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-xs-xxl-min .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-xs-ss-max .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-xs-ss-max .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-xs-ss-max .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-xs-xs-max .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-xs-xs-max .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-xs-xs-max .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-xs-sm-max .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-xs-sm-max .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-xs-sm-max .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-xs-md-max .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-xs-md-max .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-xs-md-max .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-xs-lg-max .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-xs-lg-max .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-xs-lg-max .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-xs-xl-max .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-xs-xl-max .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-xs-xl-max .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-xs-xxl-max .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-xs-xxl-max .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-xs-xxl-max .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-ss-xs .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-ss-xs .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-ss-xl .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-ss-xl .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-ss-xxl .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-ss-xxl .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-xs-xxl .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-xs-xxl .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-sm-ss .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-sm-ss .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-sm-xs .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-sm-xs .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-sm-xl .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-sm-xl .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-sm-xxl .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-sm-xxl .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-md-ss .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-md-ss .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-md-xs .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-md-xs .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-md-sm .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-md-sm .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-md-xl .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-md-xl .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-md-xxl .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-md-xxl .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-lg-ss .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-lg-ss .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-lg-xs .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-lg-xs .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-lg-sm .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-lg-sm .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-lg-md .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-lg-md .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-lg-xl .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-lg-xl .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-lg-xxl .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-lg-xxl .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-xl-xs .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-xl-xs .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .checkbox + span {
    overflow: hidden;
    min-height: 1.142857142857143rem;
    padding-left: 1.5rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
    padding-top: 0.042928571428571rem;
  }
  .form-xl-xxl .checkbox + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
  }
  .form-xl-xxl .checkbox + span:after {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-sm-ss-min .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-sm-ss-min .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-sm-ss-min .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-sm-xs-min .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-sm-xs-min .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-sm-xs-min .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-sm-sm-min .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-sm-sm-min .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-sm-sm-min .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-sm-md-min .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-sm-md-min .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-sm-md-min .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-sm-lg-min .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-sm-lg-min .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-sm-lg-min .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-sm-xl-min .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-sm-xl-min .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-sm-xl-min .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-sm-xxl-min .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-sm-xxl-min .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-sm-xxl-min .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-sm-ss-max .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-sm-ss-max .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-sm-ss-max .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-sm-xs-max .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-sm-xs-max .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-sm-xs-max .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-sm-sm-max .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-sm-sm-max .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-sm-sm-max .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-sm-md-max .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-sm-md-max .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-sm-md-max .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-sm-lg-max .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-sm-lg-max .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-sm-lg-max .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-sm-xl-max .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-sm-xl-max .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-sm-xl-max .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-sm-xxl-max .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-sm-xxl-max .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-sm-xxl-max .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-ss-xs .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-ss-xs .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-ss-xl .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-ss-xl .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-ss-xxl .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-ss-xxl .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-xs-xxl .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-xs-xxl .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-sm-ss .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-sm-ss .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-sm-xs .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-sm-xs .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-sm-xl .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-sm-xl .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-sm-xxl .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-sm-xxl .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-md-ss .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-md-ss .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-md-xs .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-md-xs .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-md-sm .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-md-sm .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-md-xl .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-md-xl .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-md-xxl .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-md-xxl .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-lg-ss .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-lg-ss .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-lg-xs .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-lg-xs .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-lg-sm .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-lg-sm .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-lg-md .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-lg-md .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-lg-xl .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-lg-xl .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-lg-xxl .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-lg-xxl .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-xl-xs .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-xl-xs .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .checkbox + span {
    overflow: hidden;
    min-height: 1.285714285714286rem;
    padding-left: 2rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: -0.085642857142857rem;
  }
  .form-xl-xxl .checkbox + span:before {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
  }
  .form-xl-xxl .checkbox + span:after {
    width: 1.285714285714286rem;
    height: 1.285714285714286rem;
    line-height: 1.285714285714286rem;
    font-size: 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-lg-ss-min .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-ss-min .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-ss-min .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-lg-xs-min .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-xs-min .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-xs-min .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-lg-sm-min .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-sm-min .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-sm-min .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-lg-md-min .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-md-min .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-md-min .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-lg-lg-min .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-lg-min .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-lg-min .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-lg-xl-min .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-xl-min .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-xl-min .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-lg-xxl-min .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-xxl-min .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-xxl-min .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-lg-ss-max .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-ss-max .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-ss-max .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-lg-xs-max .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-xs-max .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-xs-max .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-lg-sm-max .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-sm-max .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-sm-max .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-lg-md-max .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-md-max .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-md-max .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-lg-lg-max .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-lg-max .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-lg-max .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-lg-xl-max .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-xl-max .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-xl-max .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-lg-xxl-max .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-xxl-max .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-xxl-max .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-ss-xs .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-ss-xs .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-ss-xl .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-ss-xl .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-ss-xxl .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-ss-xxl .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-xs-xxl .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-xs-xxl .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-sm-ss .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-sm-ss .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-sm-xs .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-sm-xs .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-sm-xl .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-sm-xl .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-sm-xxl .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-sm-xxl .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-md-ss .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-md-ss .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-md-xs .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-md-xs .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-md-sm .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-md-sm .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-md-xl .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-md-xl .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-md-xxl .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-md-xxl .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-ss .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-ss .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-xs .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-xs .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-sm .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-sm .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-md .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-md .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-xl .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-xl .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-lg-xxl .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-lg-xxl .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-xl-xs .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-xl-xs .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .checkbox + span {
    overflow: hidden;
    min-height: 1.857142857142857rem;
    padding-left: 2.571428571428572rem;
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding-top: 0.200071428571429rem;
  }
  .form-xl-xxl .checkbox + span:before {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
  }
  .form-xl-xxl .checkbox + span:after {
    width: 1.857142857142857rem;
    height: 1.857142857142857rem;
    line-height: 1.857142857142857rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-xl-ss-min .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-xl-ss-min .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-xl-ss-min .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-xl-xs-min .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-xl-xs-min .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-xl-xs-min .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-xl-sm-min .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-xl-sm-min .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-xl-sm-min .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-xl-md-min .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-xl-md-min .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-xl-md-min .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-xl-lg-min .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-xl-lg-min .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-xl-lg-min .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-xl-xl-min .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-xl-xl-min .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-xl-xl-min .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-xl-xxl-min .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-xl-xxl-min .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-xl-xxl-min .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-xl-ss-max .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-xl-ss-max .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-xl-ss-max .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-xl-xs-max .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-xl-xs-max .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-xl-xs-max .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-xl-sm-max .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-xl-sm-max .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-xl-sm-max .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-xl-md-max .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-xl-md-max .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-xl-md-max .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-xl-lg-max .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-xl-lg-max .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-xl-lg-max .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-xl-xl-max .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-xl-xl-max .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-xl-xl-max .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-xl-xxl-max .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-xl-xxl-max .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-xl-xxl-max .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-ss-xs .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-ss-xs .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-ss-xl .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-ss-xl .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-ss-xxl .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-ss-xxl .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-xs-xxl .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-xs-xxl .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-sm-ss .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-sm-ss .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-sm-xs .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-sm-xs .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-sm-xl .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-sm-xl .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-sm-xxl .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-sm-xxl .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-md-ss .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-md-ss .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-md-xs .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-md-xs .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-md-sm .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-md-sm .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-md-xl .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-md-xl .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-md-xxl .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-md-xxl .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-lg-ss .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-lg-ss .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-lg-xs .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-lg-xs .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-lg-sm .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-lg-sm .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-lg-md .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-lg-md .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-lg-xl .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-lg-xl .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-lg-xxl .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-lg-xxl .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-xl-xs .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-xl-xs .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .checkbox + span {
    overflow: hidden;
    min-height: 2.142857142857143rem;
    padding-left: 3.214285714285714rem;
    font-size: 1.286rem;
    line-height: 1.857rem;
    padding-top: 0.142928571428571rem;
  }
  .form-xl-xxl .checkbox + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
  }
  .form-xl-xxl .checkbox + span:after {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
.control-label {
  margin-bottom: 5px;
}
.form .input {
  width: 100%;
}
.form .textarea {
  width: 100%;
}
.form .select {
  width: 100%;
}
.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  box-sizing: border-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border-style: solid;
  border-width: 0.071428571428571rem;
  border-radius: 2px;
  background: #fff;
  color: #222;
  border-color: #cecece;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
/*
			* Generate input themes for specific input
			*/
}
.input:focus {
  outline: 0;
}
.input:hover,
a:hover .input {
  background: #fff;
  color: #222;
  border-color: #cecece;
  box-shadow: 'inset 0 1px 1px rgba(0,0,0,0.1)';
}
.input:active,
.input.active {
  background: #fff;
  color: #222;
  border-color: #cecece;
  box-shadow: 'inset 0 1px 1px rgba(0,0,0,0.1)';
}
.input:focus,
.input.focus {
  background: #fff;
  color: #222;
  border-color: #cecece;
  box-shadow: 'inset 0 1px 1px rgba(0,0,0,0.1)';
}
.input::-webkit-input-placeholder {
  color: #222;
}
.input::-moz-placeholder {
  color: #222;
}
.input:-ms-input-placeholder {
  color: #222;
}
.input:-moz-placeholder {
  color: #222;
}
.input-inverse {
  background: transparent;
  color: #00acda;
  border-color: rgba(255,255,255,0.3);
  box-shadow: none;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
}
.input-inverse:hover,
a:hover .input-inverse {
  background: transparent;
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.input-inverse:active,
.input-inverse.active {
  background: transparent;
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.input-inverse:focus,
.input-inverse.focus {
  background: transparent;
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.input-inverse::-webkit-input-placeholder {
  color: #fff;
}
.input-inverse::-moz-placeholder {
  color: #fff;
}
.input-inverse:-ms-input-placeholder {
  color: #fff;
}
.input-inverse:-moz-placeholder {
  color: #fff;
}
@media screen and (min-width: 640px) {
  .input {
    font-size: 0.886rem;
    line-height: 1.857rem;
    padding: 0.642857142857143rem 1.357142857142857rem;
  }
  .input-xs,
  .form-xs .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
  .input-sm,
  .form-sm .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
  .input-lg,
  .form-lg .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
  .input-xl,
  .form-xl .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (max-width: 639px) {
  .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-xs-ss-min .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-xs-xs-min .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-xs-sm-min .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-xs-md-min .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-xs-lg-min .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-xs-xl-min .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-xs-xxl-min .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-xs-ss-max .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-xs-xs-max .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-xs-sm-max .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-xs-md-max .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-xs-lg-max .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-xs-xl-max .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-xs-xxl-max .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.357142857142857rem 0.642857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-sm-ss-min .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-sm-xs-min .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-sm-sm-min .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-sm-md-min .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-sm-lg-min .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-sm-xl-min .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-sm-xxl-min .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-sm-ss-max .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-sm-xs-max .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-sm-sm-max .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-sm-md-max .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-sm-lg-max .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-sm-xl-max .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-sm-xxl-max .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .input {
    font-size: 0.886rem;
    line-height: 1.457rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-lg-ss-min .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-lg-xs-min .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-lg-sm-min .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-lg-md-min .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-lg-lg-min .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-lg-xl-min .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-lg-xxl-min .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-lg-ss-max .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-lg-xs-max .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-lg-sm-max .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-lg-md-max .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-lg-lg-max .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-lg-xl-max .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-lg-xxl-max .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .input {
    font-size: 1.086rem;
    line-height: 2.257rem;
    padding: 0.785714285714286rem 1.714285714285714rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-xl-ss-min .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-xl-xs-min .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-xl-sm-min .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-xl-md-min .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-xl-lg-min .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-xl-xl-min .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-xl-xxl-min .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-xl-ss-max .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-xl-xs-max .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-xl-sm-max .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-xl-md-max .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-xl-lg-max .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-xl-xl-max .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-xl-xxl-max .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .input {
    font-size: 1.486rem;
    line-height: 2.257rem;
    padding: 1.285714285714286rem 2.071428571428571rem;
  }
}
.radio {
  position: absolute;
  left: -9999px;
}
.radio:focus {
  outline: 0;
}
.radio + span {
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.radio + span:before {
  content: '';
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  position: relative;
  z-index: 1;
  border-style: solid;
  border-width: 0.071428571428571rem;
  border-radius: 100px;
}
.radio + span:after {
  content: '';
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  text-align: center;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  opacity: 0;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border-radius: 100px;
  position: absolute;
  z-index: 2;
  border-style: solid;
  border-width: 0.071428571428571rem;
  border-radius: 100px;
  border-color: inherit;
}
.radio:checked + span:after {
  opacity: 1;
}
.radio + span {
  color: #666;
}
.radio + span:before {
  background: #fff;
  border-color: #cecece;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}
.radio + span:after {
  background: #00acda;
}
.radio + span:hover {
  color: #222;
}
.radio + span:hover:before {
  background: #fff;
  border-color: #00acda;
  box-shadow: none;
}
.radio + span:hover:after {
  background: #00acda;
  border-color: #00acda;
}
.radio:focus + span {
  color: #222;
}
.radio:focus + span:before {
  background: #fff;
  border-color: #00acda;
  box-shadow: none;
}
.radio:focus + span:after {
  background: #00acda;
  border-color: #00acda;
}
.radio:focus + span:hover {
  color: #222;
}
.radio:focus + span:hover:before {
  background: #fff;
  border-color: #00acda;
  box-shadow: none;
}
.radio:focus + span:hover:after {
  background: #00acda;
  border-color: #00acda;
}
.radio:checked + span {
  color: #222;
}
.radio:checked + span:before {
  background: #fff;
  border-color: #00acda;
  box-shadow: none;
}
.radio:checked + span:after {
  background: #00acda;
  border-color: #00acda;
}
@media screen and (min-width: 640px) {
  .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
  .radio-xs + span,
  .form-xs .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .radio-xs + span:before,
  .form-xs .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .radio-xs + span:after,
  .form-xs .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
  .radio-sm + span,
  .form-sm .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .radio-sm + span:before,
  .form-sm .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .radio-sm + span:after,
  .form-sm .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
  .radio-lg + span,
  .form-lg .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .radio-lg + span:before,
  .form-lg .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .radio-lg + span:after,
  .form-lg .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
  .radio-xl + span,
  .form-xl .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .radio-xl + span:before,
  .form-xl .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .radio-xl + span:after,
  .form-xl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (max-width: 639px) {
  .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-xs-ss-min .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-xs-ss-min .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-xs-ss-min .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-xs-xs-min .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-xs-xs-min .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-xs-xs-min .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-xs-sm-min .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-xs-sm-min .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-xs-sm-min .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-xs-md-min .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-xs-md-min .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-xs-md-min .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-xs-lg-min .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-xs-lg-min .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-xs-lg-min .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-xs-xl-min .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-xs-xl-min .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-xs-xl-min .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-xs-xxl-min .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-xs-xxl-min .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-xs-xxl-min .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-xs-ss-max .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-xs-ss-max .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-xs-ss-max .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-xs-xs-max .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-xs-xs-max .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-xs-xs-max .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-xs-sm-max .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-xs-sm-max .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-xs-sm-max .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-xs-md-max .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-xs-md-max .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-xs-md-max .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-xs-lg-max .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-xs-lg-max .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-xs-lg-max .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-xs-xl-max .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-xs-xl-max .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-xs-xl-max .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-xs-xxl-max .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-xs-xxl-max .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-xs-xxl-max .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-ss-xs .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-ss-xs .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-ss-xl .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-ss-xl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-ss-xxl .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-ss-xxl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-xs-xxl .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-xs-xxl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-sm-ss .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-sm-ss .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-sm-xs .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-sm-xs .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-sm-xl .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-sm-xl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-sm-xxl .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-sm-xxl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-md-ss .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-md-ss .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-md-xs .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-md-xs .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-md-sm .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-md-sm .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-md-xl .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-md-xl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-md-xxl .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-md-xxl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-lg-ss .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-lg-ss .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-lg-xs .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-lg-xs .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-lg-sm .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-lg-sm .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-lg-md .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-lg-md .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-lg-xl .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-lg-xl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-lg-xxl .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-lg-xxl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-xl-xs .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-xl-xs .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .radio + span {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
  .form-xl-xxl .radio + span:before {
    width: 1.142857142857143rem;
    height: 1.142857142857143rem;
    max-width: 1.142857142857143rem;
    margin-right: 0.357142857142857rem;
  }
  .form-xl-xxl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.214285714285714rem;
    left: 0.214285714285714rem;
    line-height: 1.142857142857143rem;
    font-size: 0.571428571428571rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-sm-ss-min .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-ss-min .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-ss-min .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-sm-xs-min .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-xs-min .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-xs-min .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-sm-sm-min .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-sm-min .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-sm-min .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-sm-md-min .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-md-min .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-md-min .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-sm-lg-min .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-lg-min .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-lg-min .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-sm-xl-min .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-xl-min .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-xl-min .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-sm-xxl-min .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-xxl-min .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-xxl-min .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-sm-ss-max .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-ss-max .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-ss-max .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-sm-xs-max .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-xs-max .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-xs-max .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-sm-sm-max .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-sm-max .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-sm-max .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-sm-md-max .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-md-max .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-md-max .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-sm-lg-max .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-lg-max .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-lg-max .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-sm-xl-max .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-xl-max .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-xl-max .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-sm-xxl-max .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-xxl-max .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-xxl-max .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-ss-xs .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-ss-xs .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-ss-xl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-ss-xl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-ss-xxl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-ss-xxl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-xs-xxl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-xs-xxl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-ss .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-ss .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-xs .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-xs .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-xl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-xl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-xxl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-xxl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-md-ss .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-md-ss .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-md-xs .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-md-xs .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-md-sm .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-md-sm .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-md-xl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-md-xl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-md-xxl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-md-xxl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-ss .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-ss .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-xs .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-xs .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-sm .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-sm .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-md .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-md .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-xl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-xl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-xxl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-xxl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-xl-xs .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-xl-xs .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-xl-xxl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-xl-xxl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-lg-ss-min .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-ss-min .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-ss-min .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-lg-xs-min .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-xs-min .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-xs-min .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-lg-sm-min .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-sm-min .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-sm-min .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-lg-md-min .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-md-min .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-md-min .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-lg-lg-min .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-lg-min .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-lg-min .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-lg-xl-min .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-xl-min .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-xl-min .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-lg-xxl-min .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-xxl-min .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-xxl-min .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-lg-ss-max .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-ss-max .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-ss-max .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-lg-xs-max .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-xs-max .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-xs-max .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-lg-sm-max .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-sm-max .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-sm-max .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-lg-md-max .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-md-max .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-md-max .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-lg-lg-max .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-lg-max .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-lg-max .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-lg-xl-max .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-xl-max .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-xl-max .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-lg-xxl-max .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-xxl-max .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-xxl-max .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-ss-xs .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-ss-xs .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-ss-xl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-ss-xl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-ss-xxl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-ss-xxl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-xs-xxl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-xs-xxl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-ss .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-ss .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-xs .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-xs .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-xl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-xl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-sm-xxl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-sm-xxl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-md-ss .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-md-ss .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-md-xs .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-md-xs .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-md-sm .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-md-sm .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-md-xl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-md-xl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-md-xxl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-md-xxl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-ss .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-ss .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-xs .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-xs .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-sm .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-sm .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-md .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-md .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-xl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-xl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-lg-xxl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-lg-xxl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-xl-xs .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-xl-xs .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .radio + span {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
  .form-xl-xxl .radio + span:before {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    margin-right: 0.714285714285714rem;
  }
  .form-xl-xxl .radio + span:after {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    top: 0.5rem;
    left: 0.5rem;
    line-height: 2rem;
    font-size: 1.142857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-xl-ss-min .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-xl-ss-min .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-xl-ss-min .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-xl-xs-min .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-xl-xs-min .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-xl-xs-min .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-xl-sm-min .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-xl-sm-min .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-xl-sm-min .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-xl-md-min .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-xl-md-min .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-xl-md-min .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-xl-lg-min .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-xl-lg-min .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-xl-lg-min .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-xl-xl-min .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-xl-xl-min .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-xl-xl-min .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-xl-xxl-min .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-xl-xxl-min .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-xl-xxl-min .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-xl-ss-max .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-xl-ss-max .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-xl-ss-max .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-xl-xs-max .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-xl-xs-max .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-xl-xs-max .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-xl-sm-max .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-xl-sm-max .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-xl-sm-max .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-xl-md-max .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-xl-md-max .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-xl-md-max .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-xl-lg-max .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-xl-lg-max .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-xl-lg-max .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-xl-xl-max .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-xl-xl-max .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-xl-xl-max .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-xl-xxl-max .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-xl-xxl-max .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-xl-xxl-max .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-ss-xs .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-ss-xs .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-ss-xl .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-ss-xl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-ss-xxl .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-ss-xxl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-xs-xxl .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-xs-xxl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-sm-ss .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-sm-ss .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-sm-xs .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-sm-xs .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-sm-xl .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-sm-xl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-sm-xxl .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-sm-xxl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-md-ss .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-md-ss .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-md-xs .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-md-xs .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-md-sm .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-md-sm .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-md-xl .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-md-xl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-md-xxl .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-md-xxl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-lg-ss .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-lg-ss .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-lg-xs .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-lg-xs .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-lg-sm .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-lg-sm .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-lg-md .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-lg-md .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-lg-xl .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-lg-xl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-lg-xxl .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-lg-xxl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-xl-xs .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-xl-xs .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .radio + span {
    font-size: 1.686rem;
    line-height: 2.657rem;
  }
  .form-xl-xxl .radio + span:before {
    width: 2.142857142857143rem;
    height: 2.142857142857143rem;
    max-width: 2.142857142857143rem;
    margin-right: 1.071428571428571rem;
  }
  .form-xl-xxl .radio + span:after {
    width: 0.714285714285714rem;
    height: 0.714285714285714rem;
    max-width: 0.714285714285714rem;
    top: 0.714285714285714rem;
    left: 0.714285714285714rem;
    line-height: 2.142857142857143rem;
    font-size: 1.686rem;
  }
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #00acda transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  margin-left: -4px;
  margin-top: -2px;
}
@media screen and (min-width: 640px) {
  .select2-container .select2-selection--single {
    padding: 0.642857142857143rem 0;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.357142857142857rem;
    padding-right: 3.285571428571429rem;
  }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.357142857142857rem;
    padding-left: 3.285571428571429rem;
  }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.357142857142857rem;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.857rem;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.285571428571429rem;
    width: 3.285571428571429rem;
  }
  -xs .select2-container .select2-selection--single,
  .form-xs .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  -xs .select2-container .select2-selection--single .select2-selection__rendered,
  .form-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  -xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered,
  .form-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  -xs .select2-container .select2-selection--multiple .select2-selection__rendered,
  .form-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  -xs .select2-container--default .select2-selection--single .select2-selection__rendered,
  .form-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  -xs .select2-container--default .select2-selection--single .select2-selection__arrow,
  .form-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
  -sm .select2-container .select2-selection--single,
  .form-sm .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  -sm .select2-container .select2-selection--single .select2-selection__rendered,
  .form-sm .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  -sm .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered,
  .form-sm .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  -sm .select2-container .select2-selection--multiple .select2-selection__rendered,
  .form-sm .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  -sm .select2-container--default .select2-selection--single .select2-selection__rendered,
  .form-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  -sm .select2-container--default .select2-selection--single .select2-selection__arrow,
  .form-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
  -lg .select2-container .select2-selection--single,
  .form-lg .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  -lg .select2-container .select2-selection--single .select2-selection__rendered,
  .form-lg .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  -lg .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered,
  .form-lg .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  -lg .select2-container .select2-selection--multiple .select2-selection__rendered,
  .form-lg .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  -lg .select2-container--default .select2-selection--single .select2-selection__rendered,
  .form-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  -lg .select2-container--default .select2-selection--single .select2-selection__arrow,
  .form-lg .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
  -xl .select2-container .select2-selection--single,
  .form-xl .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  -xl .select2-container .select2-selection--single .select2-selection__rendered,
  .form-xl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  -xl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered,
  .form-xl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  -xl .select2-container .select2-selection--multiple .select2-selection__rendered,
  .form-xl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  -xl .select2-container--default .select2-selection--single .select2-selection__rendered,
  .form-xl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  -xl .select2-container--default .select2-selection--single .select2-selection__arrow,
  .form-xl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (max-width: 639px) {
  .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
.form-vertical .control-group + .control-group {
  margin-top: 2.142857142857143rem;
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-xs-ss-min .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-xs-ss-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-xs-ss-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-xs-ss-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-xs-ss-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xs-ss-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-xs-xs-min .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-xs-xs-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-xs-xs-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-xs-xs-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-xs-xs-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xs-xs-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-xs-sm-min .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-xs-sm-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-xs-sm-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-xs-sm-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-xs-sm-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xs-sm-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-xs-md-min .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-xs-md-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-xs-md-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-xs-md-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-xs-md-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xs-md-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-xs-lg-min .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-xs-lg-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-xs-lg-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-xs-lg-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-xs-lg-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xs-lg-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-xs-xl-min .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-xs-xl-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-xs-xl-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-xs-xl-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-xs-xl-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xs-xl-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-xs-xxl-min .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-xs-xxl-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-xs-xxl-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-xs-xxl-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-xs-xxl-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xs-xxl-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-xs-ss-max .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-xs-ss-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-xs-ss-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-xs-ss-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-xs-ss-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xs-ss-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-xs-xs-max .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-xs-xs-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-xs-xs-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-xs-xs-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-xs-xs-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xs-xs-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-xs-sm-max .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-xs-sm-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-xs-sm-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-xs-sm-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-xs-sm-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xs-sm-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-xs-md-max .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-xs-md-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-xs-md-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-xs-md-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-xs-md-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xs-md-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-xs-lg-max .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-xs-lg-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-xs-lg-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-xs-lg-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-xs-lg-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xs-lg-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-xs-xl-max .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-xs-xl-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-xs-xl-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-xs-xl-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-xs-xl-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xs-xl-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-xs-xxl-max .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-xs-xxl-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-xs-xxl-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-xs-xxl-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-xs-xxl-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xs-xxl-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-ss-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-ss-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-ss-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-ss-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-ss-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-ss-xl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-ss-xl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-ss-xl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-ss-xl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-ss-xl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-ss-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-ss-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-ss-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-ss-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-ss-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-xs-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-xs-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-xs-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-xs-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xs-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-sm-ss .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-sm-ss .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-sm-ss .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-sm-ss .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-ss .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-sm-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-sm-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-sm-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-sm-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-sm-xl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-sm-xl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-sm-xl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-sm-xl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-xl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-sm-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-sm-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-sm-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-sm-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-md-ss .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-md-ss .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-md-ss .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-md-ss .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-md-ss .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-md-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-md-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-md-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-md-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-md-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-md-sm .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-md-sm .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-md-sm .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-md-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-md-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-md-xl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-md-xl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-md-xl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-md-xl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-md-xl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-md-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-md-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-md-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-md-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-md-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-lg-ss .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-lg-ss .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-lg-ss .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-lg-ss .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-lg-ss .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-lg-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-lg-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-lg-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-lg-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-lg-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-lg-sm .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-lg-sm .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-lg-sm .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-lg-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-lg-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-lg-md .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-lg-md .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-lg-md .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-lg-md .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-lg-md .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-lg-xl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-lg-xl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-lg-xl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-lg-xl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-lg-xl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-lg-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-lg-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-lg-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-lg-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-lg-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-xl-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-xl-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-xl-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-xl-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xl-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .select2-container .select2-selection--single {
    padding: 0.357142857142857rem 0;
  }
  .form-xl-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
    padding-right: 2.314142857142857rem;
  }
  .form-xl-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.642857142857143rem;
    padding-left: 2.314142857142857rem;
  }
  .form-xl-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0.642857142857143rem;
  }
  .form-xl-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xl-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.314142857142857rem;
    width: 2.314142857142857rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-sm-ss-min .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-sm-ss-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-sm-ss-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-sm-ss-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-sm-ss-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-ss-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-sm-xs-min .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-sm-xs-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-sm-xs-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-sm-xs-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-sm-xs-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-xs-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-sm-sm-min .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-sm-sm-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-sm-sm-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-sm-sm-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-sm-sm-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-sm-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-sm-md-min .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-sm-md-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-sm-md-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-sm-md-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-sm-md-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-md-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-sm-lg-min .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-sm-lg-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-sm-lg-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-sm-lg-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-sm-lg-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-lg-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-sm-xl-min .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-sm-xl-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-sm-xl-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-sm-xl-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-sm-xl-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-xl-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-sm-xxl-min .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-sm-xxl-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-sm-xxl-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-sm-xxl-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-sm-xxl-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-xxl-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-sm-ss-max .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-sm-ss-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-sm-ss-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-sm-ss-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-sm-ss-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-ss-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-sm-xs-max .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-sm-xs-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-sm-xs-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-sm-xs-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-sm-xs-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-xs-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-sm-sm-max .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-sm-sm-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-sm-sm-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-sm-sm-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-sm-sm-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-sm-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-sm-md-max .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-sm-md-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-sm-md-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-sm-md-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-sm-md-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-md-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-sm-lg-max .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-sm-lg-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-sm-lg-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-sm-lg-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-sm-lg-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-lg-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-sm-xl-max .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-sm-xl-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-sm-xl-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-sm-xl-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-sm-xl-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-xl-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-sm-xxl-max .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-sm-xxl-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-sm-xxl-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-sm-xxl-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-sm-xxl-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-xxl-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-ss-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-ss-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-ss-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-ss-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-ss-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-ss-xl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-ss-xl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-ss-xl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-ss-xl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-ss-xl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-ss-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-ss-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-ss-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-ss-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-ss-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-xs-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-xs-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-xs-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-xs-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xs-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-sm-ss .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-sm-ss .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-sm-ss .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-sm-ss .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-ss .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-sm-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-sm-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-sm-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-sm-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-sm-xl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-sm-xl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-sm-xl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-sm-xl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-xl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-sm-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-sm-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-sm-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-sm-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-sm-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-md-ss .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-md-ss .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-md-ss .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-md-ss .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-md-ss .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-md-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-md-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-md-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-md-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-md-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-md-sm .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-md-sm .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-md-sm .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-md-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-md-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-md-xl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-md-xl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-md-xl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-md-xl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-md-xl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-md-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-md-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-md-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-md-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-md-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-lg-ss .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-lg-ss .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-lg-ss .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-lg-ss .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-lg-ss .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-lg-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-lg-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-lg-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-lg-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-lg-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-lg-sm .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-lg-sm .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-lg-sm .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-lg-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-lg-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-lg-md .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-lg-md .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-lg-md .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-lg-md .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-lg-md .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-lg-xl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-lg-xl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-lg-xl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-lg-xl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-lg-xl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-lg-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-lg-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-lg-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-lg-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-lg-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-xl-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-xl-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-xl-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-xl-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xl-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .select2-container .select2-selection--single {
    padding: 0.5rem 0;
  }
  .form-xl-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 2.599857142857143rem;
  }
  .form-xl-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1rem;
    padding-left: 2.599857142857143rem;
  }
  .form-xl-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
  }
  .form-xl-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.886rem;
    line-height: 1.457rem;
  }
  .form-xl-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.599857142857143rem;
    width: 2.599857142857143rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-lg-ss-min .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-ss-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-ss-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-ss-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-ss-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-ss-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-lg-xs-min .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-xs-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-xs-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-xs-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-xs-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-xs-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-lg-sm-min .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-sm-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-sm-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-sm-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-sm-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-sm-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-lg-md-min .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-md-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-md-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-md-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-md-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-md-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-lg-lg-min .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-lg-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-lg-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-lg-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-lg-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-lg-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-lg-xl-min .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-xl-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-xl-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-xl-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-xl-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-xl-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-lg-xxl-min .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-xxl-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-xxl-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-xxl-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-xxl-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-xxl-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-lg-ss-max .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-ss-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-ss-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-ss-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-ss-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-ss-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-lg-xs-max .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-xs-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-xs-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-xs-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-xs-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-xs-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-lg-sm-max .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-sm-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-sm-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-sm-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-sm-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-sm-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-lg-md-max .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-md-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-md-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-md-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-md-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-md-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-lg-lg-max .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-lg-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-lg-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-lg-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-lg-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-lg-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-lg-xl-max .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-xl-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-xl-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-xl-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-xl-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-xl-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-lg-xxl-max .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-xxl-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-xxl-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-xxl-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-xxl-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-xxl-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-ss-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-ss-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-ss-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-ss-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-ss-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-ss-xl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-ss-xl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-ss-xl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-ss-xl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-ss-xl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-ss-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-ss-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-ss-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-ss-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-ss-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-xs-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-xs-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-xs-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-xs-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-xs-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-sm-ss .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-sm-ss .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-sm-ss .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-sm-ss .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-sm-ss .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-sm-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-sm-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-sm-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-sm-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-sm-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-sm-xl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-sm-xl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-sm-xl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-sm-xl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-sm-xl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-sm-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-sm-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-sm-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-sm-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-sm-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-md-ss .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-md-ss .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-md-ss .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-md-ss .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-md-ss .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-md-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-md-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-md-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-md-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-md-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-md-sm .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-md-sm .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-md-sm .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-md-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-md-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-md-xl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-md-xl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-md-xl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-md-xl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-md-xl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-md-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-md-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-md-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-md-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-md-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-ss .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-ss .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-ss .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-ss .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-ss .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-sm .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-sm .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-sm .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-md .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-md .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-md .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-md .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-md .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-xl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-xl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-xl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-xl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-xl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-lg-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-lg-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-lg-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-lg-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-lg-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-xl-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-xl-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-xl-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-xl-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-xl-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .select2-container .select2-selection--single {
    padding: 0.785714285714286rem 0;
  }
  .form-xl-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
    padding-right: 3.971285714285715rem;
  }
  .form-xl-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 1.714285714285714rem;
    padding-left: 3.971285714285715rem;
  }
  .form-xl-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1.714285714285714rem;
  }
  .form-xl-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.086rem;
    line-height: 2.257rem;
  }
  .form-xl-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.971285714285715rem;
    width: 3.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 320px) {
  .form-xl-ss-min .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-xl-ss-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-xl-ss-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-xl-ss-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-xl-ss-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-xl-ss-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 480px) {
  .form-xl-xs-min .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-xl-xs-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-xl-xs-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-xl-xs-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-xl-xs-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-xl-xs-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .form-xl-sm-min .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-xl-sm-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-xl-sm-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-xl-sm-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-xl-sm-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-xl-sm-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 768px) {
  .form-xl-md-min .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-xl-md-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-xl-md-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-xl-md-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-xl-md-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-xl-md-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 980px) {
  .form-xl-lg-min .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-xl-lg-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-xl-lg-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-xl-lg-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-xl-lg-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-xl-lg-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1148px) {
  .form-xl-xl-min .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-xl-xl-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-xl-xl-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-xl-xl-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-xl-xl-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-xl-xl-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1338px) {
  .form-xl-xxl-min .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-xl-xxl-min .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-xl-xxl-min .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-xl-xxl-min .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-xl-xxl-min .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-xl-xxl-min .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 319px) {
  .form-xl-ss-max .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-xl-ss-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-xl-ss-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-xl-ss-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-xl-ss-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-xl-ss-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 479px) {
  .form-xl-xs-max .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-xl-xs-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-xl-xs-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-xl-xs-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-xl-xs-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-xl-xs-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 639px) {
  .form-xl-sm-max .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-xl-sm-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-xl-sm-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-xl-sm-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-xl-sm-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-xl-sm-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .form-xl-md-max .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-xl-md-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-xl-md-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-xl-md-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-xl-md-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-xl-md-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .form-xl-lg-max .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-xl-lg-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-xl-lg-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-xl-lg-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-xl-lg-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-xl-lg-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1147px) {
  .form-xl-xl-max .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-xl-xl-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-xl-xl-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-xl-xl-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-xl-xl-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-xl-xl-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1337px) {
  .form-xl-xxl-max .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-xl-xxl-max .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-xl-xxl-max .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-xl-xxl-max .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-xl-xxl-max .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-xl-xxl-max .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-ss-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-ss-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-ss-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-ss-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-ss-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-ss-xl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-ss-xl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-ss-xl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-ss-xl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-ss-xl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-ss-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-ss-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-ss-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-ss-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-ss-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-xs-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-xs-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-xs-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-xs-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-xs-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-sm-ss .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-sm-ss .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-sm-ss .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-sm-ss .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-sm-ss .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-sm-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-sm-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-sm-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-sm-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-sm-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-sm-xl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-sm-xl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-sm-xl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-sm-xl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-sm-xl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-sm-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-sm-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-sm-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-sm-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-sm-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-md-ss .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-md-ss .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-md-ss .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-md-ss .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-md-ss .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-md-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-md-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-md-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-md-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-md-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-md-sm .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-md-sm .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-md-sm .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-md-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-md-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-md-xl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-md-xl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-md-xl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-md-xl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-md-xl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-md-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-md-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-md-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-md-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-md-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-lg-ss .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-lg-ss .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-lg-ss .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-lg-ss .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-lg-ss .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-lg-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-lg-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-lg-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-lg-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-lg-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-lg-sm .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-lg-sm .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-lg-sm .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-lg-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-lg-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-lg-md .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-lg-md .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-lg-md .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-lg-md .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-lg-md .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-lg-xl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-lg-xl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-lg-xl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-lg-xl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-lg-xl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-lg-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-lg-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-lg-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-lg-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-lg-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-xl-xs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-xl-xs .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-xl-xs .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-xl-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-xl-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .select2-container .select2-selection--single {
    padding: 1.285714285714286rem 0;
  }
  .form-xl-xxl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
    padding-right: 4.971285714285715rem;
  }
  .form-xl-xxl .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 2.071428571428571rem;
    padding-left: 4.971285714285715rem;
  }
  .form-xl-xxl .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2.071428571428571rem;
  }
  .form-xl-xxl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.486rem;
    line-height: 2.257rem;
  }
  .form-xl-xxl .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.971285714285715rem;
    width: 4.971285714285715rem;
  }
}
.addon {
  position: relative;
  display: block;
/*
			* Generate addon sizes for specific addon or whole form
			*/
/*
			* Generate addon sizes for specific addon or whole form
			*/
/*
			* Generate addon sizes for specific addon or whole form
			*/
/*
			* Generate addon sizes for specific addon or whole form
			*/
}
.addon .input {
  width: 100%;
}
.addon-inline {
  display: inline-block;
}
.addon-item {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  vertical-align: middle;
  z-index: 10;
}
.addon-item:first-child {
  left: 0;
  border-radius: 2px 0 0 2px;
  margin-right: 0px;
}
.addon-item:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  border-right-style: solid;
  border-right-width: 0px;
  border-right-color: #222;
}
.addon-item:last-child {
  right: 0;
  border-radius: 0 2px 2px 0;
  margin-left: 0px;
}
.addon-item:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  border-left-style: solid;
  border-left-width: 0px;
  border-left-color: #222;
}
.addon-item button {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.addon-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -1px;
}
.addon .addon-item {
  background: transparent;
  color: #666;
}
.addon .addon-item {
  width: 50px;
  line-height: 50px;
}
.addon .addon-item span {
  font-size: 1.286rem;
}
.addon .input:first-child {
  padding-right: 51.357142857142854px;
}
.addon .input:last-child {
  padding-left: 51.357142857142854px;
}
.addon .addon-item + .input:not(:last-child) {
  padding-left: 51.357142857142854px;
  padding-right: 51.357142857142854px;
}
.addon-xs .addon-item,
.form-xs .addon .addon-item {
  width: 26px;
  line-height: 26px;
}
.addon-xs .addon-item span,
.form-xs .addon .addon-item span {
  font-size: 0.886rem;
}
.addon-xs .input:first-child,
.form-xs .addon .input:first-child {
  padding-right: 26.642857142857142px;
}
.addon-xs .input:last-child,
.form-xs .addon .input:last-child {
  padding-left: 26.642857142857142px;
}
.addon-xs .addon-item + .input:not(:last-child),
.form-xs .addon .addon-item + .input:not(:last-child) {
  padding-left: 26.642857142857142px;
  padding-right: 26.642857142857142px;
}
@media screen and (min-width: 320px) {
  .form-xs-ss-min .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-xs-ss-min .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-xs-ss-min .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-xs-ss-min .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-xs-ss-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 480px) {
  .form-xs-xs-min .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-xs-xs-min .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-xs-xs-min .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-xs-xs-min .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-xs-xs-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 640px) {
  .form-xs-sm-min .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-xs-sm-min .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-xs-sm-min .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-xs-sm-min .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-xs-sm-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 768px) {
  .form-xs-md-min .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-xs-md-min .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-xs-md-min .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-xs-md-min .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-xs-md-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 980px) {
  .form-xs-lg-min .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-xs-lg-min .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-xs-lg-min .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-xs-lg-min .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-xs-lg-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 1148px) {
  .form-xs-xl-min .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-xs-xl-min .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-xs-xl-min .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-xs-xl-min .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-xs-xl-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 1338px) {
  .form-xs-xxl-min .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-xs-xxl-min .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-xs-xxl-min .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-xs-xxl-min .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-xs-xxl-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (max-width: 319px) {
  .form-xs-ss-max .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-xs-ss-max .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-xs-ss-max .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-xs-ss-max .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-xs-ss-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (max-width: 479px) {
  .form-xs-xs-max .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-xs-xs-max .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-xs-xs-max .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-xs-xs-max .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-xs-xs-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (max-width: 639px) {
  .form-xs-sm-max .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-xs-sm-max .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-xs-sm-max .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-xs-sm-max .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-xs-sm-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (max-width: 767px) {
  .form-xs-md-max .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-xs-md-max .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-xs-md-max .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-xs-md-max .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-xs-md-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (max-width: 979px) {
  .form-xs-lg-max .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-xs-lg-max .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-xs-lg-max .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-xs-lg-max .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-xs-lg-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (max-width: 1147px) {
  .form-xs-xl-max .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-xs-xl-max .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-xs-xl-max .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-xs-xl-max .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-xs-xl-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (max-width: 1337px) {
  .form-xs-xxl-max .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-xs-xxl-max .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-xs-xxl-max .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-xs-xxl-max .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-xs-xxl-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-ss-xs .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-ss-xs .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-ss-xs .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-ss-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-ss-xl .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-ss-xl .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-ss-xl .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-ss-xl .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-ss-xxl .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-ss-xxl .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-ss-xxl .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-ss-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-xs-xxl .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-xs-xxl .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-xs-xxl .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-xs-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-sm-ss .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-sm-ss .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-sm-ss .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-sm-ss .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-sm-xs .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-sm-xs .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-sm-xs .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-sm-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-sm-xl .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-sm-xl .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-sm-xl .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-sm-xl .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-sm-xxl .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-sm-xxl .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-sm-xxl .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-sm-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-md-ss .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-md-ss .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-md-ss .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-md-ss .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-md-xs .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-md-xs .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-md-xs .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-md-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-md-sm .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-md-sm .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-md-sm .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-md-sm .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-md-xl .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-md-xl .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-md-xl .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-md-xl .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-md-xxl .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-md-xxl .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-md-xxl .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-md-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-lg-ss .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-lg-ss .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-lg-ss .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-lg-ss .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-lg-xs .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-lg-xs .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-lg-xs .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-lg-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-lg-sm .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-lg-sm .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-lg-sm .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-lg-sm .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-lg-md .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-lg-md .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-lg-md .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-lg-md .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-lg-xl .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-lg-xl .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-lg-xl .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-lg-xl .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-lg-xxl .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-lg-xxl .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-lg-xxl .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-lg-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-xl-xs .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-xl-xs .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-xl-xs .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-xl-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
@media screen and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .addon .addon-item {
    width: 26px;
    line-height: 26px;
  }
  .form-xl-xxl .addon .addon-item span {
    font-size: 0.886rem;
  }
  .form-xl-xxl .addon .input:first-child {
    padding-right: 26.642857142857142px;
  }
  .form-xl-xxl .addon .input:last-child {
    padding-left: 26.642857142857142px;
  }
  .form-xl-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 26.642857142857142px;
    padding-right: 26.642857142857142px;
  }
}
.addon-sm .addon-item,
.form-sm .addon .addon-item {
  width: 32px;
  line-height: 32px;
}
.addon-sm .addon-item span,
.form-sm .addon .addon-item span {
  font-size: 1.086rem;
}
.addon-sm .input:first-child,
.form-sm .addon .input:first-child {
  padding-right: 33px;
}
.addon-sm .input:last-child,
.form-sm .addon .input:last-child {
  padding-left: 33px;
}
.addon-sm .addon-item + .input:not(:last-child),
.form-sm .addon .addon-item + .input:not(:last-child) {
  padding-left: 33px;
  padding-right: 33px;
}
@media screen and (min-width: 320px) {
  .form-sm-ss-min .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-sm-ss-min .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-sm-ss-min .addon .input:first-child {
    padding-right: 33px;
  }
  .form-sm-ss-min .addon .input:last-child {
    padding-left: 33px;
  }
  .form-sm-ss-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 480px) {
  .form-sm-xs-min .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-sm-xs-min .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-sm-xs-min .addon .input:first-child {
    padding-right: 33px;
  }
  .form-sm-xs-min .addon .input:last-child {
    padding-left: 33px;
  }
  .form-sm-xs-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 640px) {
  .form-sm-sm-min .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-sm-sm-min .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-sm-sm-min .addon .input:first-child {
    padding-right: 33px;
  }
  .form-sm-sm-min .addon .input:last-child {
    padding-left: 33px;
  }
  .form-sm-sm-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 768px) {
  .form-sm-md-min .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-sm-md-min .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-sm-md-min .addon .input:first-child {
    padding-right: 33px;
  }
  .form-sm-md-min .addon .input:last-child {
    padding-left: 33px;
  }
  .form-sm-md-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 980px) {
  .form-sm-lg-min .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-sm-lg-min .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-sm-lg-min .addon .input:first-child {
    padding-right: 33px;
  }
  .form-sm-lg-min .addon .input:last-child {
    padding-left: 33px;
  }
  .form-sm-lg-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 1148px) {
  .form-sm-xl-min .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-sm-xl-min .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-sm-xl-min .addon .input:first-child {
    padding-right: 33px;
  }
  .form-sm-xl-min .addon .input:last-child {
    padding-left: 33px;
  }
  .form-sm-xl-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 1338px) {
  .form-sm-xxl-min .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-sm-xxl-min .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-sm-xxl-min .addon .input:first-child {
    padding-right: 33px;
  }
  .form-sm-xxl-min .addon .input:last-child {
    padding-left: 33px;
  }
  .form-sm-xxl-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (max-width: 319px) {
  .form-sm-ss-max .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-sm-ss-max .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-sm-ss-max .addon .input:first-child {
    padding-right: 33px;
  }
  .form-sm-ss-max .addon .input:last-child {
    padding-left: 33px;
  }
  .form-sm-ss-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (max-width: 479px) {
  .form-sm-xs-max .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-sm-xs-max .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-sm-xs-max .addon .input:first-child {
    padding-right: 33px;
  }
  .form-sm-xs-max .addon .input:last-child {
    padding-left: 33px;
  }
  .form-sm-xs-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (max-width: 639px) {
  .form-sm-sm-max .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-sm-sm-max .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-sm-sm-max .addon .input:first-child {
    padding-right: 33px;
  }
  .form-sm-sm-max .addon .input:last-child {
    padding-left: 33px;
  }
  .form-sm-sm-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (max-width: 767px) {
  .form-sm-md-max .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-sm-md-max .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-sm-md-max .addon .input:first-child {
    padding-right: 33px;
  }
  .form-sm-md-max .addon .input:last-child {
    padding-left: 33px;
  }
  .form-sm-md-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (max-width: 979px) {
  .form-sm-lg-max .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-sm-lg-max .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-sm-lg-max .addon .input:first-child {
    padding-right: 33px;
  }
  .form-sm-lg-max .addon .input:last-child {
    padding-left: 33px;
  }
  .form-sm-lg-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (max-width: 1147px) {
  .form-sm-xl-max .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-sm-xl-max .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-sm-xl-max .addon .input:first-child {
    padding-right: 33px;
  }
  .form-sm-xl-max .addon .input:last-child {
    padding-left: 33px;
  }
  .form-sm-xl-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (max-width: 1337px) {
  .form-sm-xxl-max .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-sm-xxl-max .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-sm-xxl-max .addon .input:first-child {
    padding-right: 33px;
  }
  .form-sm-xxl-max .addon .input:last-child {
    padding-left: 33px;
  }
  .form-sm-xxl-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-ss-xs .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-ss-xs .addon .input:first-child {
    padding-right: 33px;
  }
  .form-ss-xs .addon .input:last-child {
    padding-left: 33px;
  }
  .form-ss-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-ss-xl .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-ss-xl .addon .input:first-child {
    padding-right: 33px;
  }
  .form-ss-xl .addon .input:last-child {
    padding-left: 33px;
  }
  .form-ss-xl .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-ss-xxl .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-ss-xxl .addon .input:first-child {
    padding-right: 33px;
  }
  .form-ss-xxl .addon .input:last-child {
    padding-left: 33px;
  }
  .form-ss-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-xs-xxl .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-xs-xxl .addon .input:first-child {
    padding-right: 33px;
  }
  .form-xs-xxl .addon .input:last-child {
    padding-left: 33px;
  }
  .form-xs-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-sm-ss .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-sm-ss .addon .input:first-child {
    padding-right: 33px;
  }
  .form-sm-ss .addon .input:last-child {
    padding-left: 33px;
  }
  .form-sm-ss .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-sm-xs .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-sm-xs .addon .input:first-child {
    padding-right: 33px;
  }
  .form-sm-xs .addon .input:last-child {
    padding-left: 33px;
  }
  .form-sm-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-sm-xl .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-sm-xl .addon .input:first-child {
    padding-right: 33px;
  }
  .form-sm-xl .addon .input:last-child {
    padding-left: 33px;
  }
  .form-sm-xl .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-sm-xxl .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-sm-xxl .addon .input:first-child {
    padding-right: 33px;
  }
  .form-sm-xxl .addon .input:last-child {
    padding-left: 33px;
  }
  .form-sm-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-md-ss .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-md-ss .addon .input:first-child {
    padding-right: 33px;
  }
  .form-md-ss .addon .input:last-child {
    padding-left: 33px;
  }
  .form-md-ss .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-md-xs .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-md-xs .addon .input:first-child {
    padding-right: 33px;
  }
  .form-md-xs .addon .input:last-child {
    padding-left: 33px;
  }
  .form-md-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-md-sm .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-md-sm .addon .input:first-child {
    padding-right: 33px;
  }
  .form-md-sm .addon .input:last-child {
    padding-left: 33px;
  }
  .form-md-sm .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-md-xl .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-md-xl .addon .input:first-child {
    padding-right: 33px;
  }
  .form-md-xl .addon .input:last-child {
    padding-left: 33px;
  }
  .form-md-xl .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-md-xxl .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-md-xxl .addon .input:first-child {
    padding-right: 33px;
  }
  .form-md-xxl .addon .input:last-child {
    padding-left: 33px;
  }
  .form-md-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-lg-ss .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-lg-ss .addon .input:first-child {
    padding-right: 33px;
  }
  .form-lg-ss .addon .input:last-child {
    padding-left: 33px;
  }
  .form-lg-ss .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-lg-xs .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-lg-xs .addon .input:first-child {
    padding-right: 33px;
  }
  .form-lg-xs .addon .input:last-child {
    padding-left: 33px;
  }
  .form-lg-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-lg-sm .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-lg-sm .addon .input:first-child {
    padding-right: 33px;
  }
  .form-lg-sm .addon .input:last-child {
    padding-left: 33px;
  }
  .form-lg-sm .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-lg-md .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-lg-md .addon .input:first-child {
    padding-right: 33px;
  }
  .form-lg-md .addon .input:last-child {
    padding-left: 33px;
  }
  .form-lg-md .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-lg-xl .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-lg-xl .addon .input:first-child {
    padding-right: 33px;
  }
  .form-lg-xl .addon .input:last-child {
    padding-left: 33px;
  }
  .form-lg-xl .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-lg-xxl .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-lg-xxl .addon .input:first-child {
    padding-right: 33px;
  }
  .form-lg-xxl .addon .input:last-child {
    padding-left: 33px;
  }
  .form-lg-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-xl-xs .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-xl-xs .addon .input:first-child {
    padding-right: 33px;
  }
  .form-xl-xs .addon .input:last-child {
    padding-left: 33px;
  }
  .form-xl-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .addon .addon-item {
    width: 32px;
    line-height: 32px;
  }
  .form-xl-xxl .addon .addon-item span {
    font-size: 1.086rem;
  }
  .form-xl-xxl .addon .input:first-child {
    padding-right: 33px;
  }
  .form-xl-xxl .addon .input:last-child {
    padding-left: 33px;
  }
  .form-xl-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 33px;
    padding-right: 33px;
  }
}
.addon-lg .addon-item,
.form-lg .addon .addon-item {
  width: 60px;
  line-height: 60px;
}
.addon-lg .addon-item span,
.form-lg .addon .addon-item span {
  font-size: 16px;
}
.addon-lg .input:first-child,
.form-lg .addon .input:first-child {
  padding-right: 61.714285714285715px;
}
.addon-lg .input:last-child,
.form-lg .addon .input:last-child {
  padding-left: 61.714285714285715px;
}
.addon-lg .addon-item + .input:not(:last-child),
.form-lg .addon .addon-item + .input:not(:last-child) {
  padding-left: 61.714285714285715px;
  padding-right: 61.714285714285715px;
}
@media screen and (min-width: 320px) {
  .form-lg-ss-min .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-ss-min .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-ss-min .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-ss-min .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-ss-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 480px) {
  .form-lg-xs-min .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-xs-min .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-xs-min .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-xs-min .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-xs-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 640px) {
  .form-lg-sm-min .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-sm-min .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-sm-min .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-sm-min .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-sm-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 768px) {
  .form-lg-md-min .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-md-min .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-md-min .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-md-min .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-md-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 980px) {
  .form-lg-lg-min .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-lg-min .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-lg-min .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-lg-min .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-lg-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 1148px) {
  .form-lg-xl-min .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-xl-min .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-xl-min .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-xl-min .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-xl-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 1338px) {
  .form-lg-xxl-min .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-xxl-min .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-xxl-min .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-xxl-min .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-xxl-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (max-width: 319px) {
  .form-lg-ss-max .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-ss-max .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-ss-max .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-ss-max .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-ss-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (max-width: 479px) {
  .form-lg-xs-max .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-xs-max .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-xs-max .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-xs-max .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-xs-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (max-width: 639px) {
  .form-lg-sm-max .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-sm-max .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-sm-max .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-sm-max .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-sm-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (max-width: 767px) {
  .form-lg-md-max .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-md-max .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-md-max .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-md-max .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-md-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (max-width: 979px) {
  .form-lg-lg-max .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-lg-max .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-lg-max .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-lg-max .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-lg-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (max-width: 1147px) {
  .form-lg-xl-max .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-xl-max .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-xl-max .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-xl-max .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-xl-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (max-width: 1337px) {
  .form-lg-xxl-max .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-xxl-max .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-xxl-max .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-xxl-max .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-xxl-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-ss-xs .addon .addon-item span {
    font-size: 16px;
  }
  .form-ss-xs .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-ss-xs .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-ss-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-ss-xl .addon .addon-item span {
    font-size: 16px;
  }
  .form-ss-xl .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-ss-xl .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-ss-xl .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-ss-xxl .addon .addon-item span {
    font-size: 16px;
  }
  .form-ss-xxl .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-ss-xxl .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-ss-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xs-xxl .addon .addon-item span {
    font-size: 16px;
  }
  .form-xs-xxl .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-xs-xxl .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-xs-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-sm-ss .addon .addon-item span {
    font-size: 16px;
  }
  .form-sm-ss .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-sm-ss .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-sm-ss .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-sm-xs .addon .addon-item span {
    font-size: 16px;
  }
  .form-sm-xs .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-sm-xs .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-sm-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-sm-xl .addon .addon-item span {
    font-size: 16px;
  }
  .form-sm-xl .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-sm-xl .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-sm-xl .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-sm-xxl .addon .addon-item span {
    font-size: 16px;
  }
  .form-sm-xxl .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-sm-xxl .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-sm-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-md-ss .addon .addon-item span {
    font-size: 16px;
  }
  .form-md-ss .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-md-ss .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-md-ss .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-md-xs .addon .addon-item span {
    font-size: 16px;
  }
  .form-md-xs .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-md-xs .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-md-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-md-sm .addon .addon-item span {
    font-size: 16px;
  }
  .form-md-sm .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-md-sm .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-md-sm .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-md-xl .addon .addon-item span {
    font-size: 16px;
  }
  .form-md-xl .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-md-xl .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-md-xl .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-md-xxl .addon .addon-item span {
    font-size: 16px;
  }
  .form-md-xxl .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-md-xxl .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-md-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-ss .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-ss .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-ss .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-ss .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-xs .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-xs .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-xs .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-sm .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-sm .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-sm .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-sm .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-md .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-md .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-md .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-md .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-xl .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-xl .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-xl .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-xl .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-xxl .addon .addon-item span {
    font-size: 16px;
  }
  .form-lg-xxl .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-lg-xxl .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-lg-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xl-xs .addon .addon-item span {
    font-size: 16px;
  }
  .form-xl-xs .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-xl-xs .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-xl-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
@media screen and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xl-xxl .addon .addon-item span {
    font-size: 16px;
  }
  .form-xl-xxl .addon .input:first-child {
    padding-right: 61.714285714285715px;
  }
  .form-xl-xxl .addon .input:last-child {
    padding-left: 61.714285714285715px;
  }
  .form-xl-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 61.714285714285715px;
    padding-right: 61.714285714285715px;
  }
}
.addon-xl .addon-item,
.form-xl .addon .addon-item {
  width: 60px;
  line-height: 60px;
}
.addon-xl .addon-item span,
.form-xl .addon .addon-item span {
  font-size: 1.686rem;
}
.addon-xl .input:first-child,
.form-xl .addon .input:first-child {
  padding-right: 62.07142857142857px;
}
.addon-xl .input:last-child,
.form-xl .addon .input:last-child {
  padding-left: 62.07142857142857px;
}
.addon-xl .addon-item + .input:not(:last-child),
.form-xl .addon .addon-item + .input:not(:last-child) {
  padding-left: 62.07142857142857px;
  padding-right: 62.07142857142857px;
}
@media screen and (min-width: 320px) {
  .form-xl-ss-min .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xl-ss-min .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-xl-ss-min .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-xl-ss-min .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-xl-ss-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 480px) {
  .form-xl-xs-min .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xl-xs-min .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-xl-xs-min .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-xl-xs-min .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-xl-xs-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 640px) {
  .form-xl-sm-min .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xl-sm-min .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-xl-sm-min .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-xl-sm-min .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-xl-sm-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 768px) {
  .form-xl-md-min .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xl-md-min .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-xl-md-min .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-xl-md-min .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-xl-md-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 980px) {
  .form-xl-lg-min .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xl-lg-min .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-xl-lg-min .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-xl-lg-min .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-xl-lg-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 1148px) {
  .form-xl-xl-min .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xl-xl-min .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-xl-xl-min .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-xl-xl-min .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-xl-xl-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 1338px) {
  .form-xl-xxl-min .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xl-xxl-min .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-xl-xxl-min .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-xl-xxl-min .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-xl-xxl-min .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (max-width: 319px) {
  .form-xl-ss-max .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xl-ss-max .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-xl-ss-max .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-xl-ss-max .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-xl-ss-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (max-width: 479px) {
  .form-xl-xs-max .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xl-xs-max .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-xl-xs-max .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-xl-xs-max .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-xl-xs-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (max-width: 639px) {
  .form-xl-sm-max .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xl-sm-max .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-xl-sm-max .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-xl-sm-max .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-xl-sm-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (max-width: 767px) {
  .form-xl-md-max .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xl-md-max .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-xl-md-max .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-xl-md-max .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-xl-md-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (max-width: 979px) {
  .form-xl-lg-max .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xl-lg-max .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-xl-lg-max .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-xl-lg-max .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-xl-lg-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (max-width: 1147px) {
  .form-xl-xl-max .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xl-xl-max .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-xl-xl-max .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-xl-xl-max .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-xl-xl-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (max-width: 1337px) {
  .form-xl-xxl-max .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xl-xxl-max .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-xl-xxl-max .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-xl-xxl-max .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-xl-xxl-max .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 319px) and (max-width: 479px) {
  .form-ss-xs .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-ss-xs .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-ss-xs .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-ss-xs .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-ss-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 319px) and (max-width: 1147px) {
  .form-ss-xl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-ss-xl .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-ss-xl .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-ss-xl .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-ss-xl .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 319px) and (max-width: 1337px) {
  .form-ss-xxl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-ss-xxl .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-ss-xxl .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-ss-xxl .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-ss-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 479px) and (max-width: 1337px) {
  .form-xs-xxl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xs-xxl .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-xs-xxl .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-xs-xxl .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-xs-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 639px) and (max-width: 319px) {
  .form-sm-ss .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-sm-ss .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-sm-ss .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-sm-ss .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-sm-ss .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 639px) and (max-width: 479px) {
  .form-sm-xs .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-sm-xs .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-sm-xs .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-sm-xs .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-sm-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 639px) and (max-width: 1147px) {
  .form-sm-xl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-sm-xl .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-sm-xl .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-sm-xl .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-sm-xl .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 639px) and (max-width: 1337px) {
  .form-sm-xxl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-sm-xxl .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-sm-xxl .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-sm-xxl .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-sm-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 767px) and (max-width: 319px) {
  .form-md-ss .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-md-ss .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-md-ss .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-md-ss .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-md-ss .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 767px) and (max-width: 479px) {
  .form-md-xs .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-md-xs .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-md-xs .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-md-xs .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-md-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 767px) and (max-width: 639px) {
  .form-md-sm .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-md-sm .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-md-sm .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-md-sm .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-md-sm .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1147px) {
  .form-md-xl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-md-xl .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-md-xl .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-md-xl .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-md-xl .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1337px) {
  .form-md-xxl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-md-xxl .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-md-xxl .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-md-xxl .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-md-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 979px) and (max-width: 319px) {
  .form-lg-ss .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-ss .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-lg-ss .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-lg-ss .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-lg-ss .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 979px) and (max-width: 479px) {
  .form-lg-xs .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-xs .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-lg-xs .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-lg-xs .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-lg-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 979px) and (max-width: 639px) {
  .form-lg-sm .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-sm .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-lg-sm .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-lg-sm .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-lg-sm .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 979px) and (max-width: 767px) {
  .form-lg-md .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-md .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-lg-md .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-lg-md .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-lg-md .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 979px) and (max-width: 1147px) {
  .form-lg-xl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-xl .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-lg-xl .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-lg-xl .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-lg-xl .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 979px) and (max-width: 1337px) {
  .form-lg-xxl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-lg-xxl .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-lg-xxl .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-lg-xxl .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-lg-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 1147px) and (max-width: 479px) {
  .form-xl-xs .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xl-xs .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-xl-xs .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-xl-xs .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-xl-xs .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
@media screen and (min-width: 1147px) and (max-width: 1337px) {
  .form-xl-xxl .addon .addon-item {
    width: 60px;
    line-height: 60px;
  }
  .form-xl-xxl .addon .addon-item span {
    font-size: 1.686rem;
  }
  .form-xl-xxl .addon .input:first-child {
    padding-right: 62.07142857142857px;
  }
  .form-xl-xxl .addon .input:last-child {
    padding-left: 62.07142857142857px;
  }
  .form-xl-xxl .addon .addon-item + .input:not(:last-child) {
    padding-left: 62.07142857142857px;
    padding-right: 62.07142857142857px;
  }
}
.alert {
  padding: 2.142857142857143rem;
  position: relative;
  border-width: 0.071428571428571rem;
  border-style: solid;
  border-radius: 0;
  font-size: 1.686rem;
  line-height: 2.657rem;
  text-align: center;
  font-weight: 700;
}
.alert a:hover {
  color: #fff;
}
.alert [class*="icon-"] {
  margin-right: 0.714285714285714rem;
}
.alert-base {
  color: $alert-base-color;
  border-color: $alert-base-border;
  background-color: $alert-base-background;
}
.alert-base [class*="icon-"] {
  color: $alert-base-icon;
}
.alert-base a {
  color: $alert-base-link;
}
.alert-success {
  color: #fff;
  border-color: #00be04;
  background-color: #00be04;
}
.alert-success [class*="icon-"] {
  color: #009803;
}
.alert-success a {
  color: #9fffa1;
}
.alert-error {
  color: #fff;
  border-color: #ed4144;
  background-color: #ed4144;
}
.alert-error [class*="icon-"] {
  color: #dd1518;
}
.alert-error a {
  color: #fac6c7;
}
.alert-warning {
  color: #fff;
  border-color: #f30000;
  background-color: #f30000;
}
.alert-warning [class*="icon-"] {
  color: #c77e0a;
}
.alert-warning a {
  color: #fbe1b8;
}
.alert-info {
  color: #fff;
  border-color: #3c8eb4;
  background-color: #3c8eb4;
}
.alert-info [class*="icon-"] {
  color: #307290;
}
.alert-info a {
  color: #c2deeb;
}
.append-main + .append-side {
  margin-top: 10px;
}
.append-side + .append-main {
  margin-top: 10px;
}
.append .input {
  width: 100%;
}
.append img {
  max-width: none;
}
.append-fixed {
  display: table;
  border-collapse: separate;
  width: 100%;
}
.append-fixed .append-main {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.append-fixed .append-main-top {
  vertical-align: top;
}
.append-fixed .append-main-bottom {
  vertical-align: bottom;
}
.append-fixed .append-main + .append-side {
  padding-left: 10px;
  margin-top: 0;
}
.append-fixed .append-side {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}
.append-fixed .append-side-top {
  vertical-align: top;
}
.append-fixed .append-side-bottom {
  vertical-align: bottom;
}
.append-fixed .append-side + .append-main {
  padding-left: 10px;
  margin-top: 0;
}
.append-fixed.append-glued > .append-main:first-child > .input,
.append-fixed.append-glued > .append-main:first-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.append-fixed.append-glued > .append-main + .append-side {
  padding-left: 0;
}
.append-fixed.append-glued > .append-main + .append-side > .input,
.append-fixed.append-glued > .append-main + .append-side > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.append-fixed.append-glued > .append-side + .append-main {
  padding-left: 0;
}
@media screen and (min-width: 320px) {
  .append-ss-min {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-ss-min .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-ss-min .append-main-top {
    vertical-align: top;
  }
  .append-ss-min .append-main-bottom {
    vertical-align: bottom;
  }
  .append-ss-min .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-ss-min .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-ss-min .append-side-top {
    vertical-align: top;
  }
  .append-ss-min .append-side-bottom {
    vertical-align: bottom;
  }
  .append-ss-min .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-ss-min.append-glued > .append-main:first-child > .input,
  .append-ss-min.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-ss-min.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-ss-min.append-glued > .append-main + .append-side > .input,
  .append-ss-min.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-ss-min.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 480px) {
  .append-xs-min {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-xs-min .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-xs-min .append-main-top {
    vertical-align: top;
  }
  .append-xs-min .append-main-bottom {
    vertical-align: bottom;
  }
  .append-xs-min .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-xs-min .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-xs-min .append-side-top {
    vertical-align: top;
  }
  .append-xs-min .append-side-bottom {
    vertical-align: bottom;
  }
  .append-xs-min .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-xs-min.append-glued > .append-main:first-child > .input,
  .append-xs-min.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-xs-min.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-xs-min.append-glued > .append-main + .append-side > .input,
  .append-xs-min.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-xs-min.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 640px) {
  .append-sm-min {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-sm-min .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-sm-min .append-main-top {
    vertical-align: top;
  }
  .append-sm-min .append-main-bottom {
    vertical-align: bottom;
  }
  .append-sm-min .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-sm-min .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-sm-min .append-side-top {
    vertical-align: top;
  }
  .append-sm-min .append-side-bottom {
    vertical-align: bottom;
  }
  .append-sm-min .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-sm-min.append-glued > .append-main:first-child > .input,
  .append-sm-min.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-sm-min.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-sm-min.append-glued > .append-main + .append-side > .input,
  .append-sm-min.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-sm-min.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .append-md-min {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-md-min .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-md-min .append-main-top {
    vertical-align: top;
  }
  .append-md-min .append-main-bottom {
    vertical-align: bottom;
  }
  .append-md-min .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-md-min .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-md-min .append-side-top {
    vertical-align: top;
  }
  .append-md-min .append-side-bottom {
    vertical-align: bottom;
  }
  .append-md-min .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-md-min.append-glued > .append-main:first-child > .input,
  .append-md-min.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-md-min.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-md-min.append-glued > .append-main + .append-side > .input,
  .append-md-min.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-md-min.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 980px) {
  .append-lg-min {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-lg-min .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-lg-min .append-main-top {
    vertical-align: top;
  }
  .append-lg-min .append-main-bottom {
    vertical-align: bottom;
  }
  .append-lg-min .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-lg-min .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-lg-min .append-side-top {
    vertical-align: top;
  }
  .append-lg-min .append-side-bottom {
    vertical-align: bottom;
  }
  .append-lg-min .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-lg-min.append-glued > .append-main:first-child > .input,
  .append-lg-min.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-lg-min.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-lg-min.append-glued > .append-main + .append-side > .input,
  .append-lg-min.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-lg-min.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 1148px) {
  .append-xl-min {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-xl-min .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-xl-min .append-main-top {
    vertical-align: top;
  }
  .append-xl-min .append-main-bottom {
    vertical-align: bottom;
  }
  .append-xl-min .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-xl-min .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-xl-min .append-side-top {
    vertical-align: top;
  }
  .append-xl-min .append-side-bottom {
    vertical-align: bottom;
  }
  .append-xl-min .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-xl-min.append-glued > .append-main:first-child > .input,
  .append-xl-min.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-xl-min.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-xl-min.append-glued > .append-main + .append-side > .input,
  .append-xl-min.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-xl-min.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 1338px) {
  .append-xxl-min {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-xxl-min .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-xxl-min .append-main-top {
    vertical-align: top;
  }
  .append-xxl-min .append-main-bottom {
    vertical-align: bottom;
  }
  .append-xxl-min .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-xxl-min .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-xxl-min .append-side-top {
    vertical-align: top;
  }
  .append-xxl-min .append-side-bottom {
    vertical-align: bottom;
  }
  .append-xxl-min .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-xxl-min.append-glued > .append-main:first-child > .input,
  .append-xxl-min.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-xxl-min.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-xxl-min.append-glued > .append-main + .append-side > .input,
  .append-xxl-min.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-xxl-min.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (max-width: 319px) {
  .append-ss-max {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-ss-max .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-ss-max .append-main-top {
    vertical-align: top;
  }
  .append-ss-max .append-main-bottom {
    vertical-align: bottom;
  }
  .append-ss-max .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-ss-max .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-ss-max .append-side-top {
    vertical-align: top;
  }
  .append-ss-max .append-side-bottom {
    vertical-align: bottom;
  }
  .append-ss-max .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-ss-max.append-glued > .append-main:first-child > .input,
  .append-ss-max.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-ss-max.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-ss-max.append-glued > .append-main + .append-side > .input,
  .append-ss-max.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-ss-max.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .append-xs-max {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-xs-max .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-xs-max .append-main-top {
    vertical-align: top;
  }
  .append-xs-max .append-main-bottom {
    vertical-align: bottom;
  }
  .append-xs-max .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-xs-max .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-xs-max .append-side-top {
    vertical-align: top;
  }
  .append-xs-max .append-side-bottom {
    vertical-align: bottom;
  }
  .append-xs-max .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-xs-max.append-glued > .append-main:first-child > .input,
  .append-xs-max.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-xs-max.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-xs-max.append-glued > .append-main + .append-side > .input,
  .append-xs-max.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-xs-max.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (max-width: 639px) {
  .append-sm-max {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-sm-max .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-sm-max .append-main-top {
    vertical-align: top;
  }
  .append-sm-max .append-main-bottom {
    vertical-align: bottom;
  }
  .append-sm-max .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-sm-max .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-sm-max .append-side-top {
    vertical-align: top;
  }
  .append-sm-max .append-side-bottom {
    vertical-align: bottom;
  }
  .append-sm-max .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-sm-max.append-glued > .append-main:first-child > .input,
  .append-sm-max.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-sm-max.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-sm-max.append-glued > .append-main + .append-side > .input,
  .append-sm-max.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-sm-max.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .append-md-max {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-md-max .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-md-max .append-main-top {
    vertical-align: top;
  }
  .append-md-max .append-main-bottom {
    vertical-align: bottom;
  }
  .append-md-max .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-md-max .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-md-max .append-side-top {
    vertical-align: top;
  }
  .append-md-max .append-side-bottom {
    vertical-align: bottom;
  }
  .append-md-max .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-md-max.append-glued > .append-main:first-child > .input,
  .append-md-max.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-md-max.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-md-max.append-glued > .append-main + .append-side > .input,
  .append-md-max.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-md-max.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (max-width: 979px) {
  .append-lg-max {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-lg-max .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-lg-max .append-main-top {
    vertical-align: top;
  }
  .append-lg-max .append-main-bottom {
    vertical-align: bottom;
  }
  .append-lg-max .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-lg-max .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-lg-max .append-side-top {
    vertical-align: top;
  }
  .append-lg-max .append-side-bottom {
    vertical-align: bottom;
  }
  .append-lg-max .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-lg-max.append-glued > .append-main:first-child > .input,
  .append-lg-max.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-lg-max.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-lg-max.append-glued > .append-main + .append-side > .input,
  .append-lg-max.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-lg-max.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (max-width: 1147px) {
  .append-xl-max {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-xl-max .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-xl-max .append-main-top {
    vertical-align: top;
  }
  .append-xl-max .append-main-bottom {
    vertical-align: bottom;
  }
  .append-xl-max .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-xl-max .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-xl-max .append-side-top {
    vertical-align: top;
  }
  .append-xl-max .append-side-bottom {
    vertical-align: bottom;
  }
  .append-xl-max .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-xl-max.append-glued > .append-main:first-child > .input,
  .append-xl-max.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-xl-max.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-xl-max.append-glued > .append-main + .append-side > .input,
  .append-xl-max.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-xl-max.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (max-width: 1337px) {
  .append-xxl-max {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-xxl-max .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-xxl-max .append-main-top {
    vertical-align: top;
  }
  .append-xxl-max .append-main-bottom {
    vertical-align: bottom;
  }
  .append-xxl-max .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-xxl-max .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-xxl-max .append-side-top {
    vertical-align: top;
  }
  .append-xxl-max .append-side-bottom {
    vertical-align: bottom;
  }
  .append-xxl-max .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-xxl-max.append-glued > .append-main:first-child > .input,
  .append-xxl-max.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-xxl-max.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-xxl-max.append-glued > .append-main + .append-side > .input,
  .append-xxl-max.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-xxl-max.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 319px) and (max-width: 479px) {
  .append-ss-xs {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-ss-xs .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-ss-xs .append-main-top {
    vertical-align: top;
  }
  .append-ss-xs .append-main-bottom {
    vertical-align: bottom;
  }
  .append-ss-xs .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-ss-xs .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-ss-xs .append-side-top {
    vertical-align: top;
  }
  .append-ss-xs .append-side-bottom {
    vertical-align: bottom;
  }
  .append-ss-xs .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-ss-xs.append-glued > .append-main:first-child > .input,
  .append-ss-xs.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-ss-xs.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-ss-xs.append-glued > .append-main + .append-side > .input,
  .append-ss-xs.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-ss-xs.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 319px) and (max-width: 1147px) {
  .append-ss-xl {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-ss-xl .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-ss-xl .append-main-top {
    vertical-align: top;
  }
  .append-ss-xl .append-main-bottom {
    vertical-align: bottom;
  }
  .append-ss-xl .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-ss-xl .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-ss-xl .append-side-top {
    vertical-align: top;
  }
  .append-ss-xl .append-side-bottom {
    vertical-align: bottom;
  }
  .append-ss-xl .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-ss-xl.append-glued > .append-main:first-child > .input,
  .append-ss-xl.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-ss-xl.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-ss-xl.append-glued > .append-main + .append-side > .input,
  .append-ss-xl.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-ss-xl.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 319px) and (max-width: 1337px) {
  .append-ss-xxl {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-ss-xxl .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-ss-xxl .append-main-top {
    vertical-align: top;
  }
  .append-ss-xxl .append-main-bottom {
    vertical-align: bottom;
  }
  .append-ss-xxl .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-ss-xxl .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-ss-xxl .append-side-top {
    vertical-align: top;
  }
  .append-ss-xxl .append-side-bottom {
    vertical-align: bottom;
  }
  .append-ss-xxl .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-ss-xxl.append-glued > .append-main:first-child > .input,
  .append-ss-xxl.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-ss-xxl.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-ss-xxl.append-glued > .append-main + .append-side > .input,
  .append-ss-xxl.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-ss-xxl.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 479px) and (max-width: 1337px) {
  .append-xs-xxl {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-xs-xxl .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-xs-xxl .append-main-top {
    vertical-align: top;
  }
  .append-xs-xxl .append-main-bottom {
    vertical-align: bottom;
  }
  .append-xs-xxl .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-xs-xxl .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-xs-xxl .append-side-top {
    vertical-align: top;
  }
  .append-xs-xxl .append-side-bottom {
    vertical-align: bottom;
  }
  .append-xs-xxl .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-xs-xxl.append-glued > .append-main:first-child > .input,
  .append-xs-xxl.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-xs-xxl.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-xs-xxl.append-glued > .append-main + .append-side > .input,
  .append-xs-xxl.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-xs-xxl.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 639px) and (max-width: 319px) {
  .append-sm-ss {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-sm-ss .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-sm-ss .append-main-top {
    vertical-align: top;
  }
  .append-sm-ss .append-main-bottom {
    vertical-align: bottom;
  }
  .append-sm-ss .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-sm-ss .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-sm-ss .append-side-top {
    vertical-align: top;
  }
  .append-sm-ss .append-side-bottom {
    vertical-align: bottom;
  }
  .append-sm-ss .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-sm-ss.append-glued > .append-main:first-child > .input,
  .append-sm-ss.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-sm-ss.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-sm-ss.append-glued > .append-main + .append-side > .input,
  .append-sm-ss.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-sm-ss.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 639px) and (max-width: 479px) {
  .append-sm-xs {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-sm-xs .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-sm-xs .append-main-top {
    vertical-align: top;
  }
  .append-sm-xs .append-main-bottom {
    vertical-align: bottom;
  }
  .append-sm-xs .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-sm-xs .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-sm-xs .append-side-top {
    vertical-align: top;
  }
  .append-sm-xs .append-side-bottom {
    vertical-align: bottom;
  }
  .append-sm-xs .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-sm-xs.append-glued > .append-main:first-child > .input,
  .append-sm-xs.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-sm-xs.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-sm-xs.append-glued > .append-main + .append-side > .input,
  .append-sm-xs.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-sm-xs.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 639px) and (max-width: 1147px) {
  .append-sm-xl {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-sm-xl .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-sm-xl .append-main-top {
    vertical-align: top;
  }
  .append-sm-xl .append-main-bottom {
    vertical-align: bottom;
  }
  .append-sm-xl .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-sm-xl .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-sm-xl .append-side-top {
    vertical-align: top;
  }
  .append-sm-xl .append-side-bottom {
    vertical-align: bottom;
  }
  .append-sm-xl .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-sm-xl.append-glued > .append-main:first-child > .input,
  .append-sm-xl.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-sm-xl.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-sm-xl.append-glued > .append-main + .append-side > .input,
  .append-sm-xl.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-sm-xl.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 639px) and (max-width: 1337px) {
  .append-sm-xxl {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-sm-xxl .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-sm-xxl .append-main-top {
    vertical-align: top;
  }
  .append-sm-xxl .append-main-bottom {
    vertical-align: bottom;
  }
  .append-sm-xxl .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-sm-xxl .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-sm-xxl .append-side-top {
    vertical-align: top;
  }
  .append-sm-xxl .append-side-bottom {
    vertical-align: bottom;
  }
  .append-sm-xxl .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-sm-xxl.append-glued > .append-main:first-child > .input,
  .append-sm-xxl.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-sm-xxl.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-sm-xxl.append-glued > .append-main + .append-side > .input,
  .append-sm-xxl.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-sm-xxl.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 319px) {
  .append-md-ss {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-md-ss .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-md-ss .append-main-top {
    vertical-align: top;
  }
  .append-md-ss .append-main-bottom {
    vertical-align: bottom;
  }
  .append-md-ss .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-md-ss .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-md-ss .append-side-top {
    vertical-align: top;
  }
  .append-md-ss .append-side-bottom {
    vertical-align: bottom;
  }
  .append-md-ss .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-md-ss.append-glued > .append-main:first-child > .input,
  .append-md-ss.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-md-ss.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-md-ss.append-glued > .append-main + .append-side > .input,
  .append-md-ss.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-md-ss.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 479px) {
  .append-md-xs {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-md-xs .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-md-xs .append-main-top {
    vertical-align: top;
  }
  .append-md-xs .append-main-bottom {
    vertical-align: bottom;
  }
  .append-md-xs .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-md-xs .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-md-xs .append-side-top {
    vertical-align: top;
  }
  .append-md-xs .append-side-bottom {
    vertical-align: bottom;
  }
  .append-md-xs .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-md-xs.append-glued > .append-main:first-child > .input,
  .append-md-xs.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-md-xs.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-md-xs.append-glued > .append-main + .append-side > .input,
  .append-md-xs.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-md-xs.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 639px) {
  .append-md-sm {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-md-sm .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-md-sm .append-main-top {
    vertical-align: top;
  }
  .append-md-sm .append-main-bottom {
    vertical-align: bottom;
  }
  .append-md-sm .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-md-sm .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-md-sm .append-side-top {
    vertical-align: top;
  }
  .append-md-sm .append-side-bottom {
    vertical-align: bottom;
  }
  .append-md-sm .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-md-sm.append-glued > .append-main:first-child > .input,
  .append-md-sm.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-md-sm.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-md-sm.append-glued > .append-main + .append-side > .input,
  .append-md-sm.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-md-sm.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1147px) {
  .append-md-xl {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-md-xl .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-md-xl .append-main-top {
    vertical-align: top;
  }
  .append-md-xl .append-main-bottom {
    vertical-align: bottom;
  }
  .append-md-xl .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-md-xl .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-md-xl .append-side-top {
    vertical-align: top;
  }
  .append-md-xl .append-side-bottom {
    vertical-align: bottom;
  }
  .append-md-xl .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-md-xl.append-glued > .append-main:first-child > .input,
  .append-md-xl.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-md-xl.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-md-xl.append-glued > .append-main + .append-side > .input,
  .append-md-xl.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-md-xl.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1337px) {
  .append-md-xxl {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-md-xxl .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-md-xxl .append-main-top {
    vertical-align: top;
  }
  .append-md-xxl .append-main-bottom {
    vertical-align: bottom;
  }
  .append-md-xxl .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-md-xxl .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-md-xxl .append-side-top {
    vertical-align: top;
  }
  .append-md-xxl .append-side-bottom {
    vertical-align: bottom;
  }
  .append-md-xxl .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-md-xxl.append-glued > .append-main:first-child > .input,
  .append-md-xxl.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-md-xxl.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-md-xxl.append-glued > .append-main + .append-side > .input,
  .append-md-xxl.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-md-xxl.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 979px) and (max-width: 319px) {
  .append-lg-ss {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-lg-ss .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-lg-ss .append-main-top {
    vertical-align: top;
  }
  .append-lg-ss .append-main-bottom {
    vertical-align: bottom;
  }
  .append-lg-ss .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-lg-ss .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-lg-ss .append-side-top {
    vertical-align: top;
  }
  .append-lg-ss .append-side-bottom {
    vertical-align: bottom;
  }
  .append-lg-ss .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-lg-ss.append-glued > .append-main:first-child > .input,
  .append-lg-ss.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-lg-ss.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-lg-ss.append-glued > .append-main + .append-side > .input,
  .append-lg-ss.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-lg-ss.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 979px) and (max-width: 479px) {
  .append-lg-xs {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-lg-xs .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-lg-xs .append-main-top {
    vertical-align: top;
  }
  .append-lg-xs .append-main-bottom {
    vertical-align: bottom;
  }
  .append-lg-xs .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-lg-xs .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-lg-xs .append-side-top {
    vertical-align: top;
  }
  .append-lg-xs .append-side-bottom {
    vertical-align: bottom;
  }
  .append-lg-xs .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-lg-xs.append-glued > .append-main:first-child > .input,
  .append-lg-xs.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-lg-xs.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-lg-xs.append-glued > .append-main + .append-side > .input,
  .append-lg-xs.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-lg-xs.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 979px) and (max-width: 639px) {
  .append-lg-sm {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-lg-sm .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-lg-sm .append-main-top {
    vertical-align: top;
  }
  .append-lg-sm .append-main-bottom {
    vertical-align: bottom;
  }
  .append-lg-sm .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-lg-sm .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-lg-sm .append-side-top {
    vertical-align: top;
  }
  .append-lg-sm .append-side-bottom {
    vertical-align: bottom;
  }
  .append-lg-sm .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-lg-sm.append-glued > .append-main:first-child > .input,
  .append-lg-sm.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-lg-sm.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-lg-sm.append-glued > .append-main + .append-side > .input,
  .append-lg-sm.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-lg-sm.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 979px) and (max-width: 767px) {
  .append-lg-md {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-lg-md .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-lg-md .append-main-top {
    vertical-align: top;
  }
  .append-lg-md .append-main-bottom {
    vertical-align: bottom;
  }
  .append-lg-md .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-lg-md .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-lg-md .append-side-top {
    vertical-align: top;
  }
  .append-lg-md .append-side-bottom {
    vertical-align: bottom;
  }
  .append-lg-md .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-lg-md.append-glued > .append-main:first-child > .input,
  .append-lg-md.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-lg-md.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-lg-md.append-glued > .append-main + .append-side > .input,
  .append-lg-md.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-lg-md.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 979px) and (max-width: 1147px) {
  .append-lg-xl {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-lg-xl .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-lg-xl .append-main-top {
    vertical-align: top;
  }
  .append-lg-xl .append-main-bottom {
    vertical-align: bottom;
  }
  .append-lg-xl .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-lg-xl .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-lg-xl .append-side-top {
    vertical-align: top;
  }
  .append-lg-xl .append-side-bottom {
    vertical-align: bottom;
  }
  .append-lg-xl .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-lg-xl.append-glued > .append-main:first-child > .input,
  .append-lg-xl.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-lg-xl.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-lg-xl.append-glued > .append-main + .append-side > .input,
  .append-lg-xl.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-lg-xl.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 979px) and (max-width: 1337px) {
  .append-lg-xxl {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-lg-xxl .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-lg-xxl .append-main-top {
    vertical-align: top;
  }
  .append-lg-xxl .append-main-bottom {
    vertical-align: bottom;
  }
  .append-lg-xxl .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-lg-xxl .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-lg-xxl .append-side-top {
    vertical-align: top;
  }
  .append-lg-xxl .append-side-bottom {
    vertical-align: bottom;
  }
  .append-lg-xxl .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-lg-xxl.append-glued > .append-main:first-child > .input,
  .append-lg-xxl.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-lg-xxl.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-lg-xxl.append-glued > .append-main + .append-side > .input,
  .append-lg-xxl.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-lg-xxl.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 1147px) and (max-width: 479px) {
  .append-xl-xs {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-xl-xs .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-xl-xs .append-main-top {
    vertical-align: top;
  }
  .append-xl-xs .append-main-bottom {
    vertical-align: bottom;
  }
  .append-xl-xs .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-xl-xs .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-xl-xs .append-side-top {
    vertical-align: top;
  }
  .append-xl-xs .append-side-bottom {
    vertical-align: bottom;
  }
  .append-xl-xs .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-xl-xs.append-glued > .append-main:first-child > .input,
  .append-xl-xs.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-xl-xs.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-xl-xs.append-glued > .append-main + .append-side > .input,
  .append-xl-xs.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-xl-xs.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
@media screen and (min-width: 1147px) and (max-width: 1337px) {
  .append-xl-xxl {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .append-xl-xxl .append-main {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .append-xl-xxl .append-main-top {
    vertical-align: top;
  }
  .append-xl-xxl .append-main-bottom {
    vertical-align: bottom;
  }
  .append-xl-xxl .append-main + .append-side {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-xl-xxl .append-side {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  .append-xl-xxl .append-side-top {
    vertical-align: top;
  }
  .append-xl-xxl .append-side-bottom {
    vertical-align: bottom;
  }
  .append-xl-xxl .append-side + .append-main {
    padding-left: 10px;
    margin-top: 0;
  }
  .append-xl-xxl.append-glued > .append-main:first-child > .input,
  .append-xl-xxl.append-glued > .append-main:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .append-xl-xxl.append-glued > .append-main + .append-side {
    padding-left: 0;
  }
  .append-xl-xxl.append-glued > .append-main + .append-side > .input,
  .append-xl-xxl.append-glued > .append-main + .append-side > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .append-xl-xxl.append-glued > .append-side + .append-main {
    padding-left: 0;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 639px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 640px) {
  .container {
    max-width: 1180px;
  }
}
@media screen and (max-width: 639px) {
  .container {
    max-width: 1160px;
  }
}
@media screen and (max-width: 767px) {
  #tracy-debug {
    display: none !important;
  }
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format('embedded-opentype'), url("../fonts/icons.woff") format('woff'), url("../fonts/icons.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
.icon-on-right {
  margin-left: 0.357142857142857rem;
}
.icon-on-left {
  margin-right: 0.357142857142857rem;
}
[class^="icon-"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  font: normal normal normal 14px/1 "icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
[class^="right-icon-"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  font: normal normal normal 14px/1 "icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.icon-angle-down:before,
.right-icon-angle-down:after {
  content: '\EA01';
}
.icon-angle-left:before,
.right-icon-angle-left:after {
  content: '\EA02';
}
.icon-angle-right:before,
.right-icon-angle-right:after {
  content: '\EA03';
}
.icon-angle-up:before,
.right-icon-angle-up:after {
  content: '\EA04';
}
.icon-arrows-h:before,
.right-icon-arrows-h:after {
  content: '\EA05';
}
.icon-arrows-v:before,
.right-icon-arrows-v:after {
  content: '\EA06';
}
.icon-arrows:before,
.right-icon-arrows:after {
  content: '\EA07';
}
.icon-assisted-shopping:before,
.right-icon-assisted-shopping:after {
  content: '\EA08';
}
.icon-balance-scale:before,
.right-icon-balance-scale:after {
  content: '\EA09';
}
.icon-hiw-1:before,
.right-icon-hiw-1:after {
  content: '\EA0A';
}
.icon-hiw-2:before,
.right-icon-hiw-2:after {
  content: '\EA0B';
}
.icon-camera:before,
.right-icon-camera:after {
  content: '\EA0C';
}
.icon-hiw-3:before,
.right-icon-hiw-3:after {
  content: '\EA0D';
}
.icon-check:before,
.right-icon-check:after {
  content: '\EA0E';
}
.icon-chevron-down:before,
.right-icon-chevron-down:after {
  content: '\EA0F';
}
.icon-chevron-up:before,
.right-icon-chevron-up:after {
  content: '\EA10';
}
.icon-complete:before,
.right-icon-complete:after {
  content: '\EA11';
}
.icon-credit-card:before,
.right-icon-credit-card:after {
  content: '\EA12';
}
.icon-cube:before,
.right-icon-cube:after {
  content: '\EA13';
}
.icon-delivery:before,
.right-icon-delivery:after {
  content: '\EA14';
}
.icon-dollar:before,
.right-icon-dollar:after {
  content: '\EA15';
}
.icon-download:before,
.right-icon-download:after {
  content: '\EA16';
}
.icon-eye:before,
.right-icon-eye:after {
  content: '\EA17';
}
.icon-facebook-official:before,
.right-icon-facebook-official:after {
  content: '\EA18';
}
.icon-info-circle:before,
.right-icon-info-circle:after {
  content: '\EA19';
}
.icon-location-arrow:before,
.right-icon-location-arrow:after {
  content: '\EA1A';
}
.icon-long-arrow-down:before,
.right-icon-long-arrow-down:after {
  content: '\EA1B';
}
.icon-long-arrow-left:before,
.right-icon-long-arrow-left:after {
  content: '\EA1C';
}
.icon-long-arrow-right:before,
.right-icon-long-arrow-right:after {
  content: '\EA1D';
}
.icon-long-arrow-up:before,
.right-icon-long-arrow-up:after {
  content: '\EA1E';
}
.icon-package:before,
.right-icon-package:after {
  content: '\EA1F';
}
.icon-send-o:before,
.right-icon-send-o:after {
  content: '\EA20';
}
.icon-send:before,
.right-icon-send:after {
  content: '\EA21';
}
.icon-shopping-basket:before,
.right-icon-shopping-basket:after {
  content: '\EA22';
}
.icon-sign-out:before,
.right-icon-sign-out:after {
  content: '\EA23';
}
.icon-star:before,
.right-icon-star:after {
  content: '\EA24';
}
.icon-times:before,
.right-icon-times:after {
  content: '\EA25';
}
.icon-trash-o:before,
.right-icon-trash-o:after {
  content: '\EA26';
}
.icon-twitter:before,
.right-icon-twitter:after {
  content: '\EA27';
}
.icon-user-add:before,
.right-icon-user-add:after {
  content: '\EA28';
}
.icon-user:before,
.right-icon-user:after {
  content: '\EA29';
}
.icon-world:before,
.right-icon-world:after {
  content: '\EA2A';
}
.icon-atreo:before,
.right-icon-atreo:after {
  content: '\EA2B';
}
.icon-calendar-o:before,
.right-icon-calendar-o:after {
  content: '\EA2C';
}
.icon-clock-o:before,
.right-icon-clock-o:after {
  content: '\EA2D';
}
.icon-envelope-o:before,
.right-icon-envelope-o:after {
  content: '\EA2E';
}
.icon-lock:before,
.right-icon-lock:after {
  content: '\EA2F';
}
.icon-hiw-4:before,
.right-icon-hiw-4:after {
  content: '\EA30';
}
.icon-payment-card:before,
.right-icon-payment-card:after {
  content: '\EA31';
}
.icon-upload:before,
.right-icon-upload:after {
  content: '\EA32';
}
.icon-payment-paypal:before,
.right-icon-payment-paypal:after {
  content: '\EA33';
}
.icon-payment-transfer:before,
.right-icon-payment-transfer:after {
  content: '\EA34';
}
.icon-usa-delivery:before,
.right-icon-usa-delivery:after {
  content: '\EA35';
}
.icon-world-delivery:before,
.right-icon-world-delivery:after {
  content: '\EA36';
}
.sprite-flag-AD,
.sprite-flag-AE,
.sprite-flag-AF,
.sprite-flag-AG,
.sprite-flag-AI,
.sprite-flag-AL,
.sprite-flag-AM,
.sprite-flag-AN,
.sprite-flag-AO,
.sprite-flag-AQ,
.sprite-flag-AR,
.sprite-flag-AS,
.sprite-flag-AT,
.sprite-flag-AU,
.sprite-flag-AW,
.sprite-flag-AX,
.sprite-flag-AZ,
.sprite-flag-BA,
.sprite-flag-BB,
.sprite-flag-BD,
.sprite-flag-BE,
.sprite-flag-BF,
.sprite-flag-BG,
.sprite-flag-BH,
.sprite-flag-BI,
.sprite-flag-BJ,
.sprite-flag-BL,
.sprite-flag-BM,
.sprite-flag-BN,
.sprite-flag-BO,
.sprite-flag-BQ,
.sprite-flag-BR,
.sprite-flag-BS,
.sprite-flag-BT,
.sprite-flag-BV,
.sprite-flag-BW,
.sprite-flag-BY,
.sprite-flag-BZ,
.sprite-flag-CA,
.sprite-flag-CC,
.sprite-flag-CD,
.sprite-flag-CF,
.sprite-flag-CG,
.sprite-flag-CH,
.sprite-flag-CI,
.sprite-flag-CK,
.sprite-flag-CL,
.sprite-flag-CM,
.sprite-flag-CN,
.sprite-flag-CO,
.sprite-flag-CR,
.sprite-flag-CU,
.sprite-flag-CV,
.sprite-flag-CW,
.sprite-flag-CX,
.sprite-flag-CY,
.sprite-flag-CZ,
.sprite-flag-DE,
.sprite-flag-DG,
.sprite-flag-DJ,
.sprite-flag-DK,
.sprite-flag-DM,
.sprite-flag-DO,
.sprite-flag-DZ,
.sprite-flag-EC,
.sprite-flag-EE,
.sprite-flag-EG,
.sprite-flag-EH,
.sprite-flag-ER,
.sprite-flag-ES,
.sprite-flag-ET,
.sprite-flag-FI,
.sprite-flag-FJ,
.sprite-flag-FK,
.sprite-flag-FM,
.sprite-flag-FO,
.sprite-flag-FR,
.sprite-flag-GA,
.sprite-flag-GB,
.sprite-flag-GD,
.sprite-flag-GE,
.sprite-flag-GF,
.sprite-flag-GG,
.sprite-flag-GH,
.sprite-flag-GI,
.sprite-flag-GL,
.sprite-flag-GM,
.sprite-flag-GN,
.sprite-flag-GP,
.sprite-flag-GQ,
.sprite-flag-GR,
.sprite-flag-GS,
.sprite-flag-GT,
.sprite-flag-GU,
.sprite-flag-GW,
.sprite-flag-GY,
.sprite-flag-HK,
.sprite-flag-HM,
.sprite-flag-HN,
.sprite-flag-HR,
.sprite-flag-HT,
.sprite-flag-HU,
.sprite-flag-ID,
.sprite-flag-IE,
.sprite-flag-IL,
.sprite-flag-IM,
.sprite-flag-IN,
.sprite-flag-IO,
.sprite-flag-IQ,
.sprite-flag-IR,
.sprite-flag-IS,
.sprite-flag-IT,
.sprite-flag-JE,
.sprite-flag-JM,
.sprite-flag-JO,
.sprite-flag-JP,
.sprite-flag-KE,
.sprite-flag-KG,
.sprite-flag-KH,
.sprite-flag-KI,
.sprite-flag-KM,
.sprite-flag-KN,
.sprite-flag-KP,
.sprite-flag-KR,
.sprite-flag-KW,
.sprite-flag-KY,
.sprite-flag-KZ,
.sprite-flag-LA,
.sprite-flag-LB,
.sprite-flag-LC,
.sprite-flag-LI,
.sprite-flag-LK,
.sprite-flag-LR,
.sprite-flag-LS,
.sprite-flag-LT,
.sprite-flag-LU,
.sprite-flag-LV,
.sprite-flag-LY,
.sprite-flag-MA,
.sprite-flag-MC,
.sprite-flag-MD,
.sprite-flag-ME,
.sprite-flag-MF,
.sprite-flag-MG,
.sprite-flag-MH,
.sprite-flag-MK,
.sprite-flag-ML,
.sprite-flag-MM,
.sprite-flag-MN,
.sprite-flag-MO,
.sprite-flag-MP,
.sprite-flag-MQ,
.sprite-flag-MR,
.sprite-flag-MS,
.sprite-flag-MT,
.sprite-flag-MU,
.sprite-flag-MV,
.sprite-flag-MW,
.sprite-flag-MX,
.sprite-flag-MY,
.sprite-flag-MZ,
.sprite-flag-NA,
.sprite-flag-NC,
.sprite-flag-NE,
.sprite-flag-NF,
.sprite-flag-NG,
.sprite-flag-NI,
.sprite-flag-NL,
.sprite-flag-NO,
.sprite-flag-NP,
.sprite-flag-NR,
.sprite-flag-NU,
.sprite-flag-NZ,
.sprite-flag-OM,
.sprite-flag-PA,
.sprite-flag-PE,
.sprite-flag-PF,
.sprite-flag-PG,
.sprite-flag-PH,
.sprite-flag-PK,
.sprite-flag-PL,
.sprite-flag-PM,
.sprite-flag-PN,
.sprite-flag-PR,
.sprite-flag-PS,
.sprite-flag-PT,
.sprite-flag-PW,
.sprite-flag-PY,
.sprite-flag-QA,
.sprite-flag-RE,
.sprite-flag-RO,
.sprite-flag-RS,
.sprite-flag-RU,
.sprite-flag-RW,
.sprite-flag-SA,
.sprite-flag-SB,
.sprite-flag-SC,
.sprite-flag-SD,
.sprite-flag-SE,
.sprite-flag-SG,
.sprite-flag-SH,
.sprite-flag-SI,
.sprite-flag-SJ,
.sprite-flag-SK,
.sprite-flag-SL,
.sprite-flag-SM,
.sprite-flag-SN,
.sprite-flag-SO,
.sprite-flag-SR,
.sprite-flag-SS,
.sprite-flag-ST,
.sprite-flag-SV,
.sprite-flag-SX,
.sprite-flag-SY,
.sprite-flag-SZ,
.sprite-flag-TC,
.sprite-flag-TD,
.sprite-flag-TF,
.sprite-flag-TG,
.sprite-flag-TH,
.sprite-flag-TJ,
.sprite-flag-TK,
.sprite-flag-TL,
.sprite-flag-TM,
.sprite-flag-TN,
.sprite-flag-TO,
.sprite-flag-TR,
.sprite-flag-TT,
.sprite-flag-TV,
.sprite-flag-TW,
.sprite-flag-TZ,
.sprite-flag-UA,
.sprite-flag-UG,
.sprite-flag-UM,
.sprite-flag-US,
.sprite-flag-UY,
.sprite-flag-UZ,
.sprite-flag-VA,
.sprite-flag-VC,
.sprite-flag-VE,
.sprite-flag-VG,
.sprite-flag-VI,
.sprite-flag-VN,
.sprite-flag-VU,
.sprite-flag-WF,
.sprite-flag-WS,
.sprite-flag-YE,
.sprite-flag-YT,
.sprite-flag-ZA,
.sprite-flag-ZM,
.sprite-flag-ZW,
.sprite-logo-small,
.sprite-logo,
.sprite-package-large-sm,
.sprite-package-large,
.sprite-package-medium-sm,
.sprite-package-medium,
.sprite-package-small-sm,
.sprite-package-small,
.sprite-partner-aramex,
.sprite-partner-boxberry,
.sprite-partner-dhl,
.sprite-partner-dpd,
.sprite-partner-gls,
.sprite-partner-gsl,
.sprite-partner-ups,
.sprite-partner-usps,
.sprite,
.choose-package-thumb-sprite {
  background-image: url("../img/sprite.png");
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
}
.sprite-flag-AD {
  background-position: -335px -77px;
  width: 24px;
  height: 16px;
}
.sprite-flag-AE {
  background-position: -335px -98px;
  width: 24px;
  height: 16px;
}
.sprite-flag-AF {
  background-position: -335px -119px;
  width: 24px;
  height: 16px;
}
.sprite-flag-AG {
  background-position: -335px -140px;
  width: 24px;
  height: 16px;
}
.sprite-flag-AI {
  background-position: -335px -161px;
  width: 24px;
  height: 16px;
}
.sprite-flag-AL {
  background-position: -335px -182px;
  width: 24px;
  height: 16px;
}
.sprite-flag-AM {
  background-position: -335px -203px;
  width: 24px;
  height: 16px;
}
.sprite-flag-AN {
  background-position: -335px -224px;
  width: 24px;
  height: 16px;
}
.sprite-flag-AO {
  background-position: -335px -245px;
  width: 24px;
  height: 16px;
}
.sprite-flag-AQ {
  background-position: -335px -266px;
  width: 24px;
  height: 16px;
}
.sprite-flag-AR {
  background-position: -335px -287px;
  width: 24px;
  height: 16px;
}
.sprite-flag-AS {
  background-position: -301px -212px;
  width: 24px;
  height: 16px;
}
.sprite-flag-AT {
  background-position: -237px -267px;
  width: 24px;
  height: 16px;
}
.sprite-flag-AU {
  background-position: -266px -267px;
  width: 24px;
  height: 16px;
}
.sprite-flag-AW {
  background-position: -295px -267px;
  width: 24px;
  height: 16px;
}
.sprite-flag-AX {
  background-position: -248px -296px;
  width: 24px;
  height: 16px;
}
.sprite-flag-AZ {
  background-position: -277px -296px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BA {
  background-position: -306px -296px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BB {
  background-position: 0px -328px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BD {
  background-position: -29px -328px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BE {
  background-position: -58px -328px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BF {
  background-position: -87px -328px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BG {
  background-position: -116px -328px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BH {
  background-position: -145px -328px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BI {
  background-position: -174px -328px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BJ {
  background-position: -203px -328px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BL {
  background-position: -232px -328px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BM {
  background-position: -261px -328px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BN {
  background-position: -290px -328px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BO {
  background-position: -319px -328px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BQ {
  background-position: -348px -328px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BR {
  background-position: 0px -349px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BS {
  background-position: -29px -349px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BT {
  background-position: -58px -349px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BV {
  background-position: -87px -349px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BW {
  background-position: -116px -349px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BY {
  background-position: -145px -349px;
  width: 24px;
  height: 16px;
}
.sprite-flag-BZ {
  background-position: -174px -349px;
  width: 24px;
  height: 16px;
}
.sprite-flag-CA {
  background-position: -203px -349px;
  width: 24px;
  height: 16px;
}
.sprite-flag-CC {
  background-position: -232px -349px;
  width: 24px;
  height: 16px;
}
.sprite-flag-CD {
  background-position: -261px -349px;
  width: 24px;
  height: 16px;
}
.sprite-flag-CF {
  background-position: -290px -349px;
  width: 24px;
  height: 16px;
}
.sprite-flag-CG {
  background-position: -319px -349px;
  width: 24px;
  height: 16px;
}
.sprite-flag-CH {
  background-position: -364px -77px;
  width: 18px;
  height: 16px;
}
.sprite-flag-CI {
  background-position: -389px 0px;
  width: 24px;
  height: 16px;
}
.sprite-flag-CK {
  background-position: -389px -21px;
  width: 24px;
  height: 16px;
}
.sprite-flag-CL {
  background-position: -389px -42px;
  width: 24px;
  height: 16px;
}
.sprite-flag-CM {
  background-position: -389px -63px;
  width: 24px;
  height: 16px;
}
.sprite-flag-CN {
  background-position: -389px -84px;
  width: 24px;
  height: 16px;
}
.sprite-flag-CO {
  background-position: -389px -105px;
  width: 24px;
  height: 16px;
}
.sprite-flag-CR {
  background-position: -389px -126px;
  width: 24px;
  height: 16px;
}
.sprite-flag-CU {
  background-position: -389px -147px;
  width: 24px;
  height: 16px;
}
.sprite-flag-CV {
  background-position: -389px -168px;
  width: 24px;
  height: 16px;
}
.sprite-flag-CW {
  background-position: -389px -189px;
  width: 24px;
  height: 16px;
}
.sprite-flag-CX {
  background-position: -389px -210px;
  width: 24px;
  height: 16px;
}
.sprite-flag-CY {
  background-position: -389px -231px;
  width: 24px;
  height: 16px;
}
.sprite-flag-CZ {
  background-position: -389px -252px;
  width: 24px;
  height: 16px;
}
.sprite-flag-DE {
  background-position: -389px -273px;
  width: 24px;
  height: 16px;
}
.sprite-flag-DG {
  background-position: -389px -294px;
  width: 24px;
  height: 16px;
}
.sprite-flag-DJ {
  background-position: -389px -315px;
  width: 24px;
  height: 16px;
}
.sprite-flag-DK {
  background-position: -389px -336px;
  width: 24px;
  height: 16px;
}
.sprite-flag-DM {
  background-position: 0px -370px;
  width: 24px;
  height: 16px;
}
.sprite-flag-DO {
  background-position: -29px -370px;
  width: 24px;
  height: 16px;
}
.sprite-flag-DZ {
  background-position: -58px -370px;
  width: 24px;
  height: 16px;
}
.sprite-flag-EC {
  background-position: -87px -370px;
  width: 24px;
  height: 16px;
}
.sprite-flag-EE {
  background-position: -116px -370px;
  width: 24px;
  height: 16px;
}
.sprite-flag-EG {
  background-position: -145px -370px;
  width: 24px;
  height: 16px;
}
.sprite-flag-EH {
  background-position: -174px -370px;
  width: 24px;
  height: 16px;
}
.sprite-flag-ER {
  background-position: -203px -370px;
  width: 24px;
  height: 16px;
}
.sprite-flag-ES {
  background-position: -232px -370px;
  width: 24px;
  height: 16px;
}
.sprite-flag-ET {
  background-position: -261px -370px;
  width: 24px;
  height: 16px;
}
.sprite-flag-FI {
  background-position: -290px -370px;
  width: 24px;
  height: 16px;
}
.sprite-flag-FJ {
  background-position: -319px -370px;
  width: 24px;
  height: 16px;
}
.sprite-flag-FK {
  background-position: -348px -370px;
  width: 24px;
  height: 16px;
}
.sprite-flag-FM {
  background-position: -377px -370px;
  width: 24px;
  height: 16px;
}
.sprite-flag-FO {
  background-position: 0px -391px;
  width: 24px;
  height: 16px;
}
.sprite-flag-FR {
  background-position: -29px -391px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GA {
  background-position: -58px -391px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GB {
  background-position: -87px -391px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GD {
  background-position: -116px -391px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GE {
  background-position: -145px -391px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GF {
  background-position: -174px -391px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GG {
  background-position: -203px -391px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GH {
  background-position: -232px -391px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GI {
  background-position: -261px -391px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GL {
  background-position: -290px -391px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GM {
  background-position: -319px -391px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GN {
  background-position: -348px -391px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GP {
  background-position: -377px -391px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GQ {
  background-position: -418px 0px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GR {
  background-position: -418px -21px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GS {
  background-position: -418px -42px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GT {
  background-position: -418px -63px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GU {
  background-position: -418px -84px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GW {
  background-position: -418px -105px;
  width: 24px;
  height: 16px;
}
.sprite-flag-GY {
  background-position: -418px -126px;
  width: 24px;
  height: 16px;
}
.sprite-flag-HK {
  background-position: -418px -147px;
  width: 24px;
  height: 16px;
}
.sprite-flag-HM {
  background-position: -418px -168px;
  width: 24px;
  height: 16px;
}
.sprite-flag-HN {
  background-position: -418px -189px;
  width: 24px;
  height: 16px;
}
.sprite-flag-HR {
  background-position: -418px -210px;
  width: 24px;
  height: 16px;
}
.sprite-flag-HT {
  background-position: -418px -231px;
  width: 24px;
  height: 16px;
}
.sprite-flag-HU {
  background-position: -418px -252px;
  width: 24px;
  height: 16px;
}
.sprite-flag-ID {
  background-position: -418px -273px;
  width: 24px;
  height: 16px;
}
.sprite-flag-IE {
  background-position: -418px -294px;
  width: 24px;
  height: 16px;
}
.sprite-flag-IL {
  background-position: -418px -315px;
  width: 24px;
  height: 16px;
}
.sprite-flag-IM {
  background-position: -418px -336px;
  width: 24px;
  height: 16px;
}
.sprite-flag-IN {
  background-position: -418px -357px;
  width: 24px;
  height: 16px;
}
.sprite-flag-IO {
  background-position: -418px -378px;
  width: 24px;
  height: 16px;
}
.sprite-flag-IQ {
  background-position: 0px -412px;
  width: 24px;
  height: 16px;
}
.sprite-flag-IR {
  background-position: -29px -412px;
  width: 24px;
  height: 16px;
}
.sprite-flag-IS {
  background-position: -58px -412px;
  width: 24px;
  height: 16px;
}
.sprite-flag-IT {
  background-position: -87px -412px;
  width: 24px;
  height: 16px;
}
.sprite-flag-JE {
  background-position: -116px -412px;
  width: 24px;
  height: 16px;
}
.sprite-flag-JM {
  background-position: -145px -412px;
  width: 24px;
  height: 16px;
}
.sprite-flag-JO {
  background-position: -174px -412px;
  width: 24px;
  height: 16px;
}
.sprite-flag-JP {
  background-position: -203px -412px;
  width: 24px;
  height: 16px;
}
.sprite-flag-KE {
  background-position: -232px -412px;
  width: 24px;
  height: 16px;
}
.sprite-flag-KG {
  background-position: -319px -496px;
  width: 24px;
  height: 16px;
}
.sprite-flag-KH {
  background-position: -290px -412px;
  width: 24px;
  height: 16px;
}
.sprite-flag-KI {
  background-position: -319px -412px;
  width: 24px;
  height: 16px;
}
.sprite-flag-KM {
  background-position: -348px -412px;
  width: 24px;
  height: 16px;
}
.sprite-flag-KN {
  background-position: -377px -412px;
  width: 24px;
  height: 16px;
}
.sprite-flag-KP {
  background-position: -406px -412px;
  width: 24px;
  height: 16px;
}
.sprite-flag-KR {
  background-position: -447px 0px;
  width: 24px;
  height: 16px;
}
.sprite-flag-KW {
  background-position: -447px -21px;
  width: 24px;
  height: 16px;
}
.sprite-flag-KY {
  background-position: -447px -42px;
  width: 24px;
  height: 16px;
}
.sprite-flag-KZ {
  background-position: -447px -63px;
  width: 24px;
  height: 16px;
}
.sprite-flag-LA {
  background-position: -447px -84px;
  width: 24px;
  height: 16px;
}
.sprite-flag-LB {
  background-position: -447px -105px;
  width: 24px;
  height: 16px;
}
.sprite-flag-LC {
  background-position: -447px -126px;
  width: 24px;
  height: 16px;
}
.sprite-flag-LI {
  background-position: -447px -147px;
  width: 24px;
  height: 16px;
}
.sprite-flag-LK {
  background-position: -447px -168px;
  width: 24px;
  height: 16px;
}
.sprite-flag-LR {
  background-position: -447px -189px;
  width: 24px;
  height: 16px;
}
.sprite-flag-LS {
  background-position: -447px -210px;
  width: 24px;
  height: 16px;
}
.sprite-flag-LT {
  background-position: -447px -231px;
  width: 24px;
  height: 16px;
}
.sprite-flag-LU {
  background-position: -447px -252px;
  width: 24px;
  height: 16px;
}
.sprite-flag-LV {
  background-position: -447px -273px;
  width: 24px;
  height: 16px;
}
.sprite-flag-LY {
  background-position: -447px -294px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MA {
  background-position: -447px -315px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MC {
  background-position: -447px -336px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MD {
  background-position: -447px -357px;
  width: 24px;
  height: 16px;
}
.sprite-flag-ME {
  background-position: -447px -378px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MF {
  background-position: -447px -399px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MG {
  background-position: 0px -433px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MH {
  background-position: -29px -433px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MK {
  background-position: -58px -433px;
  width: 24px;
  height: 16px;
}
.sprite-flag-ML {
  background-position: -87px -433px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MM {
  background-position: -116px -433px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MN {
  background-position: -145px -433px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MO {
  background-position: -174px -433px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MP {
  background-position: -203px -433px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MQ {
  background-position: -232px -433px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MR {
  background-position: -261px -433px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MS {
  background-position: -290px -433px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MT {
  background-position: -319px -433px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MU {
  background-position: -348px -433px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MV {
  background-position: -377px -433px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MW {
  background-position: -406px -433px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MX {
  background-position: -435px -433px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MY {
  background-position: 0px -454px;
  width: 24px;
  height: 16px;
}
.sprite-flag-MZ {
  background-position: -29px -454px;
  width: 24px;
  height: 16px;
}
.sprite-flag-NA {
  background-position: -58px -454px;
  width: 24px;
  height: 16px;
}
.sprite-flag-NC {
  background-position: -87px -454px;
  width: 24px;
  height: 16px;
}
.sprite-flag-NE {
  background-position: -116px -454px;
  width: 24px;
  height: 16px;
}
.sprite-flag-NF {
  background-position: -145px -454px;
  width: 24px;
  height: 16px;
}
.sprite-flag-NG {
  background-position: -174px -454px;
  width: 24px;
  height: 16px;
}
.sprite-flag-NI {
  background-position: -203px -454px;
  width: 24px;
  height: 16px;
}
.sprite-flag-NL {
  background-position: -232px -454px;
  width: 24px;
  height: 16px;
}
.sprite-flag-NO {
  background-position: -261px -454px;
  width: 24px;
  height: 16px;
}
.sprite-flag-NP {
  background-position: -364px -98px;
  width: 13px;
  height: 16px;
}
.sprite-flag-NR {
  background-position: -319px -454px;
  width: 24px;
  height: 16px;
}
.sprite-flag-NU {
  background-position: -348px -454px;
  width: 24px;
  height: 16px;
}
.sprite-flag-NZ {
  background-position: -377px -454px;
  width: 24px;
  height: 16px;
}
.sprite-flag-OM {
  background-position: -406px -454px;
  width: 24px;
  height: 16px;
}
.sprite-flag-PA {
  background-position: -435px -454px;
  width: 24px;
  height: 16px;
}
.sprite-flag-PE {
  background-position: -476px 0px;
  width: 24px;
  height: 16px;
}
.sprite-flag-PF {
  background-position: -476px -21px;
  width: 24px;
  height: 16px;
}
.sprite-flag-PG {
  background-position: -476px -42px;
  width: 24px;
  height: 16px;
}
.sprite-flag-PH {
  background-position: -476px -63px;
  width: 24px;
  height: 16px;
}
.sprite-flag-PK {
  background-position: -476px -84px;
  width: 24px;
  height: 16px;
}
.sprite-flag-PL {
  background-position: -476px -105px;
  width: 24px;
  height: 16px;
}
.sprite-flag-PM {
  background-position: -476px -126px;
  width: 24px;
  height: 16px;
}
.sprite-flag-PN {
  background-position: -476px -147px;
  width: 24px;
  height: 16px;
}
.sprite-flag-PR {
  background-position: -476px -168px;
  width: 24px;
  height: 16px;
}
.sprite-flag-PS {
  background-position: -476px -189px;
  width: 24px;
  height: 16px;
}
.sprite-flag-PT {
  background-position: -476px -210px;
  width: 24px;
  height: 16px;
}
.sprite-flag-PW {
  background-position: -476px -231px;
  width: 24px;
  height: 16px;
}
.sprite-flag-PY {
  background-position: -476px -252px;
  width: 24px;
  height: 16px;
}
.sprite-flag-QA {
  background-position: -476px -273px;
  width: 24px;
  height: 16px;
}
.sprite-flag-RE {
  background-position: -476px -294px;
  width: 24px;
  height: 16px;
}
.sprite-flag-RO {
  background-position: -476px -315px;
  width: 24px;
  height: 16px;
}
.sprite-flag-RS {
  background-position: -476px -336px;
  width: 24px;
  height: 16px;
}
.sprite-flag-RU {
  background-position: -476px -357px;
  width: 24px;
  height: 16px;
}
.sprite-flag-RW {
  background-position: -476px -378px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SA {
  background-position: -476px -399px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SB {
  background-position: -476px -420px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SC {
  background-position: -476px -441px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SD {
  background-position: 0px -475px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SE {
  background-position: -29px -475px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SG {
  background-position: -58px -475px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SH {
  background-position: -87px -475px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SI {
  background-position: -116px -475px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SJ {
  background-position: -145px -475px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SK {
  background-position: -174px -475px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SL {
  background-position: -203px -475px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SM {
  background-position: -232px -475px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SN {
  background-position: -261px -475px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SO {
  background-position: -290px -475px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SR {
  background-position: -319px -475px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SS {
  background-position: -348px -475px;
  width: 24px;
  height: 16px;
}
.sprite-flag-ST {
  background-position: -377px -475px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SV {
  background-position: -406px -475px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SX {
  background-position: -435px -475px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SY {
  background-position: -464px -475px;
  width: 24px;
  height: 16px;
}
.sprite-flag-SZ {
  background-position: -505px 0px;
  width: 24px;
  height: 16px;
}
.sprite-flag-TC {
  background-position: -505px -21px;
  width: 24px;
  height: 16px;
}
.sprite-flag-TD {
  background-position: -505px -42px;
  width: 24px;
  height: 16px;
}
.sprite-flag-TF {
  background-position: -505px -63px;
  width: 24px;
  height: 16px;
}
.sprite-flag-TG {
  background-position: -505px -84px;
  width: 24px;
  height: 16px;
}
.sprite-flag-TH {
  background-position: -505px -105px;
  width: 24px;
  height: 16px;
}
.sprite-flag-TJ {
  background-position: -505px -126px;
  width: 24px;
  height: 16px;
}
.sprite-flag-TK {
  background-position: -505px -147px;
  width: 24px;
  height: 16px;
}
.sprite-flag-TL {
  background-position: -505px -168px;
  width: 24px;
  height: 16px;
}
.sprite-flag-TM {
  background-position: -505px -189px;
  width: 24px;
  height: 16px;
}
.sprite-flag-TN {
  background-position: -505px -210px;
  width: 24px;
  height: 16px;
}
.sprite-flag-TO {
  background-position: -505px -231px;
  width: 24px;
  height: 16px;
}
.sprite-flag-TR {
  background-position: -505px -252px;
  width: 24px;
  height: 16px;
}
.sprite-flag-TT {
  background-position: -505px -273px;
  width: 24px;
  height: 16px;
}
.sprite-flag-TV {
  background-position: -505px -294px;
  width: 24px;
  height: 16px;
}
.sprite-flag-TW {
  background-position: -505px -315px;
  width: 24px;
  height: 16px;
}
.sprite-flag-TZ {
  background-position: -505px -336px;
  width: 24px;
  height: 16px;
}
.sprite-flag-UA {
  background-position: -505px -357px;
  width: 24px;
  height: 16px;
}
.sprite-flag-UG {
  background-position: -505px -378px;
  width: 24px;
  height: 16px;
}
.sprite-flag-UM {
  background-position: -505px -399px;
  width: 24px;
  height: 16px;
}
.sprite-flag-US {
  background-position: -505px -420px;
  width: 24px;
  height: 16px;
}
.sprite-flag-UY {
  background-position: -505px -441px;
  width: 24px;
  height: 16px;
}
.sprite-flag-UZ {
  background-position: -505px -462px;
  width: 24px;
  height: 16px;
}
.sprite-flag-VA {
  background-position: 0px -496px;
  width: 24px;
  height: 16px;
}
.sprite-flag-VC {
  background-position: -29px -496px;
  width: 24px;
  height: 16px;
}
.sprite-flag-VE {
  background-position: -58px -496px;
  width: 24px;
  height: 16px;
}
.sprite-flag-VG {
  background-position: -87px -496px;
  width: 24px;
  height: 16px;
}
.sprite-flag-VI {
  background-position: -116px -496px;
  width: 24px;
  height: 16px;
}
.sprite-flag-VN {
  background-position: -145px -496px;
  width: 24px;
  height: 16px;
}
.sprite-flag-VU {
  background-position: -174px -496px;
  width: 24px;
  height: 16px;
}
.sprite-flag-WF {
  background-position: -203px -496px;
  width: 24px;
  height: 16px;
}
.sprite-flag-WS {
  background-position: -232px -496px;
  width: 24px;
  height: 16px;
}
.sprite-flag-YE {
  background-position: -261px -496px;
  width: 24px;
  height: 16px;
}
.sprite-flag-YT {
  background-position: -290px -496px;
  width: 24px;
  height: 16px;
}
.sprite-flag-ZA {
  background-position: -290px -454px;
  width: 24px;
  height: 16px;
}
.sprite-flag-ZM {
  background-position: -348px -349px;
  width: 24px;
  height: 16px;
}
.sprite-flag-ZW {
  background-position: -261px -412px;
  width: 24px;
  height: 16px;
}
.sprite-logo-small {
  background-position: -143px -296px;
  width: 100px;
  height: 17px;
}
.sprite-logo {
  background-position: -103px -172px;
  width: 200px;
  height: 33px;
}
.sprite-package-large-sm {
  background-position: 0px -267px;
  width: 73px;
  height: 56px;
}
.sprite-package-large {
  background-position: 0px 0px;
  width: 145px;
  height: 112px;
}
.sprite-package-medium-sm {
  background-position: -335px 0px;
  width: 49px;
  height: 45px;
}
.sprite-package-medium {
  background-position: 0px -117px;
  width: 98px;
  height: 90px;
}
.sprite-package-small-sm {
  background-position: -335px -50px;
  width: 37px;
  height: 22px;
}
.sprite-package-small {
  background-position: -119px -212px;
  width: 74px;
  height: 44px;
}
.sprite-partner-aramex {
  background-position: -150px 0px;
  width: 180px;
  height: 50px;
}
.sprite-partner-boxberry {
  background-position: -150px -55px;
  width: 176px;
  height: 50px;
}
.sprite-partner-dhl {
  background-position: -103px -117px;
  width: 168px;
  height: 50px;
}
.sprite-partner-dpd {
  background-position: 0px -212px;
  width: 114px;
  height: 50px;
}
.sprite-partner-gls {
  background-position: -143px -267px;
  width: 89px;
  height: 24px;
}
.sprite-partner-gsl {
  background-position: -198px -212px;
  width: 98px;
  height: 25px;
}
.sprite-partner-ups {
  background-position: -276px -117px;
  width: 46px;
  height: 50px;
}
.sprite-partner-usps {
  background-position: -78px -267px;
  width: 60px;
  height: 50px;
}
@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .sprite-flag-AD,
  .sprite-flag-AE,
  .sprite-flag-AF,
  .sprite-flag-AG,
  .sprite-flag-AI,
  .sprite-flag-AL,
  .sprite-flag-AM,
  .sprite-flag-AN,
  .sprite-flag-AO,
  .sprite-flag-AQ,
  .sprite-flag-AR,
  .sprite-flag-AS,
  .sprite-flag-AT,
  .sprite-flag-AU,
  .sprite-flag-AW,
  .sprite-flag-AX,
  .sprite-flag-AZ,
  .sprite-flag-BA,
  .sprite-flag-BB,
  .sprite-flag-BD,
  .sprite-flag-BE,
  .sprite-flag-BF,
  .sprite-flag-BG,
  .sprite-flag-BH,
  .sprite-flag-BI,
  .sprite-flag-BJ,
  .sprite-flag-BL,
  .sprite-flag-BM,
  .sprite-flag-BN,
  .sprite-flag-BO,
  .sprite-flag-BQ,
  .sprite-flag-BR,
  .sprite-flag-BS,
  .sprite-flag-BT,
  .sprite-flag-BV,
  .sprite-flag-BW,
  .sprite-flag-BY,
  .sprite-flag-BZ,
  .sprite-flag-CA,
  .sprite-flag-CC,
  .sprite-flag-CD,
  .sprite-flag-CF,
  .sprite-flag-CG,
  .sprite-flag-CH,
  .sprite-flag-CI,
  .sprite-flag-CK,
  .sprite-flag-CL,
  .sprite-flag-CM,
  .sprite-flag-CN,
  .sprite-flag-CO,
  .sprite-flag-CR,
  .sprite-flag-CU,
  .sprite-flag-CV,
  .sprite-flag-CW,
  .sprite-flag-CX,
  .sprite-flag-CY,
  .sprite-flag-CZ,
  .sprite-flag-DE,
  .sprite-flag-DG,
  .sprite-flag-DJ,
  .sprite-flag-DK,
  .sprite-flag-DM,
  .sprite-flag-DO,
  .sprite-flag-DZ,
  .sprite-flag-EC,
  .sprite-flag-EE,
  .sprite-flag-EG,
  .sprite-flag-EH,
  .sprite-flag-ER,
  .sprite-flag-ES,
  .sprite-flag-ET,
  .sprite-flag-FI,
  .sprite-flag-FJ,
  .sprite-flag-FK,
  .sprite-flag-FM,
  .sprite-flag-FO,
  .sprite-flag-FR,
  .sprite-flag-GA,
  .sprite-flag-GB,
  .sprite-flag-GD,
  .sprite-flag-GE,
  .sprite-flag-GF,
  .sprite-flag-GG,
  .sprite-flag-GH,
  .sprite-flag-GI,
  .sprite-flag-GL,
  .sprite-flag-GM,
  .sprite-flag-GN,
  .sprite-flag-GP,
  .sprite-flag-GQ,
  .sprite-flag-GR,
  .sprite-flag-GS,
  .sprite-flag-GT,
  .sprite-flag-GU,
  .sprite-flag-GW,
  .sprite-flag-GY,
  .sprite-flag-HK,
  .sprite-flag-HM,
  .sprite-flag-HN,
  .sprite-flag-HR,
  .sprite-flag-HT,
  .sprite-flag-HU,
  .sprite-flag-ID,
  .sprite-flag-IE,
  .sprite-flag-IL,
  .sprite-flag-IM,
  .sprite-flag-IN,
  .sprite-flag-IO,
  .sprite-flag-IQ,
  .sprite-flag-IR,
  .sprite-flag-IS,
  .sprite-flag-IT,
  .sprite-flag-JE,
  .sprite-flag-JM,
  .sprite-flag-JO,
  .sprite-flag-JP,
  .sprite-flag-KE,
  .sprite-flag-KG,
  .sprite-flag-KH,
  .sprite-flag-KI,
  .sprite-flag-KM,
  .sprite-flag-KN,
  .sprite-flag-KP,
  .sprite-flag-KR,
  .sprite-flag-KW,
  .sprite-flag-KY,
  .sprite-flag-KZ,
  .sprite-flag-LA,
  .sprite-flag-LB,
  .sprite-flag-LC,
  .sprite-flag-LI,
  .sprite-flag-LK,
  .sprite-flag-LR,
  .sprite-flag-LS,
  .sprite-flag-LT,
  .sprite-flag-LU,
  .sprite-flag-LV,
  .sprite-flag-LY,
  .sprite-flag-MA,
  .sprite-flag-MC,
  .sprite-flag-MD,
  .sprite-flag-ME,
  .sprite-flag-MF,
  .sprite-flag-MG,
  .sprite-flag-MH,
  .sprite-flag-MK,
  .sprite-flag-ML,
  .sprite-flag-MM,
  .sprite-flag-MN,
  .sprite-flag-MO,
  .sprite-flag-MP,
  .sprite-flag-MQ,
  .sprite-flag-MR,
  .sprite-flag-MS,
  .sprite-flag-MT,
  .sprite-flag-MU,
  .sprite-flag-MV,
  .sprite-flag-MW,
  .sprite-flag-MX,
  .sprite-flag-MY,
  .sprite-flag-MZ,
  .sprite-flag-NA,
  .sprite-flag-NC,
  .sprite-flag-NE,
  .sprite-flag-NF,
  .sprite-flag-NG,
  .sprite-flag-NI,
  .sprite-flag-NL,
  .sprite-flag-NO,
  .sprite-flag-NP,
  .sprite-flag-NR,
  .sprite-flag-NU,
  .sprite-flag-NZ,
  .sprite-flag-OM,
  .sprite-flag-PA,
  .sprite-flag-PE,
  .sprite-flag-PF,
  .sprite-flag-PG,
  .sprite-flag-PH,
  .sprite-flag-PK,
  .sprite-flag-PL,
  .sprite-flag-PM,
  .sprite-flag-PN,
  .sprite-flag-PR,
  .sprite-flag-PS,
  .sprite-flag-PT,
  .sprite-flag-PW,
  .sprite-flag-PY,
  .sprite-flag-QA,
  .sprite-flag-RE,
  .sprite-flag-RO,
  .sprite-flag-RS,
  .sprite-flag-RU,
  .sprite-flag-RW,
  .sprite-flag-SA,
  .sprite-flag-SB,
  .sprite-flag-SC,
  .sprite-flag-SD,
  .sprite-flag-SE,
  .sprite-flag-SG,
  .sprite-flag-SH,
  .sprite-flag-SI,
  .sprite-flag-SJ,
  .sprite-flag-SK,
  .sprite-flag-SL,
  .sprite-flag-SM,
  .sprite-flag-SN,
  .sprite-flag-SO,
  .sprite-flag-SR,
  .sprite-flag-SS,
  .sprite-flag-ST,
  .sprite-flag-SV,
  .sprite-flag-SX,
  .sprite-flag-SY,
  .sprite-flag-SZ,
  .sprite-flag-TC,
  .sprite-flag-TD,
  .sprite-flag-TF,
  .sprite-flag-TG,
  .sprite-flag-TH,
  .sprite-flag-TJ,
  .sprite-flag-TK,
  .sprite-flag-TL,
  .sprite-flag-TM,
  .sprite-flag-TN,
  .sprite-flag-TO,
  .sprite-flag-TR,
  .sprite-flag-TT,
  .sprite-flag-TV,
  .sprite-flag-TW,
  .sprite-flag-TZ,
  .sprite-flag-UA,
  .sprite-flag-UG,
  .sprite-flag-UM,
  .sprite-flag-US,
  .sprite-flag-UY,
  .sprite-flag-UZ,
  .sprite-flag-VA,
  .sprite-flag-VC,
  .sprite-flag-VE,
  .sprite-flag-VG,
  .sprite-flag-VI,
  .sprite-flag-VN,
  .sprite-flag-VU,
  .sprite-flag-WF,
  .sprite-flag-WS,
  .sprite-flag-YE,
  .sprite-flag-YT,
  .sprite-flag-ZA,
  .sprite-flag-ZM,
  .sprite-flag-ZW,
  .sprite-logo-small,
  .sprite-logo,
  .sprite-package-large-sm,
  .sprite-package-large,
  .sprite-package-medium-sm,
  .sprite-package-medium,
  .sprite-package-small-sm,
  .sprite-package-small,
  .sprite-partner-aramex,
  .sprite-partner-boxberry,
  .sprite-partner-dhl,
  .sprite-partner-dpd,
  .sprite-partner-gls,
  .sprite-partner-gsl,
  .sprite-partner-ups,
  .sprite-partner-usps,
  .sprite,
  .choose-package-thumb-sprite {
    background-image: url("../img/sprite@2x.png");
    background-size: 529px 512px;
  }
}
.form-block {
  margin-bottom: 3.571428571428572rem;
}
.btn .icon-phone {
  position: relative;
  top: -2px;
}
.btn[disabled] {
  opacity: 0.5;
}
.btn-paypal {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.btn-paypal-real {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}
.btn-paypal-real iframe {
  width: 100% !important;
  height: 100% !important;
}
.control-image {
  padding: 2.142857142857143rem;
  text-align: center;
}
.control-image-label {
  color: #222;
  margin-bottom: 2.142857142857143rem;
}
.control-image-preview {
  margin-bottom: 2.142857142857143rem;
}
.control-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.control-label label {
  display: block;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 1.086rem;
  line-height: 1.457rem;
  color: #222;
}
.input input {
  width: 100%;
}
.input input:focus {
  outline: none !important;
}
.form-legend {
  margin-bottom: 2.142857142857143rem;
}
@media screen and (min-width: 640px) {
  .form-legend {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .form-legend-head {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .form-legend-action {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
}
@media screen and (max-width: 639px) {
  .form-legend-action {
    padding-top: 1.428571428571429rem;
  }
}
.form-legend-headline {
  color: #222;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .form-legend-headline {
    font-size: 2.071rem;
    line-height: 2.429rem;
  }
}
@media screen and (max-width: 767px) {
  .form-legend-headline {
    font-size: 1.571rem;
    line-height: 1.929rem;
  }
}
.form-legend-number {
  color: #00acda;
}
.radio-payment + span {
  background-color: #eee;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  padding: 0 0;
  height: 160px;
  display: block;
  text-align: center;
  overflow: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.radio-payment + span .payment-icon {
  line-height: 80px;
  width: 100%;
}
.radio-payment + span strong {
  display: block;
}
.radio-payment + span .payment-paypal {
  max-width: 120px;
  width: 100%;
}
.radio-payment + span:before {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.radio-payment + span:after {
  top: auto;
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  margin-bottom: -7px;
}
.radio-payment:checked + span {
  background: #fff;
}
.radio-switch {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 1px;
  padding: 0.714285714285714rem;
  border-radius: 2px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.radio-switch label {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.radio-switch label + label {
  margin-left: 0.357142857142857rem;
}
.radio-switch input {
  position: absolute;
  left: -9999px;
  width: auto;
}
.radio-switch input + span {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0.357142857142857rem 0.714285714285714rem;
  font-size: 1.086rem;
  line-height: 1.457rem;
  color: #222;
  cursor: pointer;
  transition: border 0.2s ease-in-out;
}
.radio-switch input + span:hover {
  border-color: #d8d8d8;
}
.radio-switch input:checked + span {
  border-color: #00acda;
}
.radio-switch-sm {
  padding: 0.357142857142857rem;
}
.radio-switch-sm input + span {
  font-size: 0.886rem;
  line-height: 1.057rem;
  padding: 0.605285714285714rem 0.714285714285714rem;
}
.select,
.select2 {
  width: 100% !important;
}
.addon-inverse .input {
  padding-left: 52px !important;
  padding-right: 52px !important;
}
html {
  position: relative;
  height: 100%;
  line-height: 1.6;
  font-size: 14px;
}
body {
  font-size: 1.286rem;
  line-height: 1.857rem;
  color: #666;
  font-family: "proxima-nova-soft", "Helvetica Neue", "Arial", "sans-serif";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  height: 100%;
  background: #fff;
}
.content {
  background: #fff;
}
.client .content {
  padding-bottom: 2.857142857142857rem;
  border-top: 1px solid #eaeaea;
}
.footer {
  color: #999;
  background-image: url("../img/bg-footer.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #1c1b1d;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 2.857142857142857rem 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 2.857142857142857rem 0 0;
  }
}
@media screen and (min-width: 640px) {
  .footer-social {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
  }
}
@media screen and (max-width: 639px) {
  .footer-social {
    margin: 1.428571428571429rem 0;
    text-align: center;
  }
}
.footer-headline {
  color: #fff;
  font-size: 1.486rem;
  line-height: 2.257rem;
  margin-bottom: 1.428571428571429rem;
}
@media screen and (max-width: 767px) {
  .footer-info {
    padding-bottom: 2.142857142857143rem;
  }
}
.footer-bottom {
  *zoom: 1;
  position: relative;
}
.footer-bottom:before,
.footer-bottom:after {
  content: "";
  display: table;
}
.footer-bottom:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    padding: 2.142857142857143rem 0;
  }
}
.header {
  color: #fff;
}
.not-logged .header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.not-logged .header-main {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 480px) {
  .logged .header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .logged .header-main {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .header-main {
    padding: 2.142857142857143rem 0 2.142857142857143rem 2.142857142857143rem;
  }
}
@media screen and (min-width: 639px) and (max-width: 767px) {
  .header-main {
    padding: 1.428571428571429rem 0 1.428571428571429rem 1.428571428571429rem;
  }
}
@media screen and (max-width: 639px) {
  .header-main {
    padding: 0.714285714285714rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.client .header {
  background: #222;
}
.front .header {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
@media screen and (max-width: 479px) {
  .logged .front .header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.layout {
  overflow-x: hidden;
}
.client .intro {
  background: #f3f3f3;
}
.client .intro-inner {
  padding: 2.142857142857143rem 0;
}
@media screen and (max-width: 479px) {
  .client .intro-inner {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .front .intro-inner {
    padding: 7.142857142857143rem 0;
  }
}
@media screen and (max-width: 767px) {
  .front .intro-inner {
    padding: 2.857142857142857rem 0;
  }
}
@media screen and (min-width: 640px) {
  .front .intro-dot {
    font-size: 6.286rem;
  }
}
@media screen and (max-width: 639px) {
  .front .intro-dot {
    font-size: 4.286rem;
  }
}
.front .intro h1 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition-duration: 0.6s;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
}
.loaded .front .intro h1 {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
@media screen and (min-width: 640px) {
  .front .intro h1 {
    font-size: 4.286rem;
    line-height: 4.857rem;
  }
}
@media screen and (max-width: 639px) {
  .front .intro h1 {
    font-size: 2.286rem;
    line-height: 2.857rem;
  }
}
.front .intro .subtitle {
  color: #00acda;
  font-weight: 400;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  transition-delay: 0.3s;
}
.loaded .front .intro .subtitle {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
@media screen and (min-width: 640px) {
  .front .intro .subtitle {
    font-size: 2.143rem;
    line-height: 2.571rem;
    padding-top: 1.428571428571429rem;
  }
}
@media screen and (max-width: 639px) {
  .front .intro .subtitle {
    font-size: 1.843rem;
    line-height: 2.271rem;
    padding-top: 0.357142857142857rem;
  }
}
.homepage .intro,
.package-usa .intro {
  text-align: center;
}
.homepage .intro-background {
  background-size: cover;
 }
@media screen and (min-width: 768px) {
  .homepage .intro-background {
    background-image: url("../img/bg-homepage.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
@media screen and (max-width: 767px) {
  .homepage .intro-background {
    background-image: url("../img/bg-homepage-sm.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
.package-usa .intro-background {
  background-image: url("../img/bg-package-usa.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.static .intro-background {
  background-image: url("../img/bg-homepage.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.navigation-account {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 0;
}
.navigation-account > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 1.286rem;
}
@media screen and (min-width: 980px) {
  .navigation-account {
    margin: 0 -1.428571428571429rem;
  }
}
.navigation-account-wrap {
  background: #00acda;
}
.navigation-account-wrap.responsive:after {
  background-image: linear-gradient(to right, rgba(255,194,32,0) 0%, #00acda 100%);
  background-repeat: repeat-x;
  background-color: transparent;
  border-right: 40px solid #00acda;
}
.navigation-account-link {
  display: block;
  text-decoration: none;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 768px) {
  .navigation-account-link {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
}
@media screen and (min-width: 980px) {
  .navigation-account-link {
    padding: 2.142857142857143rem 1.428571428571429rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 979px) {
  .navigation-account-link {
    padding: 1.428571428571429rem 0.952380952380952rem;
  }
}
@media screen and (max-width: 767px) {
  .navigation-account-link {
    padding: 1.428571428571429rem 0.714285714285714rem;
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
}
.navigation-account-link.is-active {
  color: #fff;
}
.navigation-account-link.is-active:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  border-width: 0 12px 12px 12px;
  border-color: rgba(255,255,255,0) rgba(255,255,255,0) #f3f3f3 rgba(255,255,255,0);
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -12px;
}
.navigation-account-link:hover {
  color: #fff;
}
.navigation-aside {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 0 -2.142857142857143rem 2.142857142857143rem;
}
.navigation-aside-link {
  display: block;
  text-decoration: none;
  color: #222;
  font-size: 0.886rem;
  line-height: 1.057rem;
  padding: 0.714285714285714rem 2.142857142857143rem;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  transition: color 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out;
}
.navigation-aside-link.is-active {
  color: #222;
  font-weight: 700;
}
.navigation-aside-link:hover {
  color: #222;
  background: rgba(255,255,255,0.2);
}
.navigation-footer {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.navigation-footer-item + .navigation-footer-item {
  margin-top: 0.357142857142857rem;
}
.navigation-footer-link {
  display: block;
  text-decoration: none;
  color: #00acda;
}
@media screen and (min-width: 768px) {
  .navigation-footer-link {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
}
@media screen and (max-width: 767px) {
  .navigation-footer-link {
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding: 0.142857142857143rem 0;
  }
}
.navigation-footer-link.is-active {
  color: #fff;
}
.navigation-footer-link:hover {
  color: #fff;
}
.navigation-main {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 0;
}
.navigation-main > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 1.286rem;
}
.navigation-main-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.client.logged .navigation-main-wrap {
  display: none;
}
.front .navigation-main-wrap.responsive:after {
  background-image: linear-gradient(to right, rgba(34,34,34,0) 0%, #222 100%);
  background-repeat: repeat-x;
  background-color: transparent;
  border-right: 40px solid #222;
}
.client .navigation-main-wrap.responsive:after {
  background-image: linear-gradient(to right, rgba(34,34,34,0) 0%, #222 100%);
  background-repeat: repeat-x;
  background-color: transparent;
  border-right: 40px solid #222;
}
@media screen and (max-width: 979px) {
  .navigation-main-wrap {
    width: 100%;
  }
  .client .navigation-main-wrap {
    border-top: 1px solid #4e4e4e;
  }
  .front .navigation-main-wrap {
    border-top: 1px solid rgba(255,255,255,0.2);
  }
}
@media screen and (min-width: 639px) and (max-width: 979px) {
  .navigation-main {
    text-align: center;
    min-width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .navigation-main {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (min-width: 1338px) {
  .navigation-main-item {
    margin-right: 2.142857142857143rem;
  }
}
@media screen and (min-width: 979px) and (max-width: 1337px) {
  .navigation-main-item {
    margin-right: 1.428571428571429rem;
  }
}
@media screen and (min-width: 639px) and (max-width: 979px) {
  .navigation-main-item {
    margin: 0 0.714285714285714rem;
  }
}
.navigation-main-link {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 1338px) {
  .navigation-main-link {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
}
@media screen and (min-width: 979px) and (max-width: 1337px) {
  .navigation-main-link {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
}
@media screen and (min-width: 639px) and (max-width: 979px) {
  .navigation-main-link {
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding: 1.428571428571429rem 0.714285714285714rem;
  }
}
@media screen and (max-width: 639px) {
  .navigation-main-link {
    font-size: 1.086rem;
    line-height: 1.457rem;
    padding: 1.428571428571429rem 0.714285714285714rem;
  }
}
.navigation-main-link.is-active {
  color: #00acda;
}
.navigation-main-link:hover {
  color: #00acda;
}
.navigation-responsive {
  white-space: nowrap;
  overflow-x: auto;
  position: relative;
  z-index: 5;
}
.navigation-responsive-wrap {
  position: relative;
}
.navigation-responsive-wrap.responsive li:last-child {
  margin-right: 40px;
}
.navigation-responsive-wrap.responsive:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  z-index: 20;
  pointer-events: none;
}
.navigation-responsive-wrap.responsive:before {
  content: '\EA03';
  display: inline-block;
  vertical-align: middle;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 30;
  font-size: 16px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0.5;
  pointer-events: none;
}
.navigation-responsive-wrap.responsive.is-ended:before {
  content: '\EA02';
}
.navigation-tabs {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 0;
}
.navigation-tabs > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 1.286rem;
}
.navigation-tabs-wrap.responsive {
  margin: 0 -0.714285714285714rem;
}
.navigation-tabs-wrap.responsive:after {
  background-image: linear-gradient(to right, rgba(243,243,243,0) 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  background-color: transparent;
}
.navigation-tabs-link {
  display: block;
  text-decoration: none;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  border: 1px solid transparent;
  border-top-width: 2px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .navigation-tabs-link {
    padding: 0 2.142857142857143rem;
    font-size: 1.086rem;
  }
}
@media screen and (max-width: 767px) {
  .navigation-tabs-link {
    padding: 0 0.714285714285714rem;
    font-size: 0.886rem;
  }
}
.navigation-tabs-link.is-active {
  color: #222;
  background: #fff;
  border-color: #eaeaea;
  border-top-color: #00acda;
  border-bottom-color: #fff;
}
@media screen and (min-width: 768px) {
  .navigation-tabs-link.is-active {
    padding: 0 2.857142857142857rem;
  }
}
@media screen and (max-width: 767px) {
  .navigation-tabs-link.is-active {
    padding: 0 0.714285714285714rem;
  }
}
.navigation-tabs-link:hover {
  color: #222;
}
a {
  color: #00acda;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #222;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  color: #222;
  text-rendering: optimizelegibility;
  -webkit-text-stroke: none;
}
h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn,
h5 .btn,
.h1 .btn,
.h2 .btn,
.h3 .btn,
.h4 .btn,
.h5 .btn {
  position: relative;
  top: -2px;
  margin-right: 0.714285714285714rem;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child {
  margin-bottom: 0;
}
h1.inherit,
h2.inherit,
h3.inherit,
h4.inherit,
h5.inherit,
.h1.inherit,
.h2.inherit,
.h3.inherit,
.h4.inherit,
.h5.inherit {
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
  font-weight: inherit;
  color: inherit;
  background: inherit;
  font-family: inherit;
  display: inline;
}
h1,
.h1 {
  font-weight: 700;
  margin: 2.857142857142857rem 0;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.429rem;
    line-height: 3.714rem;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.071rem;
    line-height: 2.429rem;
  }
}
h2,
.h2 {
  font-weight: 700;
  margin: 2.142857142857143rem 0;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2.071rem;
    line-height: 2.429rem;
  }
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 1.571rem;
    line-height: 1.929rem;
  }
}
h3,
.h3 {
  font-weight: 700;
  margin: 1.428571428571429rem 0;
  font-size: 1.571rem;
  line-height: 1.929rem;
}
h4,
.h4 {
  font-weight: 700;
  margin: 1.428571428571429rem 0;
  font-size: 1.571rem;
  line-height: 1.929rem;
}
h5,
.h5 {
  font-weight: 700;
  margin: 1.428571428571429rem 0;
  font-size: 1.071rem;
  line-height: 1.357rem;
}
p:first-child,
address:first-child {
  margin-top: 0;
}
p:last-child,
address:last-child {
  margin-bottom: 0;
}
address {
  font-style: normal;
}
img.align-left,
img.align-right,
img.float-left,
img.float-right {
  margin-bottom: 0.9285rem;
  margin-top: 0.9285rem;
}
img.align-left.first-child,
img.align-right.first-child,
img.float-left.first-child,
img.float-right.first-child {
  margin-top: 0;
}
img.align-left.last-child,
img.align-right.last-child,
img.float-left.last-child,
img.float-right.last-child {
  margin-bottom: 0;
}
img.align-left,
img.float-left {
  margin-right: 1.857rem;
}
img.align-right,
img.float-right {
  margin-left: 1.857rem;
}
.color-default {
  color: #666 !important;
}
.color-inverse {
  color: #fff !important;
}
.color-brighter {
  color: #f3f3f3 !important;
}
.color-darker {
  color: #222 !important;
}
.color-footer {
  color: #999 !important;
}
.color-primary {
  color: #00acda !important;
}
.color-secondary {
  color: #222 !important;
}
.color-link {
  color: #00acda !important;
}
.color-link-hover {
  color: #222 !important;
}
.color-link-visited {
  color: #222 !important;
}
.color-facebook {
  color: #3b5998 !important;
}
.color-twitter {
  color: #00aced !important;
}
.color-google {
  color: #dd4b39 !important;
}
.color-youtube {
  color: #b00 !important;
}
.color-positive {
  color: #00be04 !important;
}
.color-negative {
  color: #ed4144 !important;
}
.color-warning {
  color: #f30000 !important;
}
.color-info {
  color: #3c8eb4 !important;
}
.color-border {
  color: #d8d8d8 !important;
}
.size-sm {
  font-size: 1.086rem;
  line-height: 1.457rem;
}
.size-xs {
  font-size: 0.886rem;
  line-height: 1.057rem;
}
.size-xxs {
  font-size: 0.686rem;
  line-height: 0.657rem;
}
.size-xxxs {
  font-size: 0.486rem;
  line-height: 0.257rem;
}
.size-lg {
  font-size: 1.486rem;
  line-height: 2.257rem;
}
.size-xl {
  font-size: 1.686rem;
  line-height: 2.657rem;
}
.size-xxl {
  font-size: 1.886rem;
  line-height: 3.057rem;
}
.size-xxxl {
  font-size: 2.086rem;
  line-height: 3.457rem;
}
b,
strong,
.bold {
  font-weight: 700;
}
.account-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 479px) {
  .client .account-box {
    border-top: 1px solid #4e4e4e;
  }
  .front .account-box {
    border-top: 1px solid rgba(255,255,255,0.2);
  }
  .logged .front .account-box {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 980px) {
  .account-box {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.account-box-user {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 639px) {
  .account-box-user-without-avatar {
    padding-left: 0.714285714285714rem;
  }
}
@media screen and (max-width: 479px) {
  .account-box-user-without-avatar {
    padding-top: 0.714285714285714rem;
    padding-bottom: 0.714285714285714rem;
  }
}
@media screen and (max-width: 479px) {
  .account-box-user {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (min-width: 1338px) {
  .account-box-user {
    padding-left: 2.142857142857143rem;
    padding-right: 2.142857142857143rem;
  }
}
@media screen and (min-width: 639px) and (max-width: 1337px) {
  .account-box-user {
    padding-left: 1.428571428571429rem;
    padding-right: 1.428571428571429rem;
  }
}
.client .account-box-user {
  border-right: 1px solid #4e4e4e;
}
@media screen and (min-width: 480px) {
  .client .account-box-user {
    border-left: 1px solid #4e4e4e;
  }
}
.front .account-box-user {
  border-right: 1px solid rgba(255,255,255,0.2);
}
@media screen and (min-width: 480px) {
  .front .account-box-user {
    border-left: 1px solid rgba(255,255,255,0.2);
  }
}
.account-box-info {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .account-box-info {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.account-box-login {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479px) {
  .account-box-login {
    padding-right: 0.714285714285714rem;
  }
}
@media screen and (min-width: 480px) {
  .account-box-login {
    padding-right: 1.428571428571429rem;
  }
}
.account-box-avatar {
  text-decoration: none;
  margin-right: 0.714285714285714rem;
  max-width: 54px;
  max-height: 54px;
}
.account-box-avatar img {
  max-width: 100%;
  max-height: 100%;
}
.account-box-recharge {
  margin-left: 0.714285714285714rem;
}
@media screen and (max-width: 639px) {
  .account-box-recharge {
    margin-right: 0.714285714285714rem;
  }
}
.account-box-logout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media screen and (min-width: 1338px) {
  .account-box-logout {
    padding: 0 2.142857142857143rem;
  }
}
@media screen and (max-width: 1337px) {
  .account-box-logout {
    padding: 0 1.428571428571429rem;
  }
}
.account-box-logout:hover {
  color: #fff;
}
.account-box-name {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 0.142857142857143rem 0;
}
@media screen and (min-width: 1148px) {
  .account-box-name {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
}
@media screen and (max-width: 1147px) {
  .account-box-name {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
}
@media screen and (min-width: 768px) {
  .account-box-name {
    margin-right: 0.714285714285714rem;
  }
}
.account-box-name:hover {
  color: rgba(255,255,255,0.75);
}
.account-box-balance {
  color: #00acda;
  padding: 0.142857142857143rem 0;
  text-decoration: none;
  font-weight: 600;
}
.account-box-balance [class*="icon-"] {
  top: -1px;
}
@media screen and (min-width: 1148px) {
  .account-box-balance {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
}
@media screen and (max-width: 1147px) {
  .account-box-balance {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
}
.account-box-balance:hover {
  color: #fff;
}
.address-name {
  font-size: 1.086rem;
  line-height: 1.457rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.714285714285714rem;
}
.address-content {
  font-size: 0.886rem;
  line-height: 1.057rem;
}
.affiliate-stats thead th {
  width: 20%;
}
.badge {
  border-radius: 2px;
  font-size: 0.886rem;
  line-height: 1.057rem;
  padding: 4px 8px 4px;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  top: -1px;
}
.badge-on-middle {
  margin: 0 0.714285714285714rem;
}
.badge-on-right {
  margin-left: 0.714285714285714rem;
}
.badge-on-left {
  margin-right: 0.714285714285714rem;
}
.badge-sm {
  padding: 1px 4px 0px;
  font-size: 0.7rem;
  line-height: 0.9rem;
}
.badge-lg {
  padding: 4px 9px 3px;
  font-size: 1.086rem;
  line-height: 1.457rem;
}
.badge-primary {
  background: #00acda;
  color: #222;
}
.badge-secondary {
  background: #222;
  color: #fff;
}
.badge-positive {
  background: #00be04;
  color: #fff;
}
.badge-negative {
  background: #ed4144;
  color: #fff;
}
.badge-brighter {
  background: $bg-background;
  color: #222;
}
.badge-disabled {
  background: #f3f3f3;
  color: #fff;
}
.balance {
  text-align: center;
}
.balance-label {
  font-size: 1.086rem;
  line-height: 1.457rem;
  display: block;
}
.balance-amount {
  display: block;
  font-size: 2.429rem;
  color: #00acda;
  padding: 0.714285714285714rem 0;
}
.balance-currency {
  display: block;
  font-weight: 600;
  font-size: 1.086rem;
  line-height: 1.457rem;
}
.balance-summary-label {
  color: #222;
  font-weight: 600;
  margin-right: 0.714285714285714rem;
  position: relative;
  top: 2px;
}
.balance-summary-amount {
  font-size: 2.071rem;
  color: #222;
  position: relative;
  margin-right: 0.714285714285714rem;
  top: 2px;
}
.benefits {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 2.142857142857143rem;
}
.benefits li {
  color: #222;
  padding-left: 25px;
  position: relative;
  font-size: 1.086rem;
  line-height: 1.457rem;
}
.benefits li + li {
  margin-top: 7px;
}
.benefits li [class*="icon-"] {
  color: #fff;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .block-inner {
    padding: 2.857142857142857rem 0;
  }
  .block-inner-top {
    padding-top: 2.857142857142857rem;
  }
  .block-inner-btm {
    padding-bottom: 2.857142857142857rem;
  }
  .block-inner-lg-top {
    padding-top: 5.714285714285714rem;
  }
  .block-inner-lg-btm {
    padding-bottom: 5.714285714285714rem;
  }
  .block-inner-sm {
    padding: 1.428571428571429rem 0;
  }
  .block-inner-sm-top {
    padding-top: 1.428571428571429rem;
  }
  .block-inner-sm-btm {
    padding-bottom: 1.428571428571429rem;
  }
}
@media screen and (max-width: 767px) {
  .block-inner {
    padding: 1.428571428571429rem 0;
  }
  .block-inner-top {
    padding-top: 1.428571428571429rem;
  }
  .block-inner-btm {
    padding-bottom: 1.428571428571429rem;
  }
}
.block-inverse {
  background: #fff;
}
.block-brighter {
  background: #f3f3f3;
}
.block-secondary {
  background: #222;
  color: #fff;
}
.block-secondary h1,
.block-secondary h2,
.block-secondary h3,
.block-secondary h4,
.block-secondary h5,
.block-secondary .h1,
.block-secondary .h2,
.block-secondary .h3,
.block-secondary .h4,
.block-secondary .h5 {
  color: #fff;
}
.box-footer {
  padding-top: 1.428571428571429rem;
  text-align: center;
}
.box-headline {
  font-weight: 700;
  font-size: 24px;
  color: #222;
  text-align: center;
  margin-bottom: 1.428571428571429rem;
  padding: 0.714285714285714rem 0;
}
.box-headline-sm {
  font-size: 20px;
  margin-bottom: 0;
}
.box-icon {
  width: 46px;
  height: 46px;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -23px;
  margin-top: -23px;
  background: #222;
}
.box {
  position: relative;
}
.box-perex {
  font-size: 1.086rem;
  line-height: 1.457rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .box {
    margin: 2.142857142857143rem 0;
  }
}
@media screen and (max-width: 767px) {
  .box {
    margin: 0.714285714285714rem 0;
  }
}
.box:first-child {
  margin-top: 0;
}
.box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .box-inner {
    padding: 2.142857142857143rem;
  }
}
@media screen and (max-width: 767px) {
  .box-inner {
    padding: 1.428571428571429rem 1.428571428571429rem 1.428571428571429rem;
  }
}
.box-outlined {
  border: 1px solid #eaeaea;
}
.box-inverse {
  background: #fff;
}
.box-inverse-outlined {
  border: 1px solid #fff;
}
.box-primary {
  background: #00acda;
  color: #222;
}
.box-primary-outlined {
  border: 1px solid #00acda;
}
.box-secondary {
  background: #222;
}
.box-secondary-outlined {
  border: 1px solid #222;
}
.box-brighter {
  background: #f3f3f3;
}
.box-brighter-outlined {
  border: 1px solid #f3f3f3;
}
.box-layered {
  position: relative;
}
.box-layered-inner {
  position: relative;
  z-index: 1;
}
.box-layered:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: -5px;
  bottom: -5px;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  z-index: 0;
}
.choose-package {
  color: #222;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  background-color: #eee;
  transition: background 0.2s ease-in-out;
  position: relative;
  z-index: 10;
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 640px) {
  .choose-package {
    text-align: center;
    margin-bottom: -1px;
  }
}
@media screen and (max-width: 639px) {
  .choose-package {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    width: 100%;
    height: 105px;
    overflow: hidden;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -1.428571428571429rem;
  }
}
.choose-package:hover {
  background-color: #fff;
}
.choose-package.is-active {
  background-color: #fff;
}
@media screen and (min-width: 640px) {
  .choose-package.is-active {
    border-bottom-color: #fff;
    padding-bottom: 2.142857142857143rem;
    border-radius: 2px 2px 0 0;
  }
}
.choose-package-headline {
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .choose-package-headline {
    width: 100%;
    padding: 0.714285714285714rem;
  }
}
@media screen and (min-width: 479px) and (max-width: 639px) {
  .choose-package-headline {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 640px) {
  .choose-package-headline {
    padding: 1.428571428571429rem 0 0;
  }
}
@media screen and (min-width: 640px) {
  .choose-package-thumb {
    height: 140px;
    line-height: 140px;
  }
}
@media screen and (max-width: 639px) {
  .choose-package-thumb {
    width: 100px;
    text-align: center;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #d8d8d8;
  }
}
@media screen and (min-width: 640px) {
  .choose-package-thumb-small .choose-package-thumb-sprite {
    width: 74px;
    height: 44px;
    background-position: -119px -212px;
  }
  .choose-package-thumb-medium .choose-package-thumb-sprite {
    width: 98px;
    height: 90px;
    background-position: 0px -117px;
  }
  .choose-package-thumb-large .choose-package-thumb-sprite {
    width: 145px;
    height: 112px;
    background-position: 0px 0px;
  }
}
@media screen and (max-width: 639px) {
  .choose-package-thumb-small .choose-package-thumb-sprite {
    width: 37px;
    height: 22px;
    background-position: -335px -50px;
  }
  .choose-package-thumb-medium .choose-package-thumb-sprite {
    width: 49px;
    height: 45px;
    background-position: -335px 0px;
  }
  .choose-package-thumb-large .choose-package-thumb-sprite {
    width: 73px;
    height: 56px;
    background-position: 0px -267px;
  }
}
.choose-package-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d8d8d8;
}
@media screen and (min-width: 1148px) {
  .choose-package-details {
    padding: 1.428571428571429rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 979px) {
  .choose-package-details {
    padding: 1.428571428571429rem;
  }
}
@media screen and (min-width: 979px) and (max-width: 1147px) {
  .choose-package-details {
    padding: 0 1.428571428571429rem 1.428571428571429rem;
  }
}
@media screen and (min-width: 639px) and (max-width: 767px) {
  .choose-package-details {
    padding: 0 0.714285714285714rem 0.714285714285714rem;
  }
}
@media screen and (max-width: 639px) {
  .choose-package-details {
    width: 100%;
    padding: 0.714285714285714rem;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .choose-package-details br {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .choose-package-details {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 480px) {
  .choose-package-info {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 479px) {
  .choose-package-info {
    width: 100%;
  }
}
@media screen and (min-width: 979px) and (max-width: 1147px) {
  .choose-package-info {
    margin-top: 1.428571428571429rem;
  }
}
@media screen and (min-width: 639px) and (max-width: 767px) {
  .choose-package-info {
    margin-top: 0.714285714285714rem;
  }
}
@media screen and (min-width: 980px) {
  .choose-package-info {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
}
@media screen and (min-width: 639px) and (max-width: 979px) {
  .choose-package-info {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
}
@media screen and (min-width: 479px) and (max-width: 639px) {
  .choose-package-info {
    font-size: 1.286rem;
    line-height: 1.857rem;
  }
}
@media screen and (max-width: 479px) {
  .choose-package-info {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
}
.choose-package-form {
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 639px) {
  .choose-package-form {
    margin-top: 2.142857142857143rem;
  }
}
@media screen and (min-width: 980px) {
  .choose-package-form {
    padding: 3.571428571428572rem;
  }
}
@media screen and (min-width: 639px) and (max-width: 979px) {
  .choose-package-form {
    padding: 2.142857142857143rem;
  }
}
@media screen and (max-width: 639px) {
  .choose-package-form {
    padding: 1.428571428571429rem;
  }
}
.choose-package-form:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  border-width: 20px 20px 0 20px;
  border-color: #fff rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0);
  position: absolute;
  top: 100%;
}
@media screen and (min-width: 768px) {
  .choose-package-form:after {
    left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .choose-package-form:after {
    left: 50%;
    margin-left: -20px;
  }
}
.copyright {
  margin: 0;
  font-size: 0.886rem;
  line-height: 1.057rem;
}
@media screen and (min-width: 640px) {
  .copyright {
    float: left;
  }
}
@media screen and (max-width: 639px) {
  .copyright {
    text-align: center;
    margin-bottom: 1.428571428571429rem;
  }
}
@media screen and (min-width: 768px) {
  .dashboard-item {
    margin-bottom: 3.571428571428572rem;
  }
}
@media screen and (max-width: 767px) {
  .dashboard-item {
    margin-bottom: 1.428571428571429rem;
  }
}
.developer {
  margin: 0;
  font-size: 0.886rem;
  line-height: 1.057rem;
}
@media screen and (min-width: 640px) {
  .developer {
    float: right;
  }
}
@media screen and (max-width: 639px) {
  .developer {
    text-align: center;
  }
}
.developer .icon-atreo {
  margin: 0 4px;
  font-size: 11px;
  position: relative;
  top: -1px;
  color: #00acda;
  transition: color 0.2s ease-in-out;
}
.developer a:hover .icon-atreo {
  color: #fff;
}
.dropdown {
  position: relative;
  display: inline-block;
  z-index: 8000;
}
.dropdown-trigger {
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.dropdown-trigger:before,
.dropdown-trigger:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -11px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 6px);
      -ms-transform: translate(0, 6px);
          transform: translate(0, 6px);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.dropdown-trigger:before {
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  border-width: 0 6px 6px 6px;
  border-color: rgba(255,255,255,0) rgba(255,255,255,0) #d8d8d8 rgba(255,255,255,0);
}
.dropdown-trigger:after {
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  border-width: 0 6px 6px 6px;
  border-color: rgba(255,255,255,0) rgba(255,255,255,0) #fff rgba(255,255,255,0);
  margin-bottom: -1px;
}
.is-active .dropdown-trigger:before,
.is-active .dropdown-trigger:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  transition-delay: 0.1s;
}
.dropdown-window {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 2px;
  margin-top: 10px;
  min-width: 130px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition-delay: 0.1s;
  text-align: left;
}
.btn-group .dropdown-window {
  margin-top: 5px;
}
.dropdown-window-on-left {
  left: auto;
  right: 0;
}
.is-active .dropdown-window {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  transition-delay: 0s;
}
.dropdown-item:first-child .dropdown-link {
  padding-top: 1.071428571428571rem;
}
.dropdown-item:last-child .dropdown-link {
  padding-bottom: 1.071428571428571rem;
}
.dropdown-link {
  display: block;
  padding: 0.357142857142857rem 1.428571428571429rem;
  color: #666;
  text-decoration: none;
  font-size: 0.886rem;
  line-height: 1.057rem;
}
.dropdown-link.is-active {
  color: #222;
  font-weight: 600;
}
.dropdown-link:hover {
  color: #222;
}
.dropdown-sep {
  text-indent: -9999px;
  border-bottom: 1px solid #eaeaea;
  background: #f00;
  padding: 0;
  line-height: 0;
  height: 0;
  font-size: 0;
  margin: 0.714285714285714rem 0;
}
.faq {
  border-bottom: 1px solid #d8d8d8;
  margin: 0;
  padding: 0;
}
.faq-header {
  padding: 1.428571428571429rem 0;
  position: relative;
  cursor: pointer;
}
.faq-header:hover .faq-question {
  color: #00acda;
}
.faq-question {
  font-weight: 700;
  color: #222;
  padding-right: 2.142857142857143rem;
  transition: color 0.2s ease-in-out;
}
.faq-icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #00acda;
  font-size: 1.086rem;
  line-height: 1.457rem;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.is-active .faq-icon {
  -webkit-transform: translate(0, -50%) rotate(-180deg);
      -ms-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
}
.faq-content {
  display: none;
  padding: 0 0 2.142857142857143rem;
  font-size: 1.086rem;
  line-height: 1.457rem;
  margin: 0;
}
.faq-more {
  padding-top: 2.142857142857143rem;
  text-align: right;
}
iframe[name="google_conversion_frame"] {
  position: absolute;
  bottom: 0;
  left: -9999px;
}
.help-with {
  text-align: center;
}
.help-with-headline {
  font-weight: 700;
  font-size: 1.086rem;
  line-height: 1.457rem;
  color: #222;
  display: table;
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 0.714285714285714rem;
}
.help-with-headline span {
  display: table-cell;
  vertical-align: bottom;
}
.help-with-amount {
  font-size: 40px;
  color: #00acda;
  font-weight: 700;
  padding: 0.714285714285714rem 0;
  display: block;
}
.help-with-state {
  font-size: 30px;
  color: #00be04;
  padding: 0.714285714285714rem 0;
}
.help-with-state-text {
  color: #00be04;
  font-weight: 700;
  font-size: 1.086rem;
  line-height: 1.457rem;
}
.help-with-label {
  font-size: 1.086rem;
  line-height: 1.457rem;
}
.is-hidden,
.hidden {
  display: none;
}
.hiw {
  text-align: center;
}
.hiw-icon {
  border-radius: 150px;
  background-color: #fff;
  box-shadow: 0 16px 29px rgba(0,0,0,0.08);
  color: #00acda;
}
@media screen and (min-width: 768px) {
  .hiw-icon {
    margin: -7.142857142857143rem auto 2.142857142857143rem;
    line-height: 8.214285714285714rem;
    width: 8.571428571428571rem;
    height: 8.571428571428571rem;
    font-size: 3.571428571428572rem;
  }
}
@media screen and (max-width: 767px) {
  .hiw-icon {
    margin: 0 auto 1.428571428571429rem;
    line-height: 3.928571428571428rem;
    width: 4.285714285714286rem;
    height: 4.285714285714286rem;
    font-size: 2.142857142857143rem;
  }
}
.hiw-headline {
  font-weight: 700;
  color: #222;
  margin-bottom: 0.357142857142857rem;
  font-size: 1.486rem;
  line-height: 2.257rem;
}
@media screen and (min-width: 768px) {
  .hiw-description {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
}
@media screen and (max-width: 767px) {
  .hiw-description {
    font-size: 1.286rem;
    line-height: 1.857rem;
  }
}
.loading-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  height: 5em;
}
.page.loading-active .loading-content {
  position: fixed;
}
.loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(34,34,34,0.95);
  z-index: 9990;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  border-radius: inherit;
}
.loading-active {
  position: relative;
}
.loading-active .loading {
  opacity: 1;
  visibility: visible;
}
.loading-spinner {
  font-size: 6px !important;
  position: absolute;
  top: 0;
  left: 50%;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255,255,255,0.2);
  border-right: 1.1em solid rgba(255,255,255,0.2);
  border-bottom: 1.1em solid rgba(255,255,255,0.2);
  border-left: 1.1em solid #fff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: spinner 0.6s infinite linear;
          animation: spinner 0.6s infinite linear;
}
.loading-spinner,
.loading-spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  margin-top: 0;
  margin-left: -5em;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loading-text {
  color: #fff;
  font-weight: 700;
  font-size: 1.086rem;
  line-height: 1.457rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.logo {
  position: relative;
  text-decoration: none;
  margin-right: 1.428571428571429rem;
}
@media screen and (max-width: 479px) {
  .logo {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.logo-alt {
  position: absolute;
  left: -9999px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8142;
  overflow: hidden;
  position: fixed;
  background-color: rgba(8,21,31,0.95);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8143;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 8145;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 8144;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 8146;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  display: none;
}
.mfp-arrow {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.mfp-arrow-left,
.mfp-arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  transition: color 0.2s ease-in-out;
  z-index: 8999;
  color: rgba(255,255,255,0.5);
}
.mfp-arrow-left:before,
.mfp-arrow-right:before {
  font-size: 50px;
  display: inline-block;
  vertical-align: middle;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mfp-arrow-left:hover,
.mfp-arrow-right:hover {
  color: #fff;
}
.mfp-arrow-left {
  left: 20px;
}
.mfp-arrow-left:before {
  content: '\EA02';
}
.mfp-arrow-right {
  right: 20px;
}
.mfp-arrow-right:before {
  content: '\EA03';
}
.mfp-iframe-holder {
  padding-top: 0;
  padding-bottom: 0;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
  margin: 40px 0;
}
.mfp-figure small {
  color: #bdbdbd;
  display: none;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-ie7 .mfp-img {
    padding: 0;
  }
  .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
  }
  .mfp-ie7 .mfp-container {
    padding: 0;
  }
  .mfp-ie7 .mfp-content {
    padding-top: 44px;
  }
  .mfp-ie7 .mfp-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 8040;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,0.17);
    border-radius: 100px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mfp-ie7 .mfp-close:before {
    content: '\E02B';
  }
  .mfp-ie7 .mfp-close:hover {
    background: #00acda;
  }
}
.movements-document {
  font-weight: 700;
  text-decoration: none;
}
.my-address {
  background-image: url("../img/usa-address.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.my-address address {
  text-align: center;
  font-size: 1.086rem;
  line-height: 1.457rem;
}
.need-help {
  border-top: 2px solid #00acda;
  border-bottom: 2px solid #00acda;
  background: #f9f9f9;
}
.need-help p {
  text-align: center;
  font-size: 1.486rem;
  line-height: 2.257rem;
}
.newsletter-spam-info {
  color: #999;
}
@media screen and (min-width: 768px) {
  .newsletter-spam-info {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
}
@media screen and (max-width: 767px) {
  .newsletter-spam-info {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
}
.no-data {
  text-align: center;
  padding: 2.857142857142857rem;
  border: 1px dashed #d8d8d8;
}
.no-data-message {
  font-size: 1.486rem;
  line-height: 2.257rem;
  font-weight: 700;
  color: #222;
}
.no-data-action {
  padding-top: 2.142857142857143rem;
}
.order-price {
  color: #222;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .order-price {
    font-size: 3.142rem;
    line-height: 3.786rem;
  }
}
@media screen and (max-width: 767px) {
  .order-price {
    font-size: 2.429rem;
    line-height: 3.714rem;
  }
}
.order-price-other a {
  color: rgba(34,34,34,0.6);
}
.order-price-other a:hover {
  color: #222;
}
.order-price-label {
  font-size: 1.286rem;
  line-height: 1.643rem;
  color: #222;
  font-weight: 700;
}
.order-price-box {
  background-image: url("../img/bg-price-usa.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-color: #00acda;
  color: #222;
}
@media screen and (min-width: 768px) {
  .order-price-box {
    padding: 3.571428571428572rem;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .order-price-box {
    padding: 2.857142857142857rem 1.428571428571429rem 2.142857142857143rem;
    text-align: center;
    background-size: cover;
  }
}
.order-price-delivery {
  background-color: #222;
  color: #fff;
}
.order-price-delivery h1,
.order-price-delivery h2,
.order-price-delivery h3,
.order-price-delivery h4,
.order-price-delivery h5,
.order-price-delivery .h1,
.order-price-delivery .h2,
.order-price-delivery .h3,
.order-price-delivery .h4,
.order-price-delivery .h5 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .order-price-delivery {
    padding: 3.571428571428572rem;
  }
}
@media screen and (max-width: 767px) {
  .order-price-delivery {
    padding: 2.857142857142857rem 1.428571428571429rem 2.142857142857143rem;
  }
}
@media screen and (min-width: 640px) {
  .order-from {
    display: table;
    border-collapse: separate;
    width: 100%;
  }
  .order-from-state {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .order-from-zip {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    padding-left: 2.142857142857143rem;
  }
  .order-from-zip .input {
    width: 140px;
  }
}
@media screen and (max-width: 639px) {
  .order-from-zip {
    padding-top: 1.428571428571429rem;
  }
}
.overlap-fixed {
  margin-top: -55px;
}
.overlap-fixed-btm {
  margin-bottom: -55px;
}
@media screen and (min-width: 768px) {
  .overlap-fixed-btm .columns-wrap {
    margin-bottom: -100px;
  }
}
.overlap-fixed-ghost {
  padding-bottom: 55px;
}
.overlap-fixed-ghost-btm {
  padding-top: 55px;
}
@media screen and (min-width: 320px) {
  .overlap-ss-min {
    margin-top: -55px;
  }
  .overlap-ss-min-btm {
    margin-bottom: -55px;
  }
  .overlap-ss-min-ghost {
    padding-bottom: 55px;
  }
  .overlap-ss-min-ghost-btm {
    padding-top: 55px;
  }
}
@media screen and (min-width: 480px) {
  .overlap-xs-min {
    margin-top: -55px;
  }
  .overlap-xs-min-btm {
    margin-bottom: -55px;
  }
  .overlap-xs-min-ghost {
    padding-bottom: 55px;
  }
  .overlap-xs-min-ghost-btm {
    padding-top: 55px;
  }
}
@media screen and (min-width: 640px) {
  .overlap-sm-min {
    margin-top: -55px;
  }
  .overlap-sm-min-btm {
    margin-bottom: -55px;
  }
  .overlap-sm-min-ghost {
    padding-bottom: 55px;
  }
  .overlap-sm-min-ghost-btm {
    padding-top: 55px;
  }
}
@media screen and (min-width: 768px) {
  .overlap-md-min {
    margin-top: -55px;
  }
  .overlap-md-min-btm {
    margin-bottom: -55px;
  }
  .overlap-md-min-ghost {
    padding-bottom: 55px;
  }
  .overlap-md-min-ghost-btm {
    padding-top: 55px;
  }
}
@media screen and (min-width: 980px) {
  .overlap-lg-min {
    margin-top: -55px;
  }
  .overlap-lg-min-btm {
    margin-bottom: -55px;
  }
  .overlap-lg-min-ghost {
    padding-bottom: 55px;
  }
  .overlap-lg-min-ghost-btm {
    padding-top: 55px;
  }
}
@media screen and (min-width: 1148px) {
  .overlap-xl-min {
    margin-top: -55px;
  }
  .overlap-xl-min-btm {
    margin-bottom: -55px;
  }
  .overlap-xl-min-ghost {
    padding-bottom: 55px;
  }
  .overlap-xl-min-ghost-btm {
    padding-top: 55px;
  }
}
@media screen and (min-width: 1338px) {
  .overlap-xxl-min {
    margin-top: -55px;
  }
  .overlap-xxl-min-btm {
    margin-bottom: -55px;
  }
  .overlap-xxl-min-ghost {
    padding-bottom: 55px;
  }
  .overlap-xxl-min-ghost-btm {
    padding-top: 55px;
  }
}
.package-consolidate {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00acda;
  color: #222;
  padding: 1.428571428571429rem 0;
  z-index: 9900;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.package-consolidate-info {
  display: inline-block;
  font-weight: 700;
  margin-right: 2.142857142857143rem;
  font-size: 1.086rem;
  line-height: 1.457rem;
}
.package-consolidate-info strong {
  font-size: 1.286rem;
  line-height: 1.857rem;
}
.package-consolidate-inner {
  position: relative;
}
.package-consolidate-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00acda;
  padding: 0.714285714285714rem 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.package-consolidate-message.is-active {
  opacity: 1;
  visibility: visible;
}
.package-consolidate.is-active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.package {
  border: 1px solid #eaeaea;
  background: #fff;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.package.is-checked {
  border-color: #00acda;
  box-shadow: 0 0 0 1px #00acda;
}
.package.is-checked .package-id {
  background: #00acda;
}
.package + .package {
  margin-top: 2.142857142857143rem;
}
.package-header {
  border-bottom: 1px solid #eaeaea;
  font-size: 1.086rem;
  line-height: 1.457rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 53px;
}
@media screen and (max-width: 767px) {
  .package-header {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.package-header-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0;
          flex: 1 1 0;
  min-height: 53px;
}
.package-header-side {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 53px;
}
@media screen and (max-width: 767px) {
  .package-header-side {
    border-top: 1px solid #d8d8d8;
  }
}
.package-header-sep {
  border-right: 1px solid #d8d8d8;
}
@media screen and (min-width: 768px) {
  .package-header-sep {
    border-left: 1px solid #d8d8d8;
  }
}
.package-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0;
          flex: 1 1 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .package-warehouse {
    max-width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .package-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 480px) {
  .package-info {
    padding: 1.428571428571429rem;
  }
}
@media screen and (max-width: 479px) {
  .package-info {
    padding: 0.714285714285714rem;
  }
}
.package-info-item {
  font-size: 1.086rem;
  line-height: 1.457rem;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  color: #222;
  padding: 0.714285714285714rem 0;
}
@media screen and (min-width: 640px) {
  .package-info-item.is-first {
    -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}
@media screen and (min-width: 479px) and (max-width: 639px) {
  .package-info-item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 479px) {
  .package-info-item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  .package-info-item {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .package-info-item.is-last {
    text-align: right;
  }
}
.package-info-item strong {
  display: block;
  margin-bottom: 0.357142857142857rem;
}
.package-photo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .package-photo {
    width: 155px;
  }
}
.package-description {
  background: #f3f3f3;
  font-size: 1.086rem;
  line-height: 1.457rem;
}
@media screen and (min-width: 480px) {
  .package-description {
    padding: 1.428571428571429rem;
  }
}
@media screen and (max-width: 479px) {
  .package-description {
    padding: 0.714285714285714rem;
  }
}
.package-description-label {
  display: block;
  color: #222;
}
.package-footer {
  border-top: 1px solid #eaeaea;
}
@media screen and (min-width: 480px) {
  .package-footer {
    padding: 1.428571428571429rem;
  }
}
@media screen and (max-width: 479px) {
  .package-footer {
    padding: 0.714285714285714rem;
  }
}
.package-id {
  background: #222;
  text-align: center;
  color: #fff;
  margin: -1px;
  font-weight: 700;
  width: 55px;
  min-width: 55px;
  transition: background 0.2s ease-in-out;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.package-id:hover {
  background: #00acda;
  color: #fff;
}
.package-date {
  padding: 0 1.428571428571429rem;
  color: #222;
}
@media screen and (min-width: 480px) {
  .package-date {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  .package-date {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
.package-date strong {
  margin-right: 0.714285714285714rem;
}
.package-date-arrow {
  margin: 0 1.428571428571429rem;
}
@media screen and (max-width: 479px) {
  .package-date-arrow {
    display: none;
  }
}
.package-price {
  font-weight: 700;
  font-size: 1.686rem;
}
.package-weight {
  padding: 0 1.428571428571429rem;
  color: #222;
  font-weight: 700;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .package-weight {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 479px) and (max-width: 767px) {
  .package-weight {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 479px) {
  .package-weight {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.package-weight [class*="icon-"] {
  margin-right: 8px;
}
.package-size {
  padding: 0 1.428571428571429rem;
  color: #222;
  font-weight: 700;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .package-size {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 479px) and (max-width: 767px) {
  .package-size {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 479px) {
  .package-size {
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
.package-detail {
  border: 1px solid #eaeaea;
  border-top: 0;
}
@media screen and (min-width: 480px) {
  .package-detail {
    padding: 1.428571428571429rem;
  }
}
@media screen and (max-width: 479px) {
  .package-detail {
    padding: 0.714285714285714rem;
  }
}
.package-photos {
  font-size: 1.086rem;
  line-height: 1.457rem;
}
.package-photos strong {
  color: #222;
}
.package-photos .icon-camera {
  font-size: 40px;
  color: #b0b0b0;
  margin-right: 0.714285714285714rem;
}
@media screen and (min-width: 640px) {
  .pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pagination-pages {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 640px) {
  .pagination-pages {
    margin: 0 0.357142857142857rem;
  }
}
@media screen and (max-width: 639px) {
  .pagination-pages {
    margin: 0 -0.357142857142857rem;
    padding: 0.357142857142857rem 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width: 640px) {
  .pagination-page {
    margin: 0.357142857142857rem;
  }
}
@media screen and (max-width: 639px) {
  .pagination-page {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: 50px;
        -ms-flex-preferred-size: 50px;
            flex-basis: 50px;
    margin: 0.357142857142857rem;
  }
}
@media screen and (max-width: 639px) {
  .pagination .pagination-prev,
  .pagination .pagination-next {
    display: block;
  }
}
.partners {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .partners {
    margin: 0 -2.142857142857143rem;
  }
}
@media screen and (max-width: 767px) {
  .partners {
    margin: 0;
  }
}
.partners span {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}
@media screen and (min-width: 768px) {
  .partners span {
    margin: 1.428571428571429rem 2.142857142857143rem;
  }
}
@media screen and (max-width: 767px) {
  .partners span {
    margin: 0.714285714285714rem 0;
  }
}
.popup-add-address {
  max-width: 800px;
}
.popup-additional-photos {
  max-width: 540px;
}
.popup-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  transition: color 0.2s ease-in-out;
  z-index: 9999;
  color: rgba(255,255,255,0.5);
}
.popup-arrow-left {
  left: 20px;
}
.popup-arrow-right {
  right: 20px;
}
.popup-arrow span:before {
  font-size: 50px;
}
.popup-arrow:hover {
  color: #fff;
}
.popup-authenticated-user {
  max-width: 740px;
}
.popup-bank-transfer {
  max-width: 450px;
}
.popup-close {
  position: absolute;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  background-color: #00acda;
  border-radius: 100px;
  text-align: center;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
}
@media screen and (min-width: 640px) {
  .popup-close {
    top: -25px;
    right: -25px;
    font-size: 20px;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
  .mfp-image-holder .popup-close {
    top: 15px;
  }
}
@media screen and (max-width: 639px) {
  .popup-close {
    top: 20px;
    right: 20px;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  .mfp-image-holder .popup-close {
    top: 60px;
  }
}
.popup-close span {
  color: #222;
}
.popup-close:hover {
  background-color: #ed4144;
  border-color: #ed4144;
  color: #fff;
}
.popup-content {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .popup-content {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .popup-content {
    padding: 20px;
  }
}
.popup-description {
  color: #666;
  text-align: center;
  padding-top: 0.714285714285714rem;
}
.popup-description strong {
  color: #222;
}
@media screen and (min-width: 768px) {
  .popup-footer {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .popup-footer {
    padding: 25px 20px;
  }
}
.popup-forgotten-password {
  max-width: 540px;
}
@media screen and (min-width: 768px) {
  .popup-header {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .popup-header {
    padding: 25px 20px;
  }
}
.popup-headline {
  font-weight: 700;
  color: #222;
  text-align: center;
  font-size: 2.429rem;
  line-height: 3.714rem;
}
.popup {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-top: 2px solid #00acda;
}
@media screen and (min-width: 640px) {
  .popup {
    border-radius: 2px;
  }
}
@media screen and (min-width: 980px) {
  .popup {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.popup-link {
  font-size: 1.086rem;
  line-height: 1.457rem;
  color: rgba(85,85,85,0.6);
  border-bottom: 1px dotted #afb1b4;
  display: inline-block;
  padding-bottom: 3px;
}
@media screen and (max-width: 479px) {
  .popup-link {
    font-size: 0.886rem;
    line-height: 1.057rem;
    float: none !important;
    margin: 5px;
  }
}
.popup-link:hover {
  text-decoration: none;
}
.popup-login {
  max-width: 750px;
}
@media screen and (min-width: 768px) {
  .popup-login-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .popup-login-content {
    padding-bottom: 2.142857142857143rem;
    margin: 0 -1.428571428571429rem;
  }
  .popup .popup-login-content {
    padding-bottom: 0;
  }
}
.popup-login-form {
  background: #00acda;
  color: #222;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.popup-login-form a {
  color: #222;
  font-size: 1.086rem;
  line-height: 1.457rem;
}
@media screen and (min-width: 768px) {
  .popup-login-form {
    padding: 2.857142857142857rem;
  }
}
@media screen and (max-width: 767px) {
  .popup-login-form {
    padding: 1.428571428571429rem;
  }
}
.popup-login-info {
  background-color: #222;
  background-image: url("../img/bg-login.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .popup-login-info {
    padding: 2.857142857142857rem;
  }
}
@media screen and (max-width: 767px) {
  .popup-login-info {
    padding: 1.428571428571429rem;
  }
}
.popup-login-info p {
  font-size: 1.086rem;
  line-height: 1.457rem;
  font-weight: 700;
}
.popup-login-benefits {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 2.142857142857143rem;
}
.popup-login-benefits li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  font-size: 1.086rem;
  line-height: 1.457rem;
}
.popup-login-benefits li [class*="icon-"] {
  position: absolute;
  top: 3px;
  left: 0;
  color: #00acda;
}
.popup-login-benefits-headline {
  color: #00acda;
  font-size: 2.071rem;
  line-height: 2.429rem;
  font-weight: 700;
  margin-bottom: 1.428571428571429rem;
}
.popup-login .control-label-link {
  color: #FFF;
  font-size: 0.886rem;
  line-height: 1;
}
.popup-login .control-label {
  *zoom: 1;
}
.popup-login .control-label:before,
.popup-login .control-label:after {
  content: "";
  display: table;
}
.popup-login .control-label:after {
  clear: both;
}
.popup-login .control-field label span {
  color: #222 !important;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container [class*="sprite-"] {
  margin-top: -1px;
  margin-right: 0.714285714285714rem;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open {
  z-index: 9999;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  opacity: 0;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: #808080;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.sep-horizontal {
  margin: 0 4px;
}
.sep-vertical {
  height: 0;
  font-size: 0;
  border: 0;
  border-top: 1px solid #d8d8d8;
  display: block;
}
@media screen and (min-width: 768px) {
  .sep-vertical {
    margin: 2.857142857142857rem 0;
  }
}
@media screen and (max-width: 767px) {
  .sep-vertical {
    margin: 0.714285714285714rem 0;
  }
}
.sep-vertical-inverse {
  border-color: rgba(255,255,255,0.2);
}
.service {
  background: #fff;
  text-align: center;
  padding-top: 2.142857142857143rem;
  position: relative;
  box-shadow: 0 -5px 27px rgba(0,0,0,0.35);
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition-duration: 0.6s;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
  opacity: 0;
  transition-delay: 0.6s;
}
.service-2 {
  transition-delay: 0.9s;
}
.loaded .service {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
@media screen and (max-width: 639px) {
  .service {
    margin-top: 2.857142857142857rem;
  }
  .service.is-first {
    margin-top: 2.142857142857143rem;
  }
}
.service-icon {
  position: absolute;
  top: 0;
  left: 50%;
  background: #00acda;
  color: #fff;
  width: 74px;
  height: 74px;
  margin-left: -37px;
  margin-top: -37px;
  border-radius: 50px;
  line-height: 74px;
  font-size: 40px;
}
.service-header {
  padding: 2.142857142857143rem;
}
.service-headline {
  font-weight: 700;
  color: #222;
  font-size: 1.886rem;
  line-height: 3.057rem;
}
.service-description {
  font-size: 1.086rem;
  line-height: 1.457rem;
}
.service-content {
  padding: 2.142857142857143rem;
  color: #222;
  background-image: url("../img/bg-service.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #00acda;
}
.service-footer {
  padding: 0 2.142857142857143rem 2.142857142857143rem;
  background-color: #00acda;
}
.service-benefits {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 1.086rem;
  line-height: 1.457rem;
}
.service-benefits li + li {
  margin-top: 0.357142857142857rem;
}
.service-benefits [class*="icon-"] {
  color: #fff;
  margin-right: 5px;
}
.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 4.285714285714286rem;
  color: rgba(215,210,234,0.5);
  transition: color 0.2s ease-in-out;
  cursor: pointer;
  z-index: 30;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  color: #d7d2ea;
}
.slideshow-prev {
  left: 0;
}
.slideshow-next {
  right: 0;
}
.slideshow .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 0;
  padding-top: 3.571428571428572rem;
}
.slideshow .slick-dots > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 1.286rem;
}
.slideshow .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 0.428571428571429rem;
  border-radius: 100px;
  background: rgba(215,210,234,0.5);
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  text-indent: -9999px;
}
.slideshow .slick-dots li:hover {
  background: #d7d2ea;
}
.slideshow .slick-dots li.slick-active {
  background: #d7d2ea;
}
.slideshow-send-package {
  position: relative;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slide {
  font-weight: normal !important;
}
.slick-slide:focus {
  outline: none;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.social-links a {
  color: rgba(255,255,255,0.3);
  font-size: 34px;
  margin: 0 0.714285714285714rem;
  display: inline-block;
}
.social-links a:hover {
  color: #00acda;
}
.stats {
  width: 100%;
  border-collapse: border-collapse;
  border-spacing: 0;
}
.stats tr + tr th,
.stats tr + tr td {
  border-top: 1px solid #d8d8d8;
}
.stats th {
  font-weight: 400;
  text-align: left;
  font-size: 1.086rem;
  line-height: 1.457rem;
  padding: 0.357142857142857rem 0;
}
.stats td {
  text-align: right;
  font-weight: 700;
  color: #00acda;
  font-size: 1.086rem;
  line-height: 1.457rem;
  padding: 0.357142857142857rem 0;
}
.sticky-wrap {
  position: relative;
}
.sticky.is-stay {
  position: absolute;
  top: auto;
  bottom: 0;
  float: left;
  z-index: 100;
}
.sticky.is-stay.sticky-overlap {
  bottom: 55px;
}
.sticky.is-fixed {
  position: fixed;
  top: 0;
  bottom: auto;
  float: left;
  z-index: 100;
}
.sticky.is-fixed.sticky-overlap {
  top: 55px;
}
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
}
@media screen and (max-width: 767px) {
  .table {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
}
.table thead th {
  font-weight: 700;
  color: #222;
  padding: 0 0 0.714285714285714rem 0;
  text-transform: uppercase;
  border-bottom: 2px solid #00acda;
  font-size: 0.886rem;
  line-height: 1.057rem;
}
.table-fixed tbody td {
  border-bottom: 1px solid #d8d8d8;
  padding: 13px 0;
}
@media screen and (min-width: 320px) {
  .table-ss-min tbody td {
    border-bottom: 1px solid #d8d8d8;
    padding: 13px 0;
  }
}
@media screen and (max-width: 319px) {
  .table-ss-min thead {
    display: none;
  }
  .table-ss-min tbody,
  .table-ss-min tr,
  .table-ss-min th,
  .table-ss-min td {
    display: block;
    width: 100%;
    text-align: left;
    height: auto !important;
  }
  .table-ss-min td {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table-ss-min [data-th]:before {
    content: attr(data-th) ':';
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #666;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .table-ss-min td:empty {
    display: none;
  }
  .table-ss-min tr {
    padding: 0.714285714285714rem 1.428571428571429rem;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
  }
  .table-ss-min tr + tr {
    margin-top: 0.714285714285714rem;
  }
  .table-ss-min tr td {
    padding: 0.714285714285714rem 0;
  }
  .table-ss-min tr td + td {
    border-top: 1px solid #d8d8d8;
  }
}
@media screen and (min-width: 480px) {
  .table-xs-min tbody td {
    border-bottom: 1px solid #d8d8d8;
    padding: 13px 0;
  }
}
@media screen and (max-width: 479px) {
  .table-xs-min thead {
    display: none;
  }
  .table-xs-min tbody,
  .table-xs-min tr,
  .table-xs-min th,
  .table-xs-min td {
    display: block;
    width: 100%;
    text-align: left;
    height: auto !important;
  }
  .table-xs-min td {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table-xs-min [data-th]:before {
    content: attr(data-th) ':';
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #666;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .table-xs-min td:empty {
    display: none;
  }
  .table-xs-min tr {
    padding: 0.714285714285714rem 1.428571428571429rem;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
  }
  .table-xs-min tr + tr {
    margin-top: 0.714285714285714rem;
  }
  .table-xs-min tr td {
    padding: 0.714285714285714rem 0;
  }
  .table-xs-min tr td + td {
    border-top: 1px solid #d8d8d8;
  }
}
@media screen and (min-width: 640px) {
  .table-sm-min tbody td {
    border-bottom: 1px solid #d8d8d8;
    padding: 13px 0;
  }
}
@media screen and (max-width: 639px) {
  .table-sm-min thead {
    display: none;
  }
  .table-sm-min tbody,
  .table-sm-min tr,
  .table-sm-min th,
  .table-sm-min td {
    display: block;
    width: 100%;
    text-align: left;
    height: auto !important;
  }
  .table-sm-min td {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table-sm-min [data-th]:before {
    content: attr(data-th) ':';
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #666;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .table-sm-min td:empty {
    display: none;
  }
  .table-sm-min tr {
    padding: 0.714285714285714rem 1.428571428571429rem;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
  }
  .table-sm-min tr + tr {
    margin-top: 0.714285714285714rem;
  }
  .table-sm-min tr td {
    padding: 0.714285714285714rem 0;
  }
  .table-sm-min tr td + td {
    border-top: 1px solid #d8d8d8;
  }
}
@media screen and (min-width: 768px) {
  .table-md-min tbody td {
    border-bottom: 1px solid #d8d8d8;
    padding: 13px 0;
  }
}
@media screen and (max-width: 767px) {
  .table-md-min thead {
    display: none;
  }
  .table-md-min tbody,
  .table-md-min tr,
  .table-md-min th,
  .table-md-min td {
    display: block;
    width: 100%;
    text-align: left;
    height: auto !important;
  }
  .table-md-min td {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table-md-min [data-th]:before {
    content: attr(data-th) ':';
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #666;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .table-md-min td:empty {
    display: none;
  }
  .table-md-min tr {
    padding: 0.714285714285714rem 1.428571428571429rem;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
  }
  .table-md-min tr + tr {
    margin-top: 0.714285714285714rem;
  }
  .table-md-min tr td {
    padding: 0.714285714285714rem 0;
  }
  .table-md-min tr td + td {
    border-top: 1px solid #d8d8d8;
  }
}
@media screen and (min-width: 980px) {
  .table-lg-min tbody td {
    border-bottom: 1px solid #d8d8d8;
    padding: 13px 0;
  }
}
@media screen and (max-width: 979px) {
  .table-lg-min thead {
    display: none;
  }
  .table-lg-min tbody,
  .table-lg-min tr,
  .table-lg-min th,
  .table-lg-min td {
    display: block;
    width: 100%;
    text-align: left;
    height: auto !important;
  }
  .table-lg-min td {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table-lg-min [data-th]:before {
    content: attr(data-th) ':';
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #666;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .table-lg-min td:empty {
    display: none;
  }
  .table-lg-min tr {
    padding: 0.714285714285714rem 1.428571428571429rem;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
  }
  .table-lg-min tr + tr {
    margin-top: 0.714285714285714rem;
  }
  .table-lg-min tr td {
    padding: 0.714285714285714rem 0;
  }
  .table-lg-min tr td + td {
    border-top: 1px solid #d8d8d8;
  }
}
@media screen and (min-width: 1148px) {
  .table-xl-min tbody td {
    border-bottom: 1px solid #d8d8d8;
    padding: 13px 0;
  }
}
@media screen and (max-width: 1147px) {
  .table-xl-min thead {
    display: none;
  }
  .table-xl-min tbody,
  .table-xl-min tr,
  .table-xl-min th,
  .table-xl-min td {
    display: block;
    width: 100%;
    text-align: left;
    height: auto !important;
  }
  .table-xl-min td {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table-xl-min [data-th]:before {
    content: attr(data-th) ':';
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #666;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .table-xl-min td:empty {
    display: none;
  }
  .table-xl-min tr {
    padding: 0.714285714285714rem 1.428571428571429rem;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
  }
  .table-xl-min tr + tr {
    margin-top: 0.714285714285714rem;
  }
  .table-xl-min tr td {
    padding: 0.714285714285714rem 0;
  }
  .table-xl-min tr td + td {
    border-top: 1px solid #d8d8d8;
  }
}
@media screen and (min-width: 1338px) {
  .table-xxl-min tbody td {
    border-bottom: 1px solid #d8d8d8;
    padding: 13px 0;
  }
}
@media screen and (max-width: 1337px) {
  .table-xxl-min thead {
    display: none;
  }
  .table-xxl-min tbody,
  .table-xxl-min tr,
  .table-xxl-min th,
  .table-xxl-min td {
    display: block;
    width: 100%;
    text-align: left;
    height: auto !important;
  }
  .table-xxl-min td {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table-xxl-min [data-th]:before {
    content: attr(data-th) ':';
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #666;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .table-xxl-min td:empty {
    display: none;
  }
  .table-xxl-min tr {
    padding: 0.714285714285714rem 1.428571428571429rem;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
  }
  .table-xxl-min tr + tr {
    margin-top: 0.714285714285714rem;
  }
  .table-xxl-min tr td {
    padding: 0.714285714285714rem 0;
  }
  .table-xxl-min tr td + td {
    border-top: 1px solid #d8d8d8;
  }
}
.testimonial + .testimonial {
  margin-top: 2.857142857142857rem;
}
.testimonial-photo {
  position: relative;
}
@media screen and (min-width: 768px) {
  .testimonial-photo {
    margin-right: 2.142857142857143rem;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-photo {
    margin-right: 0.714285714285714rem;
    width: 4.285714285714286rem;
  }
  .testimonial-photo img {
    max-width: 100%;
  }
}
.testimonial-photo:before {
  content: '“';
  font-size: 100px;
  color: #222;
  position: absolute;
  top: 18px;
  right: 0;
}
.testimonial-photo img {
  border-radius: 100px;
  border: 2px solid #00acda;
}
.testimonial-text {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .testimonial-text {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-text {
    font-size: 1.086rem;
    line-height: 1.457rem;
  }
}
.testimonial-sign {
  font-weight: 700;
  color: #b1b1b1;
}
@media screen and (min-width: 768px) {
  .testimonial-sign {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-sign {
    font-size: 0.886rem;
    line-height: 1.057rem;
  }
}
.timeline {
  padding: 2.142857142857143rem 0 2.142857142857143rem 3.571428571428572rem;
  position: relative;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  border-left: 1px solid #d8d8d8;
}
.timeline-item {
  position: relative;
}
.timeline-item:before {
  content: '';
  width: 17px;
  height: 17px;
  background: #00acda;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: -2.857142857142857rem;
}
.timeline-item + .timeline-item {
  margin-top: 2.142857142857143rem;
}
.timeline-datetime {
  font-weight: 700;
  color: #222;
  font-size: 1.086rem;
  line-height: 1.457rem;
  margin-bottom: 0.714285714285714rem;
}
.timeline-datetime [class*="icon-"] {
  color: #b0b0b0;
  font-size: 14px;
  margin-right: 5px;
}
.timeline-datetime .icon-calendar-o {
  position: relative;
  top: -1px;
}
.timeline-date {
  margin-right: 0.178571428571429rem;
}
.timeline-description {
  font-size: 1.086rem;
  line-height: 1.457rem;
}
ul:not([class]):not([id]) {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul:not([class]):not([id]) li {
  position: relative;
  padding-left: 20px;
  font-size: 1.086rem;
  line-height: 1.457rem;
}
ul:not([class]):not([id]) li + li {
  margin-top: 10px;
}
ul:not([class]):not([id]) li:before {
  content: '';
  border-radius: 100px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #00acda;
}
.user-verification {
  text-align: center;
}
.user-verification p {
  font-size: 1.086rem;
  line-height: 1.457rem;
}
.vertical {
  display: table;
}
.vertical-middle {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.vertical-bottom {
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
}
.logo-image-1 {
  background-image: url("../../sprites/logo.png");
  background-repeat: no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  
}
@media screen and (min-width: 640px) {
  .logo-image-1 {
    width: 100px;
    height: 33px;
         }
}
@media screen and (max-width: 639px) {
  .logo-image-1 {
    width: 100px;
    height: 33px;
    
  }
  
.fedex-partners {
  width: 168px;
  height: 50px;
  
}