.no-scroll {
    overflow: hidden
}

body,
html {
    padding: 0;
    margin: 0;
    font-size: 62.5%;
    background-color: #fff;
    color: #717171
}

body {
    font-size: 1.2rem;
    font-family: "Fira Sans", sans-serif;
    line-height: 2rem;
    font-size: 1.6rem;
    letter-spacing: .02rem
}

:focus {
    outline: 0
}

* img {
    max-width: 100%;
    height: auto;
    display: block
}

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

::selection {
    background: #1881c2;
    color: #fff;
    display: block
}

.clear {
    clear: both;
    display: table;
    content: ' '
}

.grey {
    opacity: .66
}

.date {
    opacity: .66;
    font-style: italic
}

.hidden {
    display: none
}

.visible {
    display: block;
}

.float-right {
    float: right;
    margin-left: auto
}

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

:focus {
    outline: 0
}

[data-url] {
    cursor: pointer
}

p:empty {
    display: none
}

button,
input,
select,
textarea {
    border-radius: 0
}

::-webkit-input-placeholder {
    color: #ccc
}

:-moz-placeholder {
    color: #ccc
}

::-moz-placeholder {
    color: #ccc
}

:-ms-input-placeholder {
    color: #ccc
}

.inline-row-column {
    display: flex;
    flex-direction: column
}

figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0
}

figure>figcaption {
    padding: 15px;
    width: 100%;
    text-align: center
}

details.faq {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 15px 0;
    transition: all .3s ease
}

details.faq>p {
    padding: 15px
}

details.faq:hover {
    opacity: .8
}

details.faq>summary {
    display: flex;
    align-items: center;
    color: transparent;
    background-color: #f5f5f5;
    padding: 15px
}

details.faq>summary::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f059";
    color: #fff
}

details.faq>summary>p {
    margin: 0;
    padding: 0 0 0 15px;
    color: #fff;
    font-weight: 700
}

img {
    border: 0
}

iframe {
    border: 0
}

audio {
    width: 100%
}

a {
    transition: all .3s ease;
    text-decoration: none;
    color: #1f85b0
}

a:hover {
    text-decoration: none;
    color: #717171
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 15px 0 15px 0;
    font-weight: 700;
    margin: 0;
    display: flow-root;
    color: #717171
}

h1 {
    font-family: "Fira Sans", sans-serif;
    font-size: 3rem;
    letter-spacing: .1rem;
    text-align: center;
    margin-bottom: 30px;
    position: relative
}

h2 {
    font-size: 2.6rem;
    line-height: 3.2rem
}

h3 {
    font-family: "Fira Sans", sans-serif;
    font-size: 2rem;
    width: 100%;
    letter-spacing: .1rem
}

h4 {
    font-size: 2.2rem;
    line-height: 2.8rem
}

h5 {
    font-size: 2rem;
    line-height: 2.6rem
}

h6 {
    font-size: 1.8rem;
    line-height: 2.4rem
}

hr {
    box-sizing: content-box;
    height: 0;
    border: 0;
    display: flow-root
}

p:not(:empty) {
    display: flow-root;
    margin: 0 0 15px 0
}

.sep {
    margin: 0 5px 0 5px;
    display: inline-flex;
    flex-grow: 1;
    max-width: 1px;
    height: 100%;
    border-right: 1px solid #ccc
}

.sep:before {
    content: '.';
    color: transparent
}

time {
    padding: 15px 0 15px 0;
    font-style: italic;
    display: inline-block
}

input[name=poohbear] {
    display: none
}

.center-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.top-left {
    justify-content: flex-start;
    align-items: flex-start
}

.top-center {
    align-items: flex-start;
    justify-content: center
}

.top-right {
    justify-content: flex-end;
    align-items: flex-start
}

.center-left {
    align-items: center;
    justify-content: flex-start
}

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

.center-right {
    align-items: center;
    justify-content: flex-end
}

.bottom-left {
    justify-content: flex-start;
    align-items: flex-end
}

.bottom-center {
    align-items: flex-end;
    justify-content: center
}

.bottom-right {
    justify-content: flex-end;
    align-items: flex-end
}

.danger,
.info,
.succes,
.warning {
    color: #fff;
    margin: 15px 0 15px 0;
    padding: 15px;
    transition: all .3s ease;
    display: inline-block;
    align-items: center
}

.danger.full,
.info.full,
.succes.full,
.warning.full {
    display: flex;
    align-items: center
}

.danger.full p,
.info.full p,
.succes.full p,
.warning.full p {
    margin: 0
}

.danger i,
.info i,
.succes i,
.warning i {
    font-size: 2rem;
    margin: 0 15px 0 0
}

.button.succes,
.succes {
    border: 1px solid rgba(0, 153, 51, .1);
    background-color: rgba(0, 153, 51, .6);
    color: #fff
}

.button.succes:hover,
.succes:hover {
    background-color: rgba(0, 153, 51, .8)
}

.button.danger,
.danger {
    border: 1px solid rgba(255, 0, 0, .1);
    background-color: rgba(255, 0, 0, .6);
    color: #fff
}

.button.danger:hover,
.danger:hover {
    background-color: rgba(255, 0, 0, .8)
}

.button.warning,
.warning {
    border: 1px solid rgba(255, 204, 0, .1);
    background-color: rgba(255, 204, 0, .6);
    color: #000
}

.button.warning:hover,
.warning:hover {
    background-color: rgba(255, 204, 0, .8)
}

.button.info,
.info {
    border: 1px solid rgba(0, 153, 255, .1);
    background-color: rgba(0, 153, 255, .6);
    color: #fff
}

.button.info:hover,
.info:hover {
    background-color: rgba(0, 153, 255, .8)
}

.buildix-warning {
    font-family: Courier New, Courier, monospace;
    background-color: #000;
    font-size: 12px;
    padding: 15px;
    margin: 0 0 15px 0;
    text-align: center;
    color: #fdb92a
}

.buildix-warning:hover {
    background-color: #111
}

span.required {
    color: #900;
    padding: 0 0 0 5px;
    display: inline-block
}

input {
    display: block;
    width: 100%;
    border: none;
    transition: .15s ease-in-out
}

a.button1:disabled,
button.button1:disabled,
button.button2:disabled,
button:disabled {
    cursor: not-allowed
}

textarea {
    resize: vertical;
    max-height: 500px;
    min-height: 150px
}

div:focus {
    border: 1px solid #888
}

.no-scroll {
    overflow: hidden
}

.button {
    color: #fff;
    background-color: #29baea;
    min-width: 50px;
    min-height: 50px
}

.button:hover {
    background-color: #f5f5f5;
    color: #333;
    opacity: .8
}

.button:focus {
    border: 1px solid #888
}

.button i {
    font-size: 2rem
}

.load::after {
    font-family: 'Font Awesome 5 Free';
    vertical-align: middle;
    font-weight: 900;
    content: '\f110';
    position: absolute;
    right: 10px;
    animation: spin 1s ease infinite;
    color: #fff
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    vertical-align: baseline;
    padding: 15px 25px 15px 25px;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: none;
    font-size: 1.4rem;
    border: none
}

.button:hover {
    text-decoration: none
}

.button.big {
    padding: 20px 30px 20px 30px;
    font-size: 1.6rem
}

.button.small {
    padding: 10px 20px 10px 20px;
    font-size: 1.2rem
}

.button.full {
    display: flow-root
}

.no-scroll {
    overflow: hidden
}

header.header {
    display: flex;
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background-color: #fff;
    transition: all .3s ease;
    position: sticky
}

header.header.fixed {
    /* position: fixed;
    top: -50px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .1) */
}

header.header .block {
    margin-top: 50px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.header .contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #3B6EAA;
    color: #333;
    min-height: 50px
}

.header .contact .block {
    margin: 0;
    justify-content: space-between;
    align-items: center
}

.header .contact a {
    color: #fff
}

.header .contact a:hover {
    color: #CEECF4
}

.logo {
    margin: 15px 0 0 0;
    max-width: 300px;
    width: 100%
}

.no-scroll {
    overflow: hidden
}

.toggle-menu,
.toggle-square {
    min-width: 50px;
    min-height: 50px
}

.toggle-menu {
    justify-content: center;
    align-items: center;
    background-color: #1881c2;
    cursor: pointer;
    position: fixed;
    display: none;
    z-index: 992;
    color: #fff;
    right: 0;
    top: 0
}

.menu-outer ul li {
    background-color: #fff;
    transition: all .3s ease
}

.menu-outer ul li:hover {
    background-color: #f2f2f2
}

.menu-outer ul li a {
    color: #333
}

.menu-outer ul li.active>a {
    font-weight: 700
}

.menu-outer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.menu-outer i {
    color: #333;
    position: absolute;
    right: 15px;
    top: 15px
}

.menu-outer:not(.responsive) .toggle-back {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0
}

.menu-outer:not(.responsive) .menu {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.menu-outer:not(.responsive) .menu ul.most-left {
    right: 0
}

.menu-outer:not(.responsive) .menu ul.ul-most-left {
    transform: translateX(-100%);
    left: 0;
    z-index: 991
}

.menu-outer:not(.responsive) .menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    transition: all .3s ease
}

.menu-outer:not(.responsive) .menu li:hover>ul {
    top: 100%
}

.menu-outer:not(.responsive) .menu li a {
    width: 100%;
    padding: 15px
}

.menu-outer:not(.responsive) .menu li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
    position: absolute;
    transition: opacity .3s ease
}

.menu-outer:not(.responsive) .menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    max-height: 999px
}

.menu-outer:not(.responsive) .menu li ul li {
    position: relative
}

.menu-outer:not(.responsive) .menu li ul li ul {
    left: 100%
}

.menu-outer:not(.responsive) .menu li ul li:hover>ul {
    top: 0;
    min-width: 200px;
    width: 100%
}

.menu-outer.responsive {
    max-width: 480px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: -300px 3px 10px rgba(0, 0, 0, .5);
    display: none;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .3);
    max-height: 100vh;
    transform: translateX(100%);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 1
}

.menu-outer.responsive .toggle-back {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 992;
    top: 0;
    right: 50px;
    max-width: calc(100% - 50px);
    min-height: 50px;
    width: 100%;
    background-color: #1da1f2;
    color: #fff;
    max-height: 50px;
    cursor: pointer
}

.menu-outer.responsive .toggle-back>span {
    margin-left: 50px;
    font-weight: 700
}

.menu-outer.responsive .toggle-back i {
    position: absolute;
    left: 15px;
    color: #fff
}

.menu-outer.responsive.show {
    opacity: 1;
    display: flex;
    transform: translateX(0)
}

.menu-outer.responsive .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 480px;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    position: relative;
    z-index: 2;
    background-color: #fff
}

.menu-outer.responsive .menu ul[data-level] {
    opacity: 0;
    transition: all .3s ease;
    position: fixed;
    transform: translateX(100%);
    z-index: 991;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh
}

.menu-outer.responsive .menu ul[data-level].show {
    opacity: 1;
    transform: translateX(0)
}

.menu-outer.responsive .menu li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    transition: all .3s ease
}

.menu-outer.responsive .menu li,
.menu-outer.responsive .menu ul {
    width: 100%;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column
}

.menu-outer.responsive .menu li a {
    padding: 15px;
    width: calc(100% - $padding);
    float: left
}

.menu-outer.responsive .menu ul {
    padding: 0;
    min-height: 100vh;
    background-color: #fff;
    padding: 0;
    top: 50px
}

.menu-outer.responsive .menu li>ul>li>ul {
    top: 0
}

.no-scroll {
    overflow: hidden
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fbfbfb;
    padding: 5px 15px 5px 15px;
    margin: 0 0 15px
}

.main {
    display: flex;
    max-width: 1400px;
    margin: 15px auto 15px auto;
    width: 100%;
    flex-direction: column
}

.main article {
    width: 100%
}

.main figure {
    float: left
}

.main section.body {
    padding: 15px;
    display: flow-root
}

.block {
    max-width: 1400px;
    margin: 15px auto 15px auto;
    width: 100%
}

.blockfull {
    width: calc(100% + $margin + $margin);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    margin: 15px 0 15px 0;
    padding: 15px
}

.page-footer > .block {
    display: flex;
    justify-content: space-between;
}

.footer {
    font-size: 1.4rem
}

.footer .buildix-columns .buildix-column {
    background-color: transparent
}

.no-scroll {
    overflow: hidden
}

.article-header {
    float: right;
    display: table-cell
}

.no-scroll {
    overflow: hidden
}

.form-columm {
    max-width: 100%;
    width: 100%
}

.form-columm-header {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    align-items: center
}

.form-columm-bar {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    align-items: center
}

.form-columm-inner {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start
}

.form-columm-row {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding: 0 0 15px 0
}

.form-columm-row input[type=number],
.form-columm-row input[type=password],
.form-columm-row input[type=submit],
.form-columm-row input[type=text],
.form-columm-row select,
.form-columm-row textarea {
    font-family: "Fira Sans", sans-serif;
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    font-size: 1.4rem
}

.form-columm-row input[type=number]:focus,
.form-columm-row input[type=password]:focus,
.form-columm-row input[type=submit]:focus,
.form-columm-row input[type=text]:focus,
.form-columm-row select:focus,
.form-columm-row textarea:focus {
    transition: all .3s ease;
    border-color: #f5f5f5
}

.form-columm-row input[type=checkbox],
.form-columm-row input[type=radio] {
    width: auto;
    display: inline-flex;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc
}

.form-columm-row button,
.form-columm-row input[type=submit] {
    transition: all .3s ease;
    padding: 15px;
    cursor: pointer;
    background-color: #29baea;
    color: #fff;
    width: 200px;
    border: none
}

.form-columm-row button:hover,
.form-columm-row input[type=submit]:hover {
    background-color: #fbfbfb;
    color: #29baea
}

.form-columm-row button:disabled,
.form-columm-row input[type=submit]:disabled {
    background-color: #fbfbfb;
    color: #f5f5f5
}

.form-columm-row select {
    display: none
}

.form-columm-row .buildix-select {
    width: 100%
}

.form-columm-row .form-column-box:nth-child(2) {
    margin-left: 15px
}

.form-columm-row .form-column-box:nth-child(3) {
    margin-left: 15px
}

.form-columm-row .form-column-box:nth-child(4) {
    margin-left: 15px
}

.form-columm-row .form-column-box:nth-child(5) {
    margin-left: 15px
}

.form-columm-row .form-column-box:nth-child(6) {
    margin-left: 15px
}

.form-columm-row .form-column-box:nth-child(7) {
    margin-left: 15px
}

.form-columm-row .form-column-box:nth-child(8) {
    margin-left: 15px
}

.form-columm-row .form-column-box:nth-child(9) {
    margin-left: 15px
}

.small {
    width: 10%
}

.small-html {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 15px 0
}

.small-description {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    background-color: #f2f2f2;
    padding: 15px;
    margin: 0 0 15px 0
}

.small-description i {
    margin: 0 15px 0 0
}

.form-column-box.full-column {
    display: flex;
    max-width: 100%;
    width: 100%;
    flex-direction: column
}

.form-column-box.full-row {
    max-width: 100%;
    width: 100%;
    flex-direction: row
}

.form-columm-label {
    max-width: 100%;
    width: 100%;
    padding: 0 0 5px 0
}

.form-columm-button {
    max-width: 100%;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end
}

.form-columm-footer {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    align-items: center
}

.no-scroll {
    overflow: hidden
}

.column-body,
.column-caption,
.column-figure,
.column-footer,
.column-header,
.column-time {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 0
}

.column-body:empty,
.column-caption:empty,
.column-figure:empty,
.column-footer:empty,
.column-header:empty,
.column-time:empty {
    display: none
}

.not-active {
    transition: opacity .3s ease;
    opacity: .6
}

.not-active:hover {
    opacity: 1
}

article.column {
    display: flex;
    flex-direction: column;
    border: 1px solid #f5f5f5
}

article.column .column-figure {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: stretch
}

article.column .column-figure a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    position: relative;
    margin: 0;
    padding: 0
}

article.column .column-figure a[data-imageloader] {
    min-height: 300px
}

article.column .column-figure a:hover::before {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    font-size: 3rem;
    opacity: 1
}

article.column .column-figure a::before {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-family: 'Font Awesome 5 Free';
    vertical-align: middle;
    font-weight: 900;
    transition: opacity, font-size, background-color .3s ease;
    background-color: rgba(0, 0, 0, 0);
    font-size: .1rem;
    content: "\f083";
    color: #fff;
    opacity: 0
}

article.column .column-figure .column-caption {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 700;
    padding: 5px 0 15px 0;
    font-size: 1.2rem
}

article.column .column-body {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 15px 0;
    font-size: 1.2rem
}

article.column .column-body h2 {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #717171;
    margin: 0;
    padding: 0 0 15px 0;
    min-height: 75px
}

article.column .column-body:empty {
    display: none
}

article.column .column-body .column-row {
    display: flex;
    flex-direction: row
}

article.column .column-time {
    padding: 0 0 15px 0
}

article.column .column-footer {
    justify-content: flex-end;
    align-items: flex-end
}

article.column .column-footer .button {
    width: 100%
}

.sections {
    background-color: #fff
}

.sections .column-section:nth-child(odd) {
    flex-direction: row-reverse
}

article.column.column-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

article.column.column-section .column-header {
    width: 50%
}

article.column.column-section .column-body {
    padding: 5% 15px 5% 15px;
    width: 50%
}

.no-scroll {
    overflow: hidden
}

.column.product {
    background-color: #fff;
    border: 1px solid #E2E2E2;
}

.column.product .column-row {
    margin: 15px 0 15px 0
}

.column.product .column-body h2 {
    margin-top: 15px;
    min-height: 15px;
    font-size: 1.2rem
}

article.column .column-footer.product-actions {
    align-items: stretch
}

.product-actions {
    display: flex;
    flex-direction: row;
    min-height: 50px;
    align-items: stretch
}

.product-actions button,
.product-actions input {
    flex-grow: 1
}

.product-actions button {
    transition: all .3s ease;
    min-width: 50px;
    min-height: 50px;
    border: none;
    background-color: #29baea;
    color: #fff;
    cursor: pointer
}

.product-actions button:hover {
    background-color: #f5f5f5;
    color: #717171
}

.product-actions input {
    border: 1px solid #dddee2;
    margin: 0 5px 0 5px;
    text-align: center
}

.no-scroll {
    overflow: hidden
}

a.basket {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    min-width: 50px;
    background-color: #fbfbfb;
    color: #29baea;
    position: relative
}

a.basket .amount {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3px;
    right: -3px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 15px;
    background-color: #29baea;
    color: #fff;
    transform: scale(1);
    font-size: .9rem
}

a.basket .amount.add {
    animation: bounce .3s ease infinite
}

.no-scroll {
    overflow: hidden
}

.table {
    display: flex;
    flex-direction: column
}

.table .table-row {
    display: flex;
    flex-direction: row
}

.table .table-column {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    width: 100%;
    background-color: #fbfbfb
}

.table .table-column.head {
    display: flex;
    font-weight: 800
}

.table .table-column.body {
    background-color: #fff;
    border-bottom: 1px solid #dddee2
}

.table .table-column.align-end {
    justify-content: flex-end
}

.table .table-column.align-center {
    justify-content: center
}

.no-scroll {
    overflow: hidden
}

.slide-header {
    background-color: #fff;
    border: 1px solid #e2e2e2
}

.slide-header:hover {
    border: 1px solid #ccc
}

.slide-header:hover:before {
    font-size: 3rem
}

.slide {
    display: flex;
    flex-direction: column;
    margin: 0 0 15px 0
}

.slide .slide-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    transition: all .3s ease;
    align-items: center;
    padding: 15px 0 15px 15px;
    cursor: pointer
}

.slide .slide-header::before {
    transition: all .3s ease
}

.slide .slide-header::after {
    font-family: 'Font Awesome 5 Free';
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: 0;
    transition: all .3s ease;
    content: '\f067';
    margin: 0 15px 0 0
}

.slide .slide-body {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
    transition: all .3s ease
}

.slide .slide-body.show {
    padding: 15px 0 15px 0;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    max-height: 999px
}

.no-scroll {
    overflow: hidden
}

.footer {
    padding: 15px;
    background-color: #CEECF4
}

.footer>.block {
    display: inherit
}

.footer a {
    margin: 0 15px 0 15px
}

.footer .reto {
    float: right
}

.footer small {
    font-size: 1.2rem !important
}

.no-scroll {
    overflow: hidden
}

article.column.info {
    background-color: #f5f5f5;
    color: #717171
}

article.column header i {
    font-size: 5rem;
    color: #29baea
}

article.column figure.center-center,
article.column header.center-center,
article.column section.center-center,
article.column.center-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.center-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.news article.column {
    background-color: #fff
}

.column-section {
    background-color: #f5f5f5
}

.column-section header figure {
    background-position: top center
}

.column-section.column .column-body h2 {
    font-size: 3rem
}

.buildix-columns .contact-info i {
    font-size: 5rem
}

.buildix-columns .contact-info ul {
    margin: 0;
    padding: 0;
    width: 100%
}

.buildix-columns .contact-info ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    list-style: none;
    padding: 15px;
    border-bottom: 1px solid #dddee2
}

.footer .buildix-columns ul {
    padding: 0;
    margin: 0;
    width: 100%
}

.footer .buildix-columns ul li {
    display: flex;
    align-items: stretch;
    margin: 0;
    list-style: none;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #dddee2
}

.footer .buildix-columns ul li a {
    display: flex;
    flex-grow: 1;
    width: 100%;
    margin: 0
}

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

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        display: block
    }

    .content-image {
        width: 100%;
        padding: 15px 0 15px 0
    }

    .content-image img {
        width: 100%
    }

    .article-image {
        width: 100%;
        padding: 15px 0 15px 0
    }

    .article-image img {
        width: 100%
    }

    .header .contact {
        padding: 0 65px 0 0
    }

    .logo {
        max-width: 100px
    }

    .toggle-menu {
        display: flex
    }

    .main {
        padding: 15px
    }

    .main figure {
        width: 100%
    }

    .article-header {
        display: block;
        width: 100%
    }

    .form-columm-row select {
        display: block
    }

    article.column.column-section {
        flex-direction: column;
        flex-wrap: nowrap
    }

    article.column.column-section .column-header {
        width: 100%;
        min-height: 300px
    }

    article.column.column-section .column-body {
        padding: 5% 15px 5% 15px;
        width: 100%
    }

    article.column.column-section:nth-child(odd) {
        flex-direction: column
    }

    .article-header {
        display: block;
        width: 100%
    }

    a.basket {
        margin-right: 50px
    }

    .table {
        display: flex;
        flex-direction: column
    }

    .table .table-row {
        display: flex;
        flex-direction: column
    }

    .table .table-column.head {
        display: none
    }

    header.header.fixed .block {
        min-height: 50px
    }

    header.header .block {
        padding: 0 15px 0 15px
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes bounce {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.8)
    }

    70% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.no-scroll {
    overflow: hidden
}

.bingmaps {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.27198%
}

.bingmaps>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.buildix-columns.buildix-columns-2 .buildix-column.bingmaps {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 28%
}

.buildix-columns.buildix-columns-3 .buildix-column.bingmaps {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 20%
}

.buildix-columns.buildix-columns-4 .buildix-column.bingmaps {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 13.5%
}

.buildix-columns.buildix-columns-6 .buildix-column.bingmaps {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 9%
}

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

    .buildix-columns.buildix-columns-2 .buildix-column.bingmaps,
    .buildix-columns.buildix-columns-4 .buildix-column.bingmaps,
    .buildix-columns.buildix-columns-6 .buildix-column.bingmaps {
        padding-bottom: 56%
    }
}

.no-scroll {
    overflow: hidden
}

.cookiebar {
    font-size: 1.2rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
    padding: 0 15px 0 15px;
    background-color: #fbfbfb;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .9)
}

.cookiebar .block {
    display: flex;
    flex-direction: row;
    align-items: center
}

.cookiebar .block p {
    width: 100%;
    margin: 0 15px 0 0;
    color: #333
}

@media screen and (max-width:768px) {
    .cookie_notification .column_page_width {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .cookie_notification .column_page_width p {
        margin: 0
    }

    .cookie_notification .column_page_width a.button1 {
        max-width: 100%;
        width: 100%;
        margin: 15px 0 0 0
    }
}

.no-scroll {
    overflow: hidden
}

.googlemaps {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.27198%
}

.googlemaps>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.buildix-columns.buildix-columns-2 .buildix-column.googlemaps {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 28%
}

.buildix-columns.buildix-columns-3 .buildix-column.googlemaps {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 20%
}

.buildix-columns.buildix-columns-4 .buildix-column.googlemaps {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 13.5%
}

.buildix-columns.buildix-columns-6 .buildix-column.googlemaps {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 9%
}

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

    .buildix-columns.buildix-columns-2 .buildix-column.googlemaps,
    .buildix-columns.buildix-columns-4 .buildix-column.googlemaps,
    .buildix-columns.buildix-columns-6 .buildix-column.googlemaps {
        padding-bottom: 56%
    }
}

.no-scroll {
    overflow: hidden
}

.flag-icon,
.flag-icon-ad,
.flag-icon-ad.flag-icon-squared,
.flag-icon-ae,
.flag-icon-ae.flag-icon-squared,
.flag-icon-af,
.flag-icon-af.flag-icon-squared,
.flag-icon-ag,
.flag-icon-ag.flag-icon-squared,
.flag-icon-ai,
.flag-icon-ai.flag-icon-squared,
.flag-icon-al,
.flag-icon-al.flag-icon-squared,
.flag-icon-am,
.flag-icon-am.flag-icon-squared,
.flag-icon-ao,
.flag-icon-ao.flag-icon-squared,
.flag-icon-aq,
.flag-icon-aq.flag-icon-squared,
.flag-icon-ar,
.flag-icon-ar.flag-icon-squared,
.flag-icon-as,
.flag-icon-as.flag-icon-squared,
.flag-icon-at,
.flag-icon-at.flag-icon-squared,
.flag-icon-au,
.flag-icon-au.flag-icon-squared,
.flag-icon-aw,
.flag-icon-aw.flag-icon-squared,
.flag-icon-ax,
.flag-icon-ax.flag-icon-squared,
.flag-icon-az,
.flag-icon-az.flag-icon-squared,
.flag-icon-ba,
.flag-icon-ba.flag-icon-squared,
.flag-icon-background,
.flag-icon-bb,
.flag-icon-bb.flag-icon-squared,
.flag-icon-bd,
.flag-icon-bd.flag-icon-squared,
.flag-icon-be,
.flag-icon-be.flag-icon-squared,
.flag-icon-bf,
.flag-icon-bf.flag-icon-squared,
.flag-icon-bg,
.flag-icon-bg.flag-icon-squared,
.flag-icon-bh,
.flag-icon-bh.flag-icon-squared,
.flag-icon-bi,
.flag-icon-bi.flag-icon-squared,
.flag-icon-bj,
.flag-icon-bj.flag-icon-squared,
.flag-icon-bl,
.flag-icon-bl.flag-icon-squared,
.flag-icon-bm,
.flag-icon-bm.flag-icon-squared,
.flag-icon-bn,
.flag-icon-bn.flag-icon-squared,
.flag-icon-bo,
.flag-icon-bo.flag-icon-squared,
.flag-icon-bq,
.flag-icon-bq.flag-icon-squared,
.flag-icon-br,
.flag-icon-br.flag-icon-squared,
.flag-icon-bs,
.flag-icon-bs.flag-icon-squared,
.flag-icon-bt,
.flag-icon-bt.flag-icon-squared,
.flag-icon-bv,
.flag-icon-bv.flag-icon-squared,
.flag-icon-bw,
.flag-icon-bw.flag-icon-squared,
.flag-icon-by,
.flag-icon-by.flag-icon-squared,
.flag-icon-bz,
.flag-icon-bz.flag-icon-squared,
.flag-icon-ca,
.flag-icon-ca.flag-icon-squared,
.flag-icon-cc,
.flag-icon-cc.flag-icon-squared,
.flag-icon-cd,
.flag-icon-cd.flag-icon-squared,
.flag-icon-cf,
.flag-icon-cf.flag-icon-squared,
.flag-icon-cg,
.flag-icon-cg.flag-icon-squared,
.flag-icon-ch,
.flag-icon-ch.flag-icon-squared,
.flag-icon-ci,
.flag-icon-ci.flag-icon-squared,
.flag-icon-ck,
.flag-icon-ck.flag-icon-squared,
.flag-icon-cl,
.flag-icon-cl.flag-icon-squared,
.flag-icon-cm,
.flag-icon-cm.flag-icon-squared,
.flag-icon-cn,
.flag-icon-cn.flag-icon-squared,
.flag-icon-co,
.flag-icon-co.flag-icon-squared,
.flag-icon-cr,
.flag-icon-cr.flag-icon-squared,
.flag-icon-cu,
.flag-icon-cu.flag-icon-squared,
.flag-icon-cv,
.flag-icon-cv.flag-icon-squared,
.flag-icon-cw,
.flag-icon-cw.flag-icon-squared,
.flag-icon-cx,
.flag-icon-cx.flag-icon-squared,
.flag-icon-cy,
.flag-icon-cy.flag-icon-squared,
.flag-icon-cz,
.flag-icon-cz.flag-icon-squared,
.flag-icon-de,
.flag-icon-de.flag-icon-squared,
.flag-icon-dj,
.flag-icon-dj.flag-icon-squared,
.flag-icon-dk,
.flag-icon-dk.flag-icon-squared,
.flag-icon-dm,
.flag-icon-dm.flag-icon-squared,
.flag-icon-do,
.flag-icon-do.flag-icon-squared,
.flag-icon-dz,
.flag-icon-dz.flag-icon-squared,
.flag-icon-ec,
.flag-icon-ec.flag-icon-squared,
.flag-icon-ee,
.flag-icon-ee.flag-icon-squared,
.flag-icon-eg,
.flag-icon-eg.flag-icon-squared,
.flag-icon-eh,
.flag-icon-eh.flag-icon-squared,
.flag-icon-er,
.flag-icon-er.flag-icon-squared,
.flag-icon-es,
.flag-icon-es-ca,
.flag-icon-es-ca.flag-icon-squared,
.flag-icon-es-ga,
.flag-icon-es-ga.flag-icon-squared,
.flag-icon-es.flag-icon-squared,
.flag-icon-et,
.flag-icon-et.flag-icon-squared,
.flag-icon-eu,
.flag-icon-eu.flag-icon-squared,
.flag-icon-fi,
.flag-icon-fi.flag-icon-squared,
.flag-icon-fj,
.flag-icon-fj.flag-icon-squared,
.flag-icon-fk,
.flag-icon-fk.flag-icon-squared,
.flag-icon-fm,
.flag-icon-fm.flag-icon-squared,
.flag-icon-fo,
.flag-icon-fo.flag-icon-squared,
.flag-icon-fr,
.flag-icon-fr.flag-icon-squared,
.flag-icon-ga,
.flag-icon-ga.flag-icon-squared,
.flag-icon-gb,
.flag-icon-gb-eng,
.flag-icon-gb-eng.flag-icon-squared,
.flag-icon-gb-nir,
.flag-icon-gb-nir.flag-icon-squared,
.flag-icon-gb-sct,
.flag-icon-gb-sct.flag-icon-squared,
.flag-icon-gb-wls,
.flag-icon-gb-wls.flag-icon-squared,
.flag-icon-gb.flag-icon-squared,
.flag-icon-gd,
.flag-icon-gd.flag-icon-squared,
.flag-icon-ge,
.flag-icon-ge.flag-icon-squared,
.flag-icon-gf,
.flag-icon-gf.flag-icon-squared,
.flag-icon-gg,
.flag-icon-gg.flag-icon-squared,
.flag-icon-gh,
.flag-icon-gh.flag-icon-squared,
.flag-icon-gi,
.flag-icon-gi.flag-icon-squared,
.flag-icon-gl,
.flag-icon-gl.flag-icon-squared,
.flag-icon-gm,
.flag-icon-gm.flag-icon-squared,
.flag-icon-gn,
.flag-icon-gn.flag-icon-squared,
.flag-icon-gp,
.flag-icon-gp.flag-icon-squared,
.flag-icon-gq,
.flag-icon-gq.flag-icon-squared,
.flag-icon-gr,
.flag-icon-gr.flag-icon-squared,
.flag-icon-gs,
.flag-icon-gs.flag-icon-squared,
.flag-icon-gt,
.flag-icon-gt.flag-icon-squared,
.flag-icon-gu,
.flag-icon-gu.flag-icon-squared,
.flag-icon-gw,
.flag-icon-gw.flag-icon-squared,
.flag-icon-gy,
.flag-icon-gy.flag-icon-squared,
.flag-icon-hk,
.flag-icon-hk.flag-icon-squared,
.flag-icon-hm,
.flag-icon-hm.flag-icon-squared,
.flag-icon-hn,
.flag-icon-hn.flag-icon-squared,
.flag-icon-hr,
.flag-icon-hr.flag-icon-squared,
.flag-icon-ht,
.flag-icon-ht.flag-icon-squared,
.flag-icon-hu,
.flag-icon-hu.flag-icon-squared,
.flag-icon-id,
.flag-icon-id.flag-icon-squared,
.flag-icon-ie,
.flag-icon-ie.flag-icon-squared,
.flag-icon-il,
.flag-icon-il.flag-icon-squared,
.flag-icon-im,
.flag-icon-im.flag-icon-squared,
.flag-icon-in,
.flag-icon-in.flag-icon-squared,
.flag-icon-io,
.flag-icon-io.flag-icon-squared,
.flag-icon-iq,
.flag-icon-iq.flag-icon-squared,
.flag-icon-ir,
.flag-icon-ir.flag-icon-squared,
.flag-icon-is,
.flag-icon-is.flag-icon-squared,
.flag-icon-it,
.flag-icon-it.flag-icon-squared,
.flag-icon-je,
.flag-icon-je.flag-icon-squared,
.flag-icon-jm,
.flag-icon-jm.flag-icon-squared,
.flag-icon-jo,
.flag-icon-jo.flag-icon-squared,
.flag-icon-jp,
.flag-icon-jp.flag-icon-squared,
.flag-icon-ke,
.flag-icon-ke.flag-icon-squared,
.flag-icon-kg,
.flag-icon-kg.flag-icon-squared,
.flag-icon-kh,
.flag-icon-kh.flag-icon-squared,
.flag-icon-ki,
.flag-icon-ki.flag-icon-squared,
.flag-icon-km,
.flag-icon-km.flag-icon-squared,
.flag-icon-kn,
.flag-icon-kn.flag-icon-squared,
.flag-icon-kp,
.flag-icon-kp.flag-icon-squared,
.flag-icon-kr,
.flag-icon-kr.flag-icon-squared,
.flag-icon-kw,
.flag-icon-kw.flag-icon-squared,
.flag-icon-ky,
.flag-icon-ky.flag-icon-squared,
.flag-icon-kz,
.flag-icon-kz.flag-icon-squared,
.flag-icon-la,
.flag-icon-la.flag-icon-squared,
.flag-icon-lb,
.flag-icon-lb.flag-icon-squared,
.flag-icon-lc,
.flag-icon-lc.flag-icon-squared,
.flag-icon-li,
.flag-icon-li.flag-icon-squared,
.flag-icon-lk,
.flag-icon-lk.flag-icon-squared,
.flag-icon-lr,
.flag-icon-lr.flag-icon-squared,
.flag-icon-ls,
.flag-icon-ls.flag-icon-squared,
.flag-icon-lt,
.flag-icon-lt.flag-icon-squared,
.flag-icon-lu,
.flag-icon-lu.flag-icon-squared,
.flag-icon-lv,
.flag-icon-lv.flag-icon-squared,
.flag-icon-ly,
.flag-icon-ly.flag-icon-squared,
.flag-icon-ma,
.flag-icon-ma.flag-icon-squared,
.flag-icon-mc,
.flag-icon-mc.flag-icon-squared,
.flag-icon-md,
.flag-icon-md.flag-icon-squared,
.flag-icon-me,
.flag-icon-me.flag-icon-squared,
.flag-icon-mf,
.flag-icon-mf.flag-icon-squared,
.flag-icon-mg,
.flag-icon-mg.flag-icon-squared,
.flag-icon-mh,
.flag-icon-mh.flag-icon-squared,
.flag-icon-mk,
.flag-icon-mk.flag-icon-squared,
.flag-icon-ml,
.flag-icon-ml.flag-icon-squared,
.flag-icon-mm,
.flag-icon-mm.flag-icon-squared,
.flag-icon-mn,
.flag-icon-mn.flag-icon-squared,
.flag-icon-mo,
.flag-icon-mo.flag-icon-squared,
.flag-icon-mp,
.flag-icon-mp.flag-icon-squared,
.flag-icon-mq,
.flag-icon-mq.flag-icon-squared,
.flag-icon-mr,
.flag-icon-mr.flag-icon-squared,
.flag-icon-ms,
.flag-icon-ms.flag-icon-squared,
.flag-icon-mt,
.flag-icon-mt.flag-icon-squared,
.flag-icon-mu,
.flag-icon-mu.flag-icon-squared,
.flag-icon-mv,
.flag-icon-mv.flag-icon-squared,
.flag-icon-mw,
.flag-icon-mw.flag-icon-squared,
.flag-icon-mx,
.flag-icon-mx.flag-icon-squared,
.flag-icon-my,
.flag-icon-my.flag-icon-squared,
.flag-icon-mz,
.flag-icon-mz.flag-icon-squared,
.flag-icon-na,
.flag-icon-na.flag-icon-squared,
.flag-icon-nc,
.flag-icon-nc.flag-icon-squared,
.flag-icon-ne,
.flag-icon-ne.flag-icon-squared,
.flag-icon-nf,
.flag-icon-nf.flag-icon-squared,
.flag-icon-ng,
.flag-icon-ng.flag-icon-squared,
.flag-icon-ni,
.flag-icon-ni.flag-icon-squared,
.flag-icon-nl,
.flag-icon-nl.flag-icon-squared,
.flag-icon-no,
.flag-icon-no.flag-icon-squared,
.flag-icon-np,
.flag-icon-np.flag-icon-squared,
.flag-icon-nr,
.flag-icon-nr.flag-icon-squared,
.flag-icon-nu,
.flag-icon-nu.flag-icon-squared,
.flag-icon-nz,
.flag-icon-nz.flag-icon-squared,
.flag-icon-om,
.flag-icon-om.flag-icon-squared,
.flag-icon-pa,
.flag-icon-pa.flag-icon-squared,
.flag-icon-pe,
.flag-icon-pe.flag-icon-squared,
.flag-icon-pf,
.flag-icon-pf.flag-icon-squared,
.flag-icon-pg,
.flag-icon-pg.flag-icon-squared,
.flag-icon-ph,
.flag-icon-ph.flag-icon-squared,
.flag-icon-pk,
.flag-icon-pk.flag-icon-squared,
.flag-icon-pl,
.flag-icon-pl.flag-icon-squared,
.flag-icon-pm,
.flag-icon-pm.flag-icon-squared,
.flag-icon-pn,
.flag-icon-pn.flag-icon-squared,
.flag-icon-pr,
.flag-icon-pr.flag-icon-squared,
.flag-icon-ps,
.flag-icon-ps.flag-icon-squared,
.flag-icon-pt,
.flag-icon-pt.flag-icon-squared,
.flag-icon-pw,
.flag-icon-pw.flag-icon-squared,
.flag-icon-py,
.flag-icon-py.flag-icon-squared,
.flag-icon-qa,
.flag-icon-qa.flag-icon-squared,
.flag-icon-re,
.flag-icon-re.flag-icon-squared,
.flag-icon-ro,
.flag-icon-ro.flag-icon-squared,
.flag-icon-rs,
.flag-icon-rs.flag-icon-squared,
.flag-icon-ru,
.flag-icon-ru.flag-icon-squared,
.flag-icon-rw,
.flag-icon-rw.flag-icon-squared,
.flag-icon-sa,
.flag-icon-sa.flag-icon-squared,
.flag-icon-sb,
.flag-icon-sb.flag-icon-squared,
.flag-icon-sc,
.flag-icon-sc.flag-icon-squared,
.flag-icon-sd,
.flag-icon-sd.flag-icon-squared,
.flag-icon-se,
.flag-icon-se.flag-icon-squared,
.flag-icon-sg,
.flag-icon-sg.flag-icon-squared,
.flag-icon-sh,
.flag-icon-sh.flag-icon-squared,
.flag-icon-si,
.flag-icon-si.flag-icon-squared,
.flag-icon-sj,
.flag-icon-sj.flag-icon-squared,
.flag-icon-sk,
.flag-icon-sk.flag-icon-squared,
.flag-icon-sl,
.flag-icon-sl.flag-icon-squared,
.flag-icon-sm,
.flag-icon-sm.flag-icon-squared,
.flag-icon-sn,
.flag-icon-sn.flag-icon-squared,
.flag-icon-so,
.flag-icon-so.flag-icon-squared,
.flag-icon-sr,
.flag-icon-sr.flag-icon-squared,
.flag-icon-ss,
.flag-icon-ss.flag-icon-squared,
.flag-icon-st,
.flag-icon-st.flag-icon-squared,
.flag-icon-sv,
.flag-icon-sv.flag-icon-squared,
.flag-icon-sx,
.flag-icon-sx.flag-icon-squared,
.flag-icon-sy,
.flag-icon-sy.flag-icon-squared,
.flag-icon-sz,
.flag-icon-sz.flag-icon-squared,
.flag-icon-tc,
.flag-icon-tc.flag-icon-squared,
.flag-icon-td,
.flag-icon-td.flag-icon-squared,
.flag-icon-tf,
.flag-icon-tf.flag-icon-squared,
.flag-icon-tg,
.flag-icon-tg.flag-icon-squared,
.flag-icon-th,
.flag-icon-th.flag-icon-squared,
.flag-icon-tj,
.flag-icon-tj.flag-icon-squared,
.flag-icon-tk,
.flag-icon-tk.flag-icon-squared,
.flag-icon-tl,
.flag-icon-tl.flag-icon-squared,
.flag-icon-tm,
.flag-icon-tm.flag-icon-squared,
.flag-icon-tn,
.flag-icon-tn.flag-icon-squared,
.flag-icon-to,
.flag-icon-to.flag-icon-squared,
.flag-icon-tr,
.flag-icon-tr.flag-icon-squared,
.flag-icon-tt,
.flag-icon-tt.flag-icon-squared,
.flag-icon-tv,
.flag-icon-tv.flag-icon-squared,
.flag-icon-tw,
.flag-icon-tw.flag-icon-squared,
.flag-icon-tz,
.flag-icon-tz.flag-icon-squared,
.flag-icon-ua,
.flag-icon-ua.flag-icon-squared,
.flag-icon-ug,
.flag-icon-ug.flag-icon-squared,
.flag-icon-um,
.flag-icon-um.flag-icon-squared,
.flag-icon-un,
.flag-icon-un.flag-icon-squared,
.flag-icon-us,
.flag-icon-us.flag-icon-squared,
.flag-icon-uy,
.flag-icon-uy.flag-icon-squared,
.flag-icon-uz,
.flag-icon-uz.flag-icon-squared,
.flag-icon-va,
.flag-icon-va.flag-icon-squared,
.flag-icon-vc,
.flag-icon-vc.flag-icon-squared,
.flag-icon-ve,
.flag-icon-ve.flag-icon-squared,
.flag-icon-vg,
.flag-icon-vg.flag-icon-squared,
.flag-icon-vi,
.flag-icon-vi.flag-icon-squared,
.flag-icon-vn,
.flag-icon-vn.flag-icon-squared,
.flag-icon-vu,
.flag-icon-vu.flag-icon-squared,
.flag-icon-wf,
.flag-icon-wf.flag-icon-squared,
.flag-icon-ws,
.flag-icon-ws.flag-icon-squared,
.flag-icon-xk,
.flag-icon-xk.flag-icon-squared,
.flag-icon-ye,
.flag-icon-ye.flag-icon-squared,
.flag-icon-yt,
.flag-icon-yt.flag-icon-squared,
.flag-icon-za,
.flag-icon-za.flag-icon-squared,
.flag-icon-zm,
.flag-icon-zm.flag-icon-squared,
.flag-icon-zw,
.flag-icon-zw.flag-icon-squared,
li.flag-icon-text-ad,
li.flag-icon-text-ae,
li.flag-icon-text-af,
li.flag-icon-text-ag,
li.flag-icon-text-ai,
li.flag-icon-text-al,
li.flag-icon-text-am,
li.flag-icon-text-ao,
li.flag-icon-text-aq,
li.flag-icon-text-ar,
li.flag-icon-text-as,
li.flag-icon-text-at,
li.flag-icon-text-au,
li.flag-icon-text-aw,
li.flag-icon-text-ax,
li.flag-icon-text-az,
li.flag-icon-text-ba,
li.flag-icon-text-bb,
li.flag-icon-text-bd,
li.flag-icon-text-be,
li.flag-icon-text-bf,
li.flag-icon-text-bg,
li.flag-icon-text-bh,
li.flag-icon-text-bi,
li.flag-icon-text-bj,
li.flag-icon-text-bl,
li.flag-icon-text-bm,
li.flag-icon-text-bn,
li.flag-icon-text-bo,
li.flag-icon-text-bq,
li.flag-icon-text-br,
li.flag-icon-text-bs,
li.flag-icon-text-bt,
li.flag-icon-text-bv,
li.flag-icon-text-bw,
li.flag-icon-text-by,
li.flag-icon-text-bz,
li.flag-icon-text-ca,
li.flag-icon-text-cc,
li.flag-icon-text-cd,
li.flag-icon-text-cf,
li.flag-icon-text-cg,
li.flag-icon-text-ch,
li.flag-icon-text-ci,
li.flag-icon-text-ck,
li.flag-icon-text-cl,
li.flag-icon-text-cm,
li.flag-icon-text-cn,
li.flag-icon-text-co,
li.flag-icon-text-cr,
li.flag-icon-text-cu,
li.flag-icon-text-cv,
li.flag-icon-text-cw,
li.flag-icon-text-cx,
li.flag-icon-text-cy,
li.flag-icon-text-cz,
li.flag-icon-text-de,
li.flag-icon-text-dj,
li.flag-icon-text-dk,
li.flag-icon-text-dm,
li.flag-icon-text-do,
li.flag-icon-text-dz,
li.flag-icon-text-ec,
li.flag-icon-text-ee,
li.flag-icon-text-eg,
li.flag-icon-text-eh,
li.flag-icon-text-er,
li.flag-icon-text-es,
li.flag-icon-text-es-ca,
li.flag-icon-text-es-ga,
li.flag-icon-text-et,
li.flag-icon-text-eu,
li.flag-icon-text-fi,
li.flag-icon-text-fj,
li.flag-icon-text-fk,
li.flag-icon-text-fm,
li.flag-icon-text-fo,
li.flag-icon-text-fr,
li.flag-icon-text-ga,
li.flag-icon-text-gb,
li.flag-icon-text-gb-eng,
li.flag-icon-text-gb-nir,
li.flag-icon-text-gb-sct,
li.flag-icon-text-gb-wls,
li.flag-icon-text-gd,
li.flag-icon-text-ge,
li.flag-icon-text-gf,
li.flag-icon-text-gg,
li.flag-icon-text-gh,
li.flag-icon-text-gi,
li.flag-icon-text-gl,
li.flag-icon-text-gm,
li.flag-icon-text-gn,
li.flag-icon-text-gp,
li.flag-icon-text-gq,
li.flag-icon-text-gr,
li.flag-icon-text-gs,
li.flag-icon-text-gt,
li.flag-icon-text-gu,
li.flag-icon-text-gw,
li.flag-icon-text-gy,
li.flag-icon-text-hk,
li.flag-icon-text-hm,
li.flag-icon-text-hn,
li.flag-icon-text-hr,
li.flag-icon-text-ht,
li.flag-icon-text-hu,
li.flag-icon-text-id,
li.flag-icon-text-ie,
li.flag-icon-text-il,
li.flag-icon-text-im,
li.flag-icon-text-in,
li.flag-icon-text-io,
li.flag-icon-text-iq,
li.flag-icon-text-ir,
li.flag-icon-text-is,
li.flag-icon-text-it,
li.flag-icon-text-je,
li.flag-icon-text-jm,
li.flag-icon-text-jo,
li.flag-icon-text-jp,
li.flag-icon-text-ke,
li.flag-icon-text-kg,
li.flag-icon-text-kh,
li.flag-icon-text-ki,
li.flag-icon-text-km,
li.flag-icon-text-kn,
li.flag-icon-text-kp,
li.flag-icon-text-kr,
li.flag-icon-text-kw,
li.flag-icon-text-ky,
li.flag-icon-text-kz,
li.flag-icon-text-la,
li.flag-icon-text-lb,
li.flag-icon-text-lc,
li.flag-icon-text-li,
li.flag-icon-text-lk,
li.flag-icon-text-lr,
li.flag-icon-text-ls,
li.flag-icon-text-lt,
li.flag-icon-text-lu,
li.flag-icon-text-lv,
li.flag-icon-text-ly,
li.flag-icon-text-ma,
li.flag-icon-text-mc,
li.flag-icon-text-md,
li.flag-icon-text-me,
li.flag-icon-text-mf,
li.flag-icon-text-mg,
li.flag-icon-text-mh,
li.flag-icon-text-mk,
li.flag-icon-text-ml,
li.flag-icon-text-mm,
li.flag-icon-text-mn,
li.flag-icon-text-mo,
li.flag-icon-text-mp,
li.flag-icon-text-mq,
li.flag-icon-text-mr,
li.flag-icon-text-ms,
li.flag-icon-text-mt,
li.flag-icon-text-mu,
li.flag-icon-text-mv,
li.flag-icon-text-mw,
li.flag-icon-text-mx,
li.flag-icon-text-my,
li.flag-icon-text-mz,
li.flag-icon-text-na,
li.flag-icon-text-nc,
li.flag-icon-text-ne,
li.flag-icon-text-nf,
li.flag-icon-text-ng,
li.flag-icon-text-ni,
li.flag-icon-text-nl,
li.flag-icon-text-no,
li.flag-icon-text-np,
li.flag-icon-text-nr,
li.flag-icon-text-nu,
li.flag-icon-text-nz,
li.flag-icon-text-om,
li.flag-icon-text-pa,
li.flag-icon-text-pe,
li.flag-icon-text-pf,
li.flag-icon-text-pg,
li.flag-icon-text-ph,
li.flag-icon-text-pk,
li.flag-icon-text-pl,
li.flag-icon-text-pm,
li.flag-icon-text-pn,
li.flag-icon-text-pr,
li.flag-icon-text-ps,
li.flag-icon-text-pt,
li.flag-icon-text-pw,
li.flag-icon-text-py,
li.flag-icon-text-qa,
li.flag-icon-text-re,
li.flag-icon-text-ro,
li.flag-icon-text-rs,
li.flag-icon-text-ru,
li.flag-icon-text-rw,
li.flag-icon-text-sa,
li.flag-icon-text-sb,
li.flag-icon-text-sc,
li.flag-icon-text-sd,
li.flag-icon-text-se,
li.flag-icon-text-sg,
li.flag-icon-text-sh,
li.flag-icon-text-si,
li.flag-icon-text-sj,
li.flag-icon-text-sk,
li.flag-icon-text-sl,
li.flag-icon-text-sm,
li.flag-icon-text-sn,
li.flag-icon-text-so,
li.flag-icon-text-sr,
li.flag-icon-text-ss,
li.flag-icon-text-st,
li.flag-icon-text-sv,
li.flag-icon-text-sx,
li.flag-icon-text-sy,
li.flag-icon-text-sz,
li.flag-icon-text-tc,
li.flag-icon-text-td,
li.flag-icon-text-tf,
li.flag-icon-text-tg,
li.flag-icon-text-th,
li.flag-icon-text-tj,
li.flag-icon-text-tk,
li.flag-icon-text-tl,
li.flag-icon-text-tm,
li.flag-icon-text-tn,
li.flag-icon-text-to,
li.flag-icon-text-tr,
li.flag-icon-text-tt,
li.flag-icon-text-tv,
li.flag-icon-text-tw,
li.flag-icon-text-tz,
li.flag-icon-text-ua,
li.flag-icon-text-ug,
li.flag-icon-text-um,
li.flag-icon-text-un,
li.flag-icon-text-us,
li.flag-icon-text-uy,
li.flag-icon-text-uz,
li.flag-icon-text-va,
li.flag-icon-text-vc,
li.flag-icon-text-ve,
li.flag-icon-text-vg,
li.flag-icon-text-vi,
li.flag-icon-text-vn,
li.flag-icon-text-vu,
li.flag-icon-text-wf,
li.flag-icon-text-ws,
li.flag-icon-text-xk,
li.flag-icon-text-ye,
li.flag-icon-text-yt,
li.flag-icon-text-za,
li.flag-icon-text-zm,
li.flag-icon-text-zw {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 80%
}

.flag-icon a,
.flag-icon-ad a,
.flag-icon-ad.flag-icon-squared a,
.flag-icon-ae a,
.flag-icon-ae.flag-icon-squared a,
.flag-icon-af a,
.flag-icon-af.flag-icon-squared a,
.flag-icon-ag a,
.flag-icon-ag.flag-icon-squared a,
.flag-icon-ai a,
.flag-icon-ai.flag-icon-squared a,
.flag-icon-al a,
.flag-icon-al.flag-icon-squared a,
.flag-icon-am a,
.flag-icon-am.flag-icon-squared a,
.flag-icon-ao a,
.flag-icon-ao.flag-icon-squared a,
.flag-icon-aq a,
.flag-icon-aq.flag-icon-squared a,
.flag-icon-ar a,
.flag-icon-ar.flag-icon-squared a,
.flag-icon-as a,
.flag-icon-as.flag-icon-squared a,
.flag-icon-at a,
.flag-icon-at.flag-icon-squared a,
.flag-icon-au a,
.flag-icon-au.flag-icon-squared a,
.flag-icon-aw a,
.flag-icon-aw.flag-icon-squared a,
.flag-icon-ax a,
.flag-icon-ax.flag-icon-squared a,
.flag-icon-az a,
.flag-icon-az.flag-icon-squared a,
.flag-icon-ba a,
.flag-icon-ba.flag-icon-squared a,
.flag-icon-bb a,
.flag-icon-bb.flag-icon-squared a,
.flag-icon-bd a,
.flag-icon-bd.flag-icon-squared a,
.flag-icon-be a,
.flag-icon-be.flag-icon-squared a,
.flag-icon-bf a,
.flag-icon-bf.flag-icon-squared a,
.flag-icon-bg a,
.flag-icon-bg.flag-icon-squared a,
.flag-icon-bh a,
.flag-icon-bh.flag-icon-squared a,
.flag-icon-bi a,
.flag-icon-bi.flag-icon-squared a,
.flag-icon-bj a,
.flag-icon-bj.flag-icon-squared a,
.flag-icon-bl a,
.flag-icon-bl.flag-icon-squared a,
.flag-icon-bm a,
.flag-icon-bm.flag-icon-squared a,
.flag-icon-bn a,
.flag-icon-bn.flag-icon-squared a,
.flag-icon-bo a,
.flag-icon-bo.flag-icon-squared a,
.flag-icon-bq a,
.flag-icon-bq.flag-icon-squared a,
.flag-icon-br a,
.flag-icon-br.flag-icon-squared a,
.flag-icon-bs a,
.flag-icon-bs.flag-icon-squared a,
.flag-icon-bt a,
.flag-icon-bt.flag-icon-squared a,
.flag-icon-bv a,
.flag-icon-bv.flag-icon-squared a,
.flag-icon-bw a,
.flag-icon-bw.flag-icon-squared a,
.flag-icon-by a,
.flag-icon-by.flag-icon-squared a,
.flag-icon-bz a,
.flag-icon-bz.flag-icon-squared a,
.flag-icon-ca a,
.flag-icon-ca.flag-icon-squared a,
.flag-icon-cc a,
.flag-icon-cc.flag-icon-squared a,
.flag-icon-cd a,
.flag-icon-cd.flag-icon-squared a,
.flag-icon-cf a,
.flag-icon-cf.flag-icon-squared a,
.flag-icon-cg a,
.flag-icon-cg.flag-icon-squared a,
.flag-icon-ch a,
.flag-icon-ch.flag-icon-squared a,
.flag-icon-ci a,
.flag-icon-ci.flag-icon-squared a,
.flag-icon-ck a,
.flag-icon-ck.flag-icon-squared a,
.flag-icon-cl a,
.flag-icon-cl.flag-icon-squared a,
.flag-icon-cm a,
.flag-icon-cm.flag-icon-squared a,
.flag-icon-cn a,
.flag-icon-cn.flag-icon-squared a,
.flag-icon-co a,
.flag-icon-co.flag-icon-squared a,
.flag-icon-cr a,
.flag-icon-cr.flag-icon-squared a,
.flag-icon-cu a,
.flag-icon-cu.flag-icon-squared a,
.flag-icon-cv a,
.flag-icon-cv.flag-icon-squared a,
.flag-icon-cw a,
.flag-icon-cw.flag-icon-squared a,
.flag-icon-cx a,
.flag-icon-cx.flag-icon-squared a,
.flag-icon-cy a,
.flag-icon-cy.flag-icon-squared a,
.flag-icon-cz a,
.flag-icon-cz.flag-icon-squared a,
.flag-icon-de a,
.flag-icon-de.flag-icon-squared a,
.flag-icon-dj a,
.flag-icon-dj.flag-icon-squared a,
.flag-icon-dk a,
.flag-icon-dk.flag-icon-squared a,
.flag-icon-dm a,
.flag-icon-dm.flag-icon-squared a,
.flag-icon-do a,
.flag-icon-do.flag-icon-squared a,
.flag-icon-dz a,
.flag-icon-dz.flag-icon-squared a,
.flag-icon-ec a,
.flag-icon-ec.flag-icon-squared a,
.flag-icon-ee a,
.flag-icon-ee.flag-icon-squared a,
.flag-icon-eg a,
.flag-icon-eg.flag-icon-squared a,
.flag-icon-eh a,
.flag-icon-eh.flag-icon-squared a,
.flag-icon-er a,
.flag-icon-er.flag-icon-squared a,
.flag-icon-es a,
.flag-icon-es-ca a,
.flag-icon-es-ca.flag-icon-squared a,
.flag-icon-es-ga a,
.flag-icon-es-ga.flag-icon-squared a,
.flag-icon-es.flag-icon-squared a,
.flag-icon-et a,
.flag-icon-et.flag-icon-squared a,
.flag-icon-eu a,
.flag-icon-eu.flag-icon-squared a,
.flag-icon-fi a,
.flag-icon-fi.flag-icon-squared a,
.flag-icon-fj a,
.flag-icon-fj.flag-icon-squared a,
.flag-icon-fk a,
.flag-icon-fk.flag-icon-squared a,
.flag-icon-fm a,
.flag-icon-fm.flag-icon-squared a,
.flag-icon-fo a,
.flag-icon-fo.flag-icon-squared a,
.flag-icon-fr a,
.flag-icon-fr.flag-icon-squared a,
.flag-icon-ga a,
.flag-icon-ga.flag-icon-squared a,
.flag-icon-gb a,
.flag-icon-gb-eng a,
.flag-icon-gb-eng.flag-icon-squared a,
.flag-icon-gb-nir a,
.flag-icon-gb-nir.flag-icon-squared a,
.flag-icon-gb-sct a,
.flag-icon-gb-sct.flag-icon-squared a,
.flag-icon-gb-wls a,
.flag-icon-gb-wls.flag-icon-squared a,
.flag-icon-gb.flag-icon-squared a,
.flag-icon-gd a,
.flag-icon-gd.flag-icon-squared a,
.flag-icon-ge a,
.flag-icon-ge.flag-icon-squared a,
.flag-icon-gf a,
.flag-icon-gf.flag-icon-squared a,
.flag-icon-gg a,
.flag-icon-gg.flag-icon-squared a,
.flag-icon-gh a,
.flag-icon-gh.flag-icon-squared a,
.flag-icon-gi a,
.flag-icon-gi.flag-icon-squared a,
.flag-icon-gl a,
.flag-icon-gl.flag-icon-squared a,
.flag-icon-gm a,
.flag-icon-gm.flag-icon-squared a,
.flag-icon-gn a,
.flag-icon-gn.flag-icon-squared a,
.flag-icon-gp a,
.flag-icon-gp.flag-icon-squared a,
.flag-icon-gq a,
.flag-icon-gq.flag-icon-squared a,
.flag-icon-gr a,
.flag-icon-gr.flag-icon-squared a,
.flag-icon-gs a,
.flag-icon-gs.flag-icon-squared a,
.flag-icon-gt a,
.flag-icon-gt.flag-icon-squared a,
.flag-icon-gu a,
.flag-icon-gu.flag-icon-squared a,
.flag-icon-gw a,
.flag-icon-gw.flag-icon-squared a,
.flag-icon-gy a,
.flag-icon-gy.flag-icon-squared a,
.flag-icon-hk a,
.flag-icon-hk.flag-icon-squared a,
.flag-icon-hm a,
.flag-icon-hm.flag-icon-squared a,
.flag-icon-hn a,
.flag-icon-hn.flag-icon-squared a,
.flag-icon-hr a,
.flag-icon-hr.flag-icon-squared a,
.flag-icon-ht a,
.flag-icon-ht.flag-icon-squared a,
.flag-icon-hu a,
.flag-icon-hu.flag-icon-squared a,
.flag-icon-id a,
.flag-icon-id.flag-icon-squared a,
.flag-icon-ie a,
.flag-icon-ie.flag-icon-squared a,
.flag-icon-il a,
.flag-icon-il.flag-icon-squared a,
.flag-icon-im a,
.flag-icon-im.flag-icon-squared a,
.flag-icon-in a,
.flag-icon-in.flag-icon-squared a,
.flag-icon-io a,
.flag-icon-io.flag-icon-squared a,
.flag-icon-iq a,
.flag-icon-iq.flag-icon-squared a,
.flag-icon-ir a,
.flag-icon-ir.flag-icon-squared a,
.flag-icon-is a,
.flag-icon-is.flag-icon-squared a,
.flag-icon-it a,
.flag-icon-it.flag-icon-squared a,
.flag-icon-je a,
.flag-icon-je.flag-icon-squared a,
.flag-icon-jm a,
.flag-icon-jm.flag-icon-squared a,
.flag-icon-jo a,
.flag-icon-jo.flag-icon-squared a,
.flag-icon-jp a,
.flag-icon-jp.flag-icon-squared a,
.flag-icon-ke a,
.flag-icon-ke.flag-icon-squared a,
.flag-icon-kg a,
.flag-icon-kg.flag-icon-squared a,
.flag-icon-kh a,
.flag-icon-kh.flag-icon-squared a,
.flag-icon-ki a,
.flag-icon-ki.flag-icon-squared a,
.flag-icon-km a,
.flag-icon-km.flag-icon-squared a,
.flag-icon-kn a,
.flag-icon-kn.flag-icon-squared a,
.flag-icon-kp a,
.flag-icon-kp.flag-icon-squared a,
.flag-icon-kr a,
.flag-icon-kr.flag-icon-squared a,
.flag-icon-kw a,
.flag-icon-kw.flag-icon-squared a,
.flag-icon-ky a,
.flag-icon-ky.flag-icon-squared a,
.flag-icon-kz a,
.flag-icon-kz.flag-icon-squared a,
.flag-icon-la a,
.flag-icon-la.flag-icon-squared a,
.flag-icon-lb a,
.flag-icon-lb.flag-icon-squared a,
.flag-icon-lc a,
.flag-icon-lc.flag-icon-squared a,
.flag-icon-li a,
.flag-icon-li.flag-icon-squared a,
.flag-icon-lk a,
.flag-icon-lk.flag-icon-squared a,
.flag-icon-lr a,
.flag-icon-lr.flag-icon-squared a,
.flag-icon-ls a,
.flag-icon-ls.flag-icon-squared a,
.flag-icon-lt a,
.flag-icon-lt.flag-icon-squared a,
.flag-icon-lu a,
.flag-icon-lu.flag-icon-squared a,
.flag-icon-lv a,
.flag-icon-lv.flag-icon-squared a,
.flag-icon-ly a,
.flag-icon-ly.flag-icon-squared a,
.flag-icon-ma a,
.flag-icon-ma.flag-icon-squared a,
.flag-icon-mc a,
.flag-icon-mc.flag-icon-squared a,
.flag-icon-md a,
.flag-icon-md.flag-icon-squared a,
.flag-icon-me a,
.flag-icon-me.flag-icon-squared a,
.flag-icon-mf a,
.flag-icon-mf.flag-icon-squared a,
.flag-icon-mg a,
.flag-icon-mg.flag-icon-squared a,
.flag-icon-mh a,
.flag-icon-mh.flag-icon-squared a,
.flag-icon-mk a,
.flag-icon-mk.flag-icon-squared a,
.flag-icon-ml a,
.flag-icon-ml.flag-icon-squared a,
.flag-icon-mm a,
.flag-icon-mm.flag-icon-squared a,
.flag-icon-mn a,
.flag-icon-mn.flag-icon-squared a,
.flag-icon-mo a,
.flag-icon-mo.flag-icon-squared a,
.flag-icon-mp a,
.flag-icon-mp.flag-icon-squared a,
.flag-icon-mq a,
.flag-icon-mq.flag-icon-squared a,
.flag-icon-mr a,
.flag-icon-mr.flag-icon-squared a,
.flag-icon-ms a,
.flag-icon-ms.flag-icon-squared a,
.flag-icon-mt a,
.flag-icon-mt.flag-icon-squared a,
.flag-icon-mu a,
.flag-icon-mu.flag-icon-squared a,
.flag-icon-mv a,
.flag-icon-mv.flag-icon-squared a,
.flag-icon-mw a,
.flag-icon-mw.flag-icon-squared a,
.flag-icon-mx a,
.flag-icon-mx.flag-icon-squared a,
.flag-icon-my a,
.flag-icon-my.flag-icon-squared a,
.flag-icon-mz a,
.flag-icon-mz.flag-icon-squared a,
.flag-icon-na a,
.flag-icon-na.flag-icon-squared a,
.flag-icon-nc a,
.flag-icon-nc.flag-icon-squared a,
.flag-icon-ne a,
.flag-icon-ne.flag-icon-squared a,
.flag-icon-nf a,
.flag-icon-nf.flag-icon-squared a,
.flag-icon-ng a,
.flag-icon-ng.flag-icon-squared a,
.flag-icon-ni a,
.flag-icon-ni.flag-icon-squared a,
.flag-icon-nl a,
.flag-icon-nl.flag-icon-squared a,
.flag-icon-no a,
.flag-icon-no.flag-icon-squared a,
.flag-icon-np a,
.flag-icon-np.flag-icon-squared a,
.flag-icon-nr a,
.flag-icon-nr.flag-icon-squared a,
.flag-icon-nu a,
.flag-icon-nu.flag-icon-squared a,
.flag-icon-nz a,
.flag-icon-nz.flag-icon-squared a,
.flag-icon-om a,
.flag-icon-om.flag-icon-squared a,
.flag-icon-pa a,
.flag-icon-pa.flag-icon-squared a,
.flag-icon-pe a,
.flag-icon-pe.flag-icon-squared a,
.flag-icon-pf a,
.flag-icon-pf.flag-icon-squared a,
.flag-icon-pg a,
.flag-icon-pg.flag-icon-squared a,
.flag-icon-ph a,
.flag-icon-ph.flag-icon-squared a,
.flag-icon-pk a,
.flag-icon-pk.flag-icon-squared a,
.flag-icon-pl a,
.flag-icon-pl.flag-icon-squared a,
.flag-icon-pm a,
.flag-icon-pm.flag-icon-squared a,
.flag-icon-pn a,
.flag-icon-pn.flag-icon-squared a,
.flag-icon-pr a,
.flag-icon-pr.flag-icon-squared a,
.flag-icon-ps a,
.flag-icon-ps.flag-icon-squared a,
.flag-icon-pt a,
.flag-icon-pt.flag-icon-squared a,
.flag-icon-pw a,
.flag-icon-pw.flag-icon-squared a,
.flag-icon-py a,
.flag-icon-py.flag-icon-squared a,
.flag-icon-qa a,
.flag-icon-qa.flag-icon-squared a,
.flag-icon-re a,
.flag-icon-re.flag-icon-squared a,
.flag-icon-ro a,
.flag-icon-ro.flag-icon-squared a,
.flag-icon-rs a,
.flag-icon-rs.flag-icon-squared a,
.flag-icon-ru a,
.flag-icon-ru.flag-icon-squared a,
.flag-icon-rw a,
.flag-icon-rw.flag-icon-squared a,
.flag-icon-sa a,
.flag-icon-sa.flag-icon-squared a,
.flag-icon-sb a,
.flag-icon-sb.flag-icon-squared a,
.flag-icon-sc a,
.flag-icon-sc.flag-icon-squared a,
.flag-icon-sd a,
.flag-icon-sd.flag-icon-squared a,
.flag-icon-se a,
.flag-icon-se.flag-icon-squared a,
.flag-icon-sg a,
.flag-icon-sg.flag-icon-squared a,
.flag-icon-sh a,
.flag-icon-sh.flag-icon-squared a,
.flag-icon-si a,
.flag-icon-si.flag-icon-squared a,
.flag-icon-sj a,
.flag-icon-sj.flag-icon-squared a,
.flag-icon-sk a,
.flag-icon-sk.flag-icon-squared a,
.flag-icon-sl a,
.flag-icon-sl.flag-icon-squared a,
.flag-icon-sm a,
.flag-icon-sm.flag-icon-squared a,
.flag-icon-sn a,
.flag-icon-sn.flag-icon-squared a,
.flag-icon-so a,
.flag-icon-so.flag-icon-squared a,
.flag-icon-sr a,
.flag-icon-sr.flag-icon-squared a,
.flag-icon-ss a,
.flag-icon-ss.flag-icon-squared a,
.flag-icon-st a,
.flag-icon-st.flag-icon-squared a,
.flag-icon-sv a,
.flag-icon-sv.flag-icon-squared a,
.flag-icon-sx a,
.flag-icon-sx.flag-icon-squared a,
.flag-icon-sy a,
.flag-icon-sy.flag-icon-squared a,
.flag-icon-sz a,
.flag-icon-sz.flag-icon-squared a,
.flag-icon-tc a,
.flag-icon-tc.flag-icon-squared a,
.flag-icon-td a,
.flag-icon-td.flag-icon-squared a,
.flag-icon-tf a,
.flag-icon-tf.flag-icon-squared a,
.flag-icon-tg a,
.flag-icon-tg.flag-icon-squared a,
.flag-icon-th a,
.flag-icon-th.flag-icon-squared a,
.flag-icon-tj a,
.flag-icon-tj.flag-icon-squared a,
.flag-icon-tk a,
.flag-icon-tk.flag-icon-squared a,
.flag-icon-tl a,
.flag-icon-tl.flag-icon-squared a,
.flag-icon-tm a,
.flag-icon-tm.flag-icon-squared a,
.flag-icon-tn a,
.flag-icon-tn.flag-icon-squared a,
.flag-icon-to a,
.flag-icon-to.flag-icon-squared a,
.flag-icon-tr a,
.flag-icon-tr.flag-icon-squared a,
.flag-icon-tt a,
.flag-icon-tt.flag-icon-squared a,
.flag-icon-tv a,
.flag-icon-tv.flag-icon-squared a,
.flag-icon-tw a,
.flag-icon-tw.flag-icon-squared a,
.flag-icon-tz a,
.flag-icon-tz.flag-icon-squared a,
.flag-icon-ua a,
.flag-icon-ua.flag-icon-squared a,
.flag-icon-ug a,
.flag-icon-ug.flag-icon-squared a,
.flag-icon-um a,
.flag-icon-um.flag-icon-squared a,
.flag-icon-un a,
.flag-icon-un.flag-icon-squared a,
.flag-icon-us a,
.flag-icon-us.flag-icon-squared a,
.flag-icon-uy a,
.flag-icon-uy.flag-icon-squared a,
.flag-icon-uz a,
.flag-icon-uz.flag-icon-squared a,
.flag-icon-va a,
.flag-icon-va.flag-icon-squared a,
.flag-icon-vc a,
.flag-icon-vc.flag-icon-squared a,
.flag-icon-ve a,
.flag-icon-ve.flag-icon-squared a,
.flag-icon-vg a,
.flag-icon-vg.flag-icon-squared a,
.flag-icon-vi a,
.flag-icon-vi.flag-icon-squared a,
.flag-icon-vn a,
.flag-icon-vn.flag-icon-squared a,
.flag-icon-vu a,
.flag-icon-vu.flag-icon-squared a,
.flag-icon-wf a,
.flag-icon-wf.flag-icon-squared a,
.flag-icon-ws a,
.flag-icon-ws.flag-icon-squared a,
.flag-icon-xk a,
.flag-icon-xk.flag-icon-squared a,
.flag-icon-ye a,
.flag-icon-ye.flag-icon-squared a,
.flag-icon-yt a,
.flag-icon-yt.flag-icon-squared a,
.flag-icon-za a,
.flag-icon-za.flag-icon-squared a,
.flag-icon-zm a,
.flag-icon-zm.flag-icon-squared a,
.flag-icon-zw a,
.flag-icon-zw.flag-icon-squared a,
li.flag-icon-text-ad a,
li.flag-icon-text-ae a,
li.flag-icon-text-af a,
li.flag-icon-text-ag a,
li.flag-icon-text-ai a,
li.flag-icon-text-al a,
li.flag-icon-text-am a,
li.flag-icon-text-ao a,
li.flag-icon-text-aq a,
li.flag-icon-text-ar a,
li.flag-icon-text-as a,
li.flag-icon-text-at a,
li.flag-icon-text-au a,
li.flag-icon-text-aw a,
li.flag-icon-text-ax a,
li.flag-icon-text-az a,
li.flag-icon-text-ba a,
li.flag-icon-text-bb a,
li.flag-icon-text-bd a,
li.flag-icon-text-be a,
li.flag-icon-text-bf a,
li.flag-icon-text-bg a,
li.flag-icon-text-bh a,
li.flag-icon-text-bi a,
li.flag-icon-text-bj a,
li.flag-icon-text-bl a,
li.flag-icon-text-bm a,
li.flag-icon-text-bn a,
li.flag-icon-text-bo a,
li.flag-icon-text-bq a,
li.flag-icon-text-br a,
li.flag-icon-text-bs a,
li.flag-icon-text-bt a,
li.flag-icon-text-bv a,
li.flag-icon-text-bw a,
li.flag-icon-text-by a,
li.flag-icon-text-bz a,
li.flag-icon-text-ca a,
li.flag-icon-text-cc a,
li.flag-icon-text-cd a,
li.flag-icon-text-cf a,
li.flag-icon-text-cg a,
li.flag-icon-text-ch a,
li.flag-icon-text-ci a,
li.flag-icon-text-ck a,
li.flag-icon-text-cl a,
li.flag-icon-text-cm a,
li.flag-icon-text-cn a,
li.flag-icon-text-co a,
li.flag-icon-text-cr a,
li.flag-icon-text-cu a,
li.flag-icon-text-cv a,
li.flag-icon-text-cw a,
li.flag-icon-text-cx a,
li.flag-icon-text-cy a,
li.flag-icon-text-cz a,
li.flag-icon-text-de a,
li.flag-icon-text-dj a,
li.flag-icon-text-dk a,
li.flag-icon-text-dm a,
li.flag-icon-text-do a,
li.flag-icon-text-dz a,
li.flag-icon-text-ec a,
li.flag-icon-text-ee a,
li.flag-icon-text-eg a,
li.flag-icon-text-eh a,
li.flag-icon-text-er a,
li.flag-icon-text-es a,
li.flag-icon-text-es-ca a,
li.flag-icon-text-es-ga a,
li.flag-icon-text-et a,
li.flag-icon-text-eu a,
li.flag-icon-text-fi a,
li.flag-icon-text-fj a,
li.flag-icon-text-fk a,
li.flag-icon-text-fm a,
li.flag-icon-text-fo a,
li.flag-icon-text-fr a,
li.flag-icon-text-ga a,
li.flag-icon-text-gb a,
li.flag-icon-text-gb-eng a,
li.flag-icon-text-gb-nir a,
li.flag-icon-text-gb-sct a,
li.flag-icon-text-gb-wls a,
li.flag-icon-text-gd a,
li.flag-icon-text-ge a,
li.flag-icon-text-gf a,
li.flag-icon-text-gg a,
li.flag-icon-text-gh a,
li.flag-icon-text-gi a,
li.flag-icon-text-gl a,
li.flag-icon-text-gm a,
li.flag-icon-text-gn a,
li.flag-icon-text-gp a,
li.flag-icon-text-gq a,
li.flag-icon-text-gr a,
li.flag-icon-text-gs a,
li.flag-icon-text-gt a,
li.flag-icon-text-gu a,
li.flag-icon-text-gw a,
li.flag-icon-text-gy a,
li.flag-icon-text-hk a,
li.flag-icon-text-hm a,
li.flag-icon-text-hn a,
li.flag-icon-text-hr a,
li.flag-icon-text-ht a,
li.flag-icon-text-hu a,
li.flag-icon-text-id a,
li.flag-icon-text-ie a,
li.flag-icon-text-il a,
li.flag-icon-text-im a,
li.flag-icon-text-in a,
li.flag-icon-text-io a,
li.flag-icon-text-iq a,
li.flag-icon-text-ir a,
li.flag-icon-text-is a,
li.flag-icon-text-it a,
li.flag-icon-text-je a,
li.flag-icon-text-jm a,
li.flag-icon-text-jo a,
li.flag-icon-text-jp a,
li.flag-icon-text-ke a,
li.flag-icon-text-kg a,
li.flag-icon-text-kh a,
li.flag-icon-text-ki a,
li.flag-icon-text-km a,
li.flag-icon-text-kn a,
li.flag-icon-text-kp a,
li.flag-icon-text-kr a,
li.flag-icon-text-kw a,
li.flag-icon-text-ky a,
li.flag-icon-text-kz a,
li.flag-icon-text-la a,
li.flag-icon-text-lb a,
li.flag-icon-text-lc a,
li.flag-icon-text-li a,
li.flag-icon-text-lk a,
li.flag-icon-text-lr a,
li.flag-icon-text-ls a,
li.flag-icon-text-lt a,
li.flag-icon-text-lu a,
li.flag-icon-text-lv a,
li.flag-icon-text-ly a,
li.flag-icon-text-ma a,
li.flag-icon-text-mc a,
li.flag-icon-text-md a,
li.flag-icon-text-me a,
li.flag-icon-text-mf a,
li.flag-icon-text-mg a,
li.flag-icon-text-mh a,
li.flag-icon-text-mk a,
li.flag-icon-text-ml a,
li.flag-icon-text-mm a,
li.flag-icon-text-mn a,
li.flag-icon-text-mo a,
li.flag-icon-text-mp a,
li.flag-icon-text-mq a,
li.flag-icon-text-mr a,
li.flag-icon-text-ms a,
li.flag-icon-text-mt a,
li.flag-icon-text-mu a,
li.flag-icon-text-mv a,
li.flag-icon-text-mw a,
li.flag-icon-text-mx a,
li.flag-icon-text-my a,
li.flag-icon-text-mz a,
li.flag-icon-text-na a,
li.flag-icon-text-nc a,
li.flag-icon-text-ne a,
li.flag-icon-text-nf a,
li.flag-icon-text-ng a,
li.flag-icon-text-ni a,
li.flag-icon-text-nl a,
li.flag-icon-text-no a,
li.flag-icon-text-np a,
li.flag-icon-text-nr a,
li.flag-icon-text-nu a,
li.flag-icon-text-nz a,
li.flag-icon-text-om a,
li.flag-icon-text-pa a,
li.flag-icon-text-pe a,
li.flag-icon-text-pf a,
li.flag-icon-text-pg a,
li.flag-icon-text-ph a,
li.flag-icon-text-pk a,
li.flag-icon-text-pl a,
li.flag-icon-text-pm a,
li.flag-icon-text-pn a,
li.flag-icon-text-pr a,
li.flag-icon-text-ps a,
li.flag-icon-text-pt a,
li.flag-icon-text-pw a,
li.flag-icon-text-py a,
li.flag-icon-text-qa a,
li.flag-icon-text-re a,
li.flag-icon-text-ro a,
li.flag-icon-text-rs a,
li.flag-icon-text-ru a,
li.flag-icon-text-rw a,
li.flag-icon-text-sa a,
li.flag-icon-text-sb a,
li.flag-icon-text-sc a,
li.flag-icon-text-sd a,
li.flag-icon-text-se a,
li.flag-icon-text-sg a,
li.flag-icon-text-sh a,
li.flag-icon-text-si a,
li.flag-icon-text-sj a,
li.flag-icon-text-sk a,
li.flag-icon-text-sl a,
li.flag-icon-text-sm a,
li.flag-icon-text-sn a,
li.flag-icon-text-so a,
li.flag-icon-text-sr a,
li.flag-icon-text-ss a,
li.flag-icon-text-st a,
li.flag-icon-text-sv a,
li.flag-icon-text-sx a,
li.flag-icon-text-sy a,
li.flag-icon-text-sz a,
li.flag-icon-text-tc a,
li.flag-icon-text-td a,
li.flag-icon-text-tf a,
li.flag-icon-text-tg a,
li.flag-icon-text-th a,
li.flag-icon-text-tj a,
li.flag-icon-text-tk a,
li.flag-icon-text-tl a,
li.flag-icon-text-tm a,
li.flag-icon-text-tn a,
li.flag-icon-text-to a,
li.flag-icon-text-tr a,
li.flag-icon-text-tt a,
li.flag-icon-text-tv a,
li.flag-icon-text-tw a,
li.flag-icon-text-tz a,
li.flag-icon-text-ua a,
li.flag-icon-text-ug a,
li.flag-icon-text-um a,
li.flag-icon-text-un a,
li.flag-icon-text-us a,
li.flag-icon-text-uy a,
li.flag-icon-text-uz a,
li.flag-icon-text-va a,
li.flag-icon-text-vc a,
li.flag-icon-text-ve a,
li.flag-icon-text-vg a,
li.flag-icon-text-vi a,
li.flag-icon-text-vn a,
li.flag-icon-text-vu a,
li.flag-icon-text-wf a,
li.flag-icon-text-ws a,
li.flag-icon-text-xk a,
li.flag-icon-text-ye a,
li.flag-icon-text-yt a,
li.flag-icon-text-za a,
li.flag-icon-text-zm a,
li.flag-icon-text-zw a {
    opacity: 0
}

.flag-icon-ad.flag-icon-squared:before,
.flag-icon-ad:before,
.flag-icon-ae.flag-icon-squared:before,
.flag-icon-ae:before,
.flag-icon-af.flag-icon-squared:before,
.flag-icon-af:before,
.flag-icon-ag.flag-icon-squared:before,
.flag-icon-ag:before,
.flag-icon-ai.flag-icon-squared:before,
.flag-icon-ai:before,
.flag-icon-al.flag-icon-squared:before,
.flag-icon-al:before,
.flag-icon-am.flag-icon-squared:before,
.flag-icon-am:before,
.flag-icon-ao.flag-icon-squared:before,
.flag-icon-ao:before,
.flag-icon-aq.flag-icon-squared:before,
.flag-icon-aq:before,
.flag-icon-ar.flag-icon-squared:before,
.flag-icon-ar:before,
.flag-icon-as.flag-icon-squared:before,
.flag-icon-as:before,
.flag-icon-at.flag-icon-squared:before,
.flag-icon-at:before,
.flag-icon-au.flag-icon-squared:before,
.flag-icon-au:before,
.flag-icon-aw.flag-icon-squared:before,
.flag-icon-aw:before,
.flag-icon-ax.flag-icon-squared:before,
.flag-icon-ax:before,
.flag-icon-az.flag-icon-squared:before,
.flag-icon-az:before,
.flag-icon-ba.flag-icon-squared:before,
.flag-icon-ba:before,
.flag-icon-bb.flag-icon-squared:before,
.flag-icon-bb:before,
.flag-icon-bd.flag-icon-squared:before,
.flag-icon-bd:before,
.flag-icon-be.flag-icon-squared:before,
.flag-icon-be:before,
.flag-icon-bf.flag-icon-squared:before,
.flag-icon-bf:before,
.flag-icon-bg.flag-icon-squared:before,
.flag-icon-bg:before,
.flag-icon-bh.flag-icon-squared:before,
.flag-icon-bh:before,
.flag-icon-bi.flag-icon-squared:before,
.flag-icon-bi:before,
.flag-icon-bj.flag-icon-squared:before,
.flag-icon-bj:before,
.flag-icon-bl.flag-icon-squared:before,
.flag-icon-bl:before,
.flag-icon-bm.flag-icon-squared:before,
.flag-icon-bm:before,
.flag-icon-bn.flag-icon-squared:before,
.flag-icon-bn:before,
.flag-icon-bo.flag-icon-squared:before,
.flag-icon-bo:before,
.flag-icon-bq.flag-icon-squared:before,
.flag-icon-bq:before,
.flag-icon-br.flag-icon-squared:before,
.flag-icon-br:before,
.flag-icon-bs.flag-icon-squared:before,
.flag-icon-bs:before,
.flag-icon-bt.flag-icon-squared:before,
.flag-icon-bt:before,
.flag-icon-bv.flag-icon-squared:before,
.flag-icon-bv:before,
.flag-icon-bw.flag-icon-squared:before,
.flag-icon-bw:before,
.flag-icon-by.flag-icon-squared:before,
.flag-icon-by:before,
.flag-icon-bz.flag-icon-squared:before,
.flag-icon-bz:before,
.flag-icon-ca.flag-icon-squared:before,
.flag-icon-ca:before,
.flag-icon-cc.flag-icon-squared:before,
.flag-icon-cc:before,
.flag-icon-cd.flag-icon-squared:before,
.flag-icon-cd:before,
.flag-icon-cf.flag-icon-squared:before,
.flag-icon-cf:before,
.flag-icon-cg.flag-icon-squared:before,
.flag-icon-cg:before,
.flag-icon-ch.flag-icon-squared:before,
.flag-icon-ch:before,
.flag-icon-ci.flag-icon-squared:before,
.flag-icon-ci:before,
.flag-icon-ck.flag-icon-squared:before,
.flag-icon-ck:before,
.flag-icon-cl.flag-icon-squared:before,
.flag-icon-cl:before,
.flag-icon-cm.flag-icon-squared:before,
.flag-icon-cm:before,
.flag-icon-cn.flag-icon-squared:before,
.flag-icon-cn:before,
.flag-icon-co.flag-icon-squared:before,
.flag-icon-co:before,
.flag-icon-cr.flag-icon-squared:before,
.flag-icon-cr:before,
.flag-icon-cu.flag-icon-squared:before,
.flag-icon-cu:before,
.flag-icon-cv.flag-icon-squared:before,
.flag-icon-cv:before,
.flag-icon-cw.flag-icon-squared:before,
.flag-icon-cw:before,
.flag-icon-cx.flag-icon-squared:before,
.flag-icon-cx:before,
.flag-icon-cy.flag-icon-squared:before,
.flag-icon-cy:before,
.flag-icon-cz.flag-icon-squared:before,
.flag-icon-cz:before,
.flag-icon-de.flag-icon-squared:before,
.flag-icon-de:before,
.flag-icon-dj.flag-icon-squared:before,
.flag-icon-dj:before,
.flag-icon-dk.flag-icon-squared:before,
.flag-icon-dk:before,
.flag-icon-dm.flag-icon-squared:before,
.flag-icon-dm:before,
.flag-icon-do.flag-icon-squared:before,
.flag-icon-do:before,
.flag-icon-dz.flag-icon-squared:before,
.flag-icon-dz:before,
.flag-icon-ec.flag-icon-squared:before,
.flag-icon-ec:before,
.flag-icon-ee.flag-icon-squared:before,
.flag-icon-ee:before,
.flag-icon-eg.flag-icon-squared:before,
.flag-icon-eg:before,
.flag-icon-eh.flag-icon-squared:before,
.flag-icon-eh:before,
.flag-icon-er.flag-icon-squared:before,
.flag-icon-er:before,
.flag-icon-es-ca.flag-icon-squared:before,
.flag-icon-es-ca:before,
.flag-icon-es-ga.flag-icon-squared:before,
.flag-icon-es-ga:before,
.flag-icon-es.flag-icon-squared:before,
.flag-icon-es:before,
.flag-icon-et.flag-icon-squared:before,
.flag-icon-et:before,
.flag-icon-eu.flag-icon-squared:before,
.flag-icon-eu:before,
.flag-icon-fi.flag-icon-squared:before,
.flag-icon-fi:before,
.flag-icon-fj.flag-icon-squared:before,
.flag-icon-fj:before,
.flag-icon-fk.flag-icon-squared:before,
.flag-icon-fk:before,
.flag-icon-fm.flag-icon-squared:before,
.flag-icon-fm:before,
.flag-icon-fo.flag-icon-squared:before,
.flag-icon-fo:before,
.flag-icon-fr.flag-icon-squared:before,
.flag-icon-fr:before,
.flag-icon-ga.flag-icon-squared:before,
.flag-icon-ga:before,
.flag-icon-gb-eng.flag-icon-squared:before,
.flag-icon-gb-eng:before,
.flag-icon-gb-nir.flag-icon-squared:before,
.flag-icon-gb-nir:before,
.flag-icon-gb-sct.flag-icon-squared:before,
.flag-icon-gb-sct:before,
.flag-icon-gb-wls.flag-icon-squared:before,
.flag-icon-gb-wls:before,
.flag-icon-gb.flag-icon-squared:before,
.flag-icon-gb:before,
.flag-icon-gd.flag-icon-squared:before,
.flag-icon-gd:before,
.flag-icon-ge.flag-icon-squared:before,
.flag-icon-ge:before,
.flag-icon-gf.flag-icon-squared:before,
.flag-icon-gf:before,
.flag-icon-gg.flag-icon-squared:before,
.flag-icon-gg:before,
.flag-icon-gh.flag-icon-squared:before,
.flag-icon-gh:before,
.flag-icon-gi.flag-icon-squared:before,
.flag-icon-gi:before,
.flag-icon-gl.flag-icon-squared:before,
.flag-icon-gl:before,
.flag-icon-gm.flag-icon-squared:before,
.flag-icon-gm:before,
.flag-icon-gn.flag-icon-squared:before,
.flag-icon-gn:before,
.flag-icon-gp.flag-icon-squared:before,
.flag-icon-gp:before,
.flag-icon-gq.flag-icon-squared:before,
.flag-icon-gq:before,
.flag-icon-gr.flag-icon-squared:before,
.flag-icon-gr:before,
.flag-icon-gs.flag-icon-squared:before,
.flag-icon-gs:before,
.flag-icon-gt.flag-icon-squared:before,
.flag-icon-gt:before,
.flag-icon-gu.flag-icon-squared:before,
.flag-icon-gu:before,
.flag-icon-gw.flag-icon-squared:before,
.flag-icon-gw:before,
.flag-icon-gy.flag-icon-squared:before,
.flag-icon-gy:before,
.flag-icon-hk.flag-icon-squared:before,
.flag-icon-hk:before,
.flag-icon-hm.flag-icon-squared:before,
.flag-icon-hm:before,
.flag-icon-hn.flag-icon-squared:before,
.flag-icon-hn:before,
.flag-icon-hr.flag-icon-squared:before,
.flag-icon-hr:before,
.flag-icon-ht.flag-icon-squared:before,
.flag-icon-ht:before,
.flag-icon-hu.flag-icon-squared:before,
.flag-icon-hu:before,
.flag-icon-id.flag-icon-squared:before,
.flag-icon-id:before,
.flag-icon-ie.flag-icon-squared:before,
.flag-icon-ie:before,
.flag-icon-il.flag-icon-squared:before,
.flag-icon-il:before,
.flag-icon-im.flag-icon-squared:before,
.flag-icon-im:before,
.flag-icon-in.flag-icon-squared:before,
.flag-icon-in:before,
.flag-icon-io.flag-icon-squared:before,
.flag-icon-io:before,
.flag-icon-iq.flag-icon-squared:before,
.flag-icon-iq:before,
.flag-icon-ir.flag-icon-squared:before,
.flag-icon-ir:before,
.flag-icon-is.flag-icon-squared:before,
.flag-icon-is:before,
.flag-icon-it.flag-icon-squared:before,
.flag-icon-it:before,
.flag-icon-je.flag-icon-squared:before,
.flag-icon-je:before,
.flag-icon-jm.flag-icon-squared:before,
.flag-icon-jm:before,
.flag-icon-jo.flag-icon-squared:before,
.flag-icon-jo:before,
.flag-icon-jp.flag-icon-squared:before,
.flag-icon-jp:before,
.flag-icon-ke.flag-icon-squared:before,
.flag-icon-ke:before,
.flag-icon-kg.flag-icon-squared:before,
.flag-icon-kg:before,
.flag-icon-kh.flag-icon-squared:before,
.flag-icon-kh:before,
.flag-icon-ki.flag-icon-squared:before,
.flag-icon-ki:before,
.flag-icon-km.flag-icon-squared:before,
.flag-icon-km:before,
.flag-icon-kn.flag-icon-squared:before,
.flag-icon-kn:before,
.flag-icon-kp.flag-icon-squared:before,
.flag-icon-kp:before,
.flag-icon-kr.flag-icon-squared:before,
.flag-icon-kr:before,
.flag-icon-kw.flag-icon-squared:before,
.flag-icon-kw:before,
.flag-icon-ky.flag-icon-squared:before,
.flag-icon-ky:before,
.flag-icon-kz.flag-icon-squared:before,
.flag-icon-kz:before,
.flag-icon-la.flag-icon-squared:before,
.flag-icon-la:before,
.flag-icon-lb.flag-icon-squared:before,
.flag-icon-lb:before,
.flag-icon-lc.flag-icon-squared:before,
.flag-icon-lc:before,
.flag-icon-li.flag-icon-squared:before,
.flag-icon-li:before,
.flag-icon-lk.flag-icon-squared:before,
.flag-icon-lk:before,
.flag-icon-lr.flag-icon-squared:before,
.flag-icon-lr:before,
.flag-icon-ls.flag-icon-squared:before,
.flag-icon-ls:before,
.flag-icon-lt.flag-icon-squared:before,
.flag-icon-lt:before,
.flag-icon-lu.flag-icon-squared:before,
.flag-icon-lu:before,
.flag-icon-lv.flag-icon-squared:before,
.flag-icon-lv:before,
.flag-icon-ly.flag-icon-squared:before,
.flag-icon-ly:before,
.flag-icon-ma.flag-icon-squared:before,
.flag-icon-ma:before,
.flag-icon-mc.flag-icon-squared:before,
.flag-icon-mc:before,
.flag-icon-md.flag-icon-squared:before,
.flag-icon-md:before,
.flag-icon-me.flag-icon-squared:before,
.flag-icon-me:before,
.flag-icon-mf.flag-icon-squared:before,
.flag-icon-mf:before,
.flag-icon-mg.flag-icon-squared:before,
.flag-icon-mg:before,
.flag-icon-mh.flag-icon-squared:before,
.flag-icon-mh:before,
.flag-icon-mk.flag-icon-squared:before,
.flag-icon-mk:before,
.flag-icon-ml.flag-icon-squared:before,
.flag-icon-ml:before,
.flag-icon-mm.flag-icon-squared:before,
.flag-icon-mm:before,
.flag-icon-mn.flag-icon-squared:before,
.flag-icon-mn:before,
.flag-icon-mo.flag-icon-squared:before,
.flag-icon-mo:before,
.flag-icon-mp.flag-icon-squared:before,
.flag-icon-mp:before,
.flag-icon-mq.flag-icon-squared:before,
.flag-icon-mq:before,
.flag-icon-mr.flag-icon-squared:before,
.flag-icon-mr:before,
.flag-icon-ms.flag-icon-squared:before,
.flag-icon-ms:before,
.flag-icon-mt.flag-icon-squared:before,
.flag-icon-mt:before,
.flag-icon-mu.flag-icon-squared:before,
.flag-icon-mu:before,
.flag-icon-mv.flag-icon-squared:before,
.flag-icon-mv:before,
.flag-icon-mw.flag-icon-squared:before,
.flag-icon-mw:before,
.flag-icon-mx.flag-icon-squared:before,
.flag-icon-mx:before,
.flag-icon-my.flag-icon-squared:before,
.flag-icon-my:before,
.flag-icon-mz.flag-icon-squared:before,
.flag-icon-mz:before,
.flag-icon-na.flag-icon-squared:before,
.flag-icon-na:before,
.flag-icon-nc.flag-icon-squared:before,
.flag-icon-nc:before,
.flag-icon-ne.flag-icon-squared:before,
.flag-icon-ne:before,
.flag-icon-nf.flag-icon-squared:before,
.flag-icon-nf:before,
.flag-icon-ng.flag-icon-squared:before,
.flag-icon-ng:before,
.flag-icon-ni.flag-icon-squared:before,
.flag-icon-ni:before,
.flag-icon-nl.flag-icon-squared:before,
.flag-icon-nl:before,
.flag-icon-no.flag-icon-squared:before,
.flag-icon-no:before,
.flag-icon-np.flag-icon-squared:before,
.flag-icon-np:before,
.flag-icon-nr.flag-icon-squared:before,
.flag-icon-nr:before,
.flag-icon-nu.flag-icon-squared:before,
.flag-icon-nu:before,
.flag-icon-nz.flag-icon-squared:before,
.flag-icon-nz:before,
.flag-icon-om.flag-icon-squared:before,
.flag-icon-om:before,
.flag-icon-pa.flag-icon-squared:before,
.flag-icon-pa:before,
.flag-icon-pe.flag-icon-squared:before,
.flag-icon-pe:before,
.flag-icon-pf.flag-icon-squared:before,
.flag-icon-pf:before,
.flag-icon-pg.flag-icon-squared:before,
.flag-icon-pg:before,
.flag-icon-ph.flag-icon-squared:before,
.flag-icon-ph:before,
.flag-icon-pk.flag-icon-squared:before,
.flag-icon-pk:before,
.flag-icon-pl.flag-icon-squared:before,
.flag-icon-pl:before,
.flag-icon-pm.flag-icon-squared:before,
.flag-icon-pm:before,
.flag-icon-pn.flag-icon-squared:before,
.flag-icon-pn:before,
.flag-icon-pr.flag-icon-squared:before,
.flag-icon-pr:before,
.flag-icon-ps.flag-icon-squared:before,
.flag-icon-ps:before,
.flag-icon-pt.flag-icon-squared:before,
.flag-icon-pt:before,
.flag-icon-pw.flag-icon-squared:before,
.flag-icon-pw:before,
.flag-icon-py.flag-icon-squared:before,
.flag-icon-py:before,
.flag-icon-qa.flag-icon-squared:before,
.flag-icon-qa:before,
.flag-icon-re.flag-icon-squared:before,
.flag-icon-re:before,
.flag-icon-ro.flag-icon-squared:before,
.flag-icon-ro:before,
.flag-icon-rs.flag-icon-squared:before,
.flag-icon-rs:before,
.flag-icon-ru.flag-icon-squared:before,
.flag-icon-ru:before,
.flag-icon-rw.flag-icon-squared:before,
.flag-icon-rw:before,
.flag-icon-sa.flag-icon-squared:before,
.flag-icon-sa:before,
.flag-icon-sb.flag-icon-squared:before,
.flag-icon-sb:before,
.flag-icon-sc.flag-icon-squared:before,
.flag-icon-sc:before,
.flag-icon-sd.flag-icon-squared:before,
.flag-icon-sd:before,
.flag-icon-se.flag-icon-squared:before,
.flag-icon-se:before,
.flag-icon-sg.flag-icon-squared:before,
.flag-icon-sg:before,
.flag-icon-sh.flag-icon-squared:before,
.flag-icon-sh:before,
.flag-icon-si.flag-icon-squared:before,
.flag-icon-si:before,
.flag-icon-sj.flag-icon-squared:before,
.flag-icon-sj:before,
.flag-icon-sk.flag-icon-squared:before,
.flag-icon-sk:before,
.flag-icon-sl.flag-icon-squared:before,
.flag-icon-sl:before,
.flag-icon-sm.flag-icon-squared:before,
.flag-icon-sm:before,
.flag-icon-sn.flag-icon-squared:before,
.flag-icon-sn:before,
.flag-icon-so.flag-icon-squared:before,
.flag-icon-so:before,
.flag-icon-sr.flag-icon-squared:before,
.flag-icon-sr:before,
.flag-icon-ss.flag-icon-squared:before,
.flag-icon-ss:before,
.flag-icon-st.flag-icon-squared:before,
.flag-icon-st:before,
.flag-icon-sv.flag-icon-squared:before,
.flag-icon-sv:before,
.flag-icon-sx.flag-icon-squared:before,
.flag-icon-sx:before,
.flag-icon-sy.flag-icon-squared:before,
.flag-icon-sy:before,
.flag-icon-sz.flag-icon-squared:before,
.flag-icon-sz:before,
.flag-icon-tc.flag-icon-squared:before,
.flag-icon-tc:before,
.flag-icon-td.flag-icon-squared:before,
.flag-icon-td:before,
.flag-icon-tf.flag-icon-squared:before,
.flag-icon-tf:before,
.flag-icon-tg.flag-icon-squared:before,
.flag-icon-tg:before,
.flag-icon-th.flag-icon-squared:before,
.flag-icon-th:before,
.flag-icon-tj.flag-icon-squared:before,
.flag-icon-tj:before,
.flag-icon-tk.flag-icon-squared:before,
.flag-icon-tk:before,
.flag-icon-tl.flag-icon-squared:before,
.flag-icon-tl:before,
.flag-icon-tm.flag-icon-squared:before,
.flag-icon-tm:before,
.flag-icon-tn.flag-icon-squared:before,
.flag-icon-tn:before,
.flag-icon-to.flag-icon-squared:before,
.flag-icon-to:before,
.flag-icon-tr.flag-icon-squared:before,
.flag-icon-tr:before,
.flag-icon-tt.flag-icon-squared:before,
.flag-icon-tt:before,
.flag-icon-tv.flag-icon-squared:before,
.flag-icon-tv:before,
.flag-icon-tw.flag-icon-squared:before,
.flag-icon-tw:before,
.flag-icon-tz.flag-icon-squared:before,
.flag-icon-tz:before,
.flag-icon-ua.flag-icon-squared:before,
.flag-icon-ua:before,
.flag-icon-ug.flag-icon-squared:before,
.flag-icon-ug:before,
.flag-icon-um.flag-icon-squared:before,
.flag-icon-um:before,
.flag-icon-un.flag-icon-squared:before,
.flag-icon-un:before,
.flag-icon-us.flag-icon-squared:before,
.flag-icon-us:before,
.flag-icon-uy.flag-icon-squared:before,
.flag-icon-uy:before,
.flag-icon-uz.flag-icon-squared:before,
.flag-icon-uz:before,
.flag-icon-va.flag-icon-squared:before,
.flag-icon-va:before,
.flag-icon-vc.flag-icon-squared:before,
.flag-icon-vc:before,
.flag-icon-ve.flag-icon-squared:before,
.flag-icon-ve:before,
.flag-icon-vg.flag-icon-squared:before,
.flag-icon-vg:before,
.flag-icon-vi.flag-icon-squared:before,
.flag-icon-vi:before,
.flag-icon-vn.flag-icon-squared:before,
.flag-icon-vn:before,
.flag-icon-vu.flag-icon-squared:before,
.flag-icon-vu:before,
.flag-icon-wf.flag-icon-squared:before,
.flag-icon-wf:before,
.flag-icon-ws.flag-icon-squared:before,
.flag-icon-ws:before,
.flag-icon-xk.flag-icon-squared:before,
.flag-icon-xk:before,
.flag-icon-ye.flag-icon-squared:before,
.flag-icon-ye:before,
.flag-icon-yt.flag-icon-squared:before,
.flag-icon-yt:before,
.flag-icon-za.flag-icon-squared:before,
.flag-icon-za:before,
.flag-icon-zm.flag-icon-squared:before,
.flag-icon-zm:before,
.flag-icon-zw.flag-icon-squared:before,
.flag-icon-zw:before,
.flag-icon:before,
li.flag-icon-text-ad:before,
li.flag-icon-text-ae:before,
li.flag-icon-text-af:before,
li.flag-icon-text-ag:before,
li.flag-icon-text-ai:before,
li.flag-icon-text-al:before,
li.flag-icon-text-am:before,
li.flag-icon-text-ao:before,
li.flag-icon-text-aq:before,
li.flag-icon-text-ar:before,
li.flag-icon-text-as:before,
li.flag-icon-text-at:before,
li.flag-icon-text-au:before,
li.flag-icon-text-aw:before,
li.flag-icon-text-ax:before,
li.flag-icon-text-az:before,
li.flag-icon-text-ba:before,
li.flag-icon-text-bb:before,
li.flag-icon-text-bd:before,
li.flag-icon-text-be:before,
li.flag-icon-text-bf:before,
li.flag-icon-text-bg:before,
li.flag-icon-text-bh:before,
li.flag-icon-text-bi:before,
li.flag-icon-text-bj:before,
li.flag-icon-text-bl:before,
li.flag-icon-text-bm:before,
li.flag-icon-text-bn:before,
li.flag-icon-text-bo:before,
li.flag-icon-text-bq:before,
li.flag-icon-text-br:before,
li.flag-icon-text-bs:before,
li.flag-icon-text-bt:before,
li.flag-icon-text-bv:before,
li.flag-icon-text-bw:before,
li.flag-icon-text-by:before,
li.flag-icon-text-bz:before,
li.flag-icon-text-ca:before,
li.flag-icon-text-cc:before,
li.flag-icon-text-cd:before,
li.flag-icon-text-cf:before,
li.flag-icon-text-cg:before,
li.flag-icon-text-ch:before,
li.flag-icon-text-ci:before,
li.flag-icon-text-ck:before,
li.flag-icon-text-cl:before,
li.flag-icon-text-cm:before,
li.flag-icon-text-cn:before,
li.flag-icon-text-co:before,
li.flag-icon-text-cr:before,
li.flag-icon-text-cu:before,
li.flag-icon-text-cv:before,
li.flag-icon-text-cw:before,
li.flag-icon-text-cx:before,
li.flag-icon-text-cy:before,
li.flag-icon-text-cz:before,
li.flag-icon-text-de:before,
li.flag-icon-text-dj:before,
li.flag-icon-text-dk:before,
li.flag-icon-text-dm:before,
li.flag-icon-text-do:before,
li.flag-icon-text-dz:before,
li.flag-icon-text-ec:before,
li.flag-icon-text-ee:before,
li.flag-icon-text-eg:before,
li.flag-icon-text-eh:before,
li.flag-icon-text-er:before,
li.flag-icon-text-es-ca:before,
li.flag-icon-text-es-ga:before,
li.flag-icon-text-es:before,
li.flag-icon-text-et:before,
li.flag-icon-text-eu:before,
li.flag-icon-text-fi:before,
li.flag-icon-text-fj:before,
li.flag-icon-text-fk:before,
li.flag-icon-text-fm:before,
li.flag-icon-text-fo:before,
li.flag-icon-text-fr:before,
li.flag-icon-text-ga:before,
li.flag-icon-text-gb-eng:before,
li.flag-icon-text-gb-nir:before,
li.flag-icon-text-gb-sct:before,
li.flag-icon-text-gb-wls:before,
li.flag-icon-text-gb:before,
li.flag-icon-text-gd:before,
li.flag-icon-text-ge:before,
li.flag-icon-text-gf:before,
li.flag-icon-text-gg:before,
li.flag-icon-text-gh:before,
li.flag-icon-text-gi:before,
li.flag-icon-text-gl:before,
li.flag-icon-text-gm:before,
li.flag-icon-text-gn:before,
li.flag-icon-text-gp:before,
li.flag-icon-text-gq:before,
li.flag-icon-text-gr:before,
li.flag-icon-text-gs:before,
li.flag-icon-text-gt:before,
li.flag-icon-text-gu:before,
li.flag-icon-text-gw:before,
li.flag-icon-text-gy:before,
li.flag-icon-text-hk:before,
li.flag-icon-text-hm:before,
li.flag-icon-text-hn:before,
li.flag-icon-text-hr:before,
li.flag-icon-text-ht:before,
li.flag-icon-text-hu:before,
li.flag-icon-text-id:before,
li.flag-icon-text-ie:before,
li.flag-icon-text-il:before,
li.flag-icon-text-im:before,
li.flag-icon-text-in:before,
li.flag-icon-text-io:before,
li.flag-icon-text-iq:before,
li.flag-icon-text-ir:before,
li.flag-icon-text-is:before,
li.flag-icon-text-it:before,
li.flag-icon-text-je:before,
li.flag-icon-text-jm:before,
li.flag-icon-text-jo:before,
li.flag-icon-text-jp:before,
li.flag-icon-text-ke:before,
li.flag-icon-text-kg:before,
li.flag-icon-text-kh:before,
li.flag-icon-text-ki:before,
li.flag-icon-text-km:before,
li.flag-icon-text-kn:before,
li.flag-icon-text-kp:before,
li.flag-icon-text-kr:before,
li.flag-icon-text-kw:before,
li.flag-icon-text-ky:before,
li.flag-icon-text-kz:before,
li.flag-icon-text-la:before,
li.flag-icon-text-lb:before,
li.flag-icon-text-lc:before,
li.flag-icon-text-li:before,
li.flag-icon-text-lk:before,
li.flag-icon-text-lr:before,
li.flag-icon-text-ls:before,
li.flag-icon-text-lt:before,
li.flag-icon-text-lu:before,
li.flag-icon-text-lv:before,
li.flag-icon-text-ly:before,
li.flag-icon-text-ma:before,
li.flag-icon-text-mc:before,
li.flag-icon-text-md:before,
li.flag-icon-text-me:before,
li.flag-icon-text-mf:before,
li.flag-icon-text-mg:before,
li.flag-icon-text-mh:before,
li.flag-icon-text-mk:before,
li.flag-icon-text-ml:before,
li.flag-icon-text-mm:before,
li.flag-icon-text-mn:before,
li.flag-icon-text-mo:before,
li.flag-icon-text-mp:before,
li.flag-icon-text-mq:before,
li.flag-icon-text-mr:before,
li.flag-icon-text-ms:before,
li.flag-icon-text-mt:before,
li.flag-icon-text-mu:before,
li.flag-icon-text-mv:before,
li.flag-icon-text-mw:before,
li.flag-icon-text-mx:before,
li.flag-icon-text-my:before,
li.flag-icon-text-mz:before,
li.flag-icon-text-na:before,
li.flag-icon-text-nc:before,
li.flag-icon-text-ne:before,
li.flag-icon-text-nf:before,
li.flag-icon-text-ng:before,
li.flag-icon-text-ni:before,
li.flag-icon-text-nl:before,
li.flag-icon-text-no:before,
li.flag-icon-text-np:before,
li.flag-icon-text-nr:before,
li.flag-icon-text-nu:before,
li.flag-icon-text-nz:before,
li.flag-icon-text-om:before,
li.flag-icon-text-pa:before,
li.flag-icon-text-pe:before,
li.flag-icon-text-pf:before,
li.flag-icon-text-pg:before,
li.flag-icon-text-ph:before,
li.flag-icon-text-pk:before,
li.flag-icon-text-pl:before,
li.flag-icon-text-pm:before,
li.flag-icon-text-pn:before,
li.flag-icon-text-pr:before,
li.flag-icon-text-ps:before,
li.flag-icon-text-pt:before,
li.flag-icon-text-pw:before,
li.flag-icon-text-py:before,
li.flag-icon-text-qa:before,
li.flag-icon-text-re:before,
li.flag-icon-text-ro:before,
li.flag-icon-text-rs:before,
li.flag-icon-text-ru:before,
li.flag-icon-text-rw:before,
li.flag-icon-text-sa:before,
li.flag-icon-text-sb:before,
li.flag-icon-text-sc:before,
li.flag-icon-text-sd:before,
li.flag-icon-text-se:before,
li.flag-icon-text-sg:before,
li.flag-icon-text-sh:before,
li.flag-icon-text-si:before,
li.flag-icon-text-sj:before,
li.flag-icon-text-sk:before,
li.flag-icon-text-sl:before,
li.flag-icon-text-sm:before,
li.flag-icon-text-sn:before,
li.flag-icon-text-so:before,
li.flag-icon-text-sr:before,
li.flag-icon-text-ss:before,
li.flag-icon-text-st:before,
li.flag-icon-text-sv:before,
li.flag-icon-text-sx:before,
li.flag-icon-text-sy:before,
li.flag-icon-text-sz:before,
li.flag-icon-text-tc:before,
li.flag-icon-text-td:before,
li.flag-icon-text-tf:before,
li.flag-icon-text-tg:before,
li.flag-icon-text-th:before,
li.flag-icon-text-tj:before,
li.flag-icon-text-tk:before,
li.flag-icon-text-tl:before,
li.flag-icon-text-tm:before,
li.flag-icon-text-tn:before,
li.flag-icon-text-to:before,
li.flag-icon-text-tr:before,
li.flag-icon-text-tt:before,
li.flag-icon-text-tv:before,
li.flag-icon-text-tw:before,
li.flag-icon-text-tz:before,
li.flag-icon-text-ua:before,
li.flag-icon-text-ug:before,
li.flag-icon-text-um:before,
li.flag-icon-text-un:before,
li.flag-icon-text-us:before,
li.flag-icon-text-uy:before,
li.flag-icon-text-uz:before,
li.flag-icon-text-va:before,
li.flag-icon-text-vc:before,
li.flag-icon-text-ve:before,
li.flag-icon-text-vg:before,
li.flag-icon-text-vi:before,
li.flag-icon-text-vn:before,
li.flag-icon-text-vu:before,
li.flag-icon-text-wf:before,
li.flag-icon-text-ws:before,
li.flag-icon-text-xk:before,
li.flag-icon-text-ye:before,
li.flag-icon-text-yt:before,
li.flag-icon-text-za:before,
li.flag-icon-text-zm:before,
li.flag-icon-text-zw:before {
    content: '\00a0';
    position: absolute
}

.flag-icon-squared.flag-icon-ad,
.flag-icon-squared.flag-icon-ae,
.flag-icon-squared.flag-icon-af,
.flag-icon-squared.flag-icon-ag,
.flag-icon-squared.flag-icon-ai,
.flag-icon-squared.flag-icon-al,
.flag-icon-squared.flag-icon-am,
.flag-icon-squared.flag-icon-ao,
.flag-icon-squared.flag-icon-aq,
.flag-icon-squared.flag-icon-ar,
.flag-icon-squared.flag-icon-as,
.flag-icon-squared.flag-icon-at,
.flag-icon-squared.flag-icon-au,
.flag-icon-squared.flag-icon-aw,
.flag-icon-squared.flag-icon-ax,
.flag-icon-squared.flag-icon-az,
.flag-icon-squared.flag-icon-ba,
.flag-icon-squared.flag-icon-bb,
.flag-icon-squared.flag-icon-bd,
.flag-icon-squared.flag-icon-be,
.flag-icon-squared.flag-icon-bf,
.flag-icon-squared.flag-icon-bg,
.flag-icon-squared.flag-icon-bh,
.flag-icon-squared.flag-icon-bi,
.flag-icon-squared.flag-icon-bj,
.flag-icon-squared.flag-icon-bl,
.flag-icon-squared.flag-icon-bm,
.flag-icon-squared.flag-icon-bn,
.flag-icon-squared.flag-icon-bo,
.flag-icon-squared.flag-icon-bq,
.flag-icon-squared.flag-icon-br,
.flag-icon-squared.flag-icon-bs,
.flag-icon-squared.flag-icon-bt,
.flag-icon-squared.flag-icon-bv,
.flag-icon-squared.flag-icon-bw,
.flag-icon-squared.flag-icon-by,
.flag-icon-squared.flag-icon-bz,
.flag-icon-squared.flag-icon-ca,
.flag-icon-squared.flag-icon-cc,
.flag-icon-squared.flag-icon-cd,
.flag-icon-squared.flag-icon-cf,
.flag-icon-squared.flag-icon-cg,
.flag-icon-squared.flag-icon-ch,
.flag-icon-squared.flag-icon-ci,
.flag-icon-squared.flag-icon-ck,
.flag-icon-squared.flag-icon-cl,
.flag-icon-squared.flag-icon-cm,
.flag-icon-squared.flag-icon-cn,
.flag-icon-squared.flag-icon-co,
.flag-icon-squared.flag-icon-cr,
.flag-icon-squared.flag-icon-cu,
.flag-icon-squared.flag-icon-cv,
.flag-icon-squared.flag-icon-cw,
.flag-icon-squared.flag-icon-cx,
.flag-icon-squared.flag-icon-cy,
.flag-icon-squared.flag-icon-cz,
.flag-icon-squared.flag-icon-de,
.flag-icon-squared.flag-icon-dj,
.flag-icon-squared.flag-icon-dk,
.flag-icon-squared.flag-icon-dm,
.flag-icon-squared.flag-icon-do,
.flag-icon-squared.flag-icon-dz,
.flag-icon-squared.flag-icon-ec,
.flag-icon-squared.flag-icon-ee,
.flag-icon-squared.flag-icon-eg,
.flag-icon-squared.flag-icon-eh,
.flag-icon-squared.flag-icon-er,
.flag-icon-squared.flag-icon-es,
.flag-icon-squared.flag-icon-es-ca,
.flag-icon-squared.flag-icon-es-ga,
.flag-icon-squared.flag-icon-et,
.flag-icon-squared.flag-icon-eu,
.flag-icon-squared.flag-icon-fi,
.flag-icon-squared.flag-icon-fj,
.flag-icon-squared.flag-icon-fk,
.flag-icon-squared.flag-icon-fm,
.flag-icon-squared.flag-icon-fo,
.flag-icon-squared.flag-icon-fr,
.flag-icon-squared.flag-icon-ga,
.flag-icon-squared.flag-icon-gb,
.flag-icon-squared.flag-icon-gb-eng,
.flag-icon-squared.flag-icon-gb-nir,
.flag-icon-squared.flag-icon-gb-sct,
.flag-icon-squared.flag-icon-gb-wls,
.flag-icon-squared.flag-icon-gd,
.flag-icon-squared.flag-icon-ge,
.flag-icon-squared.flag-icon-gf,
.flag-icon-squared.flag-icon-gg,
.flag-icon-squared.flag-icon-gh,
.flag-icon-squared.flag-icon-gi,
.flag-icon-squared.flag-icon-gl,
.flag-icon-squared.flag-icon-gm,
.flag-icon-squared.flag-icon-gn,
.flag-icon-squared.flag-icon-gp,
.flag-icon-squared.flag-icon-gq,
.flag-icon-squared.flag-icon-gr,
.flag-icon-squared.flag-icon-gs,
.flag-icon-squared.flag-icon-gt,
.flag-icon-squared.flag-icon-gu,
.flag-icon-squared.flag-icon-gw,
.flag-icon-squared.flag-icon-gy,
.flag-icon-squared.flag-icon-hk,
.flag-icon-squared.flag-icon-hm,
.flag-icon-squared.flag-icon-hn,
.flag-icon-squared.flag-icon-hr,
.flag-icon-squared.flag-icon-ht,
.flag-icon-squared.flag-icon-hu,
.flag-icon-squared.flag-icon-id,
.flag-icon-squared.flag-icon-ie,
.flag-icon-squared.flag-icon-il,
.flag-icon-squared.flag-icon-im,
.flag-icon-squared.flag-icon-in,
.flag-icon-squared.flag-icon-io,
.flag-icon-squared.flag-icon-iq,
.flag-icon-squared.flag-icon-ir,
.flag-icon-squared.flag-icon-is,
.flag-icon-squared.flag-icon-it,
.flag-icon-squared.flag-icon-je,
.flag-icon-squared.flag-icon-jm,
.flag-icon-squared.flag-icon-jo,
.flag-icon-squared.flag-icon-jp,
.flag-icon-squared.flag-icon-ke,
.flag-icon-squared.flag-icon-kg,
.flag-icon-squared.flag-icon-kh,
.flag-icon-squared.flag-icon-ki,
.flag-icon-squared.flag-icon-km,
.flag-icon-squared.flag-icon-kn,
.flag-icon-squared.flag-icon-kp,
.flag-icon-squared.flag-icon-kr,
.flag-icon-squared.flag-icon-kw,
.flag-icon-squared.flag-icon-ky,
.flag-icon-squared.flag-icon-kz,
.flag-icon-squared.flag-icon-la,
.flag-icon-squared.flag-icon-lb,
.flag-icon-squared.flag-icon-lc,
.flag-icon-squared.flag-icon-li,
.flag-icon-squared.flag-icon-lk,
.flag-icon-squared.flag-icon-lr,
.flag-icon-squared.flag-icon-ls,
.flag-icon-squared.flag-icon-lt,
.flag-icon-squared.flag-icon-lu,
.flag-icon-squared.flag-icon-lv,
.flag-icon-squared.flag-icon-ly,
.flag-icon-squared.flag-icon-ma,
.flag-icon-squared.flag-icon-mc,
.flag-icon-squared.flag-icon-md,
.flag-icon-squared.flag-icon-me,
.flag-icon-squared.flag-icon-mf,
.flag-icon-squared.flag-icon-mg,
.flag-icon-squared.flag-icon-mh,
.flag-icon-squared.flag-icon-mk,
.flag-icon-squared.flag-icon-ml,
.flag-icon-squared.flag-icon-mm,
.flag-icon-squared.flag-icon-mn,
.flag-icon-squared.flag-icon-mo,
.flag-icon-squared.flag-icon-mp,
.flag-icon-squared.flag-icon-mq,
.flag-icon-squared.flag-icon-mr,
.flag-icon-squared.flag-icon-ms,
.flag-icon-squared.flag-icon-mt,
.flag-icon-squared.flag-icon-mu,
.flag-icon-squared.flag-icon-mv,
.flag-icon-squared.flag-icon-mw,
.flag-icon-squared.flag-icon-mx,
.flag-icon-squared.flag-icon-my,
.flag-icon-squared.flag-icon-mz,
.flag-icon-squared.flag-icon-na,
.flag-icon-squared.flag-icon-nc,
.flag-icon-squared.flag-icon-ne,
.flag-icon-squared.flag-icon-nf,
.flag-icon-squared.flag-icon-ng,
.flag-icon-squared.flag-icon-ni,
.flag-icon-squared.flag-icon-nl,
.flag-icon-squared.flag-icon-no,
.flag-icon-squared.flag-icon-np,
.flag-icon-squared.flag-icon-nr,
.flag-icon-squared.flag-icon-nu,
.flag-icon-squared.flag-icon-nz,
.flag-icon-squared.flag-icon-om,
.flag-icon-squared.flag-icon-pa,
.flag-icon-squared.flag-icon-pe,
.flag-icon-squared.flag-icon-pf,
.flag-icon-squared.flag-icon-pg,
.flag-icon-squared.flag-icon-ph,
.flag-icon-squared.flag-icon-pk,
.flag-icon-squared.flag-icon-pl,
.flag-icon-squared.flag-icon-pm,
.flag-icon-squared.flag-icon-pn,
.flag-icon-squared.flag-icon-pr,
.flag-icon-squared.flag-icon-ps,
.flag-icon-squared.flag-icon-pt,
.flag-icon-squared.flag-icon-pw,
.flag-icon-squared.flag-icon-py,
.flag-icon-squared.flag-icon-qa,
.flag-icon-squared.flag-icon-re,
.flag-icon-squared.flag-icon-ro,
.flag-icon-squared.flag-icon-rs,
.flag-icon-squared.flag-icon-ru,
.flag-icon-squared.flag-icon-rw,
.flag-icon-squared.flag-icon-sa,
.flag-icon-squared.flag-icon-sb,
.flag-icon-squared.flag-icon-sc,
.flag-icon-squared.flag-icon-sd,
.flag-icon-squared.flag-icon-se,
.flag-icon-squared.flag-icon-sg,
.flag-icon-squared.flag-icon-sh,
.flag-icon-squared.flag-icon-si,
.flag-icon-squared.flag-icon-sj,
.flag-icon-squared.flag-icon-sk,
.flag-icon-squared.flag-icon-sl,
.flag-icon-squared.flag-icon-sm,
.flag-icon-squared.flag-icon-sn,
.flag-icon-squared.flag-icon-so,
.flag-icon-squared.flag-icon-sr,
.flag-icon-squared.flag-icon-ss,
.flag-icon-squared.flag-icon-st,
.flag-icon-squared.flag-icon-sv,
.flag-icon-squared.flag-icon-sx,
.flag-icon-squared.flag-icon-sy,
.flag-icon-squared.flag-icon-sz,
.flag-icon-squared.flag-icon-tc,
.flag-icon-squared.flag-icon-td,
.flag-icon-squared.flag-icon-tf,
.flag-icon-squared.flag-icon-tg,
.flag-icon-squared.flag-icon-th,
.flag-icon-squared.flag-icon-tj,
.flag-icon-squared.flag-icon-tk,
.flag-icon-squared.flag-icon-tl,
.flag-icon-squared.flag-icon-tm,
.flag-icon-squared.flag-icon-tn,
.flag-icon-squared.flag-icon-to,
.flag-icon-squared.flag-icon-tr,
.flag-icon-squared.flag-icon-tt,
.flag-icon-squared.flag-icon-tv,
.flag-icon-squared.flag-icon-tw,
.flag-icon-squared.flag-icon-tz,
.flag-icon-squared.flag-icon-ua,
.flag-icon-squared.flag-icon-ug,
.flag-icon-squared.flag-icon-um,
.flag-icon-squared.flag-icon-un,
.flag-icon-squared.flag-icon-us,
.flag-icon-squared.flag-icon-uy,
.flag-icon-squared.flag-icon-uz,
.flag-icon-squared.flag-icon-va,
.flag-icon-squared.flag-icon-vc,
.flag-icon-squared.flag-icon-ve,
.flag-icon-squared.flag-icon-vg,
.flag-icon-squared.flag-icon-vi,
.flag-icon-squared.flag-icon-vn,
.flag-icon-squared.flag-icon-vu,
.flag-icon-squared.flag-icon-wf,
.flag-icon-squared.flag-icon-ws,
.flag-icon-squared.flag-icon-xk,
.flag-icon-squared.flag-icon-ye,
.flag-icon-squared.flag-icon-yt,
.flag-icon-squared.flag-icon-za,
.flag-icon-squared.flag-icon-zm,
.flag-icon-squared.flag-icon-zw,
.flag-icon.flag-icon-squared,
li.flag-icon-squared.flag-icon-text-ad,
li.flag-icon-squared.flag-icon-text-ae,
li.flag-icon-squared.flag-icon-text-af,
li.flag-icon-squared.flag-icon-text-ag,
li.flag-icon-squared.flag-icon-text-ai,
li.flag-icon-squared.flag-icon-text-al,
li.flag-icon-squared.flag-icon-text-am,
li.flag-icon-squared.flag-icon-text-ao,
li.flag-icon-squared.flag-icon-text-aq,
li.flag-icon-squared.flag-icon-text-ar,
li.flag-icon-squared.flag-icon-text-as,
li.flag-icon-squared.flag-icon-text-at,
li.flag-icon-squared.flag-icon-text-au,
li.flag-icon-squared.flag-icon-text-aw,
li.flag-icon-squared.flag-icon-text-ax,
li.flag-icon-squared.flag-icon-text-az,
li.flag-icon-squared.flag-icon-text-ba,
li.flag-icon-squared.flag-icon-text-bb,
li.flag-icon-squared.flag-icon-text-bd,
li.flag-icon-squared.flag-icon-text-be,
li.flag-icon-squared.flag-icon-text-bf,
li.flag-icon-squared.flag-icon-text-bg,
li.flag-icon-squared.flag-icon-text-bh,
li.flag-icon-squared.flag-icon-text-bi,
li.flag-icon-squared.flag-icon-text-bj,
li.flag-icon-squared.flag-icon-text-bl,
li.flag-icon-squared.flag-icon-text-bm,
li.flag-icon-squared.flag-icon-text-bn,
li.flag-icon-squared.flag-icon-text-bo,
li.flag-icon-squared.flag-icon-text-bq,
li.flag-icon-squared.flag-icon-text-br,
li.flag-icon-squared.flag-icon-text-bs,
li.flag-icon-squared.flag-icon-text-bt,
li.flag-icon-squared.flag-icon-text-bv,
li.flag-icon-squared.flag-icon-text-bw,
li.flag-icon-squared.flag-icon-text-by,
li.flag-icon-squared.flag-icon-text-bz,
li.flag-icon-squared.flag-icon-text-ca,
li.flag-icon-squared.flag-icon-text-cc,
li.flag-icon-squared.flag-icon-text-cd,
li.flag-icon-squared.flag-icon-text-cf,
li.flag-icon-squared.flag-icon-text-cg,
li.flag-icon-squared.flag-icon-text-ch,
li.flag-icon-squared.flag-icon-text-ci,
li.flag-icon-squared.flag-icon-text-ck,
li.flag-icon-squared.flag-icon-text-cl,
li.flag-icon-squared.flag-icon-text-cm,
li.flag-icon-squared.flag-icon-text-cn,
li.flag-icon-squared.flag-icon-text-co,
li.flag-icon-squared.flag-icon-text-cr,
li.flag-icon-squared.flag-icon-text-cu,
li.flag-icon-squared.flag-icon-text-cv,
li.flag-icon-squared.flag-icon-text-cw,
li.flag-icon-squared.flag-icon-text-cx,
li.flag-icon-squared.flag-icon-text-cy,
li.flag-icon-squared.flag-icon-text-cz,
li.flag-icon-squared.flag-icon-text-de,
li.flag-icon-squared.flag-icon-text-dj,
li.flag-icon-squared.flag-icon-text-dk,
li.flag-icon-squared.flag-icon-text-dm,
li.flag-icon-squared.flag-icon-text-do,
li.flag-icon-squared.flag-icon-text-dz,
li.flag-icon-squared.flag-icon-text-ec,
li.flag-icon-squared.flag-icon-text-ee,
li.flag-icon-squared.flag-icon-text-eg,
li.flag-icon-squared.flag-icon-text-eh,
li.flag-icon-squared.flag-icon-text-er,
li.flag-icon-squared.flag-icon-text-es,
li.flag-icon-squared.flag-icon-text-es-ca,
li.flag-icon-squared.flag-icon-text-es-ga,
li.flag-icon-squared.flag-icon-text-et,
li.flag-icon-squared.flag-icon-text-eu,
li.flag-icon-squared.flag-icon-text-fi,
li.flag-icon-squared.flag-icon-text-fj,
li.flag-icon-squared.flag-icon-text-fk,
li.flag-icon-squared.flag-icon-text-fm,
li.flag-icon-squared.flag-icon-text-fo,
li.flag-icon-squared.flag-icon-text-fr,
li.flag-icon-squared.flag-icon-text-ga,
li.flag-icon-squared.flag-icon-text-gb,
li.flag-icon-squared.flag-icon-text-gb-eng,
li.flag-icon-squared.flag-icon-text-gb-nir,
li.flag-icon-squared.flag-icon-text-gb-sct,
li.flag-icon-squared.flag-icon-text-gb-wls,
li.flag-icon-squared.flag-icon-text-gd,
li.flag-icon-squared.flag-icon-text-ge,
li.flag-icon-squared.flag-icon-text-gf,
li.flag-icon-squared.flag-icon-text-gg,
li.flag-icon-squared.flag-icon-text-gh,
li.flag-icon-squared.flag-icon-text-gi,
li.flag-icon-squared.flag-icon-text-gl,
li.flag-icon-squared.flag-icon-text-gm,
li.flag-icon-squared.flag-icon-text-gn,
li.flag-icon-squared.flag-icon-text-gp,
li.flag-icon-squared.flag-icon-text-gq,
li.flag-icon-squared.flag-icon-text-gr,
li.flag-icon-squared.flag-icon-text-gs,
li.flag-icon-squared.flag-icon-text-gt,
li.flag-icon-squared.flag-icon-text-gu,
li.flag-icon-squared.flag-icon-text-gw,
li.flag-icon-squared.flag-icon-text-gy,
li.flag-icon-squared.flag-icon-text-hk,
li.flag-icon-squared.flag-icon-text-hm,
li.flag-icon-squared.flag-icon-text-hn,
li.flag-icon-squared.flag-icon-text-hr,
li.flag-icon-squared.flag-icon-text-ht,
li.flag-icon-squared.flag-icon-text-hu,
li.flag-icon-squared.flag-icon-text-id,
li.flag-icon-squared.flag-icon-text-ie,
li.flag-icon-squared.flag-icon-text-il,
li.flag-icon-squared.flag-icon-text-im,
li.flag-icon-squared.flag-icon-text-in,
li.flag-icon-squared.flag-icon-text-io,
li.flag-icon-squared.flag-icon-text-iq,
li.flag-icon-squared.flag-icon-text-ir,
li.flag-icon-squared.flag-icon-text-is,
li.flag-icon-squared.flag-icon-text-it,
li.flag-icon-squared.flag-icon-text-je,
li.flag-icon-squared.flag-icon-text-jm,
li.flag-icon-squared.flag-icon-text-jo,
li.flag-icon-squared.flag-icon-text-jp,
li.flag-icon-squared.flag-icon-text-ke,
li.flag-icon-squared.flag-icon-text-kg,
li.flag-icon-squared.flag-icon-text-kh,
li.flag-icon-squared.flag-icon-text-ki,
li.flag-icon-squared.flag-icon-text-km,
li.flag-icon-squared.flag-icon-text-kn,
li.flag-icon-squared.flag-icon-text-kp,
li.flag-icon-squared.flag-icon-text-kr,
li.flag-icon-squared.flag-icon-text-kw,
li.flag-icon-squared.flag-icon-text-ky,
li.flag-icon-squared.flag-icon-text-kz,
li.flag-icon-squared.flag-icon-text-la,
li.flag-icon-squared.flag-icon-text-lb,
li.flag-icon-squared.flag-icon-text-lc,
li.flag-icon-squared.flag-icon-text-li,
li.flag-icon-squared.flag-icon-text-lk,
li.flag-icon-squared.flag-icon-text-lr,
li.flag-icon-squared.flag-icon-text-ls,
li.flag-icon-squared.flag-icon-text-lt,
li.flag-icon-squared.flag-icon-text-lu,
li.flag-icon-squared.flag-icon-text-lv,
li.flag-icon-squared.flag-icon-text-ly,
li.flag-icon-squared.flag-icon-text-ma,
li.flag-icon-squared.flag-icon-text-mc,
li.flag-icon-squared.flag-icon-text-md,
li.flag-icon-squared.flag-icon-text-me,
li.flag-icon-squared.flag-icon-text-mf,
li.flag-icon-squared.flag-icon-text-mg,
li.flag-icon-squared.flag-icon-text-mh,
li.flag-icon-squared.flag-icon-text-mk,
li.flag-icon-squared.flag-icon-text-ml,
li.flag-icon-squared.flag-icon-text-mm,
li.flag-icon-squared.flag-icon-text-mn,
li.flag-icon-squared.flag-icon-text-mo,
li.flag-icon-squared.flag-icon-text-mp,
li.flag-icon-squared.flag-icon-text-mq,
li.flag-icon-squared.flag-icon-text-mr,
li.flag-icon-squared.flag-icon-text-ms,
li.flag-icon-squared.flag-icon-text-mt,
li.flag-icon-squared.flag-icon-text-mu,
li.flag-icon-squared.flag-icon-text-mv,
li.flag-icon-squared.flag-icon-text-mw,
li.flag-icon-squared.flag-icon-text-mx,
li.flag-icon-squared.flag-icon-text-my,
li.flag-icon-squared.flag-icon-text-mz,
li.flag-icon-squared.flag-icon-text-na,
li.flag-icon-squared.flag-icon-text-nc,
li.flag-icon-squared.flag-icon-text-ne,
li.flag-icon-squared.flag-icon-text-nf,
li.flag-icon-squared.flag-icon-text-ng,
li.flag-icon-squared.flag-icon-text-ni,
li.flag-icon-squared.flag-icon-text-nl,
li.flag-icon-squared.flag-icon-text-no,
li.flag-icon-squared.flag-icon-text-np,
li.flag-icon-squared.flag-icon-text-nr,
li.flag-icon-squared.flag-icon-text-nu,
li.flag-icon-squared.flag-icon-text-nz,
li.flag-icon-squared.flag-icon-text-om,
li.flag-icon-squared.flag-icon-text-pa,
li.flag-icon-squared.flag-icon-text-pe,
li.flag-icon-squared.flag-icon-text-pf,
li.flag-icon-squared.flag-icon-text-pg,
li.flag-icon-squared.flag-icon-text-ph,
li.flag-icon-squared.flag-icon-text-pk,
li.flag-icon-squared.flag-icon-text-pl,
li.flag-icon-squared.flag-icon-text-pm,
li.flag-icon-squared.flag-icon-text-pn,
li.flag-icon-squared.flag-icon-text-pr,
li.flag-icon-squared.flag-icon-text-ps,
li.flag-icon-squared.flag-icon-text-pt,
li.flag-icon-squared.flag-icon-text-pw,
li.flag-icon-squared.flag-icon-text-py,
li.flag-icon-squared.flag-icon-text-qa,
li.flag-icon-squared.flag-icon-text-re,
li.flag-icon-squared.flag-icon-text-ro,
li.flag-icon-squared.flag-icon-text-rs,
li.flag-icon-squared.flag-icon-text-ru,
li.flag-icon-squared.flag-icon-text-rw,
li.flag-icon-squared.flag-icon-text-sa,
li.flag-icon-squared.flag-icon-text-sb,
li.flag-icon-squared.flag-icon-text-sc,
li.flag-icon-squared.flag-icon-text-sd,
li.flag-icon-squared.flag-icon-text-se,
li.flag-icon-squared.flag-icon-text-sg,
li.flag-icon-squared.flag-icon-text-sh,
li.flag-icon-squared.flag-icon-text-si,
li.flag-icon-squared.flag-icon-text-sj,
li.flag-icon-squared.flag-icon-text-sk,
li.flag-icon-squared.flag-icon-text-sl,
li.flag-icon-squared.flag-icon-text-sm,
li.flag-icon-squared.flag-icon-text-sn,
li.flag-icon-squared.flag-icon-text-so,
li.flag-icon-squared.flag-icon-text-sr,
li.flag-icon-squared.flag-icon-text-ss,
li.flag-icon-squared.flag-icon-text-st,
li.flag-icon-squared.flag-icon-text-sv,
li.flag-icon-squared.flag-icon-text-sx,
li.flag-icon-squared.flag-icon-text-sy,
li.flag-icon-squared.flag-icon-text-sz,
li.flag-icon-squared.flag-icon-text-tc,
li.flag-icon-squared.flag-icon-text-td,
li.flag-icon-squared.flag-icon-text-tf,
li.flag-icon-squared.flag-icon-text-tg,
li.flag-icon-squared.flag-icon-text-th,
li.flag-icon-squared.flag-icon-text-tj,
li.flag-icon-squared.flag-icon-text-tk,
li.flag-icon-squared.flag-icon-text-tl,
li.flag-icon-squared.flag-icon-text-tm,
li.flag-icon-squared.flag-icon-text-tn,
li.flag-icon-squared.flag-icon-text-to,
li.flag-icon-squared.flag-icon-text-tr,
li.flag-icon-squared.flag-icon-text-tt,
li.flag-icon-squared.flag-icon-text-tv,
li.flag-icon-squared.flag-icon-text-tw,
li.flag-icon-squared.flag-icon-text-tz,
li.flag-icon-squared.flag-icon-text-ua,
li.flag-icon-squared.flag-icon-text-ug,
li.flag-icon-squared.flag-icon-text-um,
li.flag-icon-squared.flag-icon-text-un,
li.flag-icon-squared.flag-icon-text-us,
li.flag-icon-squared.flag-icon-text-uy,
li.flag-icon-squared.flag-icon-text-uz,
li.flag-icon-squared.flag-icon-text-va,
li.flag-icon-squared.flag-icon-text-vc,
li.flag-icon-squared.flag-icon-text-ve,
li.flag-icon-squared.flag-icon-text-vg,
li.flag-icon-squared.flag-icon-text-vi,
li.flag-icon-squared.flag-icon-text-vn,
li.flag-icon-squared.flag-icon-text-vu,
li.flag-icon-squared.flag-icon-text-wf,
li.flag-icon-squared.flag-icon-text-ws,
li.flag-icon-squared.flag-icon-text-xk,
li.flag-icon-squared.flag-icon-text-ye,
li.flag-icon-squared.flag-icon-text-yt,
li.flag-icon-squared.flag-icon-text-za,
li.flag-icon-squared.flag-icon-text-zm,
li.flag-icon-squared.flag-icon-text-zw {
    width: 1em
}

.lang-menu {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    align-items: stretch
}

.lang-menu li {
    position: relative;
    list-style: none;
    width: 40px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    transition: all .3s ease
}

.lang-menu li a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-grow: 1;
    color: #fbfbfb;
    transition: all .3s ease
}

.lang-menu li a:hover {
    text-decoration: none
}

li.flag-icon-text-ad a {
    align-items: center;
    opacity: 1
}

.flag-icon-ad {
    background-image: url(../flags/4x3/ad.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ad.flag-icon-squared {
    background-image: url(../flags/1x1/ad.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ae a {
    align-items: center;
    opacity: 1
}

.flag-icon-ae {
    background-image: url(../flags/4x3/ae.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ae.flag-icon-squared {
    background-image: url(../flags/1x1/ae.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-af a {
    align-items: center;
    opacity: 1
}

.flag-icon-af {
    background-image: url(../flags/4x3/af.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-af.flag-icon-squared {
    background-image: url(../flags/1x1/af.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ag a {
    align-items: center;
    opacity: 1
}

.flag-icon-ag {
    background-image: url(../flags/4x3/ag.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ag.flag-icon-squared {
    background-image: url(../flags/1x1/ag.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ai a {
    align-items: center;
    opacity: 1
}

.flag-icon-ai {
    background-image: url(../flags/4x3/ai.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ai.flag-icon-squared {
    background-image: url(../flags/1x1/ai.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-al a {
    align-items: center;
    opacity: 1
}

.flag-icon-al {
    background-image: url(../flags/4x3/al.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-al.flag-icon-squared {
    background-image: url(../flags/1x1/al.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-am a {
    align-items: center;
    opacity: 1
}

.flag-icon-am {
    background-image: url(../flags/4x3/am.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-am.flag-icon-squared {
    background-image: url(../flags/1x1/am.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ao a {
    align-items: center;
    opacity: 1
}

.flag-icon-ao {
    background-image: url(../flags/4x3/ao.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ao.flag-icon-squared {
    background-image: url(../flags/1x1/ao.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-aq a {
    align-items: center;
    opacity: 1
}

.flag-icon-aq {
    background-image: url(../flags/4x3/aq.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-aq.flag-icon-squared {
    background-image: url(../flags/1x1/aq.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ar a {
    align-items: center;
    opacity: 1
}

.flag-icon-ar {
    background-image: url(../flags/4x3/ar.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ar.flag-icon-squared {
    background-image: url(../flags/1x1/ar.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-as a {
    align-items: center;
    opacity: 1
}

.flag-icon-as {
    background-image: url(../flags/4x3/as.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-as.flag-icon-squared {
    background-image: url(../flags/1x1/as.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-at a {
    align-items: center;
    opacity: 1
}

.flag-icon-at {
    background-image: url(../flags/4x3/at.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-at.flag-icon-squared {
    background-image: url(../flags/1x1/at.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-au a {
    align-items: center;
    opacity: 1
}

.flag-icon-au {
    background-image: url(../flags/4x3/au.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-au.flag-icon-squared {
    background-image: url(../flags/1x1/au.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-aw a {
    align-items: center;
    opacity: 1
}

.flag-icon-aw {
    background-image: url(../flags/4x3/aw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-aw.flag-icon-squared {
    background-image: url(../flags/1x1/aw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ax a {
    align-items: center;
    opacity: 1
}

.flag-icon-ax {
    background-image: url(../flags/4x3/ax.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ax.flag-icon-squared {
    background-image: url(../flags/1x1/ax.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-az a {
    align-items: center;
    opacity: 1
}

.flag-icon-az {
    background-image: url(../flags/4x3/az.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-az.flag-icon-squared {
    background-image: url(../flags/1x1/az.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ba a {
    align-items: center;
    opacity: 1
}

.flag-icon-ba {
    background-image: url(../flags/4x3/ba.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ba.flag-icon-squared {
    background-image: url(../flags/1x1/ba.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-bb a {
    align-items: center;
    opacity: 1
}

.flag-icon-bb {
    background-image: url(../flags/4x3/bb.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-bb.flag-icon-squared {
    background-image: url(../flags/1x1/bb.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-bd a {
    align-items: center;
    opacity: 1
}

.flag-icon-bd {
    background-image: url(../flags/4x3/bd.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-bd.flag-icon-squared {
    background-image: url(../flags/1x1/bd.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-be a {
    align-items: center;
    opacity: 1
}

.flag-icon-be {
    background-image: url(../flags/4x3/be.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-be.flag-icon-squared {
    background-image: url(../flags/1x1/be.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-bf a {
    align-items: center;
    opacity: 1
}

.flag-icon-bf {
    background-image: url(../flags/4x3/bf.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-bf.flag-icon-squared {
    background-image: url(../flags/1x1/bf.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-bg a {
    align-items: center;
    opacity: 1
}

.flag-icon-bg {
    background-image: url(../flags/4x3/bg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-bg.flag-icon-squared {
    background-image: url(../flags/1x1/bg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-bh a {
    align-items: center;
    opacity: 1
}

.flag-icon-bh {
    background-image: url(../flags/4x3/bh.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-bh.flag-icon-squared {
    background-image: url(../flags/1x1/bh.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-bi a {
    align-items: center;
    opacity: 1
}

.flag-icon-bi {
    background-image: url(../flags/4x3/bi.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-bi.flag-icon-squared {
    background-image: url(../flags/1x1/bi.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-bj a {
    align-items: center;
    opacity: 1
}

.flag-icon-bj {
    background-image: url(../flags/4x3/bj.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-bj.flag-icon-squared {
    background-image: url(../flags/1x1/bj.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-bl a {
    align-items: center;
    opacity: 1
}

.flag-icon-bl {
    background-image: url(../flags/4x3/bl.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-bl.flag-icon-squared {
    background-image: url(../flags/1x1/bl.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-bm a {
    align-items: center;
    opacity: 1
}

.flag-icon-bm {
    background-image: url(../flags/4x3/bm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-bm.flag-icon-squared {
    background-image: url(../flags/1x1/bm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-bn a {
    align-items: center;
    opacity: 1
}

.flag-icon-bn {
    background-image: url(../flags/4x3/bn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-bn.flag-icon-squared {
    background-image: url(../flags/1x1/bn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-bo a {
    align-items: center;
    opacity: 1
}

.flag-icon-bo {
    background-image: url(../flags/4x3/bo.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-bo.flag-icon-squared {
    background-image: url(../flags/1x1/bo.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-bq a {
    align-items: center;
    opacity: 1
}

.flag-icon-bq {
    background-image: url(../flags/4x3/bq.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-bq.flag-icon-squared {
    background-image: url(../flags/1x1/bq.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-br a {
    align-items: center;
    opacity: 1
}

.flag-icon-br {
    background-image: url(../flags/4x3/br.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-br.flag-icon-squared {
    background-image: url(../flags/1x1/br.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-bs a {
    align-items: center;
    opacity: 1
}

.flag-icon-bs {
    background-image: url(../flags/4x3/bs.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-bs.flag-icon-squared {
    background-image: url(../flags/1x1/bs.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-bt a {
    align-items: center;
    opacity: 1
}

.flag-icon-bt {
    background-image: url(../flags/4x3/bt.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-bt.flag-icon-squared {
    background-image: url(../flags/1x1/bt.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-bv a {
    align-items: center;
    opacity: 1
}

.flag-icon-bv {
    background-image: url(../flags/4x3/bv.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-bv.flag-icon-squared {
    background-image: url(../flags/1x1/bv.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-bw a {
    align-items: center;
    opacity: 1
}

.flag-icon-bw {
    background-image: url(../flags/4x3/bw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-bw.flag-icon-squared {
    background-image: url(../flags/1x1/bw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-by a {
    align-items: center;
    opacity: 1
}

.flag-icon-by {
    background-image: url(../flags/4x3/by.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-by.flag-icon-squared {
    background-image: url(../flags/1x1/by.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-bz a {
    align-items: center;
    opacity: 1
}

.flag-icon-bz {
    background-image: url(../flags/4x3/bz.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-bz.flag-icon-squared {
    background-image: url(../flags/1x1/bz.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ca a {
    align-items: center;
    opacity: 1
}

.flag-icon-ca {
    background-image: url(../flags/4x3/ca.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ca.flag-icon-squared {
    background-image: url(../flags/1x1/ca.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-cc a {
    align-items: center;
    opacity: 1
}

.flag-icon-cc {
    background-image: url(../flags/4x3/cc.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-cc.flag-icon-squared {
    background-image: url(../flags/1x1/cc.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-cd a {
    align-items: center;
    opacity: 1
}

.flag-icon-cd {
    background-image: url(../flags/4x3/cd.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-cd.flag-icon-squared {
    background-image: url(../flags/1x1/cd.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-cf a {
    align-items: center;
    opacity: 1
}

.flag-icon-cf {
    background-image: url(../flags/4x3/cf.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-cf.flag-icon-squared {
    background-image: url(../flags/1x1/cf.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-cg a {
    align-items: center;
    opacity: 1
}

.flag-icon-cg {
    background-image: url(../flags/4x3/cg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-cg.flag-icon-squared {
    background-image: url(../flags/1x1/cg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ch a {
    align-items: center;
    opacity: 1
}

.flag-icon-ch {
    background-image: url(../flags/4x3/ch.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ch.flag-icon-squared {
    background-image: url(../flags/1x1/ch.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ci a {
    align-items: center;
    opacity: 1
}

.flag-icon-ci {
    background-image: url(../flags/4x3/ci.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ci.flag-icon-squared {
    background-image: url(../flags/1x1/ci.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ck a {
    align-items: center;
    opacity: 1
}

.flag-icon-ck {
    background-image: url(../flags/4x3/ck.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ck.flag-icon-squared {
    background-image: url(../flags/1x1/ck.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-cl a {
    align-items: center;
    opacity: 1
}

.flag-icon-cl {
    background-image: url(../flags/4x3/cl.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-cl.flag-icon-squared {
    background-image: url(../flags/1x1/cl.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-cm a {
    align-items: center;
    opacity: 1
}

.flag-icon-cm {
    background-image: url(../flags/4x3/cm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-cm.flag-icon-squared {
    background-image: url(../flags/1x1/cm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-cn a {
    align-items: center;
    opacity: 1
}

.flag-icon-cn {
    background-image: url(../flags/4x3/cn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-cn.flag-icon-squared {
    background-image: url(../flags/1x1/cn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-co a {
    align-items: center;
    opacity: 1
}

.flag-icon-co {
    background-image: url(../flags/4x3/co.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-co.flag-icon-squared {
    background-image: url(../flags/1x1/co.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-cr a {
    align-items: center;
    opacity: 1
}

.flag-icon-cr {
    background-image: url(../flags/4x3/cr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-cr.flag-icon-squared {
    background-image: url(../flags/1x1/cr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-cu a {
    align-items: center;
    opacity: 1
}

.flag-icon-cu {
    background-image: url(../flags/4x3/cu.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-cu.flag-icon-squared {
    background-image: url(../flags/1x1/cu.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-cv a {
    align-items: center;
    opacity: 1
}

.flag-icon-cv {
    background-image: url(../flags/4x3/cv.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-cv.flag-icon-squared {
    background-image: url(../flags/1x1/cv.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-cw a {
    align-items: center;
    opacity: 1
}

.flag-icon-cw {
    background-image: url(../flags/4x3/cw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-cw.flag-icon-squared {
    background-image: url(../flags/1x1/cw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-cx a {
    align-items: center;
    opacity: 1
}

.flag-icon-cx {
    background-image: url(../flags/4x3/cx.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-cx.flag-icon-squared {
    background-image: url(../flags/1x1/cx.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-cy a {
    align-items: center;
    opacity: 1
}

.flag-icon-cy {
    background-image: url(../flags/4x3/cy.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-cy.flag-icon-squared {
    background-image: url(../flags/1x1/cy.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-cz a {
    align-items: center;
    opacity: 1
}

.flag-icon-cz {
    background-image: url(../flags/4x3/cz.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-cz.flag-icon-squared {
    background-image: url(../flags/1x1/cz.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-de a {
    align-items: center;
    opacity: 1
}

.flag-icon-de {
    background-image: url(../flags/4x3/de.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-de.flag-icon-squared {
    background-image: url(../flags/1x1/de.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-dj a {
    align-items: center;
    opacity: 1
}

.flag-icon-dj {
    background-image: url(../flags/4x3/dj.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-dj.flag-icon-squared {
    background-image: url(../flags/1x1/dj.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-dk a {
    align-items: center;
    opacity: 1
}

.flag-icon-dk {
    background-image: url(../flags/4x3/dk.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-dk.flag-icon-squared {
    background-image: url(../flags/1x1/dk.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-dm a {
    align-items: center;
    opacity: 1
}

.flag-icon-dm {
    background-image: url(../flags/4x3/dm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-dm.flag-icon-squared {
    background-image: url(../flags/1x1/dm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-do a {
    align-items: center;
    opacity: 1
}

.flag-icon-do {
    background-image: url(../flags/4x3/do.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-do.flag-icon-squared {
    background-image: url(../flags/1x1/do.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-dz a {
    align-items: center;
    opacity: 1
}

.flag-icon-dz {
    background-image: url(../flags/4x3/dz.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-dz.flag-icon-squared {
    background-image: url(../flags/1x1/dz.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ec a {
    align-items: center;
    opacity: 1
}

.flag-icon-ec {
    background-image: url(../flags/4x3/ec.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ec.flag-icon-squared {
    background-image: url(../flags/1x1/ec.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ee a {
    align-items: center;
    opacity: 1
}

.flag-icon-ee {
    background-image: url(../flags/4x3/ee.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ee.flag-icon-squared {
    background-image: url(../flags/1x1/ee.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-eg a {
    align-items: center;
    opacity: 1
}

.flag-icon-eg {
    background-image: url(../flags/4x3/eg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-eg.flag-icon-squared {
    background-image: url(../flags/1x1/eg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-eh a {
    align-items: center;
    opacity: 1
}

.flag-icon-eh {
    background-image: url(../flags/4x3/eh.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-eh.flag-icon-squared {
    background-image: url(../flags/1x1/eh.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-er a {
    align-items: center;
    opacity: 1
}

.flag-icon-er {
    background-image: url(../flags/4x3/er.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-er.flag-icon-squared {
    background-image: url(../flags/1x1/er.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-es a {
    align-items: center;
    opacity: 1
}

.flag-icon-es {
    background-image: url(../flags/4x3/es.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-es.flag-icon-squared {
    background-image: url(../flags/1x1/es.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-et a {
    align-items: center;
    opacity: 1
}

.flag-icon-et {
    background-image: url(../flags/4x3/et.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-et.flag-icon-squared {
    background-image: url(../flags/1x1/et.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-fi a {
    align-items: center;
    opacity: 1
}

.flag-icon-fi {
    background-image: url(../flags/4x3/fi.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-fi.flag-icon-squared {
    background-image: url(../flags/1x1/fi.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-fj a {
    align-items: center;
    opacity: 1
}

.flag-icon-fj {
    background-image: url(../flags/4x3/fj.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-fj.flag-icon-squared {
    background-image: url(../flags/1x1/fj.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-fk a {
    align-items: center;
    opacity: 1
}

.flag-icon-fk {
    background-image: url(../flags/4x3/fk.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-fk.flag-icon-squared {
    background-image: url(../flags/1x1/fk.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-fm a {
    align-items: center;
    opacity: 1
}

.flag-icon-fm {
    background-image: url(../flags/4x3/fm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-fm.flag-icon-squared {
    background-image: url(../flags/1x1/fm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-fo a {
    align-items: center;
    opacity: 1
}

.flag-icon-fo {
    background-image: url(../flags/4x3/fo.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-fo.flag-icon-squared {
    background-image: url(../flags/1x1/fo.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-fr a {
    align-items: center;
    opacity: 1
}

.flag-icon-fr {
    background-image: url(../flags/4x3/fr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-fr.flag-icon-squared {
    background-image: url(../flags/1x1/fr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ga a {
    align-items: center;
    opacity: 1
}

.flag-icon-ga {
    background-image: url(../flags/4x3/ga.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ga.flag-icon-squared {
    background-image: url(../flags/1x1/ga.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gb a {
    align-items: center;
    opacity: 1
}

.flag-icon-gb {
    background-image: url(../flags/4x3/gb.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gb.flag-icon-squared {
    background-image: url(../flags/1x1/gb.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gd a {
    align-items: center;
    opacity: 1
}

.flag-icon-gd {
    background-image: url(../flags/4x3/gd.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gd.flag-icon-squared {
    background-image: url(../flags/1x1/gd.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ge a {
    align-items: center;
    opacity: 1
}

.flag-icon-ge {
    background-image: url(../flags/4x3/ge.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ge.flag-icon-squared {
    background-image: url(../flags/1x1/ge.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gf a {
    align-items: center;
    opacity: 1
}

.flag-icon-gf {
    background-image: url(../flags/4x3/gf.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gf.flag-icon-squared {
    background-image: url(../flags/1x1/gf.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gg a {
    align-items: center;
    opacity: 1
}

.flag-icon-gg {
    background-image: url(../flags/4x3/gg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gg.flag-icon-squared {
    background-image: url(../flags/1x1/gg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gh a {
    align-items: center;
    opacity: 1
}

.flag-icon-gh {
    background-image: url(../flags/4x3/gh.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gh.flag-icon-squared {
    background-image: url(../flags/1x1/gh.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gi a {
    align-items: center;
    opacity: 1
}

.flag-icon-gi {
    background-image: url(../flags/4x3/gi.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gi.flag-icon-squared {
    background-image: url(../flags/1x1/gi.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gl a {
    align-items: center;
    opacity: 1
}

.flag-icon-gl {
    background-image: url(../flags/4x3/gl.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gl.flag-icon-squared {
    background-image: url(../flags/1x1/gl.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gm a {
    align-items: center;
    opacity: 1
}

.flag-icon-gm {
    background-image: url(../flags/4x3/gm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gm.flag-icon-squared {
    background-image: url(../flags/1x1/gm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gn a {
    align-items: center;
    opacity: 1
}

.flag-icon-gn {
    background-image: url(../flags/4x3/gn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gn.flag-icon-squared {
    background-image: url(../flags/1x1/gn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gp a {
    align-items: center;
    opacity: 1
}

.flag-icon-gp {
    background-image: url(../flags/4x3/gp.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gp.flag-icon-squared {
    background-image: url(../flags/1x1/gp.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gq a {
    align-items: center;
    opacity: 1
}

.flag-icon-gq {
    background-image: url(../flags/4x3/gq.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gq.flag-icon-squared {
    background-image: url(../flags/1x1/gq.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gr a {
    align-items: center;
    opacity: 1
}

.flag-icon-gr {
    background-image: url(../flags/4x3/gr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gr.flag-icon-squared {
    background-image: url(../flags/1x1/gr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gs a {
    align-items: center;
    opacity: 1
}

.flag-icon-gs {
    background-image: url(../flags/4x3/gs.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gs.flag-icon-squared {
    background-image: url(../flags/1x1/gs.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gt a {
    align-items: center;
    opacity: 1
}

.flag-icon-gt {
    background-image: url(../flags/4x3/gt.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gt.flag-icon-squared {
    background-image: url(../flags/1x1/gt.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gu a {
    align-items: center;
    opacity: 1
}

.flag-icon-gu {
    background-image: url(../flags/4x3/gu.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gu.flag-icon-squared {
    background-image: url(../flags/1x1/gu.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gw a {
    align-items: center;
    opacity: 1
}

.flag-icon-gw {
    background-image: url(../flags/4x3/gw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gw.flag-icon-squared {
    background-image: url(../flags/1x1/gw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gy a {
    align-items: center;
    opacity: 1
}

.flag-icon-gy {
    background-image: url(../flags/4x3/gy.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gy.flag-icon-squared {
    background-image: url(../flags/1x1/gy.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-hk a {
    align-items: center;
    opacity: 1
}

.flag-icon-hk {
    background-image: url(../flags/4x3/hk.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-hk.flag-icon-squared {
    background-image: url(../flags/1x1/hk.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-hm a {
    align-items: center;
    opacity: 1
}

.flag-icon-hm {
    background-image: url(../flags/4x3/hm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-hm.flag-icon-squared {
    background-image: url(../flags/1x1/hm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-hn a {
    align-items: center;
    opacity: 1
}

.flag-icon-hn {
    background-image: url(../flags/4x3/hn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-hn.flag-icon-squared {
    background-image: url(../flags/1x1/hn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-hr a {
    align-items: center;
    opacity: 1
}

.flag-icon-hr {
    background-image: url(../flags/4x3/hr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-hr.flag-icon-squared {
    background-image: url(../flags/1x1/hr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ht a {
    align-items: center;
    opacity: 1
}

.flag-icon-ht {
    background-image: url(../flags/4x3/ht.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ht.flag-icon-squared {
    background-image: url(../flags/1x1/ht.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-hu a {
    align-items: center;
    opacity: 1
}

.flag-icon-hu {
    background-image: url(../flags/4x3/hu.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-hu.flag-icon-squared {
    background-image: url(../flags/1x1/hu.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-id a {
    align-items: center;
    opacity: 1
}

.flag-icon-id {
    background-image: url(../flags/4x3/id.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-id.flag-icon-squared {
    background-image: url(../flags/1x1/id.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ie a {
    align-items: center;
    opacity: 1
}

.flag-icon-ie {
    background-image: url(../flags/4x3/ie.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ie.flag-icon-squared {
    background-image: url(../flags/1x1/ie.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-il a {
    align-items: center;
    opacity: 1
}

.flag-icon-il {
    background-image: url(../flags/4x3/il.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-il.flag-icon-squared {
    background-image: url(../flags/1x1/il.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-im a {
    align-items: center;
    opacity: 1
}

.flag-icon-im {
    background-image: url(../flags/4x3/im.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-im.flag-icon-squared {
    background-image: url(../flags/1x1/im.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-in a {
    align-items: center;
    opacity: 1
}

.flag-icon-in {
    background-image: url(../flags/4x3/in.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-in.flag-icon-squared {
    background-image: url(../flags/1x1/in.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-io a {
    align-items: center;
    opacity: 1
}

.flag-icon-io {
    background-image: url(../flags/4x3/io.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-io.flag-icon-squared {
    background-image: url(../flags/1x1/io.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-iq a {
    align-items: center;
    opacity: 1
}

.flag-icon-iq {
    background-image: url(../flags/4x3/iq.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-iq.flag-icon-squared {
    background-image: url(../flags/1x1/iq.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ir a {
    align-items: center;
    opacity: 1
}

.flag-icon-ir {
    background-image: url(../flags/4x3/ir.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ir.flag-icon-squared {
    background-image: url(../flags/1x1/ir.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-is a {
    align-items: center;
    opacity: 1
}

.flag-icon-is {
    background-image: url(../flags/4x3/is.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-is.flag-icon-squared {
    background-image: url(../flags/1x1/is.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-it a {
    align-items: center;
    opacity: 1
}

.flag-icon-it {
    background-image: url(../flags/4x3/it.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-it.flag-icon-squared {
    background-image: url(../flags/1x1/it.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-je a {
    align-items: center;
    opacity: 1
}

.flag-icon-je {
    background-image: url(../flags/4x3/je.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-je.flag-icon-squared {
    background-image: url(../flags/1x1/je.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-jm a {
    align-items: center;
    opacity: 1
}

.flag-icon-jm {
    background-image: url(../flags/4x3/jm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-jm.flag-icon-squared {
    background-image: url(../flags/1x1/jm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-jo a {
    align-items: center;
    opacity: 1
}

.flag-icon-jo {
    background-image: url(../flags/4x3/jo.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-jo.flag-icon-squared {
    background-image: url(../flags/1x1/jo.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-jp a {
    align-items: center;
    opacity: 1
}

.flag-icon-jp {
    background-image: url(../flags/4x3/jp.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-jp.flag-icon-squared {
    background-image: url(../flags/1x1/jp.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ke a {
    align-items: center;
    opacity: 1
}

.flag-icon-ke {
    background-image: url(../flags/4x3/ke.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ke.flag-icon-squared {
    background-image: url(../flags/1x1/ke.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-kg a {
    align-items: center;
    opacity: 1
}

.flag-icon-kg {
    background-image: url(../flags/4x3/kg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-kg.flag-icon-squared {
    background-image: url(../flags/1x1/kg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-kh a {
    align-items: center;
    opacity: 1
}

.flag-icon-kh {
    background-image: url(../flags/4x3/kh.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-kh.flag-icon-squared {
    background-image: url(../flags/1x1/kh.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ki a {
    align-items: center;
    opacity: 1
}

.flag-icon-ki {
    background-image: url(../flags/4x3/ki.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ki.flag-icon-squared {
    background-image: url(../flags/1x1/ki.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-km a {
    align-items: center;
    opacity: 1
}

.flag-icon-km {
    background-image: url(../flags/4x3/km.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-km.flag-icon-squared {
    background-image: url(../flags/1x1/km.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-kn a {
    align-items: center;
    opacity: 1
}

.flag-icon-kn {
    background-image: url(../flags/4x3/kn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-kn.flag-icon-squared {
    background-image: url(../flags/1x1/kn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-kp a {
    align-items: center;
    opacity: 1
}

.flag-icon-kp {
    background-image: url(../flags/4x3/kp.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-kp.flag-icon-squared {
    background-image: url(../flags/1x1/kp.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-kr a {
    align-items: center;
    opacity: 1
}

.flag-icon-kr {
    background-image: url(../flags/4x3/kr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-kr.flag-icon-squared {
    background-image: url(../flags/1x1/kr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-kw a {
    align-items: center;
    opacity: 1
}

.flag-icon-kw {
    background-image: url(../flags/4x3/kw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-kw.flag-icon-squared {
    background-image: url(../flags/1x1/kw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ky a {
    align-items: center;
    opacity: 1
}

.flag-icon-ky {
    background-image: url(../flags/4x3/ky.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ky.flag-icon-squared {
    background-image: url(../flags/1x1/ky.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-kz a {
    align-items: center;
    opacity: 1
}

.flag-icon-kz {
    background-image: url(../flags/4x3/kz.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-kz.flag-icon-squared {
    background-image: url(../flags/1x1/kz.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-la a {
    align-items: center;
    opacity: 1
}

.flag-icon-la {
    background-image: url(../flags/4x3/la.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-la.flag-icon-squared {
    background-image: url(../flags/1x1/la.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-lb a {
    align-items: center;
    opacity: 1
}

.flag-icon-lb {
    background-image: url(../flags/4x3/lb.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-lb.flag-icon-squared {
    background-image: url(../flags/1x1/lb.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-lc a {
    align-items: center;
    opacity: 1
}

.flag-icon-lc {
    background-image: url(../flags/4x3/lc.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-lc.flag-icon-squared {
    background-image: url(../flags/1x1/lc.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-li a {
    align-items: center;
    opacity: 1
}

.flag-icon-li {
    background-image: url(../flags/4x3/li.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-li.flag-icon-squared {
    background-image: url(../flags/1x1/li.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-lk a {
    align-items: center;
    opacity: 1
}

.flag-icon-lk {
    background-image: url(../flags/4x3/lk.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-lk.flag-icon-squared {
    background-image: url(../flags/1x1/lk.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-lr a {
    align-items: center;
    opacity: 1
}

.flag-icon-lr {
    background-image: url(../flags/4x3/lr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-lr.flag-icon-squared {
    background-image: url(../flags/1x1/lr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ls a {
    align-items: center;
    opacity: 1
}

.flag-icon-ls {
    background-image: url(../flags/4x3/ls.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ls.flag-icon-squared {
    background-image: url(../flags/1x1/ls.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-lt a {
    align-items: center;
    opacity: 1
}

.flag-icon-lt {
    background-image: url(../flags/4x3/lt.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-lt.flag-icon-squared {
    background-image: url(../flags/1x1/lt.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-lu a {
    align-items: center;
    opacity: 1
}

.flag-icon-lu {
    background-image: url(../flags/4x3/lu.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-lu.flag-icon-squared {
    background-image: url(../flags/1x1/lu.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-lv a {
    align-items: center;
    opacity: 1
}

.flag-icon-lv {
    background-image: url(../flags/4x3/lv.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-lv.flag-icon-squared {
    background-image: url(../flags/1x1/lv.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ly a {
    align-items: center;
    opacity: 1
}

.flag-icon-ly {
    background-image: url(../flags/4x3/ly.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ly.flag-icon-squared {
    background-image: url(../flags/1x1/ly.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ma a {
    align-items: center;
    opacity: 1
}

.flag-icon-ma {
    background-image: url(../flags/4x3/ma.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ma.flag-icon-squared {
    background-image: url(../flags/1x1/ma.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-mc a {
    align-items: center;
    opacity: 1
}

.flag-icon-mc {
    background-image: url(../flags/4x3/mc.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-mc.flag-icon-squared {
    background-image: url(../flags/1x1/mc.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-md a {
    align-items: center;
    opacity: 1
}

.flag-icon-md {
    background-image: url(../flags/4x3/md.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-md.flag-icon-squared {
    background-image: url(../flags/1x1/md.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-me a {
    align-items: center;
    opacity: 1
}

.flag-icon-me {
    background-image: url(../flags/4x3/me.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-me.flag-icon-squared {
    background-image: url(../flags/1x1/me.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-mf a {
    align-items: center;
    opacity: 1
}

.flag-icon-mf {
    background-image: url(../flags/4x3/mf.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-mf.flag-icon-squared {
    background-image: url(../flags/1x1/mf.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-mg a {
    align-items: center;
    opacity: 1
}

.flag-icon-mg {
    background-image: url(../flags/4x3/mg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-mg.flag-icon-squared {
    background-image: url(../flags/1x1/mg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-mh a {
    align-items: center;
    opacity: 1
}

.flag-icon-mh {
    background-image: url(../flags/4x3/mh.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-mh.flag-icon-squared {
    background-image: url(../flags/1x1/mh.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-mk a {
    align-items: center;
    opacity: 1
}

.flag-icon-mk {
    background-image: url(../flags/4x3/mk.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-mk.flag-icon-squared {
    background-image: url(../flags/1x1/mk.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ml a {
    align-items: center;
    opacity: 1
}

.flag-icon-ml {
    background-image: url(../flags/4x3/ml.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ml.flag-icon-squared {
    background-image: url(../flags/1x1/ml.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-mm a {
    align-items: center;
    opacity: 1
}

.flag-icon-mm {
    background-image: url(../flags/4x3/mm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-mm.flag-icon-squared {
    background-image: url(../flags/1x1/mm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-mn a {
    align-items: center;
    opacity: 1
}

.flag-icon-mn {
    background-image: url(../flags/4x3/mn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-mn.flag-icon-squared {
    background-image: url(../flags/1x1/mn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-mo a {
    align-items: center;
    opacity: 1
}

.flag-icon-mo {
    background-image: url(../flags/4x3/mo.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-mo.flag-icon-squared {
    background-image: url(../flags/1x1/mo.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-mp a {
    align-items: center;
    opacity: 1
}

.flag-icon-mp {
    background-image: url(../flags/4x3/mp.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-mp.flag-icon-squared {
    background-image: url(../flags/1x1/mp.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-mq a {
    align-items: center;
    opacity: 1
}

.flag-icon-mq {
    background-image: url(../flags/4x3/mq.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-mq.flag-icon-squared {
    background-image: url(../flags/1x1/mq.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-mr a {
    align-items: center;
    opacity: 1
}

.flag-icon-mr {
    background-image: url(../flags/4x3/mr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-mr.flag-icon-squared {
    background-image: url(../flags/1x1/mr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ms a {
    align-items: center;
    opacity: 1
}

.flag-icon-ms {
    background-image: url(../flags/4x3/ms.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ms.flag-icon-squared {
    background-image: url(../flags/1x1/ms.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-mt a {
    align-items: center;
    opacity: 1
}

.flag-icon-mt {
    background-image: url(../flags/4x3/mt.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-mt.flag-icon-squared {
    background-image: url(../flags/1x1/mt.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-mu a {
    align-items: center;
    opacity: 1
}

.flag-icon-mu {
    background-image: url(../flags/4x3/mu.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-mu.flag-icon-squared {
    background-image: url(../flags/1x1/mu.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-mv a {
    align-items: center;
    opacity: 1
}

.flag-icon-mv {
    background-image: url(../flags/4x3/mv.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-mv.flag-icon-squared {
    background-image: url(../flags/1x1/mv.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-mw a {
    align-items: center;
    opacity: 1
}

.flag-icon-mw {
    background-image: url(../flags/4x3/mw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-mw.flag-icon-squared {
    background-image: url(../flags/1x1/mw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-mx a {
    align-items: center;
    opacity: 1
}

.flag-icon-mx {
    background-image: url(../flags/4x3/mx.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-mx.flag-icon-squared {
    background-image: url(../flags/1x1/mx.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-my a {
    align-items: center;
    opacity: 1
}

.flag-icon-my {
    background-image: url(../flags/4x3/my.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-my.flag-icon-squared {
    background-image: url(../flags/1x1/my.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-mz a {
    align-items: center;
    opacity: 1
}

.flag-icon-mz {
    background-image: url(../flags/4x3/mz.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-mz.flag-icon-squared {
    background-image: url(../flags/1x1/mz.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-na a {
    align-items: center;
    opacity: 1
}

.flag-icon-na {
    background-image: url(../flags/4x3/na.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-na.flag-icon-squared {
    background-image: url(../flags/1x1/na.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-nc a {
    align-items: center;
    opacity: 1
}

.flag-icon-nc {
    background-image: url(../flags/4x3/nc.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-nc.flag-icon-squared {
    background-image: url(../flags/1x1/nc.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ne a {
    align-items: center;
    opacity: 1
}

.flag-icon-ne {
    background-image: url(../flags/4x3/ne.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ne.flag-icon-squared {
    background-image: url(../flags/1x1/ne.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-nf a {
    align-items: center;
    opacity: 1
}

.flag-icon-nf {
    background-image: url(../flags/4x3/nf.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-nf.flag-icon-squared {
    background-image: url(../flags/1x1/nf.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ng a {
    align-items: center;
    opacity: 1
}

.flag-icon-ng {
    background-image: url(../flags/4x3/ng.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ng.flag-icon-squared {
    background-image: url(../flags/1x1/ng.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ni a {
    align-items: center;
    opacity: 1
}

.flag-icon-ni {
    background-image: url(../flags/4x3/ni.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ni.flag-icon-squared {
    background-image: url(../flags/1x1/ni.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-nl a {
    align-items: center;
    opacity: 1
}

.flag-icon-nl {
    background-image: url(../flags/4x3/nl.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-nl.flag-icon-squared {
    background-image: url(../flags/1x1/nl.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-no a {
    align-items: center;
    opacity: 1
}

.flag-icon-no {
    background-image: url(../flags/4x3/no.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-no.flag-icon-squared {
    background-image: url(../flags/1x1/no.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-np a {
    align-items: center;
    opacity: 1
}

.flag-icon-np {
    background-image: url(../flags/4x3/np.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-np.flag-icon-squared {
    background-image: url(../flags/1x1/np.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-nr a {
    align-items: center;
    opacity: 1
}

.flag-icon-nr {
    background-image: url(../flags/4x3/nr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-nr.flag-icon-squared {
    background-image: url(../flags/1x1/nr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-nu a {
    align-items: center;
    opacity: 1
}

.flag-icon-nu {
    background-image: url(../flags/4x3/nu.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-nu.flag-icon-squared {
    background-image: url(../flags/1x1/nu.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-nz a {
    align-items: center;
    opacity: 1
}

.flag-icon-nz {
    background-image: url(../flags/4x3/nz.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-nz.flag-icon-squared {
    background-image: url(../flags/1x1/nz.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-om a {
    align-items: center;
    opacity: 1
}

.flag-icon-om {
    background-image: url(../flags/4x3/om.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-om.flag-icon-squared {
    background-image: url(../flags/1x1/om.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-pa a {
    align-items: center;
    opacity: 1
}

.flag-icon-pa {
    background-image: url(../flags/4x3/pa.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-pa.flag-icon-squared {
    background-image: url(../flags/1x1/pa.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-pe a {
    align-items: center;
    opacity: 1
}

.flag-icon-pe {
    background-image: url(../flags/4x3/pe.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-pe.flag-icon-squared {
    background-image: url(../flags/1x1/pe.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-pf a {
    align-items: center;
    opacity: 1
}

.flag-icon-pf {
    background-image: url(../flags/4x3/pf.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-pf.flag-icon-squared {
    background-image: url(../flags/1x1/pf.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-pg a {
    align-items: center;
    opacity: 1
}

.flag-icon-pg {
    background-image: url(../flags/4x3/pg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-pg.flag-icon-squared {
    background-image: url(../flags/1x1/pg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ph a {
    align-items: center;
    opacity: 1
}

.flag-icon-ph {
    background-image: url(../flags/4x3/ph.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ph.flag-icon-squared {
    background-image: url(../flags/1x1/ph.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-pk a {
    align-items: center;
    opacity: 1
}

.flag-icon-pk {
    background-image: url(../flags/4x3/pk.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-pk.flag-icon-squared {
    background-image: url(../flags/1x1/pk.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-pl a {
    align-items: center;
    opacity: 1
}

.flag-icon-pl {
    background-image: url(../flags/4x3/pl.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-pl.flag-icon-squared {
    background-image: url(../flags/1x1/pl.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-pm a {
    align-items: center;
    opacity: 1
}

.flag-icon-pm {
    background-image: url(../flags/4x3/pm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-pm.flag-icon-squared {
    background-image: url(../flags/1x1/pm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-pn a {
    align-items: center;
    opacity: 1
}

.flag-icon-pn {
    background-image: url(../flags/4x3/pn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-pn.flag-icon-squared {
    background-image: url(../flags/1x1/pn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-pr a {
    align-items: center;
    opacity: 1
}

.flag-icon-pr {
    background-image: url(../flags/4x3/pr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-pr.flag-icon-squared {
    background-image: url(../flags/1x1/pr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ps a {
    align-items: center;
    opacity: 1
}

.flag-icon-ps {
    background-image: url(../flags/4x3/ps.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ps.flag-icon-squared {
    background-image: url(../flags/1x1/ps.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-pt a {
    align-items: center;
    opacity: 1
}

.flag-icon-pt {
    background-image: url(../flags/4x3/pt.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-pt.flag-icon-squared {
    background-image: url(../flags/1x1/pt.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-pw a {
    align-items: center;
    opacity: 1
}

.flag-icon-pw {
    background-image: url(../flags/4x3/pw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-pw.flag-icon-squared {
    background-image: url(../flags/1x1/pw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-py a {
    align-items: center;
    opacity: 1
}

.flag-icon-py {
    background-image: url(../flags/4x3/py.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-py.flag-icon-squared {
    background-image: url(../flags/1x1/py.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-qa a {
    align-items: center;
    opacity: 1
}

.flag-icon-qa {
    background-image: url(../flags/4x3/qa.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-qa.flag-icon-squared {
    background-image: url(../flags/1x1/qa.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-re a {
    align-items: center;
    opacity: 1
}

.flag-icon-re {
    background-image: url(../flags/4x3/re.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-re.flag-icon-squared {
    background-image: url(../flags/1x1/re.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ro a {
    align-items: center;
    opacity: 1
}

.flag-icon-ro {
    background-image: url(../flags/4x3/ro.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ro.flag-icon-squared {
    background-image: url(../flags/1x1/ro.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-rs a {
    align-items: center;
    opacity: 1
}

.flag-icon-rs {
    background-image: url(../flags/4x3/rs.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-rs.flag-icon-squared {
    background-image: url(../flags/1x1/rs.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ru a {
    align-items: center;
    opacity: 1
}

.flag-icon-ru {
    background-image: url(../flags/4x3/ru.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ru.flag-icon-squared {
    background-image: url(../flags/1x1/ru.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-rw a {
    align-items: center;
    opacity: 1
}

.flag-icon-rw {
    background-image: url(../flags/4x3/rw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-rw.flag-icon-squared {
    background-image: url(../flags/1x1/rw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-sa a {
    align-items: center;
    opacity: 1
}

.flag-icon-sa {
    background-image: url(../flags/4x3/sa.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-sa.flag-icon-squared {
    background-image: url(../flags/1x1/sa.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-sb a {
    align-items: center;
    opacity: 1
}

.flag-icon-sb {
    background-image: url(../flags/4x3/sb.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-sb.flag-icon-squared {
    background-image: url(../flags/1x1/sb.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-sc a {
    align-items: center;
    opacity: 1
}

.flag-icon-sc {
    background-image: url(../flags/4x3/sc.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-sc.flag-icon-squared {
    background-image: url(../flags/1x1/sc.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-sd a {
    align-items: center;
    opacity: 1
}

.flag-icon-sd {
    background-image: url(../flags/4x3/sd.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-sd.flag-icon-squared {
    background-image: url(../flags/1x1/sd.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-se a {
    align-items: center;
    opacity: 1
}

.flag-icon-se {
    background-image: url(../flags/4x3/se.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-se.flag-icon-squared {
    background-image: url(../flags/1x1/se.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-sg a {
    align-items: center;
    opacity: 1
}

.flag-icon-sg {
    background-image: url(../flags/4x3/sg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-sg.flag-icon-squared {
    background-image: url(../flags/1x1/sg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-sh a {
    align-items: center;
    opacity: 1
}

.flag-icon-sh {
    background-image: url(../flags/4x3/sh.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-sh.flag-icon-squared {
    background-image: url(../flags/1x1/sh.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-si a {
    align-items: center;
    opacity: 1
}

.flag-icon-si {
    background-image: url(../flags/4x3/si.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-si.flag-icon-squared {
    background-image: url(../flags/1x1/si.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-sj a {
    align-items: center;
    opacity: 1
}

.flag-icon-sj {
    background-image: url(../flags/4x3/sj.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-sj.flag-icon-squared {
    background-image: url(../flags/1x1/sj.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-sk a {
    align-items: center;
    opacity: 1
}

.flag-icon-sk {
    background-image: url(../flags/4x3/sk.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-sk.flag-icon-squared {
    background-image: url(../flags/1x1/sk.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-sl a {
    align-items: center;
    opacity: 1
}

.flag-icon-sl {
    background-image: url(../flags/4x3/sl.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-sl.flag-icon-squared {
    background-image: url(../flags/1x1/sl.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-sm a {
    align-items: center;
    opacity: 1
}

.flag-icon-sm {
    background-image: url(../flags/4x3/sm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-sm.flag-icon-squared {
    background-image: url(../flags/1x1/sm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-sn a {
    align-items: center;
    opacity: 1
}

.flag-icon-sn {
    background-image: url(../flags/4x3/sn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-sn.flag-icon-squared {
    background-image: url(../flags/1x1/sn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-so a {
    align-items: center;
    opacity: 1
}

.flag-icon-so {
    background-image: url(../flags/4x3/so.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-so.flag-icon-squared {
    background-image: url(../flags/1x1/so.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-sr a {
    align-items: center;
    opacity: 1
}

.flag-icon-sr {
    background-image: url(../flags/4x3/sr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-sr.flag-icon-squared {
    background-image: url(../flags/1x1/sr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ss a {
    align-items: center;
    opacity: 1
}

.flag-icon-ss {
    background-image: url(../flags/4x3/ss.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ss.flag-icon-squared {
    background-image: url(../flags/1x1/ss.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-st a {
    align-items: center;
    opacity: 1
}

.flag-icon-st {
    background-image: url(../flags/4x3/st.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-st.flag-icon-squared {
    background-image: url(../flags/1x1/st.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-sv a {
    align-items: center;
    opacity: 1
}

.flag-icon-sv {
    background-image: url(../flags/4x3/sv.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-sv.flag-icon-squared {
    background-image: url(../flags/1x1/sv.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-sx a {
    align-items: center;
    opacity: 1
}

.flag-icon-sx {
    background-image: url(../flags/4x3/sx.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-sx.flag-icon-squared {
    background-image: url(../flags/1x1/sx.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-sy a {
    align-items: center;
    opacity: 1
}

.flag-icon-sy {
    background-image: url(../flags/4x3/sy.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-sy.flag-icon-squared {
    background-image: url(../flags/1x1/sy.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-sz a {
    align-items: center;
    opacity: 1
}

.flag-icon-sz {
    background-image: url(../flags/4x3/sz.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-sz.flag-icon-squared {
    background-image: url(../flags/1x1/sz.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-tc a {
    align-items: center;
    opacity: 1
}

.flag-icon-tc {
    background-image: url(../flags/4x3/tc.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-tc.flag-icon-squared {
    background-image: url(../flags/1x1/tc.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-td a {
    align-items: center;
    opacity: 1
}

.flag-icon-td {
    background-image: url(../flags/4x3/td.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-td.flag-icon-squared {
    background-image: url(../flags/1x1/td.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-tf a {
    align-items: center;
    opacity: 1
}

.flag-icon-tf {
    background-image: url(../flags/4x3/tf.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-tf.flag-icon-squared {
    background-image: url(../flags/1x1/tf.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-tg a {
    align-items: center;
    opacity: 1
}

.flag-icon-tg {
    background-image: url(../flags/4x3/tg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-tg.flag-icon-squared {
    background-image: url(../flags/1x1/tg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-th a {
    align-items: center;
    opacity: 1
}

.flag-icon-th {
    background-image: url(../flags/4x3/th.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-th.flag-icon-squared {
    background-image: url(../flags/1x1/th.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-tj a {
    align-items: center;
    opacity: 1
}

.flag-icon-tj {
    background-image: url(../flags/4x3/tj.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-tj.flag-icon-squared {
    background-image: url(../flags/1x1/tj.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-tk a {
    align-items: center;
    opacity: 1
}

.flag-icon-tk {
    background-image: url(../flags/4x3/tk.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-tk.flag-icon-squared {
    background-image: url(../flags/1x1/tk.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-tl a {
    align-items: center;
    opacity: 1
}

.flag-icon-tl {
    background-image: url(../flags/4x3/tl.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-tl.flag-icon-squared {
    background-image: url(../flags/1x1/tl.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-tm a {
    align-items: center;
    opacity: 1
}

.flag-icon-tm {
    background-image: url(../flags/4x3/tm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-tm.flag-icon-squared {
    background-image: url(../flags/1x1/tm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-tn a {
    align-items: center;
    opacity: 1
}

.flag-icon-tn {
    background-image: url(../flags/4x3/tn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-tn.flag-icon-squared {
    background-image: url(../flags/1x1/tn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-to a {
    align-items: center;
    opacity: 1
}

.flag-icon-to {
    background-image: url(../flags/4x3/to.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-to.flag-icon-squared {
    background-image: url(../flags/1x1/to.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-tr a {
    align-items: center;
    opacity: 1
}

.flag-icon-tr {
    background-image: url(../flags/4x3/tr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-tr.flag-icon-squared {
    background-image: url(../flags/1x1/tr.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-tt a {
    align-items: center;
    opacity: 1
}

.flag-icon-tt {
    background-image: url(../flags/4x3/tt.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-tt.flag-icon-squared {
    background-image: url(../flags/1x1/tt.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-tv a {
    align-items: center;
    opacity: 1
}

.flag-icon-tv {
    background-image: url(../flags/4x3/tv.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-tv.flag-icon-squared {
    background-image: url(../flags/1x1/tv.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-tw a {
    align-items: center;
    opacity: 1
}

.flag-icon-tw {
    background-image: url(../flags/4x3/tw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-tw.flag-icon-squared {
    background-image: url(../flags/1x1/tw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-tz a {
    align-items: center;
    opacity: 1
}

.flag-icon-tz {
    background-image: url(../flags/4x3/tz.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-tz.flag-icon-squared {
    background-image: url(../flags/1x1/tz.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ua a {
    align-items: center;
    opacity: 1
}

.flag-icon-ua {
    background-image: url(../flags/4x3/ua.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ua.flag-icon-squared {
    background-image: url(../flags/1x1/ua.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ug a {
    align-items: center;
    opacity: 1
}

.flag-icon-ug {
    background-image: url(../flags/4x3/ug.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ug.flag-icon-squared {
    background-image: url(../flags/1x1/ug.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-um a {
    align-items: center;
    opacity: 1
}

.flag-icon-um {
    background-image: url(../flags/4x3/um.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-um.flag-icon-squared {
    background-image: url(../flags/1x1/um.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-us a {
    align-items: center;
    opacity: 1
}

.flag-icon-us {
    background-image: url(../flags/4x3/us.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-us.flag-icon-squared {
    background-image: url(../flags/1x1/us.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-uy a {
    align-items: center;
    opacity: 1
}

.flag-icon-uy {
    background-image: url(../flags/4x3/uy.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-uy.flag-icon-squared {
    background-image: url(../flags/1x1/uy.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-uz a {
    align-items: center;
    opacity: 1
}

.flag-icon-uz {
    background-image: url(../flags/4x3/uz.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-uz.flag-icon-squared {
    background-image: url(../flags/1x1/uz.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-va a {
    align-items: center;
    opacity: 1
}

.flag-icon-va {
    background-image: url(../flags/4x3/va.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-va.flag-icon-squared {
    background-image: url(../flags/1x1/va.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-vc a {
    align-items: center;
    opacity: 1
}

.flag-icon-vc {
    background-image: url(../flags/4x3/vc.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-vc.flag-icon-squared {
    background-image: url(../flags/1x1/vc.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ve a {
    align-items: center;
    opacity: 1
}

.flag-icon-ve {
    background-image: url(../flags/4x3/ve.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ve.flag-icon-squared {
    background-image: url(../flags/1x1/ve.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-vg a {
    align-items: center;
    opacity: 1
}

.flag-icon-vg {
    background-image: url(../flags/4x3/vg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-vg.flag-icon-squared {
    background-image: url(../flags/1x1/vg.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-vi a {
    align-items: center;
    opacity: 1
}

.flag-icon-vi {
    background-image: url(../flags/4x3/vi.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-vi.flag-icon-squared {
    background-image: url(../flags/1x1/vi.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-vn a {
    align-items: center;
    opacity: 1
}

.flag-icon-vn {
    background-image: url(../flags/4x3/vn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-vn.flag-icon-squared {
    background-image: url(../flags/1x1/vn.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-vu a {
    align-items: center;
    opacity: 1
}

.flag-icon-vu {
    background-image: url(../flags/4x3/vu.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-vu.flag-icon-squared {
    background-image: url(../flags/1x1/vu.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-wf a {
    align-items: center;
    opacity: 1
}

.flag-icon-wf {
    background-image: url(../flags/4x3/wf.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-wf.flag-icon-squared {
    background-image: url(../flags/1x1/wf.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ws a {
    align-items: center;
    opacity: 1
}

.flag-icon-ws {
    background-image: url(../flags/4x3/ws.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ws.flag-icon-squared {
    background-image: url(../flags/1x1/ws.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-ye a {
    align-items: center;
    opacity: 1
}

.flag-icon-ye {
    background-image: url(../flags/4x3/ye.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-ye.flag-icon-squared {
    background-image: url(../flags/1x1/ye.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-yt a {
    align-items: center;
    opacity: 1
}

.flag-icon-yt {
    background-image: url(../flags/4x3/yt.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-yt.flag-icon-squared {
    background-image: url(../flags/1x1/yt.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-za a {
    align-items: center;
    opacity: 1
}

.flag-icon-za {
    background-image: url(../flags/4x3/za.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-za.flag-icon-squared {
    background-image: url(../flags/1x1/za.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-zm a {
    align-items: center;
    opacity: 1
}

.flag-icon-zm {
    background-image: url(../flags/4x3/zm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-zm.flag-icon-squared {
    background-image: url(../flags/1x1/zm.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-zw a {
    align-items: center;
    opacity: 1
}

.flag-icon-zw {
    background-image: url(../flags/4x3/zw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-zw.flag-icon-squared {
    background-image: url(../flags/1x1/zw.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-es-ca a {
    align-items: center;
    opacity: 1
}

.flag-icon-es-ca {
    background-image: url(../flags/4x3/es-ca.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-es-ca.flag-icon-squared {
    background-image: url(../flags/1x1/es-ca.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-es-ga a {
    align-items: center;
    opacity: 1
}

.flag-icon-es-ga {
    background-image: url(../flags/4x3/es-ga.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-es-ga.flag-icon-squared {
    background-image: url(../flags/1x1/es-ga.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-eu a {
    align-items: center;
    opacity: 1
}

.flag-icon-eu {
    background-image: url(../flags/4x3/eu.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-eu.flag-icon-squared {
    background-image: url(../flags/1x1/eu.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gb-eng a {
    align-items: center;
    opacity: 1
}

.flag-icon-gb-eng {
    background-image: url(../flags/4x3/gb-eng.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gb-eng.flag-icon-squared {
    background-image: url(../flags/1x1/gb-eng.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gb-nir a {
    align-items: center;
    opacity: 1
}

.flag-icon-gb-nir {
    background-image: url(../flags/4x3/gb-nir.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gb-nir.flag-icon-squared {
    background-image: url(../flags/1x1/gb-nir.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gb-sct a {
    align-items: center;
    opacity: 1
}

.flag-icon-gb-sct {
    background-image: url(../flags/4x3/gb-sct.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gb-sct.flag-icon-squared {
    background-image: url(../flags/1x1/gb-sct.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-gb-wls a {
    align-items: center;
    opacity: 1
}

.flag-icon-gb-wls {
    background-image: url(../flags/4x3/gb-wls.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-gb-wls.flag-icon-squared {
    background-image: url(../flags/1x1/gb-wls.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-un a {
    align-items: center;
    opacity: 1
}

.flag-icon-un {
    background-image: url(../flags/4x3/un.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-un.flag-icon-squared {
    background-image: url(../flags/1x1/un.svg);
    background-repeat: no-repeat;
    background-position: center center
}

li.flag-icon-text-xk a {
    align-items: center;
    opacity: 1
}

.flag-icon-xk {
    background-image: url(../flags/4x3/xk.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.flag-icon-xk.flag-icon-squared {
    background-image: url(../flags/1x1/xk.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.no-scroll {
    overflow: hidden
}

.leaflet {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.27198%;
    z-index: 2
}

.buildix-columns.buildix-columns-2 .buildix-column.leaflet {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 28%
}

.buildix-columns.buildix-columns-3 .buildix-column.leaflet {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 20%
}

.buildix-columns.buildix-columns-4 .buildix-column.leaflet {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 13.5%
}

.buildix-columns.buildix-columns-6 .buildix-column.leaflet {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 9%
}

.leaflet-bar a.leaflet-control-zoom-in,
.leaflet-bar a.leaflet-control-zoom-out {
    color: #f5f5f5 !important;
    text-indent: 0 !important;
    font-size: 2rem;
    padding: 15px;
    width: auto;
    height: auto
}

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

    .buildix-columns.buildix-columns-2 .buildix-column.leaflet,
    .buildix-columns.buildix-columns-4 .buildix-column.leaflet,
    .buildix-columns.buildix-columns-6 .buildix-column.leaflet {
        padding-bottom: 56%
    }
}

.no-scroll {
    overflow: hidden
}

.popups {
    position: fixed;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999
}

.popups.top-left {
    justify-content: flex-start;
    align-items: flex-start
}

.popups.top-center {
    align-items: flex-start;
    justify-content: center
}

.popups.top-right {
    justify-content: flex-end;
    align-items: flex-start
}

.popups.center-left {
    align-items: center;
    justify-content: flex-start
}

.popups.center-center {
    justify-content: center;
    align-items: center
}

.popups.center-right {
    align-items: center;
    justify-content: flex-end
}

.popups.bottom-left {
    justify-content: flex-start;
    align-items: flex-end
}

.popups.bottom-center {
    align-items: flex-end;
    justify-content: center
}

.popups.bottom-right {
    justify-content: flex-end;
    align-items: flex-end
}

.popups div.outer-popup {
    padding: 15px;
    visibility: hidden
}

.popups div.outer-popup.show-slide-from-top {
    transform: translateY(-100vh);
    visibility: visible
}

.popups div.outer-popup.show-slide-from-top.show-slide-from-top-animate {
    transition: 1s ease;
    transform: translateY(0)
}

.popups div.outer-popup.show-slide-from-bottom {
    transform: translateY(100vh);
    visibility: visible
}

.popups div.outer-popup.show-slide-from-bottom.show-slide-from-bottom-animate {
    transition: 1s ease;
    transform: translateY(0)
}

.popups div.outer-popup.show-slide-from-left {
    transform: translateX(-100vw);
    visibility: visible
}

.popups div.outer-popup.show-slide-from-left.show-slide-from-left-animate {
    transition: 1s ease;
    transform: translateX(0)
}

.popups div.outer-popup.show-slide-from-right {
    transform: translateX(100vw);
    visibility: visible
}

.popups div.outer-popup.show-slide-from-right.show-slide-from-right-animate {
    transition: 1s ease;
    transform: translateX(0)
}

.popups div.outer-popup.show-fadein {
    opacity: 0;
    visibility: visible
}

.popups div.outer-popup.show-fadein.show-fadein-animate {
    transition: 1s ease;
    opacity: 1
}

.popups div.outer-popup.hide-slide-to-top-animate {
    transition: 1s ease !important;
    transform: translateY(-100vh) !important
}

.popups div.outer-popup.hide-slide-to-bottom-animate {
    transition: 1s ease !important;
    transform: translateY(100vh) !important
}

.popups div.outer-popup.hide-slide-to-left-animate {
    transition: 1s ease !important;
    transform: translateX(-100vw) !important
}

.popups div.outer-popup.hide-slide-to-right-animate {
    transition: 1s ease !important;
    transform: translateX(100vw) !important
}

.popups div.outer-popup.hide-fadeout-animate {
    transition: 1s ease !important;
    opacity: 0
}

.popups div.outer-popup .inner-popup {
    max-width: 500px;
    background-color: #fff;
    margin: 15px
}

.popups div.outer-popup .inner-popup .popup-bar {
    background-color: #f5f5f5;
    color: #fff;
    font-weight: 800;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.popups div.outer-popup .inner-popup .popup-bar i {
    font-size: 2.5rem;
    cursor: pointer
}

.popups div.outer-popup .inner-popup .popup-content {
    padding: 15px
}

.no-scroll {
    overflow: hidden
}

.section-item header>figure {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .3s ease;
    flex-grow: 1;
    background-position: top left
}

.section-item header {
    overflow: hidden
}

.section-item:hover>header>figure {
    transform: scale(1.1)
}

.sections .section-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch
}

.sections .section-item header {
    overflow: hidden
}

.sections .section-item:hover>header>figure {
    transform: scale(1.1)
}

.sections .section-item .section-item-text {
    padding: calc(100vh / 8) 15px calc(100vh / 8) 15px
}

.sections .section-item div,
.sections .section-item header {
    max-width: 50%;
    width: 50%;
    align-items: stretch;
    display: flex;
    flex-direction: column
}

.sections .section-item header>figure {
    transition: all .3s ease;
    flex-grow: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.sections .section-item header>figure>img {
    display: none
}

.sections .section-item:nth-child(odd) {
    flex-direction: row-reverse;
    color: #fbfbfb
}

@media screen and (max-width:768px) {
    .sections .section-item {
        flex-direction: column
    }

    .sections .section-item .section-item-text {
        padding: 15px
    }

    .sections .section-item div,
    .sections .section-item header {
        max-width: 100%;
        width: 100%;
        align-items: stretch;
        display: flex;
        flex-direction: column
    }

    .sections .section-item header>figure {
        padding: calc(100vh / 8) 15px calc(100vh / 8) 15px
    }

    .sections .section-item header>figure>img {
        display: none
    }

    .sections .section-item:nth-child(odd) {
        flex-direction: row;
        flex-wrap: wrap;
        color: #fbfbfb
    }
}

.no-scroll {
    overflow: hidden
}

.share {
    margin: 15px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.share .share-icon {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 15px 15px 0;
    font-size: 2rem;
    color: #fff;
    transform: scale(1);
    transition: all .3s ease
}

.share .share-icon:hover {
    transform: scale(1.1)
}

.share .share-icon.share-icon-facebook {
    background-color: #3b5998;
    order: 1
}

.share .share-icon.share-icon-twitter {
    background-color: #1da1f2;
    order: 2
}

.share .share-icon.share-icon-linkedin {
    background-color: #2867b2;
    order: 3
}

.share .share-icon.share-icon-whatsApp {
    background-color: #25d366;
    order: 4
}

.share .share-icon.share-icon-tumblr {
    background-color: #34465d;
    order: 5
}

.share .share-icon.share-icon-pinterest {
    background-color: #e60023;
    order: 6
}

.share .share-icon.share-icon-mail {
    background-color: #f5f5f5;
    order: 7
}

.no-scroll {
    overflow: hidden
}


.header-swiper {
    /* margin-top: 100px; */
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    border-bottom: 1px solid #dddee2;
    border-top: 1px solid #dddee2
}

.header-swiper .swiper-wrapper {
    overflow: hidden;
    display: flex
}

.header-swiper .swiper-wrapper .swiper-slide {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    margin-right: 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    padding-top: 25%
}

.header-swiper .swiper-wrapper .swiper-slide p {
    display: block
}

.header-swiper .swiper-wrapper .swiper-slide .image-container {
    display: flex;
    background-position: center center;
    flex-grow: 1;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 1s ease;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-swiper .swiper-wrapper .swiper-slide .image-container:hover {
    /* transform: scale(1.02) */
}

.header-swiper .swiper-wrapper .swiper-slide .image-container:hover>.video-controls .video-volume-mute {
    animation: moveUp .5s ease forwards;
    animation-delay: .1s
}

.header-swiper .swiper-wrapper .swiper-slide .image-container:hover>.video-controls .video-pause-play {
    animation: moveUp .5s ease forwards;
    animation-delay: 0s
}

.header-swiper .swiper-wrapper .swiper-slide .image-container video {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.header-swiper .swiper-wrapper .swiper-slide .image-container.cover {
    background-size: cover;
    background-position: center center
}

.header-swiper .swiper-wrapper .swiper-slide .image-container .textbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    padding: 50px 50px;
    z-index: 2;
    max-width: 480px;
    width: 100%;
    margin: 50px 50px 50px 50px;
    color: #f3f3f3;
    background-color: #E29E21;
    border-radius: 6px;
}

.header-swiper .swiper-wrapper .swiper-slide .image-container .textbox b,
.header-swiper .swiper-wrapper .swiper-slide .image-container .textbox strong {
    font-family: "Fira Sans", sans-serif;
    color: #fff;
    font-size: 3rem
}

div.video-controls {
    z-index: 11;
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 15px;
    display: flex;
    flex-direction: row
}

div.video-controls div {
    border: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    padding: 15px;
    transition: all .3s ease;
    font-size: 1.5rem
}

div.video-controls div:hover {
    transform: scale(1.1)
}

div.video-controls div.video-volume-mute {
    transform: translateY(300%)
}

div.video-controls div.video-volume-mute.mute::before {
    content: "\f6a9"
}

div.video-controls div.video-volume-mute.unmute::before {
    content: "\f028"
}

div.video-controls div.video-volume-down {
    display: none
}

div.video-controls div.video-volume-down::before {
    content: "\f027"
}

div.video-controls div.video-volume-up {
    display: none
}

div.video-controls div.video-volume-up::before {
    content: "\f028"
}

div.video-controls div.video-pause-play {
    transform: translateY(300%)
}

div.video-controls div.video-pause-play.play::before {
    content: "\f04b"
}

div.video-controls div.video-pause-play.pause::before {
    content: "\f04c"
}

@media screen and (max-width:980px) {
    .header-swiper {
        margin-top: 100px
    }
}

@media screen and (max-width:768px) {
    .header-swiper {
        margin-top: 100px
    }

    .image-container .textbox {
        display: none
    }

    div.video-controls div {
        padding: 15px;
        font-weight: 700;
        font-size: 1.2rem
    }

    .header-swiper {
        margin-top: 180px
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(300%)
    }

    100% {
        transform: translateY(0)
    }
}

.no-scroll {
    overflow: hidden
}

.social {
    margin: 15px 0 0 0;
    display: flex;
    flex-direction: row
}

.social a:hover {
    text-decoration: none
}

.social .share-icon {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 15px 15px 0;
    font-size: 2rem;
    color: #fff;
    transform: scale(1);
    transition: all .3s ease
}

.social .share-icon:hover {
    transform: scale(1.1)
}

.social .share-icon.share-icon-facebook {
    background-color: #3b5998
}

.social .share-icon.share-icon-twitter {
    background-color: #1da1f2
}

.social .share-icon.share-icon-linkedin {
    background-color: #2867b2
}

.social .share-icon.share-icon-pinterest {
    background-color: #e60023
}

.social .share-icon.share-icon-instagram {
    background-color: #845ec2
}

.social .share-icon.share-icon-tumblr {
    background-color: #34465d
}

.social .share-icon.share-icon-youtube {
    background-color: red
}

.no-scroll {
    overflow: hidden
}

.spotify {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.27198%
}

.spotify>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.buildix-columns.buildix-columns-2 .buildix-column.spotify {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 28%
}

.buildix-columns.buildix-columns-4 .buildix-column.spotify {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 13.5%
}

.buildix-columns.buildix-columns-6 .buildix-column.spotify {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 9%
}

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

    .buildix-columns.buildix-columns-2 .buildix-column.spotify,
    .buildix-columns.buildix-columns-4 .buildix-column.spotify,
    .buildix-columns.buildix-columns-6 .buildix-column.spotify {
        padding-bottom: 56%
    }
}

.no-scroll {
    overflow: hidden
}

.buildix-tabs .buildix-tabs-container {
    display: flex;
    flex-direction: row
}

.buildix-tabs .buildix-tabs-container .buildix-tab {
    padding: 15px;
    cursor: pointer;
    transition: all .3s ease
}

.buildix-tabs .buildix-tabs-container .buildix-tab.tab-active {
    cursor: default
}

.buildix-tabs .buildix-tabs-container .buildix-tab i {
    font-size: 1.8rem;
    margin: 0 15px 0 0;
    display: none
}

.buildix-tabs .buildix-tab-content-container {
    display: flex;
    flex-direction: column;
    position: relative
}

.buildix-tabs .buildix-tab-content-container .tab-content {
    flex-direction: column;
    display: none;
    padding: 15px;
    visibility: hidden;
    overflow: hidden;
    opacity: 0
}

.buildix-tabs .buildix-tab-content-container .tab-content.tab-content-show {
    display: flex;
    visibility: hidden;
    overflow: hidden;
    animation: tab-content-show 1s linear forwards
}

@keyframes tab-content-show {
    0% {
        display: flex;
        visibility: visible;
        overflow: visible;
        opacity: 0
    }

    100% {
        display: flex;
        visibility: visible;
        overflow: visible;
        opacity: 1
    }
}

.no-scroll {
    overflow: hidden
}

.tags {
    display: flow-root
}

.tags>.tag-item {
    color: #fbfbfb;
    padding: 15px;
    float: left;
    margin: 0 15px 15px 0;
    font-size: 1.2rem;
    transition: transform .3s ease
}

.tags>.tag-item:hover {
    transform: scale(1.05)
}

@media screen and (max-width:768px) {
    .tags {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap
    }

    .tags>.tag-item {
        flex-grow: 1;
        justify-content: center;
        align-items: center;
        display: flex
    }
}

.no-scroll {
    overflow: hidden
}

.times {
    display: flex;
    flex-direction: column
}

.times .times-row {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #dddee2;
    padding: 5px;
    justify-content: space-between
}

.times .times-row.times-active {
    background-color: rgba(0, 153, 51, .6)
}

.times .times-row.times-active .times-column {
    color: #fff
}

.times .times-row.times-closed {
    background-color: rgba(255, 0, 0, .6)
}

.times .times-row.times-closed .times-column {
    color: #fff
}

.times .times-row .times-column {
    padding: 15px
}

.times .times-row .times-column.times-day {
    max-width: 150px;
    width: 100%
}

.times .times-row .times-column.times-time {
    max-width: 150px;
    width: 100%
}

.no-scroll {
    overflow: hidden
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.27198%
}

.video>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.buildix-columns.buildix-columns-2 .buildix-column.video {
    width: 100%;
    height: 0;
    padding-bottom: 26.7%
}

.buildix-columns.buildix-columns-3 .buildix-column.video {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 20%
}

.buildix-columns.buildix-columns-4 .buildix-column.video {
    width: 100%;
    height: 0;
    padding-bottom: 12.5%
}

.buildix-columns.buildix-columns-6 .buildix-column.video {
    width: 100%;
    height: 0;
    padding-bottom: 7.8%
}

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

    .buildix-columns.buildix-columns-2 .buildix-column.video,
    .buildix-columns.buildix-columns-4 .buildix-column.video,
    .buildix-columns.buildix-columns-6 .buildix-column.video {
        padding-bottom: 55%
    }
}

.no-scroll {
    overflow: hidden
}

.vimeo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.27198%
}

.vimeo>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.buildix-columns.buildix-columns-2 .buildix-column.vimeo {
    width: 100%;
    height: 0;
    padding-bottom: 26.7%
}

.buildix-columns.buildix-columns-3 .buildix-column.vimeo {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 20%
}

.buildix-columns.buildix-columns-4 .buildix-column.vimeo {
    width: 100%;
    height: 0;
    padding-bottom: 12.5%
}

.buildix-columns.buildix-columns-6 .buildix-column.vimeo {
    width: 100%;
    height: 0;
    padding-bottom: 7.8%
}

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

    .buildix-columns.buildix-columns-2 .buildix-column.vimeo,
    .buildix-columns.buildix-columns-4 .buildix-column.vimeo,
    .buildix-columns.buildix-columns-6 .buildix-column.vimeo {
        padding-bottom: 55%
    }
}

.no-scroll {
    overflow: hidden
}

.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.27198%
}

.youtube>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.buildix-columns.buildix-columns-2 .buildix-column.youtube {
    width: 100%;
    height: 0;
    padding-bottom: 26.7%
}

.buildix-columns.buildix-columns-3 .buildix-column.youtube {
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 20%
}

.buildix-columns.buildix-columns-4 .buildix-column.youtube {
    width: 100%;
    height: 0;
    padding-bottom: 12.5%
}

.buildix-columns.buildix-columns-6 .buildix-column.youtube {
    width: 100%;
    height: 0;
    padding-bottom: 7.8%
}

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

    .buildix-columns.buildix-columns-2 .buildix-column.youtube,
    .buildix-columns.buildix-columns-4 .buildix-column.youtube,
    .buildix-columns.buildix-columns-6 .buildix-column.youtube {
        padding-bottom: 55%
    }
}

.no-scroll {
    overflow: hidden
}

.no-scroll {
    overflow: hidden
}

.buildix-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-basis: 0;
    width: 100%
}

.buildix-columns .buildix-column {
    align-items: stretch;
    max-width: 100%;
    width: 100%;
    padding: 15px;
    margin: 0 15px 15px 0
}

.buildix-columns .buildix-column:last-child {
    margin: 0 0 15px 0
}

.buildix-columns figure.buildix-column {
    align-items: center;
    justify-content: center;
    display: flex
}

.buildix-columns>a,
.buildix-columns>article,
.buildix-columns>audio,
.buildix-columns>div,
.buildix-columns>figure,
.buildix-columns>iframe,
.buildix-columns>p,
.buildix-columns>section,
.buildix-columns>table,
.buildix-columns>video {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    max-width: 100%
}

.buildix-columns>a ul,
.buildix-columns>article ul,
.buildix-columns>audio ul,
.buildix-columns>div ul,
.buildix-columns>figure ul,
.buildix-columns>iframe ul,
.buildix-columns>p ul,
.buildix-columns>section ul,
.buildix-columns>table ul,
.buildix-columns>video ul {
    list-style-position: inside;
    display: flow-root
}

.buildix-columns>a ul li,
.buildix-columns>article ul li,
.buildix-columns>audio ul li,
.buildix-columns>div ul li,
.buildix-columns>figure ul li,
.buildix-columns>iframe ul li,
.buildix-columns>p ul li,
.buildix-columns>section ul li,
.buildix-columns>table ul li,
.buildix-columns>video ul li {
    list-style: square
}

.buildix-columns .full {
    width: 100%
}

.buildix-columns>table {
    display: flex;
    flex-direction: column
}

.buildix-columns>table>thead tr th {
    width: 100%
}

.buildix-columns>table tr {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.buildix-columns>table tr td {
    width: 100%
}

.buildix-columns>table tbody {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media screen and (max-width:1450px) {

    .buildix-columns.buildix-columns-7,
    .buildix-columns.buildix-columns-8 {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        flex-flow: row wrap;
        align-content: flex-start
    }

    .buildix-columns.buildix-columns-7 .buildix-column,
    .buildix-columns.buildix-columns-8 .buildix-column {
        max-width: calc(33.333% - 15px)
    }
}

@media screen and (max-width:1140px) {

    .buildix-columns.buildix-columns-6,
    .buildix-columns.buildix-columns-7,
    .buildix-columns.buildix-columns-8 {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        flex-flow: row wrap;
        align-content: flex-start
    }

    .buildix-columns.buildix-columns-6 .buildix-column,
    .buildix-columns.buildix-columns-7 .buildix-column,
    .buildix-columns.buildix-columns-8 .buildix-column {
        max-width: calc(33.333% - 15px)
    }
}

@media screen and (max-width:920px) {

    .buildix-columns.buildix-columns-5,
    .buildix-columns.buildix-columns-6,
    .buildix-columns.buildix-columns-7,
    .buildix-columns.buildix-columns-8 {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        flex-flow: row wrap;
        align-content: flex-start
    }

    .buildix-columns.buildix-columns-5 .buildix-column,
    .buildix-columns.buildix-columns-6 .buildix-column,
    .buildix-columns.buildix-columns-7 .buildix-column,
    .buildix-columns.buildix-columns-8 .buildix-column {
        max-width: calc(33.333% - 15px)
    }
}

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

    .buildix-columns,
    .buildix-columns.buildix-columns-5,
    .buildix-columns.buildix-columns-6,
    .buildix-columns.buildix-columns-7,
    .buildix-columns.buildix-columns-8 {
        display: flex;
        margin: 0;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-basis: 0
    }

    .buildix-columns .buildix-column,
    .buildix-columns.buildix-columns-5 .buildix-column,
    .buildix-columns.buildix-columns-6 .buildix-column,
    .buildix-columns.buildix-columns-7 .buildix-column,
    .buildix-columns.buildix-columns-8 .buildix-column {
        align-items: stretch;
        max-width: calc(50% - 7.5px);
        width: 100%;
        margin: 0 0 15px 0
    }

    .buildix-columns .buildix-column:nth-child(odd),
    .buildix-columns.buildix-columns-5 .buildix-column:nth-child(odd),
    .buildix-columns.buildix-columns-6 .buildix-column:nth-child(odd),
    .buildix-columns.buildix-columns-7 .buildix-column:nth-child(odd),
    .buildix-columns.buildix-columns-8 .buildix-column:nth-child(odd) {
        margin: 0 15px 15px 0
    }
}

@media screen and (max-width:500px) {

    .buildix-columns,
    .buildix-columns.buildix-columns-5,
    .buildix-columns.buildix-columns-6,
    .buildix-columns.buildix-columns-7,
    .buildix-columns.buildix-columns-8 {
        display: flex;
        margin: 0;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-basis: 0
    }

    .buildix-columns .buildix-column,
    .buildix-columns.buildix-columns-5 .buildix-column,
    .buildix-columns.buildix-columns-6 .buildix-column,
    .buildix-columns.buildix-columns-7 .buildix-column,
    .buildix-columns.buildix-columns-8 .buildix-column {
        align-items: stretch;
        max-width: 100%;
        width: 100%;
        margin: 0 0 15px 0
    }

    .buildix-columns .buildix-column:nth-child(odd),
    .buildix-columns.buildix-columns-5 .buildix-column:nth-child(odd),
    .buildix-columns.buildix-columns-6 .buildix-column:nth-child(odd),
    .buildix-columns.buildix-columns-7 .buildix-column:nth-child(odd),
    .buildix-columns.buildix-columns-8 .buildix-column:nth-child(odd) {
        margin: 0 0 15px 0
    }
}

.no-scroll {
    overflow: hidden
}

.buildix_check_error,
div.form-group>input.buildix_check_error {
    border: 1px solid rgba(255, 0, 0, .1)
}

.buildix_check_ok,
div.form-group>input.buildix_check_ok {
    border: 1px solid rgba(0, 153, 51, .1)
}

div[id^="__lpform"] {
    display: none
}

div.form-row:nth-child(2) .form-group input {
    background-image: none !important
}

input[name=name] {
    background-image: none !important
}

input[name=poohbear] {
    display: none
}

.fv-error-input {
    border-color: rgba(255, 0, 0, .6)
}

.fv-input-ok {
    border-color: rgba(0, 153, 51, .6)
}

.fv-input-notice {
    position: absolute;
    right: 20px;
    top: 15px;
    color: rgba(255, 0, 0, .1)
}

.fv-input-notice-ok {
    position: absolute;
    right: 20px;
    top: 15px;
    color: rgba(0, 153, 51, .1)
}

form .button,
form .button2,
form .button3,
form .button4,
form .button5,
form button {
    max-width: 100%;
    width: 100%
}

form .danger.full,
form .warning.full {
    position: absolute;
    bottom: -75px;
    max-width: 480px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    right: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    border: 1px solid #717171;
    color: #000;
    font-size: 1.2rem
}

form .danger.full i,
form .warning.full i {
    margin-right: 15px;
    color: #f5f5f5
}

form .danger.full:after,
form .danger.full:before,
form .warning.full:after,
form .warning.full:before {
    content: "";
    display: block;
    height: 0;
    right: 10%;
    position: absolute;
    width: 0
}

form .danger.full:before,
form .warning.full:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #717171;
    right: calc(10% - 2px);
    top: -6px;
    z-index: 4
}

form .danger.full:after,
form .warning.full:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid #fff;
    margin-left: 0;
    top: -5px;
    z-index: 5
}

.captcha_disclaimer {
    margin: 15px 0 0 0;
    display: flex;
    flex-direction: row;
    align-items: center
}

.captcha_disclaimer i {
    font-size: 2.6rem;
    color: #f5f5f5;
    margin: 0 15px 0 0
}

.captcha_disclaimer a {
    text-decoration: none;
    transition: all .3s ease
}

.captcha_disclaimer p {
    margin: 0
}

.no-scroll {
    overflow: hidden
}

.buildix-grid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-basis: 0;
    max-width: 100%;
    width: 100%
}

.buildix-grid.swiper-container {
    flex-wrap: nowrap
}

.buildix-grid[data-columns="1"] .buildix-column {
    max-width: 100%;
    width: 100%
}

.buildix-grid[data-columns="2"] .buildix-column {
    max-width: 50%;
    width: 100%
}

.buildix-grid[data-columns="3"] .buildix-column {
    max-width: 33.3333%;
    width: 100%
}

.buildix-grid[data-columns="4"] .buildix-column {
    max-width: 25%;
    width: 100%
}

.buildix-grid[data-columns="5"] .buildix-column {
    max-width: 20%;
    width: 100%
}

.buildix-grid[data-columns="6"] .buildix-column {
    max-width: 16.6666%;
    width: 100%
}

.buildix-grid[data-columns="7"] .buildix-column {
    max-width: 14.2857%;
    width: 100%
}

.buildix-grid[data-columns="8"] .buildix-column {
    max-width: 12.5%;
    width: 100%
}

.buildix-grid[data-columns="9"] .buildix-column {
    max-width: 11.1111%;
    width: 100%
}

.buildix-grid[data-columns="10"] .buildix-column {
    max-width: 10%;
    width: 100%
}

.buildix-grid .buildix-column {
    align-items: stretch;
    max-width: 20%;
    width: 100%;
    padding: 15px;
    margin: 0;
    margin-bottom: 15px
}

.buildix-grid .buildix-column>video {
    width: 100%
}

.buildix-grid figure.buildix-column {
    align-items: stretch;
    justify-content: flex-start;
    display: flex
}

.buildix-grid figure.buildix-column>a {
    width: 100%;
    padding-top: 50%;
    position: relative;
    border-radius: 0;
    overflow: hidden
}

.buildix-grid figure.buildix-column>a:hover>.figure-overlay>.figure-icon {
    height: 50px;
    width: 50px;
    font-size: 2.6rem;
    border-radius: 50px
}

.buildix-grid figure.buildix-column>a>.figure-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    transition: all .3s ease;
    z-index: 1
}

.buildix-grid figure.buildix-column>a>.figure-overlay>.figure-icon {
    height: 0;
    width: 0;
    border-radius: 0;
    overflow: hidden;
    font-size: 0;
    transition: all .3s ease;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.buildix-grid figure.buildix-column>a img {
    transition: all .3s ease;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.buildix-grid>a,
.buildix-grid>article,
.buildix-grid>audio,
.buildix-grid>div,
.buildix-grid>figure,
.buildix-grid>iframe,
.buildix-grid>p,
.buildix-grid>section,
.buildix-grid>table,
.buildix-grid>video {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    max-width: 100%
}

.buildix-grid>a ul,
.buildix-grid>article ul,
.buildix-grid>audio ul,
.buildix-grid>div ul,
.buildix-grid>figure ul,
.buildix-grid>iframe ul,
.buildix-grid>p ul,
.buildix-grid>section ul,
.buildix-grid>table ul,
.buildix-grid>video ul {
    margin: 0;
    padding: 0
}

.buildix-grid>a ul li,
.buildix-grid>article ul li,
.buildix-grid>audio ul li,
.buildix-grid>div ul li,
.buildix-grid>figure ul li,
.buildix-grid>iframe ul li,
.buildix-grid>p ul li,
.buildix-grid>section ul li,
.buildix-grid>table ul li,
.buildix-grid>video ul li {
    list-style: none
}

.buildix-grid .full {
    width: 100%
}

.buildix-grid>table {
    display: flex;
    flex-direction: column
}

.buildix-grid>table>thead tr th {
    width: 100%
}

.buildix-grid>table tr {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.buildix-grid>table tr td {
    width: 100%
}

.buildix-grid>table tbody {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

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

    .buildix-grid .buildix-column,
    .buildix-grid[data-columns="2"] .buildix-column,
    .buildix-grid[data-columns="3"] .buildix-column,
    .buildix-grid[data-columns="4"] .buildix-column,
    .buildix-grid[data-columns="5"] .buildix-column,
    .buildix-grid[data-columns="6"] .buildix-column,
    .buildix-grid[data-columns="7"] .buildix-column,
    .buildix-grid[data-columns="8"] .buildix-column {
        max-width: calc(50% - 7.5px) !important;
        width: 100% !important
    }

    .buildix-grid .buildix-column:nth-child(odd),
    .buildix-grid[data-columns="2"] .buildix-column:nth-child(odd),
    .buildix-grid[data-columns="3"] .buildix-column:nth-child(odd),
    .buildix-grid[data-columns="4"] .buildix-column:nth-child(odd),
    .buildix-grid[data-columns="5"] .buildix-column:nth-child(odd),
    .buildix-grid[data-columns="6"] .buildix-column:nth-child(odd),
    .buildix-grid[data-columns="7"] .buildix-column:nth-child(odd),
    .buildix-grid[data-columns="8"] .buildix-column:nth-child(odd) {
        margin-right: 7.5px !important;
        margin-left: 0 !important
    }

    .buildix-grid .buildix-column:nth-child(even),
    .buildix-grid[data-columns="2"] .buildix-column:nth-child(even),
    .buildix-grid[data-columns="3"] .buildix-column:nth-child(even),
    .buildix-grid[data-columns="4"] .buildix-column:nth-child(even),
    .buildix-grid[data-columns="5"] .buildix-column:nth-child(even),
    .buildix-grid[data-columns="6"] .buildix-column:nth-child(even),
    .buildix-grid[data-columns="7"] .buildix-column:nth-child(even),
    .buildix-grid[data-columns="8"] .buildix-column:nth-child(even) {
        margin-left: 7.5px !important;
        margin-right: 0 !important
    }
}

@media screen and (max-width:500px) {

    .buildix-grid .buildix-column,
    .buildix-grid[data-columns="2"] .buildix-column,
    .buildix-grid[data-columns="3"] .buildix-column,
    .buildix-grid[data-columns="4"] .buildix-column,
    .buildix-grid[data-columns="5"] .buildix-column,
    .buildix-grid[data-columns="6"] .buildix-column,
    .buildix-grid[data-columns="7"] .buildix-column,
    .buildix-grid[data-columns="8"] .buildix-column {
        max-width: 100% !important;
        width: 100% !important
    }

    .buildix-grid .buildix-column:nth-child(odd),
    .buildix-grid[data-columns="2"] .buildix-column:nth-child(odd),
    .buildix-grid[data-columns="3"] .buildix-column:nth-child(odd),
    .buildix-grid[data-columns="4"] .buildix-column:nth-child(odd),
    .buildix-grid[data-columns="5"] .buildix-column:nth-child(odd),
    .buildix-grid[data-columns="6"] .buildix-column:nth-child(odd),
    .buildix-grid[data-columns="7"] .buildix-column:nth-child(odd),
    .buildix-grid[data-columns="8"] .buildix-column:nth-child(odd) {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .buildix-grid .buildix-column:nth-child(even),
    .buildix-grid[data-columns="2"] .buildix-column:nth-child(even),
    .buildix-grid[data-columns="3"] .buildix-column:nth-child(even),
    .buildix-grid[data-columns="4"] .buildix-column:nth-child(even),
    .buildix-grid[data-columns="5"] .buildix-column:nth-child(even),
    .buildix-grid[data-columns="6"] .buildix-column:nth-child(even),
    .buildix-grid[data-columns="7"] .buildix-column:nth-child(even),
    .buildix-grid[data-columns="8"] .buildix-column:nth-child(even) {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.no-scroll {
    overflow: hidden
}

[data-imageloader] {
    background-position: center center;
    background-size: cover;
    transition: opacity 1s ease
}

[data-imageloader].loaded {
    opacity: 1
}

[data-imageloader].loaded::after {
    display: none
}

[data-imageloader].load::after {
    opacity: 1;
    font-family: 'Font Awesome 5 Free';
    vertical-align: middle;
    font-weight: 900;
    content: '\f110';
    position: absolute;
    right: 50%;
    top: 50%;
    animation: spin 1s ease infinite;
    font-size: 3rem;
    color: #29baea
}

.no-scroll {
    overflow: hidden
}

.buildix-page-height body {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.buildix-page-height body>main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: stretch
}

.buildix-page-height body>main>section.column-page-width.top-content {
    flex-grow: 1
}

.buildix-page-height body>main>section:not(.content-bottom) {
    align-items: stretch;
    flex-grow: 1
}

.no-scroll {
    overflow: hidden
}

div.form-group select.buildix-select-hide {
    display: none
}

.buildix-select {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #dddee2
}

.buildix-select.buildix-select-hide {
    display: none
}

.buildix-select .buildix-select-placeholder {
    border: 1px solid transparent;
    padding: 15px;
    cursor: pointer
}

.buildix-select .buildix-select-placeholder.focus {
    border-color: #888
}

.buildix-select .buildix-select-placeholder i {
    float: right;
    color: #f5f5f5;
    line-height: 0;
    margin-top: 10px;
    color: #717171
}

.buildix-select .buildix-select-placeholder i.open:before {
    line-height: 0;
    content: '\f077'
}

.buildix-select .buildix-select-box {
    max-height: 0;
    overflow-y: hidden;
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    width: 100%;
    transform: all .3s ease;
    background-color: #fff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5)
}

.buildix-select .buildix-select-box.buildix-select-box-open {
    max-height: 300px;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888
}

.buildix-select .buildix-select-box .buildix-select-search {
    position: relative;
    padding: 15px
}

.buildix-select .buildix-select-box .buildix-select-search>input {
    padding: 15px
}

.buildix-select .buildix-select-box .buildix-select-search i {
    position: absolute;
    right: 30px;
    color: #f5f5f5;
    top: calc(50% - .7rem)
}

.buildix-select .buildix-select-box .buildix-select-options {
    max-height: 300px;
    overflow-y: auto
}

.buildix-select .buildix-select-box .buildix-select-options .buildix-select-option {
    padding: 15px;
    cursor: pointer;
    transition: all .3s ease
}

.buildix-select .buildix-select-box .buildix-select-options .buildix-select-option.buildix-select-selected {
    background-color: #f5f5f5;
    color: #fff
}

.buildix-select .buildix-select-box .buildix-select-options .buildix-select-option.buildix-select-option-hide {
    display: none
}

.buildix-select .buildix-select-box .buildix-select-options .buildix-select-option.buildix-select-option-found {
    display: block
}

.buildix-select .buildix-select-box .buildix-select-search-results {
    padding: 15px;
    margin: 0 15px 15px 15px;
    color: #000;
    font-size: 1.2rem;
    display: none
}

.buildix-select .buildix-select-box .buildix-select-search-results i {
    margin-right: 15px;
    color: #f5f5f5
}

.buildix-select .buildix-select-box .buildix-select-search-results.show {
    display: block
}

.no-scroll {
    overflow: hidden
}

.buildix-table .buildix-table-row .buildix-table-td-border:last-child {
    border-right: 1px solid #fbfbfb
}

.buildix-table-header .buildix-table-row .buildix-table-td-border {
    border-top: 1px solid #fbfbfb
}

.buildix-table-header .buildix-table-row:first-child .buildix-table-td-border {
    border-top: 1px solid #fbfbfb;
    border-bottom: none
}

.buildix-table-header .buildix-table-row .buildix-table-td-border:last-child {
    border-right: 1px solid #fbfbfb
}

.buildix-table .buildix-table-body .buildix-table-row:first-child .buildix-table-td-border {
    border-top: 1px solid #fbfbfb
}

.buildix-table .buildix-table-row .buildix-table-td-border {
    border-bottom: 1px solid #fbfbfb;
    border-left: 1px solid #fbfbfb
}

.buildix-table .buildix-table-body .buildix-table-row.buildix-table-row-break:first-child .buildix-table-td-border,
.buildix-table-body .buildix-table-row.buildix-table-row-break .buildix-table-td.buildix-table-td-noborderbttom {
    border-top: none;
    border-bottom: 1px solid #fbfbfb
}

.buildix-table-body .buildix-table-row.buildix-table-row-break:first-child .buildix-table-td-border:first-child {
    border-top: 1px solid #fbfbfb
}

.buildix-table-body .buildix-table-row.buildix-table-row-break .buildix-table-td-border,
.buildix-table-footer .buildix-table-row.buildix-table-row-break .buildix-table-td-border {
    border-right: 1px solid #fbfbfb
}

.buildix-table-body .buildix-table-row .buildix-table-td.buildix-table-td-noborderbttom:first-child {
    border-top: 1px solid #fbfbfb
}

.buildix-table {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #555;
    margin: 0 0 15px 0
}

.buildix-table .buildix-table-header {
    color: #fff;
    font-weight: 600;
    display: flex;
    max-width: 100%;
    width: 100%
}

.buildix-table .buildix-table-header .buildix-table-row {
    background-color: #f5f5f5
}

.buildix-table .buildix-table-body .buildix-table-row.buildix-table-row-break {
    display: flex;
    flex-direction: column;
    margin: 0 0 15px 0;
    padding: 0
}

.buildix-table .buildix-table-body .buildix-table-row.buildix-table-row-break .buildix-table-td.buildix-table-td-border {
    border-right: 1px solid #fbfbfb
}

.buildix-table .buildix-table-row {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    transition: all .3s ease
}

.buildix-table .buildix-table-row .buildix-table-td {
    background-color: transparent;
    padding: 15px;
    display: flex;
    max-width: 100%;
    width: 100%;
    overflow: hidden
}

.buildix-table .buildix-table-row .buildix-table-td.buildix-table-td-center {
    align-items: center;
    justify-content: center
}

.buildix-table .buildix-table-row .buildix-table-td.buildix-table-td-flex {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0
}

.buildix-table .buildix-table-row .buildix-table-td.buildix-table-td-flex>span.buildix-table-td-span {
    padding: 15px
}

.buildix-table .buildix-table-row .buildix-table-td>span.buildix-table-td-span>span.table-buildix-found {
    background-color: rgba(0, 153, 51, .8);
    color: #fff
}

.buildix-table-row:hover {
    transform: scale(1.03)
}

span.buildix-table-td-span-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.buildix-table-td-header {
    font-weight: 600;
    margin: 0 15px 0 0;
    max-width: 100px;
    width: 100%;
    display: none
}

.buildix-table-footer .buildix-table-row .buildix-table-td {
    background-color: #c1c1c1;
    font-weight: 600;
    padding: 15px;
    background-color: #aaa
}

.buildix-table-search-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.buildix-table-search-row input {
    padding: 15px;
    margin: 15px 0 15px 0;
    max-width: 200px;
    width: 100%;
    border: none;
    appearance: none;
    outline: 0;
    border: 1px solid transparent;
    transition: all .3s ease
}

.buildix-table-search-row input:focus {
    border: 1px solid #fbfbfb;
    width: 300px
}

.buildix-table-show {
    display: flex
}

.buildix-columns>table.buildix-table-hide,
.buildix-table .buildix-table-body .buildix-table-row.buildix-table-row-break.buildix-table-hide,
.buildix-table .buildix-table-header.buildix-table-hide,
.buildix-table .buildix-table-row.buildix-table-hide,
.buildix-table-hide {
    display: none
}

.buildix-table-td-header-flex {
    background-color: #f5f5f5;
    color: #fff;
    padding: 15px;
    display: flex;
    max-width: 100%;
    width: 100%;
    margin: 0
}

.no-scroll {
    overflow: hidden
}

.buildix-columns.swiper-container,
.swiper-container {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    flex-basis: inherit;
    margin: 0
}

.buildix-columns.swiper-container>div,
.swiper-container>div {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    max-width: 100%;
    flex-basis: 0
}

.swiper-wrapper {
    display: flex;
    align-items: stretch;
    flex-direction: row
}

.swiper-wrapper>.swiper-slide.buildix-column {
    margin: 0
}

.buildix-columns figure.buildix-column.swiper-slide {
    align-items: center
}

.buildix-columns.buildix-columns-1 .buildix-column.swiper-slide .buildix-columns.buildix-columns-2 .buildix-column.swiper-slide .buildix-columns.buildix-columns-3 .buildix-column.swiper-slide .buildix-columns.buildix-columns-4 .buildix-column.swiper-slide .buildix-columns.buildix-columns-5 .buildix-column.swiper-slide,
.buildix-columns.buildix-columns-6 .buildix-column.swiper-slide,
.buildix-columns.buildix-columns-7 .buildix-column.swiper-slide,
.buildix-columns.buildix-columns-8 .buildix-column.swiper-slide {
    margin: 0;
    max-width: 100%
}

.swiper-wrapper.buildix-column {
    margin: 0;
    padding: 0
}

.swiper-slide {
    padding: 15px;
    align-items: stretch;
    height: auto;
    display: flex;
    flex-direction: column
}

.swiper-slide header figure {
    max-width: 100%;
    width: 100%
}

.swiper-slide header figure img {
    width: 100%
}

.swiper-slide time {
    padding: 0 0 15px 0;
    font-style: italic
}

.swiper-slide h6,
.swiper-slide p,
.swiper-slide time {
    display: flex;
    flex-grow: 1
}

.swiper-slide p .button {
    align-self: flex-end
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 15px;
    left: 0;
    padding: 0;
    margin: 0
}

.swiper-pagination-bullet-active {
    background: #f5f5f5
}

.swiper-button-next,
.swiper-button-prev {
    color: #f5f5f5
}

figure.swiper-slide {
    align-items: center;
    justify-content: center
}

.swiper-pagination {
    justify-content: center;
    align-items: center;
    bottom: 15px
}

.buildix-columns.swiper-container>div,
.swiper-container>div {
    background-color: transparent
}

.buildix-columns.swiper-container>div.swiper-scrollbar,
.swiper-container-horizontal>.swiper-scrollbar,
.swiper-container>div.swiper-scrollbar,
.swiper-scrollbar {
    display: none
}




