* {
    box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: "amithen";
    src: url("/webfonts/amithen-webfont.woff2") format("woff2"), url("/webfonts/amithen-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "blockbert";
    src: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/block_berthold_condensed_regular-webfont.woff2") format("woff2"), url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/block_berthold_condensed_regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}


body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "hoss-sharp", sans-serif;
}

p {
    font-size: 16px;
    line-height: 25px;
    color: #3c3c3b
}

.subtitleStyle {
    font-size: 60px;
    line-height: 68px;
    font-family: "amithen", Helvetica, Arial, sans-serif !important
}

@media only screen and (max-width: 520px) {
    .subtitleStyle {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 6px
    }
}

h1 {
    font-size: 70px;
    line-height: 64px
}

@media only screen and (max-width: 520px) {
    h1 {
        font-size: 44px;
        line-height: 36px
    }
}

h2 {
    font-size: 50px;
    line-height: 50px
}

@media only screen and (max-width: 520px) {
    h2 {
        font-size: 34px;
        line-height: 36px
    }
}

h3 {
    font-size: 50px;
    line-height: 70px
}

@media only screen and (max-width: 520px) {
    h3 {
        font-size: 30px;
        line-height: 30px
    }
}

h4 {
    font-size: 36px;
    line-height: 44px
}

@media only screen and (max-width: 520px) {
    h4 {
        font-size: 26px;
        line-height: 26px
    }
}

h5,
h6 {
    font-size: 21px;
    line-height: 26px
}

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

    h5,
    h6 {
        font-size: 18px;
        line-height: 24px
    }
}

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

* {
    outline: 0
}

body {
    margin-top: 145px
}

@media only screen and (max-width: 580px) {
    body {
        margin-top: 55px
    }
}

.sr-only {
    position: absolute;
    margin: -1px 0 0 -1px;
    padding: 0;
    display: block;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    outline: 0
}

.truncate-header {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3lh !important
}

.page-numbers .dots {
    display: flex;
    justify-content: center;
    line-height: initial;
    text-align: center
}

#site-glut-wrapp-main {
    overflow-x: hidden
}

.noscroll {
    overflow: hidden
}

@media only screen and (max-width: 580px) {
    .wow {
        visibility: visible !important;
        animation: none !important
    }
}

.container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto
}

@media only screen and (max-width: 1185px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

#catapult-cookie-bar {
    padding: 10px 15px !important;
    text-align: center !important;
    bottom: 20px !important
}

#catapult-cookie-bar .ctcc-left-side {
    line-height: 21px !important
}

strong {
    font-weight: 700
}

i,
em {
    font-style: italic
}

ol {
    margin: 0 0 25px 15px;
    list-style-position: inside
}

ol li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px
}

ol li:before {
    content: "â€¢";
    color: #f2a900;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.tableWrapp table {
    width: 690px;
    margin: 0 auto;
    border: 1px solid #aa242f
}

.tableWrapp table tr,
.tableWrapp table td {
    border: 1px solid #aa242f;
    padding: 15px
}

.tableWrapp table th {
    background-color: #aa242f;
    color: #fff;
    padding: 10px
}

@media only screen and (max-width: 768px) {
    .tableWrapp {
        overflow-x: scroll
    }
}

#single_post_wrap .container .contentWrap p a,
#single_post_wrap .container .contentWrap ol a,
#single_post_wrap .container .contentWrap ul a #single_post_wrap .container .contentWrap div a {
    color: #aa242f;
    text-decoration: underline
}

#single_post_wrap ol.list-fix li {
    list-style: decimal
}

#single_post_wrap ol.list-fix li::before {
    content: "";
    color: rgba(0, 0, 0, 0)
}

#single_post_wrap ol.list-fix {
    list-style-position: inside
}

img.alignright,
img.alignleft,
img.aligncenter,
img.alignnone {
    display: block;
    max-width: 100%;
    height: auto
}

img.alignright {
    margin: 1em 0
}

img.alignleft {
    margin: 1em 0
}

img.alignnone {
    margin: 1em 0
}

img.aligncenter {
    display: block;
    margin: 1em
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width: 768px) {
    img.alignright {
        float: right;
        margin: 0 0 1em 1em
    }

    img.alignleft {
        float: left;
        margin: 0 1em 1em 0
    }

    img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    a img.alignright {
        float: right;
        margin: 0 0 1em 1em
    }

    a img.alignleft {
        float: left;
        margin: 0 1em 1em 0
    }

    a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .section {
        padding: 65px 0
    }
}

#recipe_method ol.list-fix li {
    list-style: decimal
}

#recipe_method ol.list-fix li::before {
    content: "";
    color: rgba(0, 0, 0, 0)
}

#recipe_method ol.list-fix {
    list-style-position: inside
}

#recipe_method a,
#ingredients_prod a {
    text-decoration: underline;
    color: #aa242f
}

#QR-code-form form,
#QR-code-form textarea {
    margin-bottom: 15px;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    border: 2px solid #f2a900;
    line-height: 16px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#QR-code-form form,
#QR-code-form input {
    margin-bottom: 15px;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    border: 2px solid #f2a900;
    line-height: 16px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#QR-code-form form span.wpcf7-not-valid-tip {
    display: block;
    right: 10px;
    color: red;
    background-color: inherit;
    text-align: right;
    border: 0;
    margin-top: -50px;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    width: 200px;
    float: right;
    z-index: 2;
    position: relative
}

#printOnlyHeaderGlu {
    display: none;
    margin-bottom: 20px
}

#printOnlyHeaderGlu h1 {
    font-size: 28px;
    line-height: 36px;
    color: #6f0010;
    text-align: center
}

#printOnlyHeaderGlu img {
    display: block;
    margin: 0 auto 15px auto;
    max-width: 125px;
    width: 100%
}

#printOnlyFooterGlu {
    display: none;
    border-top: 2px solid #eee;
    padding-top: 15px;
    font-size: 11px;
    line-height: 13px;
    text-align: center
}

.printOnlyGlutt {
    display: none;
    padding: 15px
}

.printOnlyGlutt h1,
.printOnlyGlutt h2,
.printOnlyGlutt h3,
.printOnlyGlutt h4,
.printOnlyGlutt h5,
.printOnlyGlutt h6 {
    color: #6f0010;
    margin: 15px 0;
    font-size: 24px;
    line-height: 28px
}

.printOnlyGlutt .prepTimings {
    margin-bottom: 10px
}

.printOnlyGlutt .prepTimings span {
    font-weight: 700
}

.printOnlyGlutt p,
.printOnlyGlutt ul,
.printOnlyGlutt li {
    font-size: 16px !important;
    line-height: 24px !important
}

@media print {

    #header_glu,
    #bannermain_glu,
    #product_innerWrap,
    #footer_glu,
    #prescription_checker_glu,
    #launcher,
    #terms_wrap_End {
        display: none !important
    }

    body {
        margin: 0 !important
    }

    #printOnlyHeaderGlu,
    .printOnlyGlutt,
    #printOnlyFooterGlu {
        display: block !important
    }
}

#header_glu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

#header_glu #topBar_glu {
    background-color: #aa242f;
    height: 55px;
    transition: .3s all;
    webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all
}

#header_glu #topBar_glu .container {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative
}

#header_glu #topBar_glu .container .glutafin_Logo {
    position: absolute;
    top: 65px;
    left: 0;
    max-width: 200px;
    width: 100%;
    z-index: 5;
    transition: .3s all;
    webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all
}

#header_glu #topBar_glu .container .glutafin_Logo.box {
/*    position: absolute;
    top: 65px;
    left: 0;
    max-width: 200px;
    width: 100%;
    z-index: 5;*/
    transition: .3s all;
    webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all



    background: #fffdee;
    padding: 20px;
    position: absolute;
    top: 0px;
    left: 15px;
    max-width: 210px;
    width: 100%;
    margin: 20px;
    z-index: 99;
    
}

.cream {
    border: 2px solid #aa242f;    
    background-color: #fffdee;
}

.cream-underline {
    border: 2px solid #aa242f;    
    background-color: #fffdee;    
    border-bottom: 20px solid #aa242f;
    padding-bottom: 5px !important;    
}

.red {
    background-color: #aa242f;
}

.yellow {
    background-color: #f2a900;
}


#header_glu #topBar_glu .container .logo_white {
    position: absolute;
    top: 5px;
    left: 5px;
    max-width: 137px;
    width: 100%;
    z-index: 5;
    transition: .3s all;
    webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    display: none;
}

@media only screen and (max-width: 1255px) {
    #header_glu #topBar_glu .container .glutafin_Logo {
        left: 15px
    }
}

@media only screen and (max-width: 580px) {
    #header_glu #topBar_glu .container .glutafin_Logo {
        max-width: 155px;
        display: none;
    }
}

#header_glu #topBar_glu .container .topbarcontents_glu {
    display: flex
}

#header_glu #topBar_glu .container .topbarcontents_glu ul {
    height: 100%;
    margin-right: 15px
}

#header_glu #topBar_glu .container .topbarcontents_glu ul li {
    float: left;
    height: 55px;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    position: relative
}

#header_glu #topBar_glu .container .topbarcontents_glu ul li a {
    height: 100%;
    padding: 15px;
    display: flex;
    align-items: center
}

#header_glu #topBar_glu .container .topbarcontents_glu ul li:after {
    content: "|";
    position: absolute;
    right: -4px;
    top: calc(50% - 8px)
}

#header_glu #topBar_glu .container .topbarcontents_glu ul li:last-child {
    margin-right: 0
}

#header_glu #topBar_glu .container .topbarcontents_glu ul li:last-child:after {
    display: none
}

@media only screen and (max-width: 1200px) {
    #header_glu #topBar_glu .container .topbarcontents_glu ul li:nth-child(1) {
        display: none
    }
}

@media only screen and (max-width: 998px) {
    #header_glu #topBar_glu .container .topbarcontents_glu ul li:nth-child(2) {
        display: none
    }
}

@media only screen and (max-width: 650px) {
    #header_glu #topBar_glu .container .topbarcontents_glu ul {
        display: none
    }
}

@media only screen and (max-width: 1250px) {
    #header_glu #topBar_glu .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width: 998px) {
    #header_glu #topBar_glu {
        padding-right: 50px
    }
}

#header_glu #btmBar_glu {
    background-color: #fff
}

#header_glu #btmBar_glu .container {
    position: relative;
    max-width: 1250px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 90px
}

#header_glu #btmBar_glu .container .mainMenuCtnt_glu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%
}

#header_glu #btmBar_glu .container .mainMenuCtnt_glu ul {
    height: 90px;
    margin-right: 15px
}

#header_glu #btmBar_glu .container .mainMenuCtnt_glu ul li {
    float: left;
    height: 100%;
    margin-right: 10px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #444443
}

#header_glu #btmBar_glu .container .mainMenuCtnt_glu ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px
}

#header_glu #btmBar_glu .container .mainMenuCtnt_glu ul li .sub-menu {
    visibility: hidden;
    opacity: 0;
    transition: .2s all;
    webkit-transition: .2s all;
    -moz-transition: .2s all;
    -ms-transition: .2s all;
    -o-transition: .2s all;
    position: absolute;
    height: auto !important;
    left: -15%;
    width: 220px;
    z-index: 1;
    background-color: #aa242f
}

#header_glu #btmBar_glu .container .mainMenuCtnt_glu ul li .sub-menu li {
    float: none;
    height: auto;
    margin-right: 0;
    color: #fff
}

#header_glu #btmBar_glu .container .mainMenuCtnt_glu ul li .sub-menu li a {
    width: 100%;
    padding: 20px;
    justify-content: center;
    text-align: center
}

#header_glu #btmBar_glu .container .mainMenuCtnt_glu ul li .sub-menu li:after {
    display: none
}

#header_glu #btmBar_glu .container .mainMenuCtnt_glu ul li .sub-menu:before {
    content: "";
    width: 50px;
    height: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/menu_cav_up.png");
    background-size: cover;
    position: absolute;
    top: -29px
}

#header_glu #btmBar_glu .container .mainMenuCtnt_glu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1
}

#header_glu #btmBar_glu .container .mainMenuCtnt_glu ul li:after {
    content: "|";
    position: absolute;
    right: -7px;
    top: calc(50% - 8px)
}

#header_glu #btmBar_glu .container .mainMenuCtnt_glu ul li:last-child {
    margin-right: 0
}

#header_glu #btmBar_glu .container .mainMenuCtnt_glu ul li:last-child:after {
    display: none
}

@media only screen and (max-width: 966px) {
    #header_glu #btmBar_glu .container .mainMenuCtnt_glu ul li:nth-child(1) {
        display: none
    }
}

@media only screen and (max-width: 1124px) {
    #header_glu #btmBar_glu .container .mainMenuCtnt_glu ul li:nth-child(2) {
        display: none
    }
}

@media only screen and (max-width: 795px) {
    #header_glu #btmBar_glu .container .mainMenuCtnt_glu ul li:nth-child(4) {
        display: none
    }
}

@media only screen and (max-width: 700px) {
    #header_glu #btmBar_glu .container .mainMenuCtnt_glu ul {
        display: none
    }
}

#header_glu #btmBar_glu .container .mainMenuCtnt_glu .yellowBtnGlut {
    min-width: 150px;
    text-align: center;
    padding: 12px 30px !important
}

@media only screen and (max-width: 1250px) {
    #header_glu #btmBar_glu .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width: 580px) {
    #header_glu #btmBar_glu {
        display: none
    }
}

#header_glu:after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/straight-rough-edge-white.png");
    background-size: cover;
    background-position: bottom;
    width: 100%;
    bottom: -10px;
    z-index: 0
}

@media only screen and (max-width: 580px) {
    #header_glu:after {
        display: none
    }
}

.scrollheader_enabled {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .3)
}

.scrollheader_enabled #topBar_glu {
    height: 0 !important
}

.scrollheader_enabled #topBar_glu .topbarcontents_glu {
    opacity: 0
}

@media only screen and (max-width: 580px) {
    .scrollheader_enabled #topBar_glu .topbarcontents_glu {
        opacity: 1
    }
}

.scrollheader_enabled #topBar_glu .toggle-contain {
    opacity: 0
}

@media only screen and (max-width: 580px) {
    .scrollheader_enabled #topBar_glu .toggle-contain {
        opacity: 1
    }
}

@media only screen and (max-width: 580px) {
    .scrollheader_enabled #topBar_glu {
        height: 55px !important
    }
}

.scrollheader_enabled .glutafin_Logo {
    max-width: 158px !important;
    top: 0 !important;
}

@media only screen and (max-width: 580px) {
    .scrollheader_enabled .glutafin_Logo {
        
        display: none !important;
    }

    .logo_white {
        display: block !important;
    }
}

.scrollheader_enabled #btmBar_glu .container {
    height: 60px !important
}

.scrollheader_enabled #btmBar_glu .container .mainMenuCtnt_glu {
    display: flex
}

.scrollheader_enabled #btmBar_glu .container .mainMenuCtnt_glu ul {
    height: 60px !important
}

#footer_glu {
    background-color: #aa242f;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/footer/footer_background.png");
    background-position: center;
    background-size: cover;
    overflow: hidden
}

#footer_glu .container {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px
}

#footer_glu .container #footer_logo {
    position: absolute;
    top: 50px;
    max-width: 180px;
    width: 100%
}

#footer_glu .container #footer_logo img {
    width: 100%
}

@media only screen and (max-width: 590px) {
    #footer_glu .container #footer_logo {
        max-width: 145px;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

#footer_glu .container .col_ftr {
    max-width: 180px;
    width: 100%;
    margin-right: 15px
}

#footer_glu .container .col_ftr h4 {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px
}

#footer_glu .container .col_ftr h5 {
    color: #f2a900;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase
}

#footer_glu .container .col_ftr ul li {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: -0.2px;
    margin-bottom: 10px
}

#footer_glu .container .sm_wrap .socialMedia {
    margin-top: 100px;
    max-width: 180px;
    text-align: center
}

@media only screen and (max-width: 848px) {
    #footer_glu .container .sm_wrap {
        display: none
    }
}

#footer_glu .container .colLinkWrap {
    max-width: 480px;
    width: 100%
}

@media only screen and (max-width: 848px) {
    #footer_glu .container .colLinkWrap h4 {
        display: none
    }
}

#footer_glu .container .colLinkWrap .quickLinksWrap {
    display: flex;
    justify-content: space-between
}

#footer_glu .container .colLinkWrap .quickLinksWrap ul {
    text-align: left;
    margin-right: 15px
}

#footer_glu .container .colLinkWrap .quickLinksWrap ul:last-child {
    margin-right: 0
}

@media only screen and (max-width: 998px) {
    #footer_glu .container .colLinkWrap {
        max-width: 315px
    }
}

@media only screen and (max-width: 848px) {
    #footer_glu .container .colLinkWrap {
        max-width: 100%;
        margin-right: 25px;
        text-align: center
    }
}

@media only screen and (max-width: 590px) {
    #footer_glu .container .colLinkWrap {
        margin-bottom: 25px;
        max-width: 375px;
        margin: 0 auto 35px auto
    }
}

#footer_glu .container .getIntouchBox {
    max-width: 280px;
    width: 100%;
    position: relative;
    background-color: #ffa300;
    padding: 25px;
    background-position: center;
    background-size: cover
}

#footer_glu .container .getIntouchBox .deet_wrap {
    display: flex;
    margin-bottom: 5px
}

#footer_glu .container .getIntouchBox .deet_wrap .iconWrap {
    width: 30px;
    margin-right: 3px
}

#footer_glu .container .getIntouchBox .deet_wrap a {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700
}

#footer_glu .container .getIntouchBox .right {
    position: absolute;
    top: 0;
    right: -10px;
    height: 100%;
    width: 10px;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/footer/footer_deets_right.png");
    background-size: cover
}

#footer_glu .container .getIntouchBox .left {
    position: absolute;
    top: 0;
    left: -10px;
    height: 100%;
    width: 10px;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/footer/footer_deets_left.png");
    background-size: cover
}

#footer_glu .container .getIntouchBox:before {
    content: "";
    position: absolute;
    top: -6px;
    left: -10px;
    height: 6px;
    width: calc(100% + 20px);
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/footer/footer_deets_top.png");
    background-size: cover;
    background-position: bottom
}

#footer_glu .container .getIntouchBox:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -10px;
    height: 6px;
    width: calc(100% + 20px);
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/footer/footer_deets_bottom.png");
    background-size: cover;
    background-position: bottom
}

@media only screen and (max-width: 590px) {
    #footer_glu .container .getIntouchBox {
        max-width: 100%;
        padding: 25px 40px;
        text-align: center
    }
}

@media only screen and (max-width: 848px) {
    #footer_glu .container {
        padding-top: 150px;
        justify-content: space-between
    }
}

@media only screen and (max-width: 590px) {
    #footer_glu .container {
        padding-top: 135px;
        flex-direction: column
    }
}

#terms_wrap_End {
    background-color: #6f0010;
    padding: 20px 0
}

#terms_wrap_End .container {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    line-height: 12px;
    color: #fff
}

#terms_wrap_End .container .termsMenu ul li {
    display: inline-block;
    margin-right: 5px;
    padding-right: 5px;
    position: relative
}

#terms_wrap_End .container .termsMenu ul li:after {
    content: "|";
    position: absolute;
    right: -4px;
    top: 0
}

#terms_wrap_End .container .termsMenu ul li:last-child {
    margin-right: 0;
    padding-right: 0
}

#terms_wrap_End .container .termsMenu ul li:last-child:after {
    display: none
}

@media only screen and (max-width: 520px) {
    #terms_wrap_End .container .termsMenu {
        display: none
    }
}

@media only screen and (max-width: 998px) {
    #terms_wrap_End .container {
        flex-direction: column;
        text-align: center
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-theme .owl-controls .owl-page {
    display: inline-block
}

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: .5;
    width: 12px
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from {
        transform: translate3d(0, 0, 0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    from,
    11.1%,
    to {
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-duration: .75s;
    animation-name: bounceIn
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    animation-duration: .75s;
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-duration: .75s;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    animation-duration: .75s;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-duration: 2s;
    animation-name: hinge
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

@keyframes spinAjaxLoader {
    to {
        -webkit-transform: rotate(360deg)
    }
}

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

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

@keyframes pulsingEffG {
    0% {
        transform: scale(1);
        webkit-transform: scale(1)
    }

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

@keyframes pulsingEffGLesser {
    0% {
        transform: scale(1);
        webkit-transform: scale(1)
    }

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

@keyframes opacityChannger {
    0% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

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

.bar {
    background: #999;
    height: 40px;
    width: 5px;
    margin: 3px;
    box-shadow: 0 0px 25px 1px rgba(0, 0, 0, .06);
    animation: wave 1s infinite linear
}

@keyframes wave {
    0% {
        transform: scaleY(1)
    }

    50% {
        transform: scaleY(0.2)
    }

    100% {
        transform: scaleY(1)
    }
}

.bar:nth-of-type(2) {
    animation-delay: .15s
}

.bar:nth-of-type(3) {
    animation-delay: 0s
}

.bar:nth-of-type(4) {
    animation-delay: .15s
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -0.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

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

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "ï‰®"
}

.fa-accessible-icon:before {
    content: "ï¨"
}

.fa-accusoft:before {
    content: "ï©"
}

.fa-acquisitions-incorporated:before {
    content: "ïš¯"
}

.fa-ad:before {
    content: "ï™"
}

.fa-address-book:before {
    content: "ïŠ¹"
}

.fa-address-card:before {
    content: "ïŠ»"
}

.fa-adjust:before {
    content: "ï‚"
}

.fa-adn:before {
    content: "ï…°"
}

.fa-adobe:before {
    content: "ï¸"
}

.fa-adversal:before {
    content: "ïª"
}

.fa-affiliatetheme:before {
    content: "ï«"
}

.fa-air-freshener:before {
    content: "ï—"
}

.fa-airbnb:before {
    content: "ï ´"
}

.fa-algolia:before {
    content: "ï¬"
}

.fa-align-center:before {
    content: "ï€·"
}

.fa-align-justify:before {
    content: "ï€¹"
}

.fa-align-left:before {
    content: "ï€¶"
}

.fa-align-right:before {
    content: "ï€¸"
}

.fa-alipay:before {
    content: "ï™‚"
}

.fa-allergies:before {
    content: "ï‘¡"
}

.fa-amazon:before {
    content: "ï‰°"
}

.fa-amazon-pay:before {
    content: "ï¬"
}

.fa-ambulance:before {
    content: "ïƒ¹"
}

.fa-american-sign-language-interpreting:before {
    content: "ïŠ£"
}

.fa-amilia:before {
    content: "ï­"
}

.fa-anchor:before {
    content: "ï„½"
}

.fa-android:before {
    content: "ï…»"
}

.fa-angellist:before {
    content: "ïˆ‰"
}

.fa-angle-double-down:before {
    content: "ï„ƒ"
}

.fa-angle-double-left:before {
    content: "ï„€"
}

.fa-angle-double-right:before {
    content: "ï„"
}

.fa-angle-double-up:before {
    content: "ï„‚"
}

.fa-angle-down:before {
    content: "ï„‡"
}

.fa-angle-left:before {
    content: "ï„„"
}

.fa-angle-right:before {
    content: "ï„…"
}

.fa-angle-up:before {
    content: "ï„†"
}

.fa-angry:before {
    content: "ï•–"
}

.fa-angrycreative:before {
    content: "ï®"
}

.fa-angular:before {
    content: "ï "
}

.fa-ankh:before {
    content: "ï™„"
}

.fa-app-store:before {
    content: "ï¯"
}

.fa-app-store-ios:before {
    content: "ï°"
}

.fa-apper:before {
    content: "ï±"
}

.fa-apple:before {
    content: "ï…¹"
}

.fa-apple-alt:before {
    content: "ï—‘"
}

.fa-apple-pay:before {
    content: "ï•"
}

.fa-archive:before {
    content: "ï†‡"
}

.fa-archway:before {
    content: "ï•—"
}

.fa-arrow-alt-circle-down:before {
    content: "ï˜"
}

.fa-arrow-alt-circle-left:before {
    content: "ï™"
}

.fa-arrow-alt-circle-right:before {
    content: "ïš"
}

.fa-arrow-alt-circle-up:before {
    content: "ï›"
}

.fa-arrow-circle-down:before {
    content: "ï‚«"
}

.fa-arrow-circle-left:before {
    content: "ï‚¨"
}

.fa-arrow-circle-right:before {
    content: "ï‚©"
}

.fa-arrow-circle-up:before {
    content: "ï‚ª"
}

.fa-arrow-down:before {
    content: "ï£"
}

.fa-arrow-left:before {
    content: "ï "
}

.fa-arrow-right:before {
    content: "ï¡"
}

.fa-arrow-up:before {
    content: "ï¢"
}

.fa-arrows-alt:before {
    content: "ï‚²"
}

.fa-arrows-alt-h:before {
    content: "ïŒ·"
}

.fa-arrows-alt-v:before {
    content: "ïŒ¸"
}

.fa-artstation:before {
    content: "ïº"
}

.fa-assistive-listening-systems:before {
    content: "ïŠ¢"
}

.fa-asterisk:before {
    content: "ï©"
}

.fa-asymmetrik:before {
    content: "ï²"
}

.fa-at:before {
    content: "ï‡º"
}

.fa-atlas:before {
    content: "ï•˜"
}

.fa-atlassian:before {
    content: "ï»"
}

.fa-atom:before {
    content: "ï—’"
}

.fa-audible:before {
    content: "ï³"
}

.fa-audio-description:before {
    content: "ïŠž"
}

.fa-autoprefixer:before {
    content: "ïœ"
}

.fa-avianex:before {
    content: "ï´"
}

.fa-aviato:before {
    content: "ï¡"
}

.fa-award:before {
    content: "ï•™"
}

.fa-aws:before {
    content: "ïµ"
}

.fa-baby:before {
    content: "ï¼"
}

.fa-baby-carriage:before {
    content: "ï½"
}

.fa-backspace:before {
    content: "ï•š"
}

.fa-backward:before {
    content: "ïŠ"
}

.fa-bacon:before {
    content: "ïŸ¥"
}

.fa-balance-scale:before {
    content: "ï‰Ž"
}

.fa-balance-scale-left:before {
    content: "ï”•"
}

.fa-balance-scale-right:before {
    content: "ï”–"
}

.fa-ban:before {
    content: "ïž"
}

.fa-band-aid:before {
    content: "ï‘¢"
}

.fa-bandcamp:before {
    content: "ï‹•"
}

.fa-barcode:before {
    content: "ï€ª"
}

.fa-bars:before {
    content: "ïƒ‰"
}

.fa-baseball-ball:before {
    content: "ï³"
}

.fa-basketball-ball:before {
    content: "ï´"
}

.fa-bath:before {
    content: "ï‹"
}

.fa-battery-empty:before {
    content: "ï‰„"
}

.fa-battery-full:before {
    content: "ï‰€"
}

.fa-battery-half:before {
    content: "ï‰‚"
}

.fa-battery-quarter:before {
    content: "ï‰ƒ"
}

.fa-battery-three-quarters:before {
    content: "ï‰"
}

.fa-battle-net:before {
    content: "ï µ"
}

.fa-bed:before {
    content: "ïˆ¶"
}

.fa-beer:before {
    content: "ïƒ¼"
}

.fa-behance:before {
    content: "ï†´"
}

.fa-behance-square:before {
    content: "ï†µ"
}

.fa-bell:before {
    content: "ïƒ³"
}

.fa-bell-slash:before {
    content: "ï‡¶"
}

.fa-bezier-curve:before {
    content: "ï•›"
}

.fa-bible:before {
    content: "ï™‡"
}

.fa-bicycle:before {
    content: "ïˆ†"
}

.fa-biking:before {
    content: "ï¡Š"
}

.fa-bimobject:before {
    content: "ï¸"
}

.fa-binoculars:before {
    content: "ï‡¥"
}

.fa-biohazard:before {
    content: "ïž€"
}

.fa-birthday-cake:before {
    content: "ï‡½"
}

.fa-bitbucket:before {
    content: "ï…±"
}

.fa-bitcoin:before {
    content: "ï¹"
}

.fa-bity:before {
    content: "ïº"
}

.fa-black-tie:before {
    content: "ï‰¾"
}

.fa-blackberry:before {
    content: "ï»"
}

.fa-blender:before {
    content: "ï”—"
}

.fa-blender-phone:before {
    content: "ïš¶"
}

.fa-blind:before {
    content: "ïŠ"
}

.fa-blog:before {
    content: "ïž"
}

.fa-blogger:before {
    content: "ï¼"
}

.fa-blogger-b:before {
    content: "ï½"
}

.fa-bluetooth:before {
    content: "ïŠ“"
}

.fa-bluetooth-b:before {
    content: "ïŠ”"
}

.fa-bold:before {
    content: "ï€²"
}

.fa-bolt:before {
    content: "ïƒ§"
}

.fa-bomb:before {
    content: "ï‡¢"
}

.fa-bone:before {
    content: "ï——"
}

.fa-bong:before {
    content: "ï•œ"
}

.fa-book:before {
    content: "ï€­"
}

.fa-book-dead:before {
    content: "ïš·"
}

.fa-book-medical:before {
    content: "ïŸ¦"
}

.fa-book-open:before {
    content: "ï”˜"
}

.fa-book-reader:before {
    content: "ï—š"
}

.fa-bookmark:before {
    content: "ï€®"
}

.fa-bootstrap:before {
    content: "ï ¶"
}

.fa-border-all:before {
    content: "ï¡Œ"
}

.fa-border-none:before {
    content: "ï¡"
}

.fa-border-style:before {
    content: "ï¡“"
}

.fa-bowling-ball:before {
    content: "ï¶"
}

.fa-box:before {
    content: "ï‘¦"
}

.fa-box-open:before {
    content: "ï’ž"
}

.fa-boxes:before {
    content: "ï‘¨"
}

.fa-braille:before {
    content: "ïŠ¡"
}

.fa-brain:before {
    content: "ï—œ"
}

.fa-bread-slice:before {
    content: "ïŸ¬"
}

.fa-briefcase:before {
    content: "ï‚±"
}

.fa-briefcase-medical:before {
    content: "ï‘©"
}

.fa-broadcast-tower:before {
    content: "ï”™"
}

.fa-broom:before {
    content: "ï”š"
}

.fa-brush:before {
    content: "ï•"
}

.fa-btc:before {
    content: "ï…š"
}

.fa-buffer:before {
    content: "ï ·"
}

.fa-bug:before {
    content: "ï†ˆ"
}

.fa-building:before {
    content: "ï†­"
}

.fa-bullhorn:before {
    content: "ï‚¡"
}

.fa-bullseye:before {
    content: "ï…€"
}

.fa-burn:before {
    content: "ï‘ª"
}

.fa-buromobelexperte:before {
    content: "ï¿"
}

.fa-bus:before {
    content: "ïˆ‡"
}

.fa-bus-alt:before {
    content: "ï•ž"
}

.fa-business-time:before {
    content: "ï™Š"
}

.fa-buy-n-large:before {
    content: "ï¢¦"
}

.fa-buysellads:before {
    content: "ïˆ"
}

.fa-calculator:before {
    content: "ï‡¬"
}

.fa-calendar:before {
    content: "ï„³"
}

.fa-calendar-alt:before {
    content: "ï³"
}

.fa-calendar-check:before {
    content: "ï‰´"
}

.fa-calendar-day:before {
    content: "ïžƒ"
}

.fa-calendar-minus:before {
    content: "ï‰²"
}

.fa-calendar-plus:before {
    content: "ï‰±"
}

.fa-calendar-times:before {
    content: "ï‰³"
}

.fa-calendar-week:before {
    content: "ïž„"
}

.fa-camera:before {
    content: "ï€°"
}

.fa-camera-retro:before {
    content: "ï‚ƒ"
}

.fa-campground:before {
    content: "ïš»"
}

.fa-canadian-maple-leaf:before {
    content: "ïž…"
}

.fa-candy-cane:before {
    content: "ïž†"
}

.fa-cannabis:before {
    content: "ï•Ÿ"
}

.fa-capsules:before {
    content: "ï‘«"
}

.fa-car:before {
    content: "ï†¹"
}

.fa-car-alt:before {
    content: "ï—ž"
}

.fa-car-battery:before {
    content: "ï—Ÿ"
}

.fa-car-crash:before {
    content: "ï—¡"
}

.fa-car-side:before {
    content: "ï—¤"
}

.fa-caret-down:before {
    content: "ïƒ—"
}

.fa-caret-left:before {
    content: "ïƒ™"
}

.fa-caret-right:before {
    content: "ïƒš"
}

.fa-caret-square-down:before {
    content: "ï…"
}

.fa-caret-square-left:before {
    content: "ï†‘"
}

.fa-caret-square-right:before {
    content: "ï…’"
}

.fa-caret-square-up:before {
    content: "ï…‘"
}

.fa-caret-up:before {
    content: "ïƒ˜"
}

.fa-carrot:before {
    content: "ïž‡"
}

.fa-cart-arrow-down:before {
    content: "ïˆ˜"
}

.fa-cart-plus:before {
    content: "ïˆ—"
}

.fa-cash-register:before {
    content: "ïžˆ"
}

.fa-cat:before {
    content: "ïš¾"
}

.fa-cc-amazon-pay:before {
    content: "ï­"
}

.fa-cc-amex:before {
    content: "ï‡³"
}

.fa-cc-apple-pay:before {
    content: "ï–"
}

.fa-cc-diners-club:before {
    content: "ï‰Œ"
}

.fa-cc-discover:before {
    content: "ï‡²"
}

.fa-cc-jcb:before {
    content: "ï‰‹"
}

.fa-cc-mastercard:before {
    content: "ï‡±"
}

.fa-cc-paypal:before {
    content: "ï‡´"
}

.fa-cc-stripe:before {
    content: "ï‡µ"
}

.fa-cc-visa:before {
    content: "ï‡°"
}

.fa-centercode:before {
    content: "ïŽ€"
}

.fa-centos:before {
    content: "ïž‰"
}

.fa-certificate:before {
    content: "ï‚£"
}

.fa-chair:before {
    content: "ï›€"
}

.fa-chalkboard:before {
    content: "ï”›"
}

.fa-chalkboard-teacher:before {
    content: "ï”œ"
}

.fa-charging-station:before {
    content: "ï—§"
}

.fa-chart-area:before {
    content: "ï‡¾"
}

.fa-chart-bar:before {
    content: "ï‚€"
}

.fa-chart-line:before {
    content: "ïˆ"
}

.fa-chart-pie:before {
    content: "ïˆ€"
}

.fa-check:before {
    content: "ï€Œ"
}

.fa-check-circle:before {
    content: "ï˜"
}

.fa-check-double:before {
    content: "ï• "
}

.fa-check-square:before {
    content: "ï…Š"
}

.fa-cheese:before {
    content: "ïŸ¯"
}

.fa-chess:before {
    content: "ï¹"
}

.fa-chess-bishop:before {
    content: "ïº"
}

.fa-chess-board:before {
    content: "ï¼"
}

.fa-chess-king:before {
    content: "ï¿"
}

.fa-chess-knight:before {
    content: "ï‘"
}

.fa-chess-pawn:before {
    content: "ï‘ƒ"
}

.fa-chess-queen:before {
    content: "ï‘…"
}

.fa-chess-rook:before {
    content: "ï‘‡"
}

.fa-chevron-circle-down:before {
    content: "ï„º"
}

.fa-chevron-circle-left:before {
    content: "ï„·"
}

.fa-chevron-circle-right:before {
    content: "ï„¸"
}

.fa-chevron-circle-up:before {
    content: "ï„¹"
}

.fa-chevron-down:before {
    content: "ï¸"
}

.fa-chevron-left:before {
    content: "ï“"
}

.fa-chevron-right:before {
    content: "ï”"
}

.fa-chevron-up:before {
    content: "ï·"
}

.fa-child:before {
    content: "ï†®"
}

.fa-chrome:before {
    content: "ï‰¨"
}

.fa-chromecast:before {
    content: "ï ¸"
}

.fa-church:before {
    content: "ï”"
}

.fa-circle:before {
    content: "ï„‘"
}

.fa-circle-notch:before {
    content: "ï‡Ž"
}

.fa-city:before {
    content: "ï™"
}

.fa-clinic-medical:before {
    content: "ïŸ²"
}

.fa-clipboard:before {
    content: "ïŒ¨"
}

.fa-clipboard-check:before {
    content: "ï‘¬"
}

.fa-clipboard-list:before {
    content: "ï‘­"
}

.fa-clock:before {
    content: "ï€—"
}

.fa-clone:before {
    content: "ï‰"
}

.fa-closed-captioning:before {
    content: "ïˆŠ"
}

.fa-cloud:before {
    content: "ïƒ‚"
}

.fa-cloud-download-alt:before {
    content: "ïŽ"
}

.fa-cloud-meatball:before {
    content: "ïœ»"
}

.fa-cloud-moon:before {
    content: "ï›ƒ"
}

.fa-cloud-moon-rain:before {
    content: "ïœ¼"
}

.fa-cloud-rain:before {
    content: "ïœ½"
}

.fa-cloud-showers-heavy:before {
    content: "ï€"
}

.fa-cloud-sun:before {
    content: "ï›„"
}

.fa-cloud-sun-rain:before {
    content: "ïƒ"
}

.fa-cloud-upload-alt:before {
    content: "ïŽ‚"
}

.fa-cloudscale:before {
    content: "ïŽƒ"
}

.fa-cloudsmith:before {
    content: "ïŽ„"
}

.fa-cloudversify:before {
    content: "ïŽ…"
}

.fa-cocktail:before {
    content: "ï•¡"
}

.fa-code:before {
    content: "ï„¡"
}

.fa-code-branch:before {
    content: "ï„¦"
}

.fa-codepen:before {
    content: "ï‡‹"
}

.fa-codiepie:before {
    content: "ïŠ„"
}

.fa-coffee:before {
    content: "ïƒ´"
}

.fa-cog:before {
    content: "ï€“"
}

.fa-cogs:before {
    content: "ï‚…"
}

.fa-coins:before {
    content: "ï”ž"
}

.fa-columns:before {
    content: "ïƒ›"
}

.fa-comment:before {
    content: "ïµ"
}

.fa-comment-alt:before {
    content: "ï‰º"
}

.fa-comment-dollar:before {
    content: "ï™‘"
}

.fa-comment-dots:before {
    content: "ï’­"
}

.fa-comment-medical:before {
    content: "ïŸµ"
}

.fa-comment-slash:before {
    content: "ï’³"
}

.fa-comments:before {
    content: "ï‚†"
}

.fa-comments-dollar:before {
    content: "ï™“"
}

.fa-compact-disc:before {
    content: "ï”Ÿ"
}

.fa-compass:before {
    content: "ï…Ž"
}

.fa-compress:before {
    content: "ï¦"
}

.fa-compress-arrows-alt:before {
    content: "ïžŒ"
}

.fa-concierge-bell:before {
    content: "ï•¢"
}

.fa-confluence:before {
    content: "ïž"
}

.fa-connectdevelop:before {
    content: "ïˆŽ"
}

.fa-contao:before {
    content: "ï‰­"
}

.fa-cookie:before {
    content: "ï•£"
}

.fa-cookie-bite:before {
    content: "ï•¤"
}

.fa-copy:before {
    content: "ïƒ…"
}

.fa-copyright:before {
    content: "ï‡¹"
}

.fa-cotton-bureau:before {
    content: "ï¢ž"
}

.fa-couch:before {
    content: "ï’¸"
}

.fa-cpanel:before {
    content: "ïŽˆ"
}

.fa-creative-commons:before {
    content: "ï‰ž"
}

.fa-creative-commons-by:before {
    content: "ï“§"
}

.fa-creative-commons-nc:before {
    content: "ï“¨"
}

.fa-creative-commons-nc-eu:before {
    content: "ï“©"
}

.fa-creative-commons-nc-jp:before {
    content: "ï“ª"
}

.fa-creative-commons-nd:before {
    content: "ï“«"
}

.fa-creative-commons-pd:before {
    content: "ï“¬"
}

.fa-creative-commons-pd-alt:before {
    content: "ï“­"
}

.fa-creative-commons-remix:before {
    content: "ï“®"
}

.fa-creative-commons-sa:before {
    content: "ï“¯"
}

.fa-creative-commons-sampling:before {
    content: "ï“°"
}

.fa-creative-commons-sampling-plus:before {
    content: "ï“±"
}

.fa-creative-commons-share:before {
    content: "ï“²"
}

.fa-creative-commons-zero:before {
    content: "ï“³"
}

.fa-credit-card:before {
    content: "ï‚"
}

.fa-critical-role:before {
    content: "ï›‰"
}

.fa-crop:before {
    content: "ï„¥"
}

.fa-crop-alt:before {
    content: "ï•¥"
}

.fa-cross:before {
    content: "ï™”"
}

.fa-crosshairs:before {
    content: "ï›"
}

.fa-crow:before {
    content: "ï” "
}

.fa-crown:before {
    content: "ï”¡"
}

.fa-crutch:before {
    content: "ïŸ·"
}

.fa-css3:before {
    content: "ï„¼"
}

.fa-css3-alt:before {
    content: "ïŽ‹"
}

.fa-cube:before {
    content: "ï†²"
}

.fa-cubes:before {
    content: "ï†³"
}

.fa-cut:before {
    content: "ïƒ„"
}

.fa-cuttlefish:before {
    content: "ïŽŒ"
}

.fa-d-and-d:before {
    content: "ïŽ"
}

.fa-d-and-d-beyond:before {
    content: "ï›Š"
}

.fa-dashcube:before {
    content: "ïˆ"
}

.fa-database:before {
    content: "ï‡€"
}

.fa-deaf:before {
    content: "ïŠ¤"
}

.fa-delicious:before {
    content: "ï†¥"
}

.fa-democrat:before {
    content: "ï‡"
}

.fa-deploydog:before {
    content: "ïŽŽ"
}

.fa-deskpro:before {
    content: "ïŽ"
}

.fa-desktop:before {
    content: "ï„ˆ"
}

.fa-dev:before {
    content: "ï›Œ"
}

.fa-deviantart:before {
    content: "ï†½"
}

.fa-dharmachakra:before {
    content: "ï™•"
}

.fa-dhl:before {
    content: "ïž"
}

.fa-diagnoses:before {
    content: "ï‘°"
}

.fa-diaspora:before {
    content: "ïž‘"
}

.fa-dice:before {
    content: "ï”¢"
}

.fa-dice-d20:before {
    content: "ï›"
}

.fa-dice-d6:before {
    content: "ï›‘"
}

.fa-dice-five:before {
    content: "ï”£"
}

.fa-dice-four:before {
    content: "ï”¤"
}

.fa-dice-one:before {
    content: "ï”¥"
}

.fa-dice-six:before {
    content: "ï”¦"
}

.fa-dice-three:before {
    content: "ï”§"
}

.fa-dice-two:before {
    content: "ï”¨"
}

.fa-digg:before {
    content: "ï†¦"
}

.fa-digital-ocean:before {
    content: "ïŽ‘"
}

.fa-digital-tachograph:before {
    content: "ï•¦"
}

.fa-directions:before {
    content: "ï—«"
}

.fa-discord:before {
    content: "ïŽ’"
}

.fa-discourse:before {
    content: "ïŽ“"
}

.fa-divide:before {
    content: "ï”©"
}

.fa-dizzy:before {
    content: "ï•§"
}

.fa-dna:before {
    content: "ï‘±"
}

.fa-dochub:before {
    content: "ïŽ”"
}

.fa-docker:before {
    content: "ïŽ•"
}

.fa-dog:before {
    content: "ï›“"
}

.fa-dollar-sign:before {
    content: "ï…•"
}

.fa-dolly:before {
    content: "ï‘²"
}

.fa-dolly-flatbed:before {
    content: "ï‘´"
}

.fa-donate:before {
    content: "ï’¹"
}

.fa-door-closed:before {
    content: "ï”ª"
}

.fa-door-open:before {
    content: "ï”«"
}

.fa-dot-circle:before {
    content: "ï†’"
}

.fa-dove:before {
    content: "ï’º"
}

.fa-download:before {
    content: "ï€™"
}

.fa-draft2digital:before {
    content: "ïŽ–"
}

.fa-drafting-compass:before {
    content: "ï•¨"
}

.fa-dragon:before {
    content: "ï›•"
}

.fa-draw-polygon:before {
    content: "ï—®"
}

.fa-dribbble:before {
    content: "ï…½"
}

.fa-dribbble-square:before {
    content: "ïŽ—"
}

.fa-dropbox:before {
    content: "ï…«"
}

.fa-drum:before {
    content: "ï•©"
}

.fa-drum-steelpan:before {
    content: "ï•ª"
}

.fa-drumstick-bite:before {
    content: "ï›—"
}

.fa-drupal:before {
    content: "ï†©"
}

.fa-dumbbell:before {
    content: "ï‘‹"
}

.fa-dumpster:before {
    content: "ïž“"
}

.fa-dumpster-fire:before {
    content: "ïž”"
}

.fa-dungeon:before {
    content: "ï›™"
}

.fa-dyalog:before {
    content: "ïŽ™"
}

.fa-earlybirds:before {
    content: "ïŽš"
}

.fa-ebay:before {
    content: "ï“´"
}

.fa-edge:before {
    content: "ïŠ‚"
}

.fa-edit:before {
    content: "ï„"
}

.fa-egg:before {
    content: "ïŸ»"
}

.fa-eject:before {
    content: "ï’"
}

.fa-elementor:before {
    content: "ï°"
}

.fa-ellipsis-h:before {
    content: "ï…"
}

.fa-ellipsis-v:before {
    content: "ï…‚"
}

.fa-ello:before {
    content: "ï—±"
}

.fa-ember:before {
    content: "ï£"
}

.fa-empire:before {
    content: "ï‡‘"
}

.fa-envelope:before {
    content: "ïƒ "
}

.fa-envelope-open:before {
    content: "ïŠ¶"
}

.fa-envelope-open-text:before {
    content: "ï™˜"
}

.fa-envelope-square:before {
    content: "ï†™"
}

.fa-envira:before {
    content: "ïŠ™"
}

.fa-equals:before {
    content: "ï”¬"
}

.fa-eraser:before {
    content: "ï„­"
}

.fa-erlang:before {
    content: "ïŽ"
}

.fa-ethereum:before {
    content: "ï®"
}

.fa-ethernet:before {
    content: "ïž–"
}

.fa-etsy:before {
    content: "ï‹—"
}

.fa-euro-sign:before {
    content: "ï…“"
}

.fa-evernote:before {
    content: "ï ¹"
}

.fa-exchange-alt:before {
    content: "ï¢"
}

.fa-exclamation:before {
    content: "ï„ª"
}

.fa-exclamation-circle:before {
    content: "ïª"
}

.fa-exclamation-triangle:before {
    content: "ï±"
}

.fa-expand:before {
    content: "ï¥"
}

.fa-expand-arrows-alt:before {
    content: "ïŒž"
}

.fa-expeditedssl:before {
    content: "ïˆ¾"
}

.fa-external-link-alt:before {
    content: "ï"
}

.fa-external-link-square-alt:before {
    content: "ï "
}

.fa-eye:before {
    content: "ï®"
}

.fa-eye-dropper:before {
    content: "ï‡»"
}

.fa-eye-slash:before {
    content: "ï°"
}

.fa-facebook:before {
    content: "ï‚š"
}

.fa-facebook-f:before {
    content: "ïŽž"
}

.fa-facebook-messenger:before {
    content: "ïŽŸ"
}

.fa-facebook-square:before {
    content: "ï‚‚"
}

.fa-fan:before {
    content: "ï¡£"
}

.fa-fantasy-flight-games:before {
    content: "ï›œ"
}

.fa-fast-backward:before {
    content: "ï‰"
}

.fa-fast-forward:before {
    content: "ï"
}

.fa-fax:before {
    content: "ï†¬"
}

.fa-feather:before {
    content: "ï”­"
}

.fa-feather-alt:before {
    content: "ï•«"
}

.fa-fedex:before {
    content: "ïž—"
}

.fa-fedora:before {
    content: "ïž˜"
}

.fa-female:before {
    content: "ï†‚"
}

.fa-fighter-jet:before {
    content: "ïƒ»"
}

.fa-figma:before {
    content: "ïž™"
}

.fa-file:before {
    content: "ï…›"
}

.fa-file-alt:before {
    content: "ï…œ"
}

.fa-file-archive:before {
    content: "ï‡†"
}

.fa-file-audio:before {
    content: "ï‡‡"
}

.fa-file-code:before {
    content: "ï‡‰"
}

.fa-file-contract:before {
    content: "ï•¬"
}

.fa-file-csv:before {
    content: "ï›"
}

.fa-file-download:before {
    content: "ï•­"
}

.fa-file-excel:before {
    content: "ï‡ƒ"
}

.fa-file-export:before {
    content: "ï•®"
}

.fa-file-image:before {
    content: "ï‡…"
}

.fa-file-import:before {
    content: "ï•¯"
}

.fa-file-invoice:before {
    content: "ï•°"
}

.fa-file-invoice-dollar:before {
    content: "ï•±"
}

.fa-file-medical:before {
    content: "ï‘·"
}

.fa-file-medical-alt:before {
    content: "ï‘¸"
}

.fa-file-pdf:before {
    content: "ï‡"
}

.fa-file-powerpoint:before {
    content: "ï‡„"
}

.fa-file-prescription:before {
    content: "ï•²"
}

.fa-file-signature:before {
    content: "ï•³"
}

.fa-file-upload:before {
    content: "ï•´"
}

.fa-file-video:before {
    content: "ï‡ˆ"
}

.fa-file-word:before {
    content: "ï‡‚"
}

.fa-fill:before {
    content: "ï•µ"
}

.fa-fill-drip:before {
    content: "ï•¶"
}

.fa-film:before {
    content: "ï€ˆ"
}

.fa-filter:before {
    content: "ï‚°"
}

.fa-fingerprint:before {
    content: "ï•·"
}

.fa-fire:before {
    content: "ï­"
}

.fa-fire-alt:before {
    content: "ïŸ¤"
}

.fa-fire-extinguisher:before {
    content: "ï„´"
}

.fa-firefox:before {
    content: "ï‰©"
}

.fa-first-aid:before {
    content: "ï‘¹"
}

.fa-first-order:before {
    content: "ïŠ°"
}

.fa-first-order-alt:before {
    content: "ï”Š"
}

.fa-firstdraft:before {
    content: "ïŽ¡"
}

.fa-fish:before {
    content: "ï•¸"
}

.fa-fist-raised:before {
    content: "ï›ž"
}

.fa-flag:before {
    content: "ï€¤"
}

.fa-flag-checkered:before {
    content: "ï„ž"
}

.fa-flag-usa:before {
    content: "ï"
}

.fa-flask:before {
    content: "ïƒƒ"
}

.fa-flickr:before {
    content: "ï…®"
}

.fa-flipboard:before {
    content: "ï‘"
}

.fa-flushed:before {
    content: "ï•¹"
}

.fa-fly:before {
    content: "ï—"
}

.fa-folder:before {
    content: "ï»"
}

.fa-folder-minus:before {
    content: "ï™"
}

.fa-folder-open:before {
    content: "ï¼"
}

.fa-folder-plus:before {
    content: "ï™ž"
}

.fa-font:before {
    content: "ï€±"
}

.fa-font-awesome:before {
    content: "ïŠ´"
}

.fa-font-awesome-alt:before {
    content: "ïœ"
}

.fa-font-awesome-flag:before {
    content: "ï¥"
}

.fa-font-awesome-logo-full:before {
    content: "ï“¦"
}

.fa-fonticons:before {
    content: "ïŠ€"
}

.fa-fonticons-fi:before {
    content: "ïŽ¢"
}

.fa-football-ball:before {
    content: "ï‘Ž"
}

.fa-fort-awesome:before {
    content: "ïŠ†"
}

.fa-fort-awesome-alt:before {
    content: "ïŽ£"
}

.fa-forumbee:before {
    content: "ïˆ‘"
}

.fa-forward:before {
    content: "ïŽ"
}

.fa-foursquare:before {
    content: "ï†€"
}

.fa-free-code-camp:before {
    content: "ï‹…"
}

.fa-freebsd:before {
    content: "ïŽ¤"
}

.fa-frog:before {
    content: "ï”®"
}

.fa-frown:before {
    content: "ï„™"
}

.fa-frown-open:before {
    content: "ï•º"
}

.fa-fulcrum:before {
    content: "ï”‹"
}

.fa-funnel-dollar:before {
    content: "ï™¢"
}

.fa-futbol:before {
    content: "ï‡£"
}

.fa-galactic-republic:before {
    content: "ï”Œ"
}

.fa-galactic-senate:before {
    content: "ï”"
}

.fa-gamepad:before {
    content: "ï„›"
}

.fa-gas-pump:before {
    content: "ï”¯"
}

.fa-gavel:before {
    content: "ïƒ£"
}

.fa-gem:before {
    content: "ïŽ¥"
}

.fa-genderless:before {
    content: "ïˆ­"
}

.fa-get-pocket:before {
    content: "ï‰¥"
}

.fa-gg:before {
    content: "ï‰ "
}

.fa-gg-circle:before {
    content: "ï‰¡"
}

.fa-ghost:before {
    content: "ï›¢"
}

.fa-gift:before {
    content: "ï«"
}

.fa-gifts:before {
    content: "ïžœ"
}

.fa-git:before {
    content: "ï‡“"
}

.fa-git-alt:before {
    content: "ï¡"
}

.fa-git-square:before {
    content: "ï‡’"
}

.fa-github:before {
    content: "ï‚›"
}

.fa-github-alt:before {
    content: "ï„“"
}

.fa-github-square:before {
    content: "ï‚’"
}

.fa-gitkraken:before {
    content: "ïŽ¦"
}

.fa-gitlab:before {
    content: "ïŠ–"
}

.fa-gitter:before {
    content: "ï¦"
}

.fa-glass-cheers:before {
    content: "ïžŸ"
}

.fa-glass-martini:before {
    content: "ï€€"
}

.fa-glass-martini-alt:before {
    content: "ï•»"
}

.fa-glass-whiskey:before {
    content: "ïž "
}

.fa-glasses:before {
    content: "ï”°"
}

.fa-glide:before {
    content: "ïŠ¥"
}

.fa-glide-g:before {
    content: "ïŠ¦"
}

.fa-globe:before {
    content: "ï‚¬"
}

.fa-globe-africa:before {
    content: "ï•¼"
}

.fa-globe-americas:before {
    content: "ï•½"
}

.fa-globe-asia:before {
    content: "ï•¾"
}

.fa-globe-europe:before {
    content: "ïž¢"
}

.fa-gofore:before {
    content: "ïŽ§"
}

.fa-golf-ball:before {
    content: "ï‘"
}

.fa-goodreads:before {
    content: "ïŽ¨"
}

.fa-goodreads-g:before {
    content: "ïŽ©"
}

.fa-google:before {
    content: "ï† "
}

.fa-google-drive:before {
    content: "ïŽª"
}

.fa-google-play:before {
    content: "ïŽ«"
}

.fa-google-plus:before {
    content: "ïŠ³"
}

.fa-google-plus-g:before {
    content: "ïƒ•"
}

.fa-google-plus-square:before {
    content: "ïƒ”"
}

.fa-google-wallet:before {
    content: "ï‡®"
}

.fa-gopuram:before {
    content: "ï™¤"
}

.fa-graduation-cap:before {
    content: "ï†"
}

.fa-gratipay:before {
    content: "ï†„"
}

.fa-grav:before {
    content: "ï‹–"
}

.fa-greater-than:before {
    content: "ï”±"
}

.fa-greater-than-equal:before {
    content: "ï”²"
}

.fa-grimace:before {
    content: "ï•¿"
}

.fa-grin:before {
    content: "ï–€"
}

.fa-grin-alt:before {
    content: "ï–"
}

.fa-grin-beam:before {
    content: "ï–‚"
}

.fa-grin-beam-sweat:before {
    content: "ï–ƒ"
}

.fa-grin-hearts:before {
    content: "ï–„"
}

.fa-grin-squint:before {
    content: "ï–…"
}

.fa-grin-squint-tears:before {
    content: "ï–†"
}

.fa-grin-stars:before {
    content: "ï–‡"
}

.fa-grin-tears:before {
    content: "ï–ˆ"
}

.fa-grin-tongue:before {
    content: "ï–‰"
}

.fa-grin-tongue-squint:before {
    content: "ï–Š"
}

.fa-grin-tongue-wink:before {
    content: "ï–‹"
}

.fa-grin-wink:before {
    content: "ï–Œ"
}

.fa-grip-horizontal:before {
    content: "ï–"
}

.fa-grip-lines:before {
    content: "ïž¤"
}

.fa-grip-lines-vertical:before {
    content: "ïž¥"
}

.fa-grip-vertical:before {
    content: "ï–Ž"
}

.fa-gripfire:before {
    content: "ïŽ¬"
}

.fa-grunt:before {
    content: "ïŽ­"
}

.fa-guitar:before {
    content: "ïž¦"
}

.fa-gulp:before {
    content: "ïŽ®"
}

.fa-h-square:before {
    content: "ïƒ½"
}

.fa-hacker-news:before {
    content: "ï‡”"
}

.fa-hacker-news-square:before {
    content: "ïŽ¯"
}

.fa-hackerrank:before {
    content: "ï—·"
}

.fa-hamburger:before {
    content: "ï …"
}

.fa-hammer:before {
    content: "ï›£"
}

.fa-hamsa:before {
    content: "ï™¥"
}

.fa-hand-holding:before {
    content: "ï’½"
}

.fa-hand-holding-heart:before {
    content: "ï’¾"
}

.fa-hand-holding-usd:before {
    content: "ï“€"
}

.fa-hand-lizard:before {
    content: "ï‰˜"
}

.fa-hand-middle-finger:before {
    content: "ï †"
}

.fa-hand-paper:before {
    content: "ï‰–"
}

.fa-hand-peace:before {
    content: "ï‰›"
}

.fa-hand-point-down:before {
    content: "ï‚§"
}

.fa-hand-point-left:before {
    content: "ï‚¥"
}

.fa-hand-point-right:before {
    content: "ï‚¤"
}

.fa-hand-point-up:before {
    content: "ï‚¦"
}

.fa-hand-pointer:before {
    content: "ï‰š"
}

.fa-hand-rock:before {
    content: "ï‰•"
}

.fa-hand-scissors:before {
    content: "ï‰—"
}

.fa-hand-spock:before {
    content: "ï‰™"
}

.fa-hands:before {
    content: "ï“‚"
}

.fa-hands-helping:before {
    content: "ï“„"
}

.fa-handshake:before {
    content: "ïŠµ"
}

.fa-hanukiah:before {
    content: "ï›¦"
}

.fa-hard-hat:before {
    content: "ï ‡"
}

.fa-hashtag:before {
    content: "ïŠ’"
}

.fa-hat-cowboy:before {
    content: "ï£€"
}

.fa-hat-cowboy-side:before {
    content: "ï£"
}

.fa-hat-wizard:before {
    content: "ï›¨"
}

.fa-haykal:before {
    content: "ï™¦"
}

.fa-hdd:before {
    content: "ï‚ "
}

.fa-heading:before {
    content: "ï‡œ"
}

.fa-headphones:before {
    content: "ï€¥"
}

.fa-headphones-alt:before {
    content: "ï–"
}

.fa-headset:before {
    content: "ï–"
}

.fa-heart:before {
    content: "ï€„"
}

.fa-heart-broken:before {
    content: "ïž©"
}

.fa-heartbeat:before {
    content: "ïˆž"
}

.fa-helicopter:before {
    content: "ï”³"
}

.fa-highlighter:before {
    content: "ï–‘"
}

.fa-hiking:before {
    content: "ï›¬"
}

.fa-hippo:before {
    content: "ï›­"
}

.fa-hips:before {
    content: "ï‘’"
}

.fa-hire-a-helper:before {
    content: "ïŽ°"
}

.fa-history:before {
    content: "ï‡š"
}

.fa-hockey-puck:before {
    content: "ï‘“"
}

.fa-holly-berry:before {
    content: "ïžª"
}

.fa-home:before {
    content: "ï€•"
}

.fa-hooli:before {
    content: "ï§"
}

.fa-hornbill:before {
    content: "ï–’"
}

.fa-horse:before {
    content: "ï›°"
}

.fa-horse-head:before {
    content: "ïž«"
}

.fa-hospital:before {
    content: "ïƒ¸"
}

.fa-hospital-alt:before {
    content: "ï‘½"
}

.fa-hospital-symbol:before {
    content: "ï‘¾"
}

.fa-hot-tub:before {
    content: "ï–“"
}

.fa-hotdog:before {
    content: "ï "
}

.fa-hotel:before {
    content: "ï–”"
}

.fa-hotjar:before {
    content: "ïŽ±"
}

.fa-hourglass:before {
    content: "ï‰”"
}

.fa-hourglass-end:before {
    content: "ï‰“"
}

.fa-hourglass-half:before {
    content: "ï‰’"
}

.fa-hourglass-start:before {
    content: "ï‰‘"
}

.fa-house-damage:before {
    content: "ï›±"
}

.fa-houzz:before {
    content: "ï‰¼"
}

.fa-hryvnia:before {
    content: "ï›²"
}

.fa-html5:before {
    content: "ï„»"
}

.fa-hubspot:before {
    content: "ïŽ²"
}

.fa-i-cursor:before {
    content: "ï‰†"
}

.fa-ice-cream:before {
    content: "ï "
}

.fa-icicles:before {
    content: "ïž­"
}

.fa-icons:before {
    content: "ï¡­"
}

.fa-id-badge:before {
    content: "ï‹"
}

.fa-id-card:before {
    content: "ï‹‚"
}

.fa-id-card-alt:before {
    content: "ï‘¿"
}

.fa-igloo:before {
    content: "ïž®"
}

.fa-image:before {
    content: "ï€¾"
}

.fa-images:before {
    content: "ïŒ‚"
}

.fa-imdb:before {
    content: "ï‹˜"
}

.fa-inbox:before {
    content: "ï€œ"
}

.fa-indent:before {
    content: "ï€¼"
}

.fa-industry:before {
    content: "ï‰µ"
}

.fa-infinity:before {
    content: "ï”´"
}

.fa-info:before {
    content: "ï„©"
}

.fa-info-circle:before {
    content: "ïš"
}

.fa-instagram:before {
    content: "ï…­"
}

.fa-intercom:before {
    content: "ïž¯"
}

.fa-internet-explorer:before {
    content: "ï‰«"
}

.fa-invision:before {
    content: "ïž°"
}

.fa-ioxhost:before {
    content: "ïˆˆ"
}

.fa-italic:before {
    content: "ï€³"
}

.fa-itch-io:before {
    content: "ï º"
}

.fa-itunes:before {
    content: "ïŽ´"
}

.fa-itunes-note:before {
    content: "ïŽµ"
}

.fa-java:before {
    content: "ï“¤"
}

.fa-jedi:before {
    content: "ï™©"
}

.fa-jedi-order:before {
    content: "ï”Ž"
}

.fa-jenkins:before {
    content: "ïŽ¶"
}

.fa-jira:before {
    content: "ïž±"
}

.fa-joget:before {
    content: "ïŽ·"
}

.fa-joint:before {
    content: "ï–•"
}

.fa-joomla:before {
    content: "ï†ª"
}

.fa-journal-whills:before {
    content: "ï™ª"
}

.fa-js:before {
    content: "ïŽ¸"
}

.fa-js-square:before {
    content: "ïŽ¹"
}

.fa-jsfiddle:before {
    content: "ï‡Œ"
}

.fa-kaaba:before {
    content: "ï™«"
}

.fa-kaggle:before {
    content: "ï—º"
}

.fa-key:before {
    content: "ï‚„"
}

.fa-keybase:before {
    content: "ï“µ"
}

.fa-keyboard:before {
    content: "ï„œ"
}

.fa-keycdn:before {
    content: "ïŽº"
}

.fa-khanda:before {
    content: "ï™­"
}

.fa-kickstarter:before {
    content: "ïŽ»"
}

.fa-kickstarter-k:before {
    content: "ïŽ¼"
}

.fa-kiss:before {
    content: "ï––"
}

.fa-kiss-beam:before {
    content: "ï–—"
}

.fa-kiss-wink-heart:before {
    content: "ï–˜"
}

.fa-kiwi-bird:before {
    content: "ï”µ"
}

.fa-korvue:before {
    content: "ï¯"
}

.fa-landmark:before {
    content: "ï™¯"
}

.fa-language:before {
    content: "ï†«"
}

.fa-laptop:before {
    content: "ï„‰"
}

.fa-laptop-code:before {
    content: "ï—¼"
}

.fa-laptop-medical:before {
    content: "ï ’"
}

.fa-laravel:before {
    content: "ïŽ½"
}

.fa-lastfm:before {
    content: "ïˆ‚"
}

.fa-lastfm-square:before {
    content: "ïˆƒ"
}

.fa-laugh:before {
    content: "ï–™"
}

.fa-laugh-beam:before {
    content: "ï–š"
}

.fa-laugh-squint:before {
    content: "ï–›"
}

.fa-laugh-wink:before {
    content: "ï–œ"
}

.fa-layer-group:before {
    content: "ï—½"
}

.fa-leaf:before {
    content: "ï¬"
}

.fa-leanpub:before {
    content: "ïˆ’"
}

.fa-lemon:before {
    content: "ï‚”"
}

.fa-less:before {
    content: "ï"
}

.fa-less-than:before {
    content: "ï”¶"
}

.fa-less-than-equal:before {
    content: "ï”·"
}

.fa-level-down-alt:before {
    content: "ïŽ¾"
}

.fa-level-up-alt:before {
    content: "ïŽ¿"
}

.fa-life-ring:before {
    content: "ï‡"
}

.fa-lightbulb:before {
    content: "ïƒ«"
}

.fa-line:before {
    content: "ï€"
}

.fa-link:before {
    content: "ïƒ"
}

.fa-linkedin:before {
    content: "ï‚Œ"
}

.fa-linkedin-in:before {
    content: "ïƒ¡"
}

.fa-linode:before {
    content: "ïŠ¸"
}

.fa-linux:before {
    content: "ï…¼"
}

.fa-lira-sign:before {
    content: "ï†•"
}

.fa-list:before {
    content: "ï€º"
}

.fa-list-alt:before {
    content: "ï€¢"
}

.fa-list-ol:before {
    content: "ïƒ‹"
}

.fa-list-ul:before {
    content: "ïƒŠ"
}

.fa-location-arrow:before {
    content: "ï„¤"
}

.fa-lock:before {
    content: "ï€£"
}

.fa-lock-open:before {
    content: "ï"
}

.fa-long-arrow-alt-down:before {
    content: "ïŒ‰"
}

.fa-long-arrow-alt-left:before {
    content: "ïŒŠ"
}

.fa-long-arrow-alt-right:before {
    content: "ïŒ‹"
}

.fa-long-arrow-alt-up:before {
    content: "ïŒŒ"
}

.fa-low-vision:before {
    content: "ïŠ¨"
}

.fa-luggage-cart:before {
    content: "ï–"
}

.fa-lyft:before {
    content: "ïƒ"
}

.fa-magento:before {
    content: "ï„"
}

.fa-magic:before {
    content: "ïƒ"
}

.fa-magnet:before {
    content: "ï¶"
}

.fa-mail-bulk:before {
    content: "ï™´"
}

.fa-mailchimp:before {
    content: "ï–ž"
}

.fa-male:before {
    content: "ï†ƒ"
}

.fa-mandalorian:before {
    content: "ï”"
}

.fa-map:before {
    content: "ï‰¹"
}

.fa-map-marked:before {
    content: "ï–Ÿ"
}

.fa-map-marked-alt:before {
    content: "ï– "
}

.fa-map-marker:before {
    content: "ï"
}

.fa-map-marker-alt:before {
    content: "ï…"
}

.fa-map-pin:before {
    content: "ï‰¶"
}

.fa-map-signs:before {
    content: "ï‰·"
}

.fa-markdown:before {
    content: "ï˜"
}

.fa-marker:before {
    content: "ï–¡"
}

.fa-mars:before {
    content: "ïˆ¢"
}

.fa-mars-double:before {
    content: "ïˆ§"
}

.fa-mars-stroke:before {
    content: "ïˆ©"
}

.fa-mars-stroke-h:before {
    content: "ïˆ«"
}

.fa-mars-stroke-v:before {
    content: "ïˆª"
}

.fa-mask:before {
    content: "ï›º"
}

.fa-mastodon:before {
    content: "ï“¶"
}

.fa-maxcdn:before {
    content: "ï„¶"
}

.fa-mdb:before {
    content: "ï£Š"
}

.fa-medal:before {
    content: "ï–¢"
}

.fa-medapps:before {
    content: "ï†"
}

.fa-medium:before {
    content: "ïˆº"
}

.fa-medium-m:before {
    content: "ï‡"
}

.fa-medkit:before {
    content: "ïƒº"
}

.fa-medrt:before {
    content: "ïˆ"
}

.fa-meetup:before {
    content: "ï‹ "
}

.fa-megaport:before {
    content: "ï–£"
}

.fa-meh:before {
    content: "ï„š"
}

.fa-meh-blank:before {
    content: "ï–¤"
}

.fa-meh-rolling-eyes:before {
    content: "ï–¥"
}

.fa-memory:before {
    content: "ï”¸"
}

.fa-mendeley:before {
    content: "ïž³"
}

.fa-menorah:before {
    content: "ï™¶"
}

.fa-mercury:before {
    content: "ïˆ£"
}

.fa-meteor:before {
    content: "ï“"
}

.fa-microchip:before {
    content: "ï‹›"
}

.fa-microphone:before {
    content: "ï„°"
}

.fa-microphone-alt:before {
    content: "ï‰"
}

.fa-microphone-alt-slash:before {
    content: "ï”¹"
}

.fa-microphone-slash:before {
    content: "ï„±"
}

.fa-microscope:before {
    content: "ï˜"
}

.fa-microsoft:before {
    content: "ïŠ"
}

.fa-minus:before {
    content: "ï¨"
}

.fa-minus-circle:before {
    content: "ï–"
}

.fa-minus-square:before {
    content: "ï…†"
}

.fa-mitten:before {
    content: "ïžµ"
}

.fa-mix:before {
    content: "ï‹"
}

.fa-mixcloud:before {
    content: "ïŠ‰"
}

.fa-mizuni:before {
    content: "ïŒ"
}

.fa-mobile:before {
    content: "ï„‹"
}

.fa-mobile-alt:before {
    content: "ï"
}

.fa-modx:before {
    content: "ïŠ…"
}

.fa-monero:before {
    content: "ï"
}

.fa-money-bill:before {
    content: "ïƒ–"
}

.fa-money-bill-alt:before {
    content: "ï‘"
}

.fa-money-bill-wave:before {
    content: "ï”º"
}

.fa-money-bill-wave-alt:before {
    content: "ï”»"
}

.fa-money-check:before {
    content: "ï”¼"
}

.fa-money-check-alt:before {
    content: "ï”½"
}

.fa-monument:before {
    content: "ï–¦"
}

.fa-moon:before {
    content: "ï††"
}

.fa-mortar-pestle:before {
    content: "ï–§"
}

.fa-mosque:before {
    content: "ï™¸"
}

.fa-motorcycle:before {
    content: "ïˆœ"
}

.fa-mountain:before {
    content: "ï›¼"
}

.fa-mouse:before {
    content: "ï£Œ"
}

.fa-mouse-pointer:before {
    content: "ï‰…"
}

.fa-mug-hot:before {
    content: "ïž¶"
}

.fa-music:before {
    content: "ï€"
}

.fa-napster:before {
    content: "ï’"
}

.fa-neos:before {
    content: "ï˜’"
}

.fa-network-wired:before {
    content: "ï›¿"
}

.fa-neuter:before {
    content: "ïˆ¬"
}

.fa-newspaper:before {
    content: "ï‡ª"
}

.fa-nimblr:before {
    content: "ï–¨"
}

.fa-node:before {
    content: "ï™"
}

.fa-node-js:before {
    content: "ï“"
}

.fa-not-equal:before {
    content: "ï”¾"
}

.fa-notes-medical:before {
    content: "ï’"
}

.fa-npm:before {
    content: "ï”"
}

.fa-ns8:before {
    content: "ï•"
}

.fa-nutritionix:before {
    content: "ï–"
}

.fa-object-group:before {
    content: "ï‰‡"
}

.fa-object-ungroup:before {
    content: "ï‰ˆ"
}

.fa-odnoklassniki:before {
    content: "ï‰£"
}

.fa-odnoklassniki-square:before {
    content: "ï‰¤"
}

.fa-oil-can:before {
    content: "ï˜“"
}

.fa-old-republic:before {
    content: "ï”"
}

.fa-om:before {
    content: "ï™¹"
}

.fa-opencart:before {
    content: "ïˆ½"
}

.fa-openid:before {
    content: "ï†›"
}

.fa-opera:before {
    content: "ï‰ª"
}

.fa-optin-monster:before {
    content: "ïˆ¼"
}

.fa-orcid:before {
    content: "ï£’"
}

.fa-osi:before {
    content: "ïš"
}

.fa-otter:before {
    content: "ïœ€"
}

.fa-outdent:before {
    content: "ï€»"
}

.fa-page4:before {
    content: "ï—"
}

.fa-pagelines:before {
    content: "ï†Œ"
}

.fa-pager:before {
    content: "ï •"
}

.fa-paint-brush:before {
    content: "ï‡¼"
}

.fa-paint-roller:before {
    content: "ï–ª"
}

.fa-palette:before {
    content: "ï”¿"
}

.fa-palfed:before {
    content: "ï˜"
}

.fa-pallet:before {
    content: "ï’‚"
}

.fa-paper-plane:before {
    content: "ï‡˜"
}

.fa-paperclip:before {
    content: "ïƒ†"
}

.fa-parachute-box:before {
    content: "ï“"
}

.fa-paragraph:before {
    content: "ï‡"
}

.fa-parking:before {
    content: "ï•€"
}

.fa-passport:before {
    content: "ï–«"
}

.fa-pastafarianism:before {
    content: "ï™»"
}

.fa-paste:before {
    content: "ïƒª"
}

.fa-patreon:before {
    content: "ï™"
}

.fa-pause:before {
    content: "ïŒ"
}

.fa-pause-circle:before {
    content: "ïŠ‹"
}

.fa-paw:before {
    content: "ï†°"
}

.fa-paypal:before {
    content: "ï‡­"
}

.fa-peace:before {
    content: "ï™¼"
}

.fa-pen:before {
    content: "ïŒ„"
}

.fa-pen-alt:before {
    content: "ïŒ…"
}

.fa-pen-fancy:before {
    content: "ï–¬"
}

.fa-pen-nib:before {
    content: "ï–­"
}

.fa-pen-square:before {
    content: "ï…‹"
}

.fa-pencil-alt:before {
    content: "ïŒƒ"
}

.fa-pencil-ruler:before {
    content: "ï–®"
}

.fa-penny-arcade:before {
    content: "ïœ„"
}

.fa-people-carry:before {
    content: "ï“Ž"
}

.fa-pepper-hot:before {
    content: "ï –"
}

.fa-percent:before {
    content: "ïŠ•"
}

.fa-percentage:before {
    content: "ï•"
}

.fa-periscope:before {
    content: "ïš"
}

.fa-person-booth:before {
    content: "ï–"
}

.fa-phabricator:before {
    content: "ï›"
}

.fa-phoenix-framework:before {
    content: "ïœ"
}

.fa-phoenix-squadron:before {
    content: "ï”‘"
}

.fa-phone:before {
    content: "ï‚•"
}

.fa-phone-alt:before {
    content: "ï¡¹"
}

.fa-phone-slash:before {
    content: "ï"
}

.fa-phone-square:before {
    content: "ï‚˜"
}

.fa-phone-square-alt:before {
    content: "ï¡»"
}

.fa-phone-volume:before {
    content: "ïŠ "
}

.fa-photo-video:before {
    content: "ï¡¼"
}

.fa-php:before {
    content: "ï‘—"
}

.fa-pied-piper:before {
    content: "ïŠ®"
}

.fa-pied-piper-alt:before {
    content: "ï†¨"
}

.fa-pied-piper-hat:before {
    content: "ï“¥"
}

.fa-pied-piper-pp:before {
    content: "ï†§"
}

.fa-piggy-bank:before {
    content: "ï““"
}

.fa-pills:before {
    content: "ï’„"
}

.fa-pinterest:before {
    content: "ïƒ’"
}

.fa-pinterest-p:before {
    content: "ïˆ±"
}

.fa-pinterest-square:before {
    content: "ïƒ“"
}

.fa-pizza-slice:before {
    content: "ï ˜"
}

.fa-place-of-worship:before {
    content: "ï™¿"
}

.fa-plane:before {
    content: "ï²"
}

.fa-plane-arrival:before {
    content: "ï–¯"
}

.fa-plane-departure:before {
    content: "ï–°"
}

.fa-play:before {
    content: "ï‹"
}

.fa-play-circle:before {
    content: "ï…„"
}

.fa-playstation:before {
    content: "ïŸ"
}

.fa-plug:before {
    content: "ï‡¦"
}

.fa-plus:before {
    content: "ï§"
}

.fa-plus-circle:before {
    content: "ï•"
}

.fa-plus-square:before {
    content: "ïƒ¾"
}

.fa-podcast:before {
    content: "ï‹Ž"
}

.fa-poll:before {
    content: "ïš"
}

.fa-poll-h:before {
    content: "ïš‚"
}

.fa-poo:before {
    content: "ï‹¾"
}

.fa-poo-storm:before {
    content: "ïš"
}

.fa-poop:before {
    content: "ï˜™"
}

.fa-portrait:before {
    content: "ï "
}

.fa-pound-sign:before {
    content: "ï…”"
}

.fa-power-off:before {
    content: "ï€‘"
}

.fa-pray:before {
    content: "ïšƒ"
}

.fa-praying-hands:before {
    content: "ïš„"
}

.fa-prescription:before {
    content: "ï–±"
}

.fa-prescription-bottle:before {
    content: "ï’…"
}

.fa-prescription-bottle-alt:before {
    content: "ï’†"
}

.fa-print:before {
    content: "ï€¯"
}

.fa-procedures:before {
    content: "ï’‡"
}

.fa-product-hunt:before {
    content: "ïŠˆ"
}

.fa-project-diagram:before {
    content: "ï•‚"
}

.fa-pushed:before {
    content: "ï¡"
}

.fa-puzzle-piece:before {
    content: "ï„®"
}

.fa-python:before {
    content: "ï¢"
}

.fa-qq:before {
    content: "ï‡–"
}

.fa-qrcode:before {
    content: "ï€©"
}

.fa-question:before {
    content: "ï„¨"
}

.fa-question-circle:before {
    content: "ï™"
}

.fa-quidditch:before {
    content: "ï‘˜"
}

.fa-quinscape:before {
    content: "ï‘™"
}

.fa-quora:before {
    content: "ï‹„"
}

.fa-quote-left:before {
    content: "ï„"
}

.fa-quote-right:before {
    content: "ï„Ž"
}

.fa-quran:before {
    content: "ïš‡"
}

.fa-r-project:before {
    content: "ï“·"
}

.fa-radiation:before {
    content: "ïž¹"
}

.fa-radiation-alt:before {
    content: "ïžº"
}

.fa-rainbow:before {
    content: "ï›"
}

.fa-random:before {
    content: "ï´"
}

.fa-raspberry-pi:before {
    content: "ïž»"
}

.fa-ravelry:before {
    content: "ï‹™"
}

.fa-react:before {
    content: "ï›"
}

.fa-reacteurope:before {
    content: "ï"
}

.fa-readme:before {
    content: "ï“•"
}

.fa-rebel:before {
    content: "ï‡"
}

.fa-receipt:before {
    content: "ï•ƒ"
}

.fa-record-vinyl:before {
    content: "ï£™"
}

.fa-recycle:before {
    content: "ï†¸"
}

.fa-red-river:before {
    content: "ï£"
}

.fa-reddit:before {
    content: "ï†¡"
}

.fa-reddit-alien:before {
    content: "ïŠ"
}

.fa-reddit-square:before {
    content: "ï†¢"
}

.fa-redhat:before {
    content: "ïž¼"
}

.fa-redo:before {
    content: "ï€ž"
}

.fa-redo-alt:before {
    content: "ï‹¹"
}

.fa-registered:before {
    content: "ï‰"
}

.fa-remove-format:before {
    content: "ï¡½"
}

.fa-renren:before {
    content: "ï†‹"
}

.fa-reply:before {
    content: "ï¥"
}

.fa-reply-all:before {
    content: "ï„¢"
}

.fa-replyd:before {
    content: "ï¦"
}

.fa-republican:before {
    content: "ïž"
}

.fa-researchgate:before {
    content: "ï“¸"
}

.fa-resolving:before {
    content: "ï§"
}

.fa-restroom:before {
    content: "ïž½"
}

.fa-retweet:before {
    content: "ï¹"
}

.fa-rev:before {
    content: "ï–²"
}

.fa-ribbon:before {
    content: "ï“–"
}

.fa-ring:before {
    content: "ïœ‹"
}

.fa-road:before {
    content: "ï€˜"
}

.fa-robot:before {
    content: "ï•„"
}

.fa-rocket:before {
    content: "ï„µ"
}

.fa-rocketchat:before {
    content: "ï¨"
}

.fa-rockrms:before {
    content: "ï©"
}

.fa-route:before {
    content: "ï“—"
}

.fa-rss:before {
    content: "ï‚ž"
}

.fa-rss-square:before {
    content: "ï…ƒ"
}

.fa-ruble-sign:before {
    content: "ï…˜"
}

.fa-ruler:before {
    content: "ï•…"
}

.fa-ruler-combined:before {
    content: "ï•†"
}

.fa-ruler-horizontal:before {
    content: "ï•‡"
}

.fa-ruler-vertical:before {
    content: "ï•ˆ"
}

.fa-running:before {
    content: "ïœŒ"
}

.fa-rupee-sign:before {
    content: "ï…–"
}

.fa-sad-cry:before {
    content: "ï–³"
}

.fa-sad-tear:before {
    content: "ï–´"
}

.fa-safari:before {
    content: "ï‰§"
}

.fa-salesforce:before {
    content: "ï »"
}

.fa-sass:before {
    content: "ïž"
}

.fa-satellite:before {
    content: "ïž¿"
}

.fa-satellite-dish:before {
    content: "ïŸ€"
}

.fa-save:before {
    content: "ïƒ‡"
}

.fa-schlix:before {
    content: "ïª"
}

.fa-school:before {
    content: "ï•‰"
}

.fa-screwdriver:before {
    content: "ï•Š"
}

.fa-scribd:before {
    content: "ïŠŠ"
}

.fa-scroll:before {
    content: "ïœŽ"
}

.fa-sd-card:before {
    content: "ïŸ‚"
}

.fa-search:before {
    content: "ï€‚"
}

.fa-search-dollar:before {
    content: "ïšˆ"
}

.fa-search-location:before {
    content: "ïš‰"
}

.fa-search-minus:before {
    content: "ï€"
}

.fa-search-plus:before {
    content: "ï€Ž"
}

.fa-searchengin:before {
    content: "ï«"
}

.fa-seedling:before {
    content: "ï“˜"
}

.fa-sellcast:before {
    content: "ï‹š"
}

.fa-sellsy:before {
    content: "ïˆ“"
}

.fa-server:before {
    content: "ïˆ³"
}

.fa-servicestack:before {
    content: "ï¬"
}

.fa-shapes:before {
    content: "ï˜Ÿ"
}

.fa-share:before {
    content: "ï¤"
}

.fa-share-alt:before {
    content: "ï‡ "
}

.fa-share-alt-square:before {
    content: "ï‡¡"
}

.fa-share-square:before {
    content: "ï…"
}

.fa-shekel-sign:before {
    content: "ïˆ‹"
}

.fa-shield-alt:before {
    content: "ï­"
}

.fa-ship:before {
    content: "ïˆš"
}

.fa-shipping-fast:before {
    content: "ï’‹"
}

.fa-shirtsinbulk:before {
    content: "ïˆ”"
}

.fa-shoe-prints:before {
    content: "ï•‹"
}

.fa-shopping-bag:before {
    content: "ïŠ"
}

.fa-shopping-basket:before {
    content: "ïŠ‘"
}

.fa-shopping-cart:before {
    content: "ïº"
}

.fa-shopware:before {
    content: "ï–µ"
}

.fa-shower:before {
    content: "ï‹Œ"
}

.fa-shuttle-van:before {
    content: "ï–¶"
}

.fa-sign:before {
    content: "ï“™"
}

.fa-sign-in-alt:before {
    content: "ï‹¶"
}

.fa-sign-language:before {
    content: "ïŠ§"
}

.fa-sign-out-alt:before {
    content: "ï‹µ"
}

.fa-signal:before {
    content: "ï€’"
}

.fa-signature:before {
    content: "ï–·"
}

.fa-sim-card:before {
    content: "ïŸ„"
}

.fa-simplybuilt:before {
    content: "ïˆ•"
}

.fa-sistrix:before {
    content: "ï®"
}

.fa-sitemap:before {
    content: "ïƒ¨"
}

.fa-sith:before {
    content: "ï”’"
}

.fa-skating:before {
    content: "ïŸ…"
}

.fa-sketch:before {
    content: "ïŸ†"
}

.fa-skiing:before {
    content: "ïŸ‰"
}

.fa-skiing-nordic:before {
    content: "ïŸŠ"
}

.fa-skull:before {
    content: "ï•Œ"
}

.fa-skull-crossbones:before {
    content: "ïœ”"
}

.fa-skyatlas:before {
    content: "ïˆ–"
}

.fa-skype:before {
    content: "ï…¾"
}

.fa-slack:before {
    content: "ï†˜"
}

.fa-slack-hash:before {
    content: "ï¯"
}

.fa-slash:before {
    content: "ïœ•"
}

.fa-sleigh:before {
    content: "ïŸŒ"
}

.fa-sliders-h:before {
    content: "ï‡ž"
}

.fa-slideshare:before {
    content: "ï‡§"
}

.fa-smile:before {
    content: "ï„˜"
}

.fa-smile-beam:before {
    content: "ï–¸"
}

.fa-smile-wink:before {
    content: "ï“š"
}

.fa-smog:before {
    content: "ïŸ"
}

.fa-smoking:before {
    content: "ï’"
}

.fa-smoking-ban:before {
    content: "ï•"
}

.fa-sms:before {
    content: "ïŸ"
}

.fa-snapchat:before {
    content: "ïŠ«"
}

.fa-snapchat-ghost:before {
    content: "ïŠ¬"
}

.fa-snapchat-square:before {
    content: "ïŠ­"
}

.fa-snowboarding:before {
    content: "ïŸŽ"
}

.fa-snowflake:before {
    content: "ï‹œ"
}

.fa-snowman:before {
    content: "ïŸ"
}

.fa-snowplow:before {
    content: "ïŸ’"
}

.fa-socks:before {
    content: "ïš–"
}

.fa-solar-panel:before {
    content: "ï–º"
}

.fa-sort:before {
    content: "ïƒœ"
}

.fa-sort-alpha-down:before {
    content: "ï…"
}

.fa-sort-alpha-down-alt:before {
    content: "ï¢"
}

.fa-sort-alpha-up:before {
    content: "ï…ž"
}

.fa-sort-alpha-up-alt:before {
    content: "ï¢‚"
}

.fa-sort-amount-down:before {
    content: "ï… "
}

.fa-sort-amount-down-alt:before {
    content: "ï¢„"
}

.fa-sort-amount-up:before {
    content: "ï…¡"
}

.fa-sort-amount-up-alt:before {
    content: "ï¢…"
}

.fa-sort-down:before {
    content: "ïƒ"
}

.fa-sort-numeric-down:before {
    content: "ï…¢"
}

.fa-sort-numeric-down-alt:before {
    content: "ï¢†"
}

.fa-sort-numeric-up:before {
    content: "ï…£"
}

.fa-sort-numeric-up-alt:before {
    content: "ï¢‡"
}

.fa-sort-up:before {
    content: "ïƒž"
}

.fa-soundcloud:before {
    content: "ï†¾"
}

.fa-sourcetree:before {
    content: "ïŸ“"
}

.fa-spa:before {
    content: "ï–»"
}

.fa-space-shuttle:before {
    content: "ï†—"
}

.fa-speakap:before {
    content: "ï³"
}

.fa-speaker-deck:before {
    content: "ï ¼"
}

.fa-spell-check:before {
    content: "ï¢‘"
}

.fa-spider:before {
    content: "ïœ—"
}

.fa-spinner:before {
    content: "ï„"
}

.fa-splotch:before {
    content: "ï–¼"
}

.fa-spotify:before {
    content: "ï†¼"
}

.fa-spray-can:before {
    content: "ï–½"
}

.fa-square:before {
    content: "ïƒˆ"
}

.fa-square-full:before {
    content: "ï‘œ"
}

.fa-square-root-alt:before {
    content: "ïš˜"
}

.fa-squarespace:before {
    content: "ï–¾"
}

.fa-stack-exchange:before {
    content: "ï†"
}

.fa-stack-overflow:before {
    content: "ï…¬"
}

.fa-stackpath:before {
    content: "ï¡‚"
}

.fa-stamp:before {
    content: "ï–¿"
}

.fa-star:before {
    content: "ï€…"
}

.fa-star-and-crescent:before {
    content: "ïš™"
}

.fa-star-half:before {
    content: "ï‚‰"
}

.fa-star-half-alt:before {
    content: "ï—€"
}

.fa-star-of-david:before {
    content: "ïšš"
}

.fa-star-of-life:before {
    content: "ï˜¡"
}

.fa-staylinked:before {
    content: "ïµ"
}

.fa-steam:before {
    content: "ï†¶"
}

.fa-steam-square:before {
    content: "ï†·"
}

.fa-steam-symbol:before {
    content: "ï¶"
}

.fa-step-backward:before {
    content: "ïˆ"
}

.fa-step-forward:before {
    content: "ï‘"
}

.fa-stethoscope:before {
    content: "ïƒ±"
}

.fa-sticker-mule:before {
    content: "ï·"
}

.fa-sticky-note:before {
    content: "ï‰‰"
}

.fa-stop:before {
    content: "ï"
}

.fa-stop-circle:before {
    content: "ïŠ"
}

.fa-stopwatch:before {
    content: "ï‹²"
}

.fa-store:before {
    content: "ï•Ž"
}

.fa-store-alt:before {
    content: "ï•"
}

.fa-strava:before {
    content: "ï¨"
}

.fa-stream:before {
    content: "ï•"
}

.fa-street-view:before {
    content: "ïˆ"
}

.fa-strikethrough:before {
    content: "ïƒŒ"
}

.fa-stripe:before {
    content: "ï©"
}

.fa-stripe-s:before {
    content: "ïª"
}

.fa-stroopwafel:before {
    content: "ï•‘"
}

.fa-studiovinari:before {
    content: "ï¸"
}

.fa-stumbleupon:before {
    content: "ï†¤"
}

.fa-stumbleupon-circle:before {
    content: "ï†£"
}

.fa-subscript:before {
    content: "ï„¬"
}

.fa-subway:before {
    content: "ïˆ¹"
}

.fa-suitcase:before {
    content: "ïƒ²"
}

.fa-suitcase-rolling:before {
    content: "ï—"
}

.fa-sun:before {
    content: "ï†…"
}

.fa-superpowers:before {
    content: "ï‹"
}

.fa-superscript:before {
    content: "ï„«"
}

.fa-supple:before {
    content: "ï¹"
}

.fa-surprise:before {
    content: "ï—‚"
}

.fa-suse:before {
    content: "ïŸ–"
}

.fa-swatchbook:before {
    content: "ï—ƒ"
}

.fa-swift:before {
    content: "ï£¡"
}

.fa-swimmer:before {
    content: "ï—„"
}

.fa-swimming-pool:before {
    content: "ï—…"
}

.fa-symfony:before {
    content: "ï ½"
}

.fa-synagogue:before {
    content: "ïš›"
}

.fa-sync:before {
    content: "ï€¡"
}

.fa-sync-alt:before {
    content: "ï‹±"
}

.fa-syringe:before {
    content: "ï’Ž"
}

.fa-table:before {
    content: "ïƒŽ"
}

.fa-table-tennis:before {
    content: "ï‘"
}

.fa-tablet:before {
    content: "ï„Š"
}

.fa-tablet-alt:before {
    content: "ïº"
}

.fa-tablets:before {
    content: "ï’"
}

.fa-tachometer-alt:before {
    content: "ï½"
}

.fa-tag:before {
    content: "ï€«"
}

.fa-tags:before {
    content: "ï€¬"
}

.fa-tape:before {
    content: "ï“›"
}

.fa-tasks:before {
    content: "ï‚®"
}

.fa-taxi:before {
    content: "ï†º"
}

.fa-teamspeak:before {
    content: "ï“¹"
}

.fa-teeth:before {
    content: "ï˜®"
}

.fa-teeth-open:before {
    content: "ï˜¯"
}

.fa-telegram:before {
    content: "ï‹†"
}

.fa-telegram-plane:before {
    content: "ï¾"
}

.fa-temperature-high:before {
    content: "ï©"
}

.fa-temperature-low:before {
    content: "ï«"
}

.fa-tencent-weibo:before {
    content: "ï‡•"
}

.fa-tenge:before {
    content: "ïŸ—"
}

.fa-terminal:before {
    content: "ï„ "
}

.fa-text-height:before {
    content: "ï€´"
}

.fa-text-width:before {
    content: "ï€µ"
}

.fa-th:before {
    content: "ï€Š"
}

.fa-th-large:before {
    content: "ï€‰"
}

.fa-th-list:before {
    content: "ï€‹"
}

.fa-the-red-yeti:before {
    content: "ïš"
}

.fa-theater-masks:before {
    content: "ï˜°"
}

.fa-themeco:before {
    content: "ï—†"
}

.fa-themeisle:before {
    content: "ïŠ²"
}

.fa-thermometer:before {
    content: "ï’‘"
}

.fa-thermometer-empty:before {
    content: "ï‹‹"
}

.fa-thermometer-full:before {
    content: "ï‹‡"
}

.fa-thermometer-half:before {
    content: "ï‹‰"
}

.fa-thermometer-quarter:before {
    content: "ï‹Š"
}

.fa-thermometer-three-quarters:before {
    content: "ï‹ˆ"
}

.fa-think-peaks:before {
    content: "ïœ±"
}

.fa-thumbs-down:before {
    content: "ï…¥"
}

.fa-thumbs-up:before {
    content: "ï…¤"
}

.fa-thumbtack:before {
    content: "ï‚"
}

.fa-ticket-alt:before {
    content: "ï¿"
}

.fa-times:before {
    content: "ï€"
}

.fa-times-circle:before {
    content: "ï—"
}

.fa-tint:before {
    content: "ïƒ"
}

.fa-tint-slash:before {
    content: "ï—‡"
}

.fa-tired:before {
    content: "ï—ˆ"
}

.fa-toggle-off:before {
    content: "ïˆ„"
}

.fa-toggle-on:before {
    content: "ïˆ…"
}

.fa-toilet:before {
    content: "ïŸ˜"
}

.fa-toilet-paper:before {
    content: "ïœž"
}

.fa-toolbox:before {
    content: "ï•’"
}

.fa-tools:before {
    content: "ïŸ™"
}

.fa-tooth:before {
    content: "ï—‰"
}

.fa-torah:before {
    content: "ïš "
}

.fa-torii-gate:before {
    content: "ïš¡"
}

.fa-tractor:before {
    content: "ïœ¢"
}

.fa-trade-federation:before {
    content: "ï”“"
}

.fa-trademark:before {
    content: "ï‰œ"
}

.fa-traffic-light:before {
    content: "ï˜·"
}

.fa-train:before {
    content: "ïˆ¸"
}

.fa-tram:before {
    content: "ïŸš"
}

.fa-transgender:before {
    content: "ïˆ¤"
}

.fa-transgender-alt:before {
    content: "ïˆ¥"
}

.fa-trash:before {
    content: "ï‡¸"
}

.fa-trash-alt:before {
    content: "ï‹­"
}

.fa-trash-restore:before {
    content: "ï ©"
}

.fa-trash-restore-alt:before {
    content: "ï ª"
}

.fa-tree:before {
    content: "ï†»"
}

.fa-trello:before {
    content: "ï†"
}

.fa-tripadvisor:before {
    content: "ï‰¢"
}

.fa-trophy:before {
    content: "ï‚‘"
}

.fa-truck:before {
    content: "ïƒ‘"
}

.fa-truck-loading:before {
    content: "ï“ž"
}

.fa-truck-monster:before {
    content: "ï˜»"
}

.fa-truck-moving:before {
    content: "ï“Ÿ"
}

.fa-truck-pickup:before {
    content: "ï˜¼"
}

.fa-tshirt:before {
    content: "ï•“"
}

.fa-tty:before {
    content: "ï‡¤"
}

.fa-tumblr:before {
    content: "ï…³"
}

.fa-tumblr-square:before {
    content: "ï…´"
}

.fa-tv:before {
    content: "ï‰¬"
}

.fa-twitch:before {
    content: "ï‡¨"
}

.fa-twitter:before {
    content: "ï‚™"
}

.fa-twitter-square:before {
    content: "ï‚"
}

.fa-typo3:before {
    content: "ï«"
}

.fa-uber:before {
    content: "ï‚"
}

.fa-ubuntu:before {
    content: "ïŸŸ"
}

.fa-uikit:before {
    content: "ïƒ"
}

.fa-umbraco:before {
    content: "ï£¨"
}

.fa-umbrella:before {
    content: "ïƒ©"
}

.fa-umbrella-beach:before {
    content: "ï—Š"
}

.fa-underline:before {
    content: "ïƒ"
}

.fa-undo:before {
    content: "ïƒ¢"
}

.fa-undo-alt:before {
    content: "ï‹ª"
}

.fa-uniregistry:before {
    content: "ï„"
}

.fa-universal-access:before {
    content: "ïŠš"
}

.fa-university:before {
    content: "ï†œ"
}

.fa-unlink:before {
    content: "ï„§"
}

.fa-unlock:before {
    content: "ï‚œ"
}

.fa-unlock-alt:before {
    content: "ï„¾"
}

.fa-untappd:before {
    content: "ï…"
}

.fa-upload:before {
    content: "ï‚“"
}

.fa-ups:before {
    content: "ïŸ "
}

.fa-usb:before {
    content: "ïŠ‡"
}

.fa-user:before {
    content: "ï€‡"
}

.fa-user-alt:before {
    content: "ï†"
}

.fa-user-alt-slash:before {
    content: "ï“º"
}

.fa-user-astronaut:before {
    content: "ï“»"
}

.fa-user-check:before {
    content: "ï“¼"
}

.fa-user-circle:before {
    content: "ïŠ½"
}

.fa-user-clock:before {
    content: "ï“½"
}

.fa-user-cog:before {
    content: "ï“¾"
}

.fa-user-edit:before {
    content: "ï“¿"
}

.fa-user-friends:before {
    content: "ï”€"
}

.fa-user-graduate:before {
    content: "ï”"
}

.fa-user-injured:before {
    content: "ïœ¨"
}

.fa-user-lock:before {
    content: "ï”‚"
}

.fa-user-md:before {
    content: "ïƒ°"
}

.fa-user-minus:before {
    content: "ï”ƒ"
}

.fa-user-ninja:before {
    content: "ï”„"
}

.fa-user-nurse:before {
    content: "ï ¯"
}

.fa-user-plus:before {
    content: "ïˆ´"
}

.fa-user-secret:before {
    content: "ïˆ›"
}

.fa-user-shield:before {
    content: "ï”…"
}

.fa-user-slash:before {
    content: "ï”†"
}

.fa-user-tag:before {
    content: "ï”‡"
}

.fa-user-tie:before {
    content: "ï”ˆ"
}

.fa-user-times:before {
    content: "ïˆµ"
}

.fa-users:before {
    content: "ïƒ€"
}

.fa-users-cog:before {
    content: "ï”‰"
}

.fa-usps:before {
    content: "ïŸ¡"
}

.fa-ussunnah:before {
    content: "ï‡"
}

.fa-utensil-spoon:before {
    content: "ï‹¥"
}

.fa-utensils:before {
    content: "ï‹§"
}

.fa-vaadin:before {
    content: "ïˆ"
}

.fa-vector-square:before {
    content: "ï—‹"
}

.fa-venus:before {
    content: "ïˆ¡"
}

.fa-venus-double:before {
    content: "ïˆ¦"
}

.fa-venus-mars:before {
    content: "ïˆ¨"
}

.fa-viacoin:before {
    content: "ïˆ·"
}

.fa-viadeo:before {
    content: "ïŠ©"
}

.fa-viadeo-square:before {
    content: "ïŠª"
}

.fa-vial:before {
    content: "ï’’"
}

.fa-vials:before {
    content: "ï’“"
}

.fa-viber:before {
    content: "ï‰"
}

.fa-video:before {
    content: "ï€½"
}

.fa-video-slash:before {
    content: "ï“¢"
}

.fa-vihara:before {
    content: "ïš§"
}

.fa-vimeo:before {
    content: "ïŠ"
}

.fa-vimeo-square:before {
    content: "ï†”"
}

.fa-vimeo-v:before {
    content: "ï‰½"
}

.fa-vine:before {
    content: "ï‡Š"
}

.fa-vk:before {
    content: "ï†‰"
}

.fa-vnv:before {
    content: "ï‹"
}

.fa-voicemail:before {
    content: "ï¢—"
}

.fa-volleyball-ball:before {
    content: "ï‘Ÿ"
}

.fa-volume-down:before {
    content: "ï€§"
}

.fa-volume-mute:before {
    content: "ïš©"
}

.fa-volume-off:before {
    content: "ï€¦"
}

.fa-volume-up:before {
    content: "ï€¨"
}

.fa-vote-yea:before {
    content: "ï²"
}

.fa-vr-cardboard:before {
    content: "ïœ©"
}

.fa-vuejs:before {
    content: "ïŸ"
}

.fa-walking:before {
    content: "ï•”"
}

.fa-wallet:before {
    content: "ï••"
}

.fa-warehouse:before {
    content: "ï’”"
}

.fa-water:before {
    content: "ï³"
}

.fa-wave-square:before {
    content: "ï ¾"
}

.fa-waze:before {
    content: "ï ¿"
}

.fa-weebly:before {
    content: "ï—Œ"
}

.fa-weibo:before {
    content: "ï†Š"
}

.fa-weight:before {
    content: "ï’–"
}

.fa-weight-hanging:before {
    content: "ï—"
}

.fa-weixin:before {
    content: "ï‡—"
}

.fa-whatsapp:before {
    content: "ïˆ²"
}

.fa-whatsapp-square:before {
    content: "ïŒ"
}

.fa-wheelchair:before {
    content: "ï†“"
}

.fa-whmcs:before {
    content: "ï"
}

.fa-wifi:before {
    content: "ï‡«"
}

.fa-wikipedia-w:before {
    content: "ï‰¦"
}

.fa-wind:before {
    content: "ïœ®"
}

.fa-window-close:before {
    content: "ï"
}

.fa-window-maximize:before {
    content: "ï‹"
}

.fa-window-minimize:before {
    content: "ï‹‘"
}

.fa-window-restore:before {
    content: "ï‹’"
}

.fa-windows:before {
    content: "ï…º"
}

.fa-wine-bottle:before {
    content: "ïœ¯"
}

.fa-wine-glass:before {
    content: "ï“£"
}

.fa-wine-glass-alt:before {
    content: "ï—Ž"
}

.fa-wix:before {
    content: "ï—"
}

.fa-wizards-of-the-coast:before {
    content: "ïœ°"
}

.fa-wolf-pack-battalion:before {
    content: "ï””"
}

.fa-won-sign:before {
    content: "ï…™"
}

.fa-wordpress:before {
    content: "ï†š"
}

.fa-wordpress-simple:before {
    content: "ï‘"
}

.fa-wpbeginner:before {
    content: "ïŠ—"
}

.fa-wpexplorer:before {
    content: "ï‹ž"
}

.fa-wpforms:before {
    content: "ïŠ˜"
}

.fa-wpressr:before {
    content: "ï¤"
}

.fa-wrench:before {
    content: "ï‚­"
}

.fa-x-ray:before {
    content: "ï’—"
}

.fa-xbox:before {
    content: "ï’"
}

.fa-xing:before {
    content: "ï…¨"
}

.fa-xing-square:before {
    content: "ï…©"
}

.fa-y-combinator:before {
    content: "ïˆ»"
}

.fa-yahoo:before {
    content: "ï†ž"
}

.fa-yammer:before {
    content: "ï¡€"
}

.fa-yandex:before {
    content: "ï“"
}

.fa-yandex-international:before {
    content: "ï”"
}

.fa-yarn:before {
    content: "ïŸ£"
}

.fa-yelp:before {
    content: "ï‡©"
}

.fa-yen-sign:before {
    content: "ï…—"
}

.fa-yin-yang:before {
    content: "ïš­"
}

.fa-yoast:before {
    content: "ïŠ±"
}

.fa-youtube:before {
    content: "ï…§"
}

.fa-youtube-square:before {
    content: "ï±"
}

.fa-zhihu:before {
    content: "ï˜¿"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/fa-solid-900.eot");
    src: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/fa-solid-900.woff2") format("woff2"), url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/fa-solid-900.woff") format("woff"), url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/fa-solid-900.ttf") format("truetype"), url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/fa-solid-900.svg#fontawesome") format("svg")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/fa-brands-400.eot");
    src: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/fa-brands-400.woff2") format("woff2"), url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/fa-brands-400.woff") format("woff"), url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/fa-brands-400.ttf") format("truetype"), url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/fa-brands-400.svg#fontawesome") format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/fa-regular-400.eot");
    src: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/fa-regular-400.woff2") format("woff2"), url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/fa-regular-400.woff") format("woff"), url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/fa-regular-400.ttf") format("truetype"), url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/webfonts/fa-regular-400.svg#fontawesome") format("svg")
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.yellowBtnGlut {
    background-color: #f2a900;
    color: #fff !important;
    display: table;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 15px;
    border: 0;
    cursor: pointer;
    line-height: 15px;
    font-weight: 700;
    transition: .425s all;
    webkit-transition: .425s all;
    -moz-transition: .425s all;
    -ms-transition: .425s all;
    -o-transition: .425s all;
    position: relative;
    -webkit-appearance: none
}

.yellowBtnGlut:hover {
    background-color: #aa242f
}

.maroonBtnGlut {
    background-color: #aa242f;
    color: #fff !important;
    display: table;
    padding: 15px 30px;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    position: relative;
    -webkit-appearance: none
}

.ajax_loading_response {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.ajax_loading_response #more_posts_Loadeer {
    border: 8px solid #aa242f;
    border-radius: 50%;
    border-top: 8px solid #f2a900;
    width: 40px;
    height: 40px;
    animation: spin 1.25s linear infinite
}

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

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

.enabled {
    display: flex !important
}

.toggle-contain {
    position: absolute;
    cursor: pointer;
    z-index: 399;
    display: none;
    background-color: "transparent";
    transition: opacity .25s ease;
    top: 0;
    right: -40px;
    height: 55px;
    width: 40px
}

.toggle-contain span {
    background: #fff;
    border: none;
    height: 3px;
    width: 28px;
    transition: all .35s ease;
    display: block;
    cursor: pointer
}

.toggle-contain span:nth-of-type(2) {
    margin-top: 6px
}

.toggle-contain span:nth-of-type(3) {
    margin-top: 6px
}

.toggle-contain.active .top {
    transform: translateY(6px) translateX(0) rotate(45deg)
}

.toggle-contain.active .middle {
    opacity: 0
}

.toggle-contain.active .bottom {
    transform: translateY(-12px) translateX(0) rotate(-45deg)
}

@media only screen and (max-width: 998px) {
    .toggle-contain {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

#mob_Menu_Overlay {
    position: fixed;
    background: #a6192e;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 100;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: scroll
}

#mob_Menu_Overlay .glutafin_LogoMob {
    position: absolute;
    top: 41px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 170px
}

#mob_Menu_Overlay ul {
    list-style: none;
    text-align: center;
    margin-top: 0
}

#mob_Menu_Overlay ul li {
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: .75px;
    font-family: "hoss-sharp", sans-serif;
    display: block;
    padding: 10px 0
}

#mob_Menu_Overlay ul li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    padding: 10px 15px
}

#mob_Menu_Overlay ul li .sub-menu {
    display: none;
    margin-top: 15px;
    margin-bottom: 0
}

#mob_Menu_Overlay ul li .sub-menu li {
    font-size: 18px;
    line-height: 22px;
    padding: 10px
}

#mob_Menu_Overlay ul li .sub-menu li a {
    padding: 10px 15px
}

#mob_Menu_Overlay ul li .sub-menu li a .mob_activate_sub {
    display: none
}

#mob_Menu_Overlay ul li .show_mob_ddw {
    display: block
}

#mob_Menu_Overlay ul .mob_activate_sub {
    height: 100%;
    width: 35px;
    position: absolute;
    margin-left: 15px;
    top: 0;
    right: -45px;
    display: none
}

#mob_Menu_Overlay ul .mob_activate_sub .arrowmob {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/chevron-down.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-size: 65%;
    transition: .25s all;
    webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all
}

#mob_Menu_Overlay ul .flipmob .arrowmob {
    transform: rotate(-180deg)
}

#mob_Menu_Overlay ul .menu-item-has-children .mob_activate_sub {
    display: inline-block
}

#mob_Menu_Overlay ul:first-of-type {
    margin-top: 130px
}

#mob_Menu_Overlay ul:last-of-type {
    margin-bottom: 130px
}

#mob_Menu_Overlay .btm_social {
    height: 75px;
    width: 100%;
    background-color: #821223;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

#mob_Menu_Overlay .btm_social img {
    margin-right: 8px
}

#mob_Menu_Overlay .btm_social:before {
    content: "";
    height: 30px;
    width: 100%;
    position: absolute;
    top: -30px;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/straight-rough-edge-darkred.png");
    background-position: left;
    background-size: contain;
    background-repeat: repeat-x
}

#mob_Menu_Overlay.open {
    opacity: 1;
    visibility: visible
}

#mob_Menu_Overlay .close_HamMenu {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    height: 35px;
    width: 35px
}

#mob_Menu_Overlay .close_HamMenu span {
    background: #fff;
    border: none;
    height: 2px;
    width: 30px;
    top: 7px;
    transition: all .35s ease;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(9px) translateX(0) rotate(45deg)
}

#mob_Menu_Overlay .close_HamMenu span:nth-of-type(2) {
    transform: translateY(-9px) translateX(0) rotate(-45deg);
    top: 25px
}

@media only screen and (min-width: 998px) {
    #mob_Menu_Overlay {
        display: none
    }
}

#popup_cta_bg {
    background-color: rgba(0, 0, 0, .75);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    padding: 15px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .35s all;
    webkit-transition: .35s all;
    -moz-transition: .35s all;
    -ms-transition: .35s all;
    -o-transition: .35s all
}

#popup_cta_bg .InnerWrapperP {
    position: relative;
    max-width: 1100px;
    width: 100%;
    z-index: 9999;
    background-color: #f2a900
}

#popup_cta_bg .InnerWrapperP #pc_change {
    margin-bottom: 25px
}

#popup_cta_bg .InnerWrapperP #pc_change li {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-family: "hoss-sharp", sans-serif;
    font-size: 22px;
    line-height: 22px
}

#popup_cta_bg .InnerWrapperP #pc_change li a {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    transition: .25s all;
    webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all
}

@media only screen and (max-width: 768px) {
    #popup_cta_bg .InnerWrapperP #pc_change li a {
        padding: 15px;
        border-radius: 10px;
        display: inline-block;
        margin-bottom: 5px
    }
}

#popup_cta_bg .InnerWrapperP #pc_change li .active {
    background-color: #aa242f
}

@media only screen and (max-width: 768px) {
    #popup_cta_bg .InnerWrapperP #pc_change li {
        display: block
    }
}

@media only screen and (max-width: 520px) {
    #popup_cta_bg .InnerWrapperP #pc_change li {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: .15px
    }
}

@media only screen and (max-width: 520px) {
    #popup_cta_bg .InnerWrapperP #pc_change {
        margin-bottom: 10px
    }
}

#popup_cta_bg .InnerWrapperP #popup_none_england_ctent {
    display: none;
    margin: 80px 0
}

#popup_cta_bg .InnerWrapperP #popup_none_england_ctent a {
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    #popup_cta_bg .InnerWrapperP #popup_none_england_ctent {
        margin: 30px 0
    }
}

#popup_cta_bg .InnerWrapperP .form_Wrap {
    text-align: center;
    max-width: 660px;
    width: 100%;
    padding: 75px 15px
}

#popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap {
    max-width: 560px;
    width: 100%;
    margin: 0 auto
}

#popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content .roc_popup_content,
#popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content .roc_more_btn {
    display: none
}

#popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content .roc_popup_content a,
#popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content .roc_more_btn a {
    margin-bottom: 25px !important
}

#popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content .roc_more_btn {
    margin: 0 auto
}

#popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content .roc_more_btn .maroonBtnGlut {
    margin: 0 auto
}

#popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content .subtitleStyle {
    color: #fff;
    margin: 0;
    max-width: 100%;
    text-transform: none
}

#popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content h3 {
    color: #aa242f;
    margin: 15px auto;
    max-width: 450px;
    font-size: 50px;
    line-height: 55px;
    text-transform: uppercase
}

#popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content h3 br {
    display: none
}

@media only screen and (max-width: 768px) {
    #popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content h3 br {
        display: block
    }
}

@media only screen and (max-width: 520px) {
    #popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content h3 {
        font-size: 30px;
        line-height: 32px
    }
}

#popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content p {
    margin: 25px auto;
    max-width: 525px
}

@media only screen and (max-width: 520px) {
    #popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content p {
        margin: 15px auto 25px auto;
        font-size: 15px;
        line-height: 21px
    }
}

#popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content #postcode_output_popup {
    padding: 0 15px;
    display: none
}

#popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content #postcode_output_popup h4 {
    color: #aa242f;
    margin-bottom: 15px
}

#popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content #postcode_output_popup h5 {
    color: #aa242f;
    opacity: .75;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase
}

#popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content #postcode_output_popup p {
    margin: 0 0 15px 0;
    display: block !important
}

#popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content #postcode_output_popup .maroonBtnGlut {
    margin: 0 auto
}

#popup_cta_bg .InnerWrapperP .form_Wrap .innerWrap #postCode_popwrap_content #postcode_output_popup .reset_postcode_search {
    margin-top: 10px;
    display: block;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px
}

@media only screen and (max-width: 1080px) {
    #popup_cta_bg .InnerWrapperP .form_Wrap {
        max-width: 100%
    }
}

@media only screen and (max-width: 520px) {
    #popup_cta_bg .InnerWrapperP .form_Wrap {
        padding: 60px 15px
    }
}

#popup_cta_bg .InnerWrapperP .img_Right {
    max-width: 440px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0
}

@media only screen and (max-width: 1080px) {
    #popup_cta_bg .InnerWrapperP .img_Right {
        position: relative;
        max-width: 100%;
        height: 225px
    }
}

@media only screen and (max-width: 768px) {
    #popup_cta_bg .InnerWrapperP .img_Right {
        display: none
    }
}

#popup_cta_bg .InnerWrapperP .close_this_popup {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    height: 35px;
    width: 35px
}

#popup_cta_bg .InnerWrapperP .close_this_popup span {
    background: #fff;
    border: none;
    height: 2px;
    width: 100%;
    top: 7px;
    transition: all .35s ease;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(9px) translateX(0) rotate(45deg)
}

#popup_cta_bg .InnerWrapperP .close_this_popup span:nth-of-type(2) {
    transform: translateY(-9px) translateX(0) rotate(-45deg);
    top: 25px
}

@media only screen and (max-width: 520px) {
    #popup_cta_bg .InnerWrapperP .close_this_popup {
        right: 10px;
        top: 10px
    }
}

@media only screen and (max-width: 1080px) {
    #popup_cta_bg .InnerWrapperP {
        max-width: 720px;
        margin: 75px auto
    }
}

@media only screen and (max-width: 520px) {
    #popup_cta_bg .InnerWrapperP {
        margin: 45px auto
    }
}

.enabled_popup {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important
}

@media only screen and (max-width: 1080px) {
    .enabled_popup {
        display: block !important;
        overflow: scroll
    }
}

#bannermain_glu {
    height: 500px;
    width: 100%;
    position: relative;
    background-color: #aa242f;
    background-position: top center;
    background-size: cover
}

#bannermain_glu .container {
    position: relative;
    z-index: 5;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

#bannermain_glu .container .textInnerWrap {
    max-width: 600px;
    width: 100%
}

#bannermain_glu .container .textInnerWrap .subtitleStyle {
    color: #f2a900;
    margin-bottom: 10px
}

@media only screen and (max-width: 520px) {
    #bannermain_glu .container .textInnerWrap .subtitleStyle {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 5px
    }
}

#bannermain_glu .container .textInnerWrap h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px
}

@media only screen and (max-width: 520px) {
    #bannermain_glu .container .textInnerWrap h1 {
        font-size: 44px;
        line-height: 42px
    }
}

#bannermain_glu .container .textInnerWrap .smllerTitleBlogbnr {
    font-size: 58px !important;
    line-height: 52px !important
}

@media only screen and (max-width: 520px) {
    #bannermain_glu .container .textInnerWrap .smllerTitleBlogbnr {
        font-size: 36px !important;
        line-height: 32px !important
    }
}

#bannermain_glu .container .textInnerWrap .banner_icons_wrap {
    max-width: 520px;
    width: 100%;
    display: flex
}

#bannermain_glu .container .textInnerWrap .banner_icons_wrap .ico_wrap {
    margin-right: 10px
}

#bannermain_glu .container .textInnerWrap .banner_icons_wrap .ico_wrap img {
    transition: .35s all;
    webkit-transition: .35s all;
    -moz-transition: .35s all;
    -ms-transition: .35s all;
    -o-transition: .35s all
}

#bannermain_glu .container .textInnerWrap .banner_icons_wrap .ico_wrap:last-child {
    margin-right: 0
}

#bannermain_glu .container .textInnerWrap .banner_icons_wrap .ico_wrap:hover img {
    transform: scale(1.1)
}

@media only screen and (max-width: 600px) {
    #bannermain_glu .container .textInnerWrap .banner_icons_wrap .ico_wrap {
        max-width: 25%
    }

    #bannermain_glu .container .textInnerWrap .banner_icons_wrap .ico_wrap img {
        width: 100%
    }
}

#bannermain_glu .overlay_glu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scaleX(-1);
    webkit-transform: scaleX(-1);
    background-image: linear-gradient(90deg, rgba(60, 60, 59, 0) 32%, rgba(0, 0, 0, 0.7) 82%)
}

@media only screen and (max-width: 520px) {
    #bannermain_glu .overlay_glu {
        background-image: linear-gradient(90deg, rgba(60, 60, 59, 0) 10%, rgba(0, 0, 0, 0.65) 50%)
    }
}

@media only screen and (max-width: 520px) {
    #bannermain_glu {
        height: 350px
    }
}

.largerHeight {
    height: 725px !important
}

.largerHeight .textInnerWrap {
    max-width: 495px
}

@media only screen and (max-width: 520px) {
    .largerHeight {
        height: 450px !important
    }
}

.white_ripped_effect:after {
    content: "";
    height: 130px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/curve-rough-edge-white.png");
    background-position: center
}

@media only screen and (max-width: 520px) {
    .white_ripped_effect:after {
        height: 100px
    }
}

.yellow_ripped_effect:after {
    content: "";
    height: 130px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/curve-rough-edge-yellow.png");
    background-position: center
}

@media only screen and (max-width: 520px) {
    .yellow_ripped_effect:after {
        height: 100px
    }
}

.full_yellow_ripped_effect:after {
    content: "";
    height: 130px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/curve-rough-edge-full-yellow.png");
    background-position: center
}

@media only screen and (max-width: 520px) {
    .full_yellow_ripped_effect:after {
        height: 100px
    }
}

@media only screen and (max-width: 520px) {
    .swapwhitegrey:after {
        height: 95px;
        background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/curve-rough-edge-grey.png")
    }
}

#bannerBreadCmubb {
    color: #fff;
    font-size: 16px;
    line-height: 25px
}

#bannerBreadCmubb .breadcrumb_last {
    font-weight: 700
}

.iconInnerWrappBnr {
    position: absolute;
    bottom: -15px;
    width: 225px;
    display: flex
}

.iconInnerWrappBnr img {
    width: 50%;
    transition: .3s all;
    webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all
}

.iconInnerWrappBnr img:nth-child(1) {
    margin-right: 10px
}

@media only screen and (max-width: 520px) {
    .iconInnerWrappBnr img:nth-child(1) {
        margin-right: 5px
    }
}

.iconInnerWrappBnr img:hover {
    transform: scale(1.05);
    webkit-transform: scale(1.05)
}

@media only screen and (max-width: 998px) {
    .iconInnerWrappBnr {
        width: 200px
    }
}

@media only screen and (max-width: 768px) {
    .iconInnerWrappBnr {
        width: 175px
    }
}

@media only screen and (max-width: 520px) {
    .iconInnerWrappBnr {
        width: 150px;
        bottom: -25px
    }
}

#bannerInfograph_glu {
    height: 575px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top center;
    background-size: cover
}

#bannerInfograph_glu .container {
    position: relative;
    z-index: 5;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

#bannerInfograph_glu .container .textInnerWrap {
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 5
}

#bannerInfograph_glu .container .textInnerWrap .subtitleStyle {
    color: #f2a900;
    margin-bottom: 10px
}

@media only screen and (max-width: 520px) {
    #bannerInfograph_glu .container .textInnerWrap .subtitleStyle {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 5px
    }
}

#bannerInfograph_glu .container .textInnerWrap h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px
}

@media only screen and (max-width: 520px) {
    #bannerInfograph_glu .container .textInnerWrap h1 {
        font-size: 44px;
        line-height: 50px
    }
}

#bannerInfograph_glu .container .iconsInfoBnnr {
    position: absolute;
    animation: spinIconsGlu 5s alternate linear infinite;
    width: 75px;
    height: 75px
}

#bannerInfograph_glu .container .iconsInfoBnnr img {
    width: 100%
}

@media only screen and (max-width: 768px) {
    #bannerInfograph_glu .container .iconsInfoBnnr {
        opacity: .75
    }
}

@media only screen and (max-width: 520px) {
    #bannerInfograph_glu .container .iconsInfoBnnr {
        width: 50px;
        height: 50px;
        opacity: .25
    }
}

#bannerInfograph_glu .container .smallrrPOvr img {
    width: 75% !important
}

#bannerInfograph_glu .container .midtopIcoBnr {
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto
}

@media only screen and (max-width: 520px) {
    #bannerInfograph_glu .container .midtopIcoBnr {
        top: 20px
    }
}

#bannerInfograph_glu .container .leftoffmidIcoBnr {
    left: 42%;
    bottom: 15%
}

@media only screen and (max-width: 520px) {
    #bannerInfograph_glu .container .leftoffmidIcoBnr {
        left: 39%
    }
}

#bannerInfograph_glu .container .leftbtmIcoBnr {
    bottom: 20%;
    left: 10%
}

#bannerInfograph_glu .container .leftmidTopIcoBnr {
    top: 42%;
    left: 0
}

@media only screen and (max-width: 520px) {
    #bannerInfograph_glu .container .leftmidTopIcoBnr {
        left: 15px
    }
}

#bannerInfograph_glu .container .leftTopIcoBnr {
    top: 15%;
    left: 20%
}

@media only screen and (max-width: 520px) {
    #bannerInfograph_glu .container .leftTopIcoBnr {
        left: 16%
    }
}

#bannerInfograph_glu .container .righttopIcoBnr {
    top: 75px;
    right: 15%
}

#bannerInfograph_glu .container .rightmidIcoBnr {
    top: 40%;
    right: 0
}

#bannerInfograph_glu .container .rightbtmIcoBnr {
    bottom: 20%;
    right: 0
}

@media only screen and (max-width: 520px) {
    #bannerInfograph_glu .container .rightbtmIcoBnr {
        display: none
    }
}

#bannerInfograph_glu .container .rightoffmidIcoBnr {
    bottom: 15%;
    right: 20%
}

@media only screen and (max-width: 520px) {
    #bannerInfograph_glu .container .rightoffmidIcoBnr {
        bottom: 18%;
        right: 16%
    }
}

#bannerInfograph_glu .overlay_glu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1)
}

@media only screen and (max-width: 520px) {
    #bannerInfograph_glu {
        height: 350px
    }
}

.white_ripped_effect:after {
    content: "";
    height: 130px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/curve-rough-edge-white.png");
    background-position: center
}

@media only screen and (max-width: 520px) {
    .white_ripped_effect:after {
        height: 100px
    }
}

.yellow_ripped_effect:after {
    content: "";
    height: 130px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/curve-rough-edge-yellow.png");
    background-position: center
}

@media only screen and (max-width: 520px) {
    .yellow_ripped_effect:after {
        height: 100px
    }
}

.full_yellow_ripped_effect:after {
    content: "";
    height: 130px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/curve-rough-edge-full-yellow.png");
    background-position: center
}

@media only screen and (max-width: 520px) {
    .full_yellow_ripped_effect:after {
        height: 100px
    }
}

@media only screen and (max-width: 520px) {
    .swapwhitegrey:after {
        height: 95px;
        background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/curve-rough-edge-grey.png")
    }
}

#symptomCheckr_bnr {
    height: 575px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top center;
    background-size: cover
}

#symptomCheckr_bnr .container {
    position: relative;
    z-index: 5;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

#symptomCheckr_bnr .container .textInnerWrap {
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 5
}

#symptomCheckr_bnr .container .textInnerWrap .subtitleStyle {
    color: #f2a900;
    margin-bottom: 10px
}

@media only screen and (max-width: 520px) {
    #symptomCheckr_bnr .container .textInnerWrap .subtitleStyle {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 5px
    }
}

#symptomCheckr_bnr .container .textInnerWrap h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px
}

@media only screen and (max-width: 520px) {
    #symptomCheckr_bnr .container .textInnerWrap h1 {
        font-size: 44px;
        line-height: 50px
    }
}

#symptomCheckr_bnr .container .textInnerWrap .yellowBtnGlut {
    margin: 0 auto
}

#symptomCheckr_bnr .container .iconsInfoBnnr {
    position: absolute;
    animation: spinIconsGlu 5s alternate linear infinite;
    width: 75px;
    height: 75px
}

#symptomCheckr_bnr .container .iconsInfoBnnr img {
    width: 100%
}

@media only screen and (max-width: 998px) {
    #symptomCheckr_bnr .container .iconsInfoBnnr {
        opacity: .7
    }
}

@media only screen and (max-width: 768px) {
    #symptomCheckr_bnr .container .iconsInfoBnnr {
        opacity: .35
    }
}

#symptomCheckr_bnr .container .smmllImgOvv img {
    width: 60%
}

#symptomCheckr_bnr .container .txtInfoBnnr h6 {
    animation: pulsingEffGLesser 5s alternate linear infinite
}

@media only screen and (max-width: 998px) {
    #symptomCheckr_bnr .container .txtInfoBnnr {
        opacity: .5
    }
}

@media only screen and (max-width: 768px) {
    #symptomCheckr_bnr .container .txtInfoBnnr {
        display: none
    }
}

#symptomCheckr_bnr .container .txtTopbnr {
    width: 175px;
    top: 55px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

#symptomCheckr_bnr .container .txtTopRightbnr {
    width: 175px;
    top: 75px;
    position: absolute;
    left: 20%;
    margin: 0 auto;
    text-align: center
}

#symptomCheckr_bnr .container .txtLeftbnr {
    width: 175px;
    top: 40%;
    position: absolute;
    left: 100px;
    text-align: center
}

#symptomCheckr_bnr .container .txtRightbnr {
    width: 175px;
    top: 40%;
    position: absolute;
    right: 50px;
    text-align: center
}

#symptomCheckr_bnr .container .txtBtmbnr {
    width: 175px;
    bottom: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

#symptomCheckr_bnr .container .leftIcoWrapp {
    width: 60%;
    height: 100%;
    position: absolute;
    left: -15%;
    top: 0
}

#symptomCheckr_bnr .container .leftIcoWrapp h6 {
    font-family: "amithen", Helvetica, Arial, sans-serif;
    color: #f2a900;
    font-size: 40px;
    line-height: 40px
}

#symptomCheckr_bnr .container .leftIcoWrapp .topLeft_Ico {
    position: absolute;
    top: 60px;
    left: 22%;
    height: 60px;
    width: 60px
}

#symptomCheckr_bnr .container .leftIcoWrapp .topRight_Ico {
    position: absolute;
    top: 75px;
    right: 15%;
    height: 60px;
    width: 60px
}

#symptomCheckr_bnr .container .leftIcoWrapp .topLeftMid_Ico {
    position: absolute;
    top: 140px;
    left: 10%;
    height: 60px;
    width: 60px
}

@media only screen and (max-width: 768px) {
    #symptomCheckr_bnr .container .leftIcoWrapp .topLeftMid_Ico {
        top: 115px
    }
}

#symptomCheckr_bnr .container .leftIcoWrapp .midRight_Ico {
    position: absolute;
    top: 45%;
    right: 35%;
    height: 60px;
    width: 60px
}

#symptomCheckr_bnr .container .leftIcoWrapp .left_BtmIco {
    position: absolute;
    bottom: 28%;
    left: 10%;
    height: 60px;
    width: 60px
}

#symptomCheckr_bnr .container .leftIcoWrapp .left_BtmInnIco {
    position: absolute;
    bottom: 18%;
    left: 25%;
    height: 60px;
    width: 60px
}

@media only screen and (max-width: 768px) {
    #symptomCheckr_bnr .container .leftIcoWrapp .left_BtmInnIco {
        display: none
    }
}

#symptomCheckr_bnr .container .leftIcoWrapp .left_BtmRightIco {
    position: absolute;
    bottom: 15%;
    right: 18%;
    height: 60px;
    width: 60px
}

@media only screen and (max-width: 1350px) {
    #symptomCheckr_bnr .container .leftIcoWrapp {
        left: -5%
    }
}

@media only screen and (max-width: 1050px) {
    #symptomCheckr_bnr .container .leftIcoWrapp {
        left: 0
    }
}

#symptomCheckr_bnr .container .rightIcoWrapp {
    width: 60%;
    height: 100%;
    position: absolute;
    right: -15%;
    top: 0
}

#symptomCheckr_bnr .container .rightIcoWrapp h6 {
    font-family: "amithen", Helvetica, Arial, sans-serif;
    color: #f2a900;
    font-size: 40px;
    line-height: 40px
}

#symptomCheckr_bnr .container .rightIcoWrapp .topRight_Ico {
    position: absolute;
    top: 12%;
    right: 26%;
    height: 60px;
    width: 60px
}

#symptomCheckr_bnr .container .rightIcoWrapp .midLeft_Ico {
    position: absolute;
    top: 35%;
    left: 40%;
    height: 90px;
    width: 90px
}

@media only screen and (max-width: 998px) {
    #symptomCheckr_bnr .container .rightIcoWrapp .midLeft_Ico {
        display: none
    }
}

#symptomCheckr_bnr .container .rightIcoWrapp .rightBtm_Ico {
    position: absolute;
    bottom: 30%;
    right: 10%;
    height: 60px;
    width: 60px
}

#symptomCheckr_bnr .container .rightIcoWrapp .rightBtmEnd_Ico {
    position: absolute;
    bottom: 10%;
    right: 25%;
    height: 60px;
    width: 60px
}

#symptomCheckr_bnr .container .rightIcoWrapp .rightBtmLeft_Ico {
    position: absolute;
    bottom: 18%;
    left: 22%;
    height: 60px;
    width: 60px
}

@media only screen and (max-width: 1350px) {
    #symptomCheckr_bnr .container .rightIcoWrapp {
        right: -5%
    }
}

@media only screen and (max-width: 1050px) {
    #symptomCheckr_bnr .container .rightIcoWrapp {
        right: 0
    }
}

@media only screen and (max-width: 520px) {
    #symptomCheckr_bnr {
        height: 350px
    }
}

.resultsEffGlutSymppt {
    height: auto !important;
    padding: 125px 0
}

.resultsEffGlutSymppt .container .textInnerWrap {
    max-width: 100% !important
}

.resultsEffGlutSymppt .container .textInnerWrap .subtitleStyle {
    color: #fff !important
}

.resultsEffGlutSymppt .container .textInnerWrap h2 {
    color: #f2a900;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px
}

@media only screen and (max-width: 768px) {
    .resultsEffGlutSymppt .container .textInnerWrap h2 {
        font-size: 30px;
        line-height: 30px
    }
}

.resultsEffGlutSymppt .container .textInnerWrap p {
    color: #fff;
    max-width: 820px;
    font-size: 20px;
    line-height: 26px;
    width: 100%;
    margin: 25px auto 40px auto
}

@media only screen and (max-width: 768px) {
    .resultsEffGlutSymppt .container .textInnerWrap p {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (max-width: 520px) {
    .resultsEffGlutSymppt .container .textInnerWrap p {
        margin: 25px auto
    }
}

.resultsEffGlutSymppt .container .textInnerWrap .contactIcons {
    display: flex;
    justify-content: center;
    align-items: center
}

.resultsEffGlutSymppt .container .textInnerWrap .contactIcons .deet_wrap {
    display: flex;
    color: #fff
}

.resultsEffGlutSymppt .container .textInnerWrap .contactIcons .deet_wrap .iconWrap {
    width: 50px;
    margin-top: -10px
}

.resultsEffGlutSymppt .container .textInnerWrap .contactIcons .deet_wrap:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 768px) {
    .resultsEffGlutSymppt .container .textInnerWrap .contactIcons .deet_wrap:last-child {
        margin-top: 10px
    }
}

@media only screen and (max-width: 768px) {
    .resultsEffGlutSymppt .container .textInnerWrap .contactIcons {
        flex-direction: column
    }
}

@media only screen and (max-width: 520px) {
    .resultsEffGlutSymppt {
        padding: 85px 0
    }
}

.resultsEffGlutSymppt:after {
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/curve-rough-edge-grey.png") !important
}

.white_ripped_effect:after {
    content: "";
    height: 130px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/curve-rough-edge-white.png");
    background-position: center
}

@media only screen and (max-width: 520px) {
    .white_ripped_effect:after {
        height: 100px
    }
}

.yellow_ripped_effect:after {
    content: "";
    height: 130px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/curve-rough-edge-yellow.png");
    background-position: center
}

@media only screen and (max-width: 520px) {
    .yellow_ripped_effect:after {
        height: 100px
    }
}

.full_yellow_ripped_effect:after {
    content: "";
    height: 130px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/curve-rough-edge-full-yellow.png");
    background-position: center
}

@media only screen and (max-width: 520px) {
    .full_yellow_ripped_effect:after {
        height: 100px
    }
}

@media only screen and (max-width: 520px) {
    .swapwhitegrey:after {
        height: 95px;
        background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/curve-rough-edge-grey.png")
    }
}

#interior_bnr_navigation {
    padding: 20px 0;
    background-color: #f2a900;
    position: relative
}

#interior_bnr_navigation .container ul {
    text-align: center;
    transition: .1s all;
    webkit-transition: .1s all;
    -moz-transition: .1s all;
    -ms-transition: .1s all;
    -o-transition: .1s all
}

#interior_bnr_navigation .container ul li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    font-family: "hoss-sharp", sans-serif;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: .25px;
    text-transform: uppercase;
    transition: .25s all;
    webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    color: #fff
}

#interior_bnr_navigation .container ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 8px 15px
}

@media only screen and (max-width: 768px) {
    #interior_bnr_navigation .container ul li a {
        justify-content: center
    }
}

#interior_bnr_navigation .container ul li:hover {
    background-color: #aa242f
}

#interior_bnr_navigation .container ul li:last-child {
    margin-right: 0
}

@media only screen and (max-width: 768px) {
    #interior_bnr_navigation .container ul li {
        display: block
    }
}

#interior_bnr_navigation .container ul .activated_bnr {
    background-color: #aa242f
}

@media only screen and (max-width: 768px) {
    #interior_bnr_navigation .container ul {
        opacity: 0;
        visibility: hidden;
        height: 0
    }
}

#interior_bnr_navigation .container #mobile_ineteral_toggle {
    display: none;
    font-family: "hoss-sharp", sans-serif;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: .25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

#interior_bnr_navigation .container #mobile_ineteral_toggle span {
    margin-right: 10px
}

#interior_bnr_navigation .container #mobile_ineteral_toggle img {
    transform: rotate(-90deg);
    max-width: 40px;
    width: 100%;
    transition: .25s all;
    webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all
}

@media only screen and (max-width: 768px) {
    #interior_bnr_navigation .container #mobile_ineteral_toggle {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

#interior_bnr_navigation .container .openedMobileToggle img {
    transform: rotate(90deg) !important
}

#interior_bnr_navigation:after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/straight-rough-edge-full-yellow.png");
    background-size: cover;
    background-position: bottom;
    width: 100%;
    bottom: -10px;
    z-index: 0
}

@media only screen and (max-width: 580px) {
    #interior_bnr_navigation:after {
        display: none
    }
}

.showInternalMenu {
    margin-top: 15px;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important
}

#header_Searchform {
    position: relative;
    display: flex;
    align-items: center
}

#header_Searchform input {
    background-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    border: 1px solid #fff;
    height: 35px;
    width: 175px;
    border-radius: 30px;
    padding-left: 38px;
    font-size: 13px;
    color: #fff
}

@media only screen and (max-width: 768px) {
    #header_Searchform input {
        width: 220px
    }
}

#header_Searchform button {
    position: absolute;
    left: 5px;
    border: 0;
    top: 17px;
    background-color: rgba(0, 0, 0, 0)
}

#header_Searchform button img {
    width: 18px
}

@media only screen and (max-width: 768px) {
    #header_Searchform {
        display: none
    }
}

#newletter_form form input {
    width: 100%;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    color: #fff;
    margin-bottom: 15px;
    padding: 10px 15px;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media only screen and (max-width: 520px) {
    #newletter_form form input {
        font-size: 16px;
        line-height: 20px
    }
}

#newletter_form form ::-webkit-input-placeholder {
    color: #fff
}

#newletter_form form ::-moz-placeholder {
    color: #fff
}

#newletter_form form :-ms-input-placeholder {
    color: #fff
}

#newletter_form form :-moz-placeholder {
    color: #fff
}

#newletter_form form span.wpcf7-not-valid-tip {
    display: block;
    right: 10px;
    color: #fff;
    background-color: inherit;
    text-align: right;
    border: 0;
    margin-top: -50px;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    width: 200px;
    float: right;
    z-index: 2;
    position: relative
}

#multi_step_form {
    padding: 120px 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/backgrounds/yellow-texture-bg.png");
    background-size: cover
}

#multi_step_form .container #postcode_reg_check {
    text-align: center
}

#multi_step_form .container #postcode_reg_check h4 {
    margin-bottom: 25px;
    color: #aa242f;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase
}

@media only screen and (max-width: 520px) {
    #multi_step_form .container #postcode_reg_check h4 {
        font-size: 30px;
        line-height: 42px
    }
}

#multi_step_form .container #postcode_reg_check form input,
#multi_step_form .container #postcode_reg_check form textarea,
#multi_step_form .container #postcode_reg_check form select {
    width: 100%;
    padding: 18px 15px;
    border-radius: 30px;
    max-width: 568px;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #f2a900;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#multi_step_form .container #postcode_reg_check form .maroonBtnGlut {
    margin: 15px auto
}

#multi_step_form .container #postcode_reg_check .error_message_precheck {
    display: none;
    font-size: 18px;
    line-height: 26px
}

#multi_step_form .container #multi_mainWrap #multistep_nav {
    display: flex;
    justify-content: space-between
}

#multi_step_form .container #multi_mainWrap #multistep_nav .progress_holder {
    padding: 10px;
    width: 20%;
    text-align: center;
    background-color: #eceae6;
    color: #fff;
    font-family: "hoss-sharp", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 24px
}

@media only screen and (max-width: 1050px) {
    #multi_step_form .container #multi_mainWrap #multistep_nav .progress_holder {
        max-width: 33%;
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    #multi_step_form .container #multi_mainWrap #multistep_nav .progress_holder {
        max-width: 50%
    }
}

@media only screen and (max-width: 520px) {
    #multi_step_form .container #multi_mainWrap #multistep_nav .progress_holder {
        max-width: 100%
    }
}

#multi_step_form .container #multi_mainWrap #multistep_nav .activated_step {
    background-color: #aa242f
}

@media only screen and (max-width: 1050px) {
    #multi_step_form .container #multi_mainWrap #multistep_nav {
        flex-wrap: wrap;
        justify-content: center
    }
}

#multi_step_form .container #multi_mainWrap fieldset.step {
    position: relative;
    padding: 50px 0 75px 0
}

#multi_step_form .container #multi_mainWrap fieldset.step .error_found {
    position: absolute;
    top: 40px;
    right: 15px;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    background-color: red;
    color: #fff;
    display: none
}

#multi_step_form .container #multi_mainWrap fieldset.step .glu_sptomC_wrapp {
    padding-left: 10px;
    margin-bottom: 20px
}

#multi_step_form .container #multi_mainWrap fieldset.step .glu_sptomC_wrapp h5 {
    margin-bottom: 20px;
    font-family: "hoss-sharp", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 24px;
    color: #aa242f
}

#multi_step_form .container #multi_mainWrap fieldset.step .glu_sptomC_wrapp p {
    display: block !important
}

#multi_step_form .container #multi_mainWrap fieldset.step .glu_sptomC_wrapp p #glu_sptomC_tboxCheck span {
    margin-bottom: 5px
}

#multi_step_form .container #multi_mainWrap fieldset.step .glu_sptomC_wrapp p #glu_sptomC_tboxCheck label {
    display: flex
}

#multi_step_form .container #multi_mainWrap fieldset.step .glu_sptomC_wrapp p #glu_sptomC_tboxCheck label input {
    margin-right: 10px;
    width: auto
}

#multi_step_form .container #multi_mainWrap fieldset.step span.wpcf7-not-valid-tip {
    display: block;
    right: 10px;
    color: red;
    background-color: inherit;
    text-align: right;
    border: 0;
    margin-top: 0;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    width: 200px;
    float: right;
    z-index: 2;
    position: relative
}

#multi_step_form .container #multi_mainWrap fieldset.step h3 {
    margin-bottom: 25px;
    color: #aa242f;
    font-size: 50px;
    line-height: 55px;
    text-transform: uppercase
}

@media only screen and (max-width: 768px) {
    #multi_step_form .container #multi_mainWrap fieldset.step h3 {
        text-align: center
    }
}

@media only screen and (max-width: 520px) {
    #multi_step_form .container #multi_mainWrap fieldset.step h3 {
        font-size: 35px;
        line-height: 48px
    }
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_full_width {
    max-width: 820px;
    width: 100%;
    text-align: center;
    margin: 0 auto
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_full_width p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_full_width p a {
    color: #aa242f;
    text-decoration: underline
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_full_width .terms {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0
}

#multi_step_form .container #multi_mainWrap fieldset.step input,
#multi_step_form .container #multi_mainWrap fieldset.step textarea,
#multi_step_form .container #multi_mainWrap fieldset.step select {
    width: 100%;
    padding: 18px 15px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #f2a900;
    font-family: 16px;
    line-height: 16px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#multi_step_form .container #multi_mainWrap fieldset.step span {
    font-size: 15px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px
}

#multi_step_form .container #multi_mainWrap fieldset.step input[type=radio] {
    width: auto !important
}

#multi_step_form .container #multi_mainWrap fieldset.step input[type=checkbox] {
    width: auto !important
}

#multi_step_form .container #multi_mainWrap fieldset.step #glu_sptomC_tboxCheck .wpcf7-list-item {
    margin-left: 3px !important
}

#multi_step_form .container #multi_mainWrap fieldset.step .wpcf7-list-item-label {
    width: auto !important;
    display: inline-block !important;
    padding-left: 10px !important
}

#multi_step_form .container #multi_mainWrap fieldset.step br {
    display: none
}

@media only screen and (max-width: 520px) {
    #multi_step_form .container #multi_mainWrap fieldset.step .mobColpase {
        flex-direction: column
    }

    #multi_step_form .container #multi_mainWrap fieldset.step .mobColpase span {
        width: 100% !important
    }
}

@media only screen and (max-width: 520px) {
    #multi_step_form .container #multi_mainWrap fieldset.step input[type=date]:before {
        color: rgba(53, 53, 53, .44);
        content: attr(placeholder);
        margin-right: 5px
    }

    #multi_step_form .container #multi_mainWrap fieldset.step input[type=date]:focus:before {
        color: #000;
        content: "" !important
    }

    #multi_step_form .container #multi_mainWrap fieldset.step input[type=date]:active:before {
        color: #000;
        content: "" !important
    }

    #multi_step_form .container #multi_mainWrap fieldset.step input[type=date]:visited:before {
        color: #000;
        content: "" !important
    }
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split {
    display: flex;
    justify-content: space-between
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col {
    max-width: 580px;
    width: 100%
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col h4 {
    margin-bottom: 25px;
    color: #aa242f;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase
}

@media only screen and (max-width: 520px) {
    #multi_step_form .container #multi_mainWrap fieldset.step .col_split .col h4 {
        font-size: 30px;
        line-height: 42px
    }
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .row {
    margin-bottom: 10px
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .row select {
    background: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/dropdown_formselect.png") no-repeat 98.5% rgba(0, 0, 0, 0);
    -webkit-appearance: none
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .row .select-updates-hear {
    margin-bottom: 35px
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .row .checkbox-updates-opt .wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    display: inline-block
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .row .checkbox-updates-opt .wpcf7-checkbox .wpcf7-list-item span,
#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .row .checkbox-updates-opt .wpcf7-checkbox .wpcf7-list-item input {
    display: inline-block;
    text-align: center
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .row .acceptance-infotail label,
#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .row .acceptance-policy label {
    display: flex
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .row .acceptance-infotail label input,
#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .row .acceptance-policy label input {
    border: 1px solid red;
    display: inline;
    width: 35px
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .row .yellowBtnGlut {
    width: 100%;
    margin-top: 25px;
    text-align: center
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .split-row {
    display: flex
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .split-row .yellowBtnGlut {
    padding: 20px;
    width: 50%;
    text-align: center;
    font-weight: 400
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .split-row span {
    width: 50%
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .split-row span:first-of-type {
    margin-right: 15px
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .split-row select {
    background: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/dropdown_formselect.png") no-repeat 96% rgba(0, 0, 0, 0);
    -webkit-appearance: none
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container {
    width: 100% !important;
    padding: 5px 8px 5px 15px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #f2a900
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container .select2-selection {
    background-color: rgba(0, 0, 0, 0);
    background: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/dropdown_formselect.png") no-repeat 100% rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    position: relative;
    border: 0;
    margin: 0;
    height: 40px;
    font-family: 16px !important;
    line-height: 16px !important;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container .select2-selection input {
    padding: 0;
    border: 0;
    width: 100% !important
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container .select2-selection:before {
    content: "Please Selecthttps://www.glutafin.co.uk/wp-content/themes/glutafin/library.";
    position: absolute;
    top: 12px;
    left: 5px
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container span.selection {
    margin-bottom: 0 !important
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container .select2-search {
    width: 90% !important
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container .select2-search input {
    width: 100% !important;
    display: none
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container .select2-selection__choice {
    display: flex;
    align-items: center;
    font-family: 16px !important;
    line-height: 16px !important;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container .select2-selection__choice .select2-selection__choice__remove {
    margin-right: 10px
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container .select2-selection__clear {
    margin-right: 40px
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container .dropdown-wrapper {
    display: none
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col .removePlacehodlerr .select2-selection:before {
    content: "" !important
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split .col:last-of-type {
    max-width: 480px;
    margin-left: 15px
}

@media only screen and (max-width: 768px) {
    #multi_step_form .container #multi_mainWrap fieldset.step .col_split .col:last-of-type {
        margin-left: 0;
        margin-top: 20px;
        max-width: 580px
    }
}

#multi_step_form .container #multi_mainWrap fieldset.step .col_split p {
    display: none
}

@media only screen and (max-width: 768px) {
    #multi_step_form .container #multi_mainWrap fieldset.step .col_split {
        flex-wrap: wrap;
        justify-content: center
    }
}

#multi_step_form .container #multi_mainWrap fieldset.step #how-were-diagnosed,
#multi_step_form .container #multi_mainWrap fieldset.step #when-did-start,
#multi_step_form .container #multi_mainWrap fieldset.step #fodmap-ibs-info,
#multi_step_form .container #multi_mainWrap fieldset.step #what-other-opts {
    display: none
}

#multi_step_form .container #multi_mainWrap fieldset.step .nextStep {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    width: 100px;
    background-color: #aa242f;
    color: #fff !important;
    display: table;
    padding: 15px 30px;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700
}

#multi_step_form .container #multi_mainWrap fieldset.step .prevStep {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100px;
    background-color: #aa242f;
    color: #fff !important;
    display: table;
    padding: 15px 30px;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700
}

#multi_step_form .container #multi_mainWrap fieldset.step:not(:first-of-type) {
    display: none
}

#multi_step_form .container #multi_mainWrap fieldset.step:first-of-type {
    text-align: center
}

#multi_step_form .container #multi_mainWrap fieldset.step:last-of-type {
    text-align: center
}

#multi_step_form .container #multi_mainWrap .wpcf7-mail-sent-ok {
    display: none !important
}

#multi_step_form .container #multi_mainWrap .wpcf7-response-output {
    margin-top: 10px !important
}

#serachpostCodeGl {
    width: auto !important;
    padding: 20px 35px !important;
    align-self: flex-start
}

#contact_us_Wrap form input,
#contact_us_Wrap form textarea {
    margin-bottom: 15px;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    border: 2px solid #f2a900;
    font-family: 16px;
    line-height: 16px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#contact_us_Wrap form span.wpcf7-not-valid-tip {
    display: block;
    right: 10px;
    color: red;
    background-color: inherit;
    text-align: right;
    border: 0;
    margin-top: -50px;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    width: 200px;
    float: right;
    z-index: 2;
    position: relative
}

.alert-form {
    margin: 0 !important;
    padding: 15px !important;
    border-radius: 20px;
    border: 0 !important;
    font-size: 16px;
    line-height: 22px;
    text-align: center
}

.alertform-success {
    background-color: green !important;
    color: #fff
}

.alertform-warning {
    background-color: #ff0
}

.alertform-danger {
    background-color: red;
    color: #fff
}

.wpcf7-response-output {
    margin: 0 !important;
    padding: 15px !important;
    border-radius: 20px;
    border: 0 !important;
    font-size: 16px;
    line-height: 22px;
    background-color: #ffb900;
    color: #fff;
    text-align: center
}

.loading {
    cursor: progress !important
}

#qr_form .disabled {
    background: gray !important
}

#qr_form .container #postcode_reg_check {
    text-align: center
}

#qr_form .container #postcode_reg_check h4 {
    margin-bottom: 25px;
    color: #aa242f;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase
}

@media only screen and (max-width: 520px) {
    #qr_form .container #postcode_reg_check h4 {
        font-size: 30px;
        line-height: 42px
    }
}

#qr_form .container #postcode_reg_check form input,
#qr_form .container #postcode_reg_check form textarea,
#qr_form .container #postcode_reg_check form select {
    width: 100%;
    padding: 18px 15px;
    border-radius: 30px;
    max-width: 568px;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #f2a900;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#qr_form .container #postcode_reg_check form .maroonBtnGlut {
    margin: 15px auto
}

#qr_form .container #postcode_reg_check .error_message_precheck {
    display: none;
    font-size: 18px;
    line-height: 26px
}

#qr_form .container #qr_mainWrap #multistep_nav {
    display: flex;
    justify-content: space-between
}

#qr_form .container #qr_mainWrap #multistep_nav .progress_holder {
    padding: 10px;
    width: 20%;
    text-align: center;
    background-color: #eceae6;
    color: #fff;
    font-family: "hoss-sharp", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 24px
}

@media only screen and (max-width: 1050px) {
    #qr_form .container #qr_mainWrap #multistep_nav .progress_holder {
        max-width: 33%;
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    #qr_form .container #qr_mainWrap #multistep_nav .progress_holder {
        max-width: 50%
    }
}

@media only screen and (max-width: 520px) {
    #qr_form .container #qr_mainWrap #multistep_nav .progress_holder {
        max-width: 100%
    }
}

#qr_form .container #qr_mainWrap #multistep_nav .activated_step {
    background-color: #aa242f
}

@media only screen and (max-width: 1050px) {
    #qr_form .container #qr_mainWrap #multistep_nav {
        flex-wrap: wrap;
        justify-content: center
    }
}

#qr_form .container #qr_mainWrap fieldset.step {
    position: relative;
    padding: 50px 0 75px 0
}

#qr_form .container #qr_mainWrap fieldset.step .error_found {
    position: absolute;
    top: 40px;
    right: 15px;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    background-color: red;
    color: #fff;
    display: none
}

#qr_form .container #qr_mainWrap fieldset.step .glu_sptomC_wrapp {
    padding-left: 10px;
    margin-bottom: 20px
}

#qr_form .container #qr_mainWrap fieldset.step .glu_sptomC_wrapp h5 {
    margin-bottom: 20px;
    font-family: "hoss-sharp", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 24px;
    color: #aa242f
}

#qr_form .container #qr_mainWrap fieldset.step .glu_sptomC_wrapp p {
    display: block !important
}

#qr_form .container #qr_mainWrap fieldset.step .glu_sptomC_wrapp p #glu_sptomC_tboxCheck span {
    margin-bottom: 5px
}

#qr_form .container #qr_mainWrap fieldset.step .glu_sptomC_wrapp p #glu_sptomC_tboxCheck label {
    display: flex
}

#qr_form .container #qr_mainWrap fieldset.step .glu_sptomC_wrapp p #glu_sptomC_tboxCheck label input {
    margin-right: 10px;
    width: auto
}

#qr_form .container #qr_mainWrap fieldset.step span.wpcf7-not-valid-tip {
    display: block;
    right: 10px;
    color: red;
    background-color: inherit;
    text-align: right;
    border: 0;
    margin-top: 0;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    width: 200px;
    float: right;
    z-index: 2;
    position: relative
}

#qr_form .container #qr_mainWrap fieldset.step h3 {
    margin-bottom: 25px;
    color: #aa242f;
    font-size: 50px;
    line-height: 55px;
    text-transform: uppercase
}

@media only screen and (max-width: 768px) {
    #qr_form .container #qr_mainWrap fieldset.step h3 {
        text-align: center
    }
}

@media only screen and (max-width: 520px) {
    #qr_form .container #qr_mainWrap fieldset.step h3 {
        font-size: 35px;
        line-height: 48px
    }
}

#qr_form .container #qr_mainWrap fieldset.step .col_full_width {
    max-width: 820px;
    width: 100%;
    text-align: center;
    margin: 0 auto
}

#qr_form .container #qr_mainWrap fieldset.step .col_full_width p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px
}

#qr_form .container #qr_mainWrap fieldset.step .col_full_width p a {
    color: #aa242f;
    text-decoration: underline
}

#qr_form .container #qr_mainWrap fieldset.step .col_full_width .terms {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0
}

#qr_form .container #qr_mainWrap fieldset.step input,
#qr_form .container #qr_mainWrap fieldset.step textarea,
#qr_form .container #qr_mainWrap fieldset.step select {
    width: 100%;
    padding: 18px 15px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #f2a900;
    font-family: 16px;
    line-height: 16px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#qr_form .container #qr_mainWrap fieldset.step span {
    font-size: 15px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px
}

#qr_form .container #qr_mainWrap fieldset.step input[type=radio] {
    width: auto !important
}

#qr_form .container #qr_mainWrap fieldset.step input[type=checkbox] {
    width: auto !important
}

#qr_form .container #qr_mainWrap fieldset.step #glu_sptomC_tboxCheck .wpcf7-list-item {
    margin-left: 3px !important
}

#qr_form .container #qr_mainWrap fieldset.step .wpcf7-list-item-label {
    width: auto !important;
    display: inline-block !important;
    padding-left: 10px !important
}

#qr_form .container #qr_mainWrap fieldset.step br {
    display: none
}

@media only screen and (max-width: 520px) {
    #qr_form .container #qr_mainWrap fieldset.step .mobColpase {
        flex-direction: column
    }

    #qr_form .container #qr_mainWrap fieldset.step .mobColpase span {
        width: 100% !important
    }
}

@media only screen and (max-width: 520px) {
    #qr_form .container #qr_mainWrap fieldset.step input[type=date]:before {
        color: rgba(53, 53, 53, .44);
        content: attr(placeholder);
        margin-right: 5px
    }

    #qr_form .container #qr_mainWrap fieldset.step input[type=date]:focus:before {
        color: #000;
        content: "" !important
    }

    #qr_form .container #qr_mainWrap fieldset.step input[type=date]:active:before {
        color: #000;
        content: "" !important
    }

    #qr_form .container #qr_mainWrap fieldset.step input[type=date]:visited:before {
        color: #000;
        content: "" !important
    }
}

#qr_form .container #qr_mainWrap fieldset.step .col_split {
    display: flex;
    justify-content: space-between
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col {
    max-width: 580px;
    width: 100%
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col h4 {
    margin-bottom: 25px;
    color: #aa242f;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase
}

@media only screen and (max-width: 520px) {
    #qr_form .container #qr_mainWrap fieldset.step .col_split .col h4 {
        font-size: 30px;
        line-height: 42px
    }
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .row {
    margin-bottom: 10px
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .row select {
    background: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/dropdown_formselect.png") no-repeat 98.5% rgba(0, 0, 0, 0);
    -webkit-appearance: none
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .row .select-updates-hear {
    margin-bottom: 35px
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .row .checkbox-updates-opt .wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    display: inline-block
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .row .checkbox-updates-opt .wpcf7-checkbox .wpcf7-list-item span,
#qr_form .container #qr_mainWrap fieldset.step .col_split .col .row .checkbox-updates-opt .wpcf7-checkbox .wpcf7-list-item input {
    display: inline-block;
    text-align: center
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .row .acceptance-infotail label,
#qr_form .container #qr_mainWrap fieldset.step .col_split .col .row .acceptance-policy label {
    display: flex
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .row .acceptance-infotail label input,
#qr_form .container #qr_mainWrap fieldset.step .col_split .col .row .acceptance-policy label input {
    border: 1px solid red;
    display: inline;
    width: 35px
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .row .yellowBtnGlut {
    width: 100%;
    margin-top: 25px;
    text-align: center
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .split-row {
    display: flex
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .split-row .yellowBtnGlut {
    padding: 20px;
    width: 50%;
    text-align: center;
    font-weight: 400
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .split-row span {
    width: 50%
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .split-row span:first-of-type {
    margin-right: 15px
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .split-row select {
    background: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/dropdown_formselect.png") no-repeat 96% rgba(0, 0, 0, 0);
    -webkit-appearance: none
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container {
    width: 100% !important;
    padding: 5px 8px 5px 15px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #f2a900
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container .select2-selection {
    background-color: rgba(0, 0, 0, 0);
    background: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/dropdown_formselect.png") no-repeat 100% rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    position: relative;
    border: 0;
    margin: 0;
    height: 40px;
    font-family: 16px !important;
    line-height: 16px !important;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container .select2-selection input {
    padding: 0;
    border: 0;
    width: 100% !important
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container .select2-selection:before {
    content: "Please Selecthttps://www.glutafin.co.uk/wp-content/themes/glutafin/library.";
    position: absolute;
    top: 12px;
    left: 5px
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container span.selection {
    margin-bottom: 0 !important
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container .select2-search {
    width: 90% !important
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container .select2-search input {
    width: 100% !important;
    display: none
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container .select2-selection__choice {
    display: flex;
    align-items: center;
    font-family: 16px !important;
    line-height: 16px !important;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container .select2-selection__choice .select2-selection__choice__remove {
    margin-right: 10px
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container .select2-selection__clear {
    margin-right: 40px
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .select-diag-dietreq .select2-container .dropdown-wrapper {
    display: none
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col .removePlacehodlerr .select2-selection:before {
    content: "" !important
}

#qr_form .container #qr_mainWrap fieldset.step .col_split .col:last-of-type {
    max-width: 480px;
    margin-left: 15px
}

@media only screen and (max-width: 768px) {
    #qr_form .container #qr_mainWrap fieldset.step .col_split .col:last-of-type {
        margin-left: 0;
        margin-top: 20px;
        max-width: 580px
    }
}

#qr_form .container #qr_mainWrap fieldset.step .col_split p {
    display: none
}

@media only screen and (max-width: 768px) {
    #qr_form .container #qr_mainWrap fieldset.step .col_split {
        flex-wrap: wrap;
        justify-content: center
    }
}

#qr_form .container #qr_mainWrap fieldset.step #how-were-diagnosed,
#qr_form .container #qr_mainWrap fieldset.step #when-did-start,
#qr_form .container #qr_mainWrap fieldset.step #fodmap-ibs-info,
#qr_form .container #qr_mainWrap fieldset.step #what-other-opts {
    display: none
}

#qr_form .container #qr_mainWrap fieldset.step .nextStep {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    width: 100px;
    background-color: #aa242f;
    color: #fff !important;
    display: table;
    padding: 15px 30px;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700
}

#qr_form .container #qr_mainWrap fieldset.step .prevStep {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100px;
    background-color: #aa242f;
    color: #fff !important;
    display: table;
    padding: 15px 30px;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700
}

#qr_form .container #qr_mainWrap fieldset.step:not(:first-of-type) {
    display: none
}

#qr_form .container #qr_mainWrap fieldset.step:first-of-type {
    text-align: center
}

#qr_form .container #qr_mainWrap fieldset.step:last-of-type {
    text-align: center
}

#qr_form .container #qr_mainWrap .wpcf7-mail-sent-ok {
    display: none !important
}

#qr_form .container #qr_mainWrap .wpcf7-response-output {
    margin-top: 10px !important
}

#serachpostCodeGl {
    width: auto !important;
    padding: 20px 35px !important;
    align-self: flex-start
}

#product_caro_glu {
    position: relative;
    padding: 75px 0;
    overflow: hidden
}

#product_caro_glu .container .titleWrap {
    margin: 0 0 75px 0;
    text-align: center
}

#product_caro_glu .container .titleWrap .subtitleStyle {
    color: #f2a900;
    text-transform: none
}

#product_caro_glu .container .titleWrap h3 {
    color: #aa242f;
    text-transform: uppercase
}

@media only screen and (max-width: 600px) {
    #product_caro_glu .container .titleWrap {
        margin: 0 0 45px 0
    }
}

#product_caro_glu .container #glutafin_productCaro .product_caro .product_img {
    max-width: 245px;
    display: block;
    margin: 0 auto 25px auto
}

#product_caro_glu .container #glutafin_productCaro .product_caro .title_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center
}

#product_caro_glu .container #glutafin_productCaro .product_caro .title_wrap h4 {
    color: #aa242f;
    font-size: 36px;
    text-transform: uppercase
}

@media only screen and (max-width: 768px) {
    #product_caro_glu .container #glutafin_productCaro .product_caro .title_wrap h4 {
        font-size: 30px;
        line-height: 34px
    }
}

@media only screen and (max-width: 600px) {
    #product_caro_glu .container #glutafin_productCaro .product_caro .title_wrap h4 {
        font-size: 27px;
        line-height: 29px;
        max-width: 80%;
        width: 100%
    }
}

#product_caro_glu .container #glutafin_productCaro .product_caro .title_wrap a {
    text-align: center;
    margin-top: 8px;
    margin-left: 15px
}

@media only screen and (max-width: 600px) {
    #product_caro_glu .container #glutafin_productCaro .product_caro .title_wrap a {
        margin: 0 10px;
        max-width: 20%
    }
}

@media only screen and (max-width: 600px) {
    #product_caro_glu .container #glutafin_productCaro .product_caro .title_wrap {
        align-items: center
    }
}

@media only screen and (max-width: 600px) {
    #product_caro_glu .container #glutafin_productCaro .product_caro {
        overflow: scroll
    }
}

@media only screen and (max-width: 600px) {
    #product_caro_glu .container #glutafin_productCaro .owl-item {
        opacity: 0
    }

    #product_caro_glu .container #glutafin_productCaro .active {
        opacity: .5
    }

    #product_caro_glu .container #glutafin_productCaro .center {
        opacity: 1
    }
}

#product_caro_glu .container #glutafin_productCaro .owl-dots {
    display: none;
    position: absolute;
    bottom: -70px;
    lefT: 0;
    right: 0
}

#product_caro_glu .container #glutafin_productCaro .owl-dots .active {
    opacity: 1 !important
}

#product_caro_glu .container #glutafin_productCaro .owl-dots .active span {
    background: #aa242f;
    opacity: 1 !important
}

#product_caro_glu .container #glutafin_productCaro .owl-dots span {
    width: 12px;
    height: 12px;
    display: block;
    margin-right: 3px;
    background: rgba(0, 0, 0, 0);
    background: #d8d8d8;
    border-radius: 50%
}

@media only screen and (max-width: 998px) {
    #product_caro_glu .container #glutafin_productCaro .owl-dots {
        display: block
    }
}

#product_caro_glu .container .btn_viewall {
    margin: 75px 0 0 0
}

#product_caro_glu .container .btn_viewall .yellowBtnGlut {
    margin: 0 auto
}

@media only screen and (max-width: 998px) {
    #product_caro_glu .container .btn_viewall {
        margin: 95px 0 0 0
    }
}

#product_caro_glu .controlStyleCaro {
    height: 124px;
    width: 124px;
    background-color: #aa242f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    z-index: 5
}

#product_caro_glu .prevProdCaro {
    position: absolute;
    left: -62px;
    top: 50%;
    justify-content: flex-end;
    padding-right: 25px
}

@media only screen and (max-width: 998px) {
    #product_caro_glu .prevProdCaro {
        display: none
    }
}

#product_caro_glu .nextProdCaro {
    position: absolute;
    right: -62px;
    top: 50%;
    justify-content: flex-start;
    padding-left: 25px
}

@media only screen and (max-width: 998px) {
    #product_caro_glu .nextProdCaro {
        display: none
    }
}

@media only screen and (max-width: 520px) {
    #product_caro_glu {
        padding: 45px 0 60px 0
    }
}

.prod-category-card {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2);
    max-width: 23%;
    width: 100%;
    margin: 25px 1%;
    align-self: flex-start;
    background-color: #fff
}

.prod-category-card .imgTopCat {
    height: 210px;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.prod-category-card .imgTopCat h4 {
    position: relative;
    z-index: 2;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 22px;
    text-align: center;
    color: #fff
}

.prod-category-card .imgTopCat .overlayer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

@media only screen and (max-width: 768px) {
    .prod-category-card .imgTopCat {
        height: 175px
    }
}

@media only screen and (max-width: 480px) {
    .prod-category-card .imgTopCat {
        height: 125px
    }
}

.prod-category-card .btn_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px
}

.prod-category-card .btn_wrap h4 {
    font-size: 24px;
    line-height: 26px;
    color: #aa242f
}

@media only screen and (max-width: 520px) {
    .prod-category-card .btn_wrap h4 {
        font-size: 21px;
        line-height: 24px;
        text-align: center;
        min-height: 52px
    }
}

.prod-category-card .btn_wrap img {
    transition: .25s all;
    webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all
}

@media only screen and (max-width: 520px) {
    .prod-category-card .btn_wrap img {
        margin-top: 8px
    }
}

@media only screen and (max-width: 520px) {
    .prod-category-card .btn_wrap {
        flex-direction: column
    }
}

@media only screen and (max-width: 998px) {
    .prod-category-card {
        max-width: 31%
    }
}

@media only screen and (max-width: 768px) {
    .prod-category-card {
        max-width: 48%
    }
}

.prod-category-card:hover .btn_wrap img {
    margin-right: -10px
}

#products_selected_glu {
    padding: 75px 0;
    overflow: hidden;
    position: relative
}

#products_selected_glu .container {
    text-align: center;
    position: relative
}

#products_selected_glu .container .subtitleStyle {
    color: #f2a900
}

#products_selected_glu .container h2 {
    color: #aa242f;
    text-transform: uppercase
}

#products_selected_glu .container #select_products_crousel {
    margin-top: 25px
}

#products_selected_glu .container #select_products_crousel .prod-selection-card {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .12);
    margin: 20px 10px;
    align-self: flex-start;
    background-color: #fff
}

#products_selected_glu .container #select_products_crousel .prod-selection-card .imgTopCat {
    height: 210px;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

#products_selected_glu .container #select_products_crousel .prod-selection-card .imgTopCat h4 {
    position: relative;
    z-index: 2;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 22px;
    text-align: center;
    color: #fff
}

#products_selected_glu .container #select_products_crousel .prod-selection-card .imgTopCat .overlayer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

@media only screen and (max-width: 768px) {
    #products_selected_glu .container #select_products_crousel .prod-selection-card .imgTopCat {
        height: 175px
    }
}

#products_selected_glu .container #select_products_crousel .prod-selection-card .btn_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    text-align: left;
    min-height: 90px
}

#products_selected_glu .container #select_products_crousel .prod-selection-card .btn_wrap h4 {
    font-size: 22px;
    line-height: 24px;
    color: #aa242f;
    text-transform: uppercase;
    width: 85%
}

@media only screen and (max-width: 520px) {
    #products_selected_glu .container #select_products_crousel .prod-selection-card .btn_wrap h4 {
        width: 90%
    }
}

#products_selected_glu .container #select_products_crousel .prod-selection-card .btn_wrap .imgWrap {
    width: 15%;
    text-align: center
}

#products_selected_glu .container #select_products_crousel .prod-selection-card .btn_wrap .imgWrap img {
    max-width: 30px;
    transition: .25s all;
    webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all
}

@media only screen and (max-width: 520px) {
    #products_selected_glu .container #select_products_crousel .prod-selection-card .btn_wrap .imgWrap {
        width: 10%
    }

    #products_selected_glu .container #select_products_crousel .prod-selection-card .btn_wrap .imgWrap img {
        width: 100%
    }
}

#products_selected_glu .container #select_products_crousel .prod-selection-card:hover .btn_wrap .imgWrap img {
    margin-left: 10px
}

@media only screen and (max-width: 600px) {
    #products_selected_glu .container #select_products_crousel .prod-selection-card {
        overflow: scroll
    }
}

#products_selected_glu .container #select_products_crousel .owl-dots {
    display: none;
    position: absolute;
    bottom: -35px;
    lefT: 0;
    right: 0
}

#products_selected_glu .container #select_products_crousel .owl-dots .active {
    opacity: 1 !important
}

#products_selected_glu .container #select_products_crousel .owl-dots .active span {
    background: #aa242f;
    opacity: 1 !important
}

#products_selected_glu .container #select_products_crousel .owl-dots span {
    width: 12px;
    height: 12px;
    display: block;
    margin-right: 3px;
    background: rgba(0, 0, 0, 0);
    background: #d8d8d8;
    border-radius: 50%
}

@media only screen and (max-width: 998px) {
    #products_selected_glu .container #select_products_crousel .owl-dots {
        display: block
    }
}

#products_selected_glu .controlStyleCaro {
    height: 124px;
    width: 124px;
    background-color: #aa242f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    z-index: 5
}

@media only screen and (max-width: 998px) {
    #products_selected_glu .controlStyleCaro {
        display: none
    }
}

#products_selected_glu .prevProdSelectCaro {
    position: absolute;
    left: -62px;
    top: 50%;
    justify-content: flex-end;
    padding-right: 25px
}

#products_selected_glu .nextProdSelectCaro {
    position: absolute;
    right: -62px;
    top: 50%;
    justify-content: flex-start;
    padding-left: 25px
}

@media only screen and (max-width: 520px) {
    #products_selected_glu {
        padding: 45px 0 60px
    }
}

.recipe-category-card {
    max-width: 25%;
    width: 100%;
    padding: 10px 7.5px;
    overflow: hidden
}

.recipe-category-card .imgTopCat {
    height: 300px;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s all;
    webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all
}

.recipe-category-card .imgTopCat .iconInnerWrapp {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 75px
}

.recipe-category-card .imgTopCat .iconInnerWrapp img {
    display: block;
    width: 100%;
    transition: .3s all;
    webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all
}

.recipe-category-card .imgTopCat .iconInnerWrapp img:nth-child(1) {
    margin-bottom: 8px
}

@media only screen and (max-width: 768px) {
    .recipe-category-card .imgTopCat .iconInnerWrapp img:nth-child(1) {
        margin-bottom: 0;
        margin-right: 3px
    }
}

.recipe-category-card .imgTopCat .iconInnerWrapp img:hover {
    transform: scale(1.05);
    webkit-transform: scale(1.05)
}

@media only screen and (max-width: 768px) {
    .recipe-category-card .imgTopCat .iconInnerWrapp img {
        width: 46%;
        display: inline-block
    }
}

@media only screen and (max-width: 768px) {
    .recipe-category-card .imgTopCat .iconInnerWrapp {
        width: 175px
    }
}

@media only screen and (max-width: 520px) {
    .recipe-category-card .imgTopCat .iconInnerWrapp {
        width: 150px
    }
}

.recipe-category-card .imgTopCat h4 {
    position: relative;
    z-index: 2;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 22px;
    text-align: center;
    color: #fff
}

@media only screen and (max-width: 520px) {
    .recipe-category-card .imgTopCat h4 {
        font-size: 18px !important
    }
}

.recipe-category-card .imgTopCat .overlayer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

@media only screen and (max-width: 768px) {
    .recipe-category-card .imgTopCat {
        height: 200px
    }
}

@media only screen and (max-width: 520px) {
    .recipe-category-card .imgTopCat {
        height: 250px
    }
}

@media only screen and (max-width: 420px) {
    .recipe-category-card .imgTopCat {
        height: 215px
    }
}

.recipe-category-card .contentWrappBtm {
    background-color: #f8f9fa;
    position: relative
}

.recipe-category-card .contentWrappBtm .btn_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    height: 115px;
    transition: .5s all;
    webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all
}

.recipe-category-card .contentWrappBtm .btn_wrap h4 {
    font-size: 24px;
    line-height: 26px;
    color: #aa242f
}

@media only screen and (max-width: 998px) {
    .recipe-category-card .contentWrappBtm .btn_wrap h4 {
        font-size: 22px;
        line-height: 24px
    }
}

@media only screen and (max-width: 520px) {
    .recipe-category-card .contentWrappBtm .btn_wrap h4 {
        font-size: 21px;
        line-height: 24px;
        text-align: center
    }
}

.recipe-category-card .contentWrappBtm .btn_wrap img {
    transition: .7s all;
    webkit-transition: .7s all;
    -moz-transition: .7s all;
    -ms-transition: .7s all;
    -o-transition: .7s all;
    transform: rotate(0);
    webkit-transform: rotate(0)
}

@media only screen and (max-width: 520px) {
    .recipe-category-card .contentWrappBtm .btn_wrap img {
        margin-top: 10px
    }
}

@media only screen and (max-width: 520px) {
    .recipe-category-card .contentWrappBtm .btn_wrap {
        flex-direction: column;
        height: auto
    }
}

.recipe-category-card:hover .imgTopCat {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2)
}

@media only screen and (min-width: 998px) {
    .recipe-category-card:hover .imgTopCat {
        height: 260px
    }
}

@media only screen and (min-width: 998px) {
    .recipe-category-card:hover .contentWrappBtm .btn_wrap {
        height: 150px
    }
}

@media only screen and (max-width: 998px) {
    .recipe-category-card {
        max-width: 33.3%
    }
}

@media only screen and (max-width: 768px) {
    .recipe-category-card {
        max-width: 50%
    }
}

@media only screen and (max-width: 520px) {
    .recipe-category-card {
        max-width: 380px
    }
}

.smllerTitle {
    font-size: 20px !important
}

#recipe_caro_glu {
    padding: 125px 0 175px 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/white-ripple-pattern.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

#recipe_caro_glu .container {
    text-align: center;
    position: relative
}

#recipe_caro_glu .container .subtitleStyle {
    color: #f2a900
}

#recipe_caro_glu .container h2 {
    color: #aa242f;
    text-transform: uppercase
}

#recipe_caro_glu .container h2 br {
    display: none
}

@media only screen and (max-width: 600px) {
    #recipe_caro_glu .container h2 br {
        display: block
    }
}

#recipe_caro_glu #recipe_crousel_sll {
    text-align: left;
    position: relative;
    margin-top: 10px
}

#recipe_caro_glu #recipe_crousel_sll .recipeItem {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 80px;
    padding: 20px 20px 0 0
}

#recipe_caro_glu #recipe_crousel_sll .recipeItem .imageWrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    right: 0;
    position: relative;
    max-width: 55%;
    width: 100%;
    height: 450px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2)
}

#recipe_caro_glu #recipe_crousel_sll .recipeItem .imageWrap .popMessage {
    width: 160px;
    height: 160px;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/we-love-this.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -80px;
    right: 35px;
    z-index: 5
}

@media only screen and (max-width: 520px) {
    #recipe_caro_glu #recipe_crousel_sll .recipeItem .imageWrap .popMessage {
        top: 2px;
        right: 2px;
        width: 100px;
        height: 100px
    }
}

@media only screen and (max-width: 998px) {
    #recipe_caro_glu #recipe_crousel_sll .recipeItem .imageWrap {
        max-width: 50%
    }
}

@media only screen and (max-width: 768px) {
    #recipe_caro_glu #recipe_crousel_sll .recipeItem .imageWrap {
        order: 1;
        max-width: 525px;
        height: 325px
    }
}

@media only screen and (max-width: 520px) {
    #recipe_caro_glu #recipe_crousel_sll .recipeItem .imageWrap {
        height: 225px
    }
}

#recipe_caro_glu #recipe_crousel_sll .recipeItem .contentWrap {
    max-width: 45%;
    width: 100%;
    background-color: #fff;
    padding: 50px
}

#recipe_caro_glu #recipe_crousel_sll .recipeItem .contentWrap .innerWrap {
    width: 100%
}

#recipe_caro_glu #recipe_crousel_sll .recipeItem .contentWrap .innerWrap h4 {
    text-transform: uppercase;
    color: #aa242f;
    font-size: 36px;
    line-height: 36px
}

@media only screen and (max-width: 520px) {
    #recipe_caro_glu #recipe_crousel_sll .recipeItem .contentWrap .innerWrap h4 {
        font-size: 26px;
        line-height: 26px
    }
}

#recipe_caro_glu #recipe_crousel_sll .recipeItem .contentWrap .innerWrap .top_header_glup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0
}

#recipe_caro_glu #recipe_crousel_sll .recipeItem .contentWrap .innerWrap .top_header_glup .col {
    width: 25%;
    display: flex;
    justify-content: flex-start
}

#recipe_caro_glu #recipe_crousel_sll .recipeItem .contentWrap .innerWrap .top_header_glup .col .select-img {
    max-width: 100px;
    width: 100%
}

#recipe_caro_glu #recipe_crousel_sll .recipeItem .contentWrap .innerWrap .top_header_glup .col .icon {
    margin-right: 15px;
    width: 35%
}

#recipe_caro_glu #recipe_crousel_sll .recipeItem .contentWrap .innerWrap .top_header_glup .col .icon img {
    max-width: 100%
}

#recipe_caro_glu #recipe_crousel_sll .recipeItem .contentWrap .innerWrap .top_header_glup .col .title {
    width: 65%
}

#recipe_caro_glu #recipe_crousel_sll .recipeItem .contentWrap .innerWrap .top_header_glup .col .title h5 {
    color: #aa242f;
    font-size: 16px;
    line-height: 22px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700
}

#recipe_caro_glu #recipe_crousel_sll .recipeItem .contentWrap .innerWrap .top_header_glup .col .title h5 span {
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media only screen and (max-width: 998px) {
    #recipe_caro_glu #recipe_crousel_sll .recipeItem .contentWrap {
        max-width: 50%;
        padding: 25px
    }
}

@media only screen and (max-width: 768px) {
    #recipe_caro_glu #recipe_crousel_sll .recipeItem .contentWrap {
        order: 2;
        max-width: 525px
    }
}

@media only screen and (max-width: 768px) {
    #recipe_caro_glu #recipe_crousel_sll .recipeItem {
        flex-direction: column;
        padding: 0
    }
}

@media only screen and (max-width: 520px) {
    #recipe_caro_glu #recipe_crousel_sll .recipeItem {
        overflow: scroll;
        margin-top: 25px
    }
}

#recipe_caro_glu #recipe_crousel_sll .owl-dots {
    display: none;
    position: absolute;
    bottom: -55px;
    lefT: 0;
    right: 0
}

#recipe_caro_glu #recipe_crousel_sll .owl-dots .active {
    opacity: 1 !important
}

#recipe_caro_glu #recipe_crousel_sll .owl-dots .active span {
    background: #aa242f;
    opacity: 1 !important
}

#recipe_caro_glu #recipe_crousel_sll .owl-dots span {
    width: 12px;
    height: 12px;
    display: block;
    margin-right: 3px;
    background: rgba(0, 0, 0, 0);
    background: #d8d8d8;
    border-radius: 50%
}

@media only screen and (max-width: 998px) {
    #recipe_caro_glu #recipe_crousel_sll .owl-dots {
        display: block
    }
}

#recipe_caro_glu .buttonWrap {
    display: flex;
    position: absolute;
    z-index: 5;
    bottom: -75px;
    right: 20px
}

#recipe_caro_glu .buttonWrap .recipe_btn_left {
    margin-right: 10px
}

@media only screen and (max-width: 998px) {
    #recipe_caro_glu .buttonWrap {
        display: none
    }
}

@media only screen and (max-width: 520px) {
    #recipe_caro_glu {
        padding: 50px 0 90px 0
    }
}

.video-card {
    max-width: 50%;
    width: 100%;
    padding: 10px 7.5px;
    overflow: hidden
}

.video-card h4 {
    font-size: 24px;
    line-height: 26px;
    color: #aa242f
}

@media only screen and (max-width: 998px) {
    .video-card h4 {
        font-size: 22px;
        line-height: 24px
    }
}

@media only screen and (max-width: 520px) {
    .video-card h4 {
        font-size: 21px;
        line-height: 24px;
        text-align: center
    }
}

@media only screen and (max-width: 768px) {
    .video-card {
        max-width: 100%
    }
}

@media only screen and (max-width: 520px) {
    .video-card {
        max-width: 100%
    }
}

.video-card-single {
    max-width: 100%;
    width: 100%;
    padding: 10px 7.5px;
    overflow: hidden
}

.video-card-single h2 {
    color: #aa242f
}

.video-card-single .video-button {
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center
}

.smllerTitle {
    font-size: 20px !important
}

#video_caro_glu {
    padding: 125px 0 175px 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/white-ripple-pattern.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

#video_caro_glu .container {
    text-align: center;
    position: relative
}

#video_caro_glu .container .subtitleStyle {
    color: #f2a900
}

#video_caro_glu .container h2 {
    color: #aa242f;
    text-transform: uppercase
}

#video_caro_glu .container h2 br {
    display: none
}

@media only screen and (max-width: 600px) {
    #video_caro_glu .container h2 br {
        display: block
    }
}

#video_caro_glu #video_crousel_sll {
    text-align: left;
    position: relative;
    margin-top: 10px
}

#video_caro_glu #video_crousel_sll .videoItem {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 80px;
    padding: 20px 20px 0 0
}

#video_caro_glu #video_crousel_sll .videoItem .imageWrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    right: 0;
    position: relative;
    max-width: 55%;
    width: 100%;
    height: 450px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2)
}

#video_caro_glu #video_crousel_sll .videoItem .imageWrap .popMessage {
    width: 160px;
    height: 160px;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/we-love-this.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -80px;
    right: 35px;
    z-index: 5
}

@media only screen and (max-width: 520px) {
    #video_caro_glu #video_crousel_sll .videoItem .imageWrap .popMessage {
        top: 2px;
        right: 2px;
        width: 100px;
        height: 100px
    }
}

@media only screen and (max-width: 998px) {
    #video_caro_glu #video_crousel_sll .videoItem .imageWrap {
        max-width: 50%
    }
}

@media only screen and (max-width: 768px) {
    #video_caro_glu #video_crousel_sll .videoItem .imageWrap {
        order: 1;
        max-width: 525px;
        height: 325px
    }
}

@media only screen and (max-width: 520px) {
    #video_caro_glu #video_crousel_sll .videoItem .imageWrap {
        height: 225px
    }
}

#video_caro_glu #video_crousel_sll .videoItem .contentWrap {
    max-width: 45%;
    width: 100%;
    background-color: #fff;
    padding: 50px
}

#video_caro_glu #video_crousel_sll .videoItem .contentWrap .innerWrap {
    width: 100%
}

#video_caro_glu #video_crousel_sll .videoItem .contentWrap .innerWrap h4 {
    text-transform: uppercase;
    color: #aa242f;
    font-size: 36px;
    line-height: 36px
}

@media only screen and (max-width: 520px) {
    #video_caro_glu #video_crousel_sll .videoItem .contentWrap .innerWrap h4 {
        font-size: 26px;
        line-height: 26px
    }
}

#video_caro_glu #video_crousel_sll .videoItem .contentWrap .innerWrap .top_header_glup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0
}

#video_caro_glu #video_crousel_sll .videoItem .contentWrap .innerWrap .top_header_glup .col {
    width: 25%;
    display: flex;
    justify-content: flex-start
}

#video_caro_glu #video_crousel_sll .videoItem .contentWrap .innerWrap .top_header_glup .col .select-img {
    max-width: 100px;
    width: 100%
}

#video_caro_glu #video_crousel_sll .videoItem .contentWrap .innerWrap .top_header_glup .col .icon {
    margin-right: 15px;
    width: 35%
}

#video_caro_glu #video_crousel_sll .videoItem .contentWrap .innerWrap .top_header_glup .col .icon img {
    max-width: 100%
}

#video_caro_glu #video_crousel_sll .videoItem .contentWrap .innerWrap .top_header_glup .col .title {
    width: 65%
}

#video_caro_glu #video_crousel_sll .videoItem .contentWrap .innerWrap .top_header_glup .col .title h5 {
    color: #aa242f;
    font-size: 16px;
    line-height: 22px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700
}

#video_caro_glu #video_crousel_sll .videoItem .contentWrap .innerWrap .top_header_glup .col .title h5 span {
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media only screen and (max-width: 998px) {
    #video_caro_glu #video_crousel_sll .videoItem .contentWrap {
        max-width: 50%;
        padding: 25px
    }
}

@media only screen and (max-width: 768px) {
    #video_caro_glu #video_crousel_sll .videoItem .contentWrap {
        order: 2;
        max-width: 525px
    }
}

@media only screen and (max-width: 768px) {
    #video_caro_glu #video_crousel_sll .videoItem {
        flex-direction: column;
        padding: 0
    }
}

@media only screen and (max-width: 520px) {
    #video_caro_glu #video_crousel_sll .videoItem {
        overflow: scroll;
        margin-top: 25px
    }
}

#video_caro_glu #video_crousel_sll .owl-dots {
    display: none;
    position: absolute;
    bottom: -55px;
    lefT: 0;
    right: 0
}

#video_caro_glu #video_crousel_sll .owl-dots .active {
    opacity: 1 !important
}

#video_caro_glu #video_crousel_sll .owl-dots .active span {
    background: #aa242f;
    opacity: 1 !important
}

#video_caro_glu #video_crousel_sll .owl-dots span {
    width: 12px;
    height: 12px;
    display: block;
    margin-right: 3px;
    background: rgba(0, 0, 0, 0);
    background: #d8d8d8;
    border-radius: 50%
}

@media only screen and (max-width: 998px) {
    #video_caro_glu #video_crousel_sll .owl-dots {
        display: block
    }
}

#video_caro_glu .buttonWrap {
    display: flex;
    position: absolute;
    z-index: 5;
    bottom: -75px;
    right: 20px
}

#video_caro_glu .buttonWrap .video_btn_left {
    margin-right: 10px
}

@media only screen and (max-width: 998px) {
    #video_caro_glu .buttonWrap {
        display: none
    }
}

@media only screen and (max-width: 520px) {
    #video_caro_glu {
        padding: 50px 0 90px 0
    }
}

#blog-recent-carousel {
    padding: 75px 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/recent-articles-bg.png");
    background-position: center;
    background-size: cover
}

#blog-recent-carousel .container {
    position: relative
}

#blog-recent-carousel .container .titleWrap {
    text-align: center;
    margin-bottom: 55px
}

#blog-recent-carousel .container .titleWrap .subtitleStyle {
    color: #f2a900;
    text-transform: none
}

#blog-recent-carousel .container .titleWrap h2 {
    color: #aa242f;
    text-transform: uppercase
}

@media only screen and (max-width: 520px) {
    #blog-recent-carousel .container .titleWrap {
        margin-bottom: 35px
    }
}

#blog-recent-carousel .container .atricle_btn_left {
    position: absolute;
    left: -80px;
    top: calc(50% + 60px);
    width: 60px;
    height: 60px;
    z-index: 5
}

@media only screen and (max-width: 1300px) {
    #blog-recent-carousel .container .atricle_btn_left {
        display: none
    }
}

#blog-recent-carousel .container .atricle_btn_right {
    position: absolute;
    right: -80px;
    top: calc(50% + 60px);
    width: 60px;
    height: 60px;
    z-index: 5
}

@media only screen and (max-width: 1300px) {
    #blog-recent-carousel .container .atricle_btn_right {
        display: none
    }
}

#blog-recent-carousel .owl-dots {
    display: none;
    position: absolute;
    bottom: -40px;
    lefT: 0;
    right: 0
}

#blog-recent-carousel .owl-dots .active {
    opacity: 1 !important
}

#blog-recent-carousel .owl-dots .active span {
    background: #aa242f;
    opacity: 1 !important
}

#blog-recent-carousel .owl-dots span {
    width: 12px;
    height: 12px;
    display: block;
    margin-right: 3px;
    background: rgba(0, 0, 0, 0);
    background: #d8d8d8;
    border-radius: 50%
}

@media only screen and (max-width: 1300px) {
    #blog-recent-carousel .owl-dots {
        display: block
    }
}

@media only screen and (max-width: 520px) {
    #blog-recent-carousel {
        padding: 50px 0 75px 0
    }
}

.blog_card {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2);
    margin: 20px
}

.blog_card .featArticleImGWrap {
    width: 100%;
    height: 190px;
    background-size: cover;
    background-position: center
}

.blog_card .card_content {
    padding: 25px;
    background-color: #fff
}

.blog_card .card_content h5.subttitleBlog {
    font-size: 28px;
    line-height: 36px;
    font-family: "amithen", Helvetica, Arial, sans-serif !important;
    color: #f2a900
}

.blog_card .card_content h4 {
    font-size: 24px;
    line-height: 26px;
    margin: 0;
    color: #aa242f;
    text-transform: uppercase;
    height: 90px
}

@media only screen and (max-width: 520px) {
    .blog_card .card_content h4 {
        font-size: 22px;
        line-height: 24px;
        height: 82px
    }
}

.blog_card .card_content p {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
    height: 115px
}

@media only screen and (max-width: 520px) {
    .blog_card .card_content {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee
    }
}

@media only screen and (max-width: 600px) {
    .blog_card {
        max-width: 360px;
        display: block;
        margin: 20px auto
    }
}

@media only screen and (max-width: 520px) {
    .blog_card {
        overflow: scroll;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none
    }
}

.glu_accordion {
    list-style-type: none;
    margin: 35px 0 0 0;
    padding: 0
}

.glu_accordion .question {
    padding: 20px 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #878787
}

.glu_accordion .question h4 {
    font-weight: 700;
    font-size: 30px;
    color: #aa242f;
    text-transform: uppercase
}

@media only screen and (max-width: 520px) {
    .glu_accordion .question h4 {
        font-size: 23px;
        line-height: 27px
    }
}

.glu_accordion .question .fq_icon {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px
}

.glu_accordion .question .fq_icon img {
    width: 100%;
    transition: .5s all;
    webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all
}

@media only screen and (max-width: 520px) {
    .glu_accordion .question .fq_icon {
        width: 22px;
        height: 22px
    }
}

.glu_accordion .question:first-child {
    border-top: 1px solid #878787
}

.glu_accordion .openedQuestion {
    border-bottom: 0
}

.glu_accordion .openedQuestion .fq_icon img {
    transform: rotate(180deg)
}

.glu_accordion .answer {
    display: none;
    padding: 20px 0 35px 0;
    background-color: #fff;
    margin-bottom: 15px;
    border-bottom: 1px solid #878787
}

.paginationArts {
    width: 100%;
    margin-top: 25px
}

.paginationArts nav {
    display: block;
    margin: 0 auto
}

.paginationArts nav ul {
    display: flex
}

.paginationArts nav ul li {
    background-color: #f2a900;
    color: #fff;
    height: 30px;
    width: 30px;
    margin-right: 5px;
    border: 0;
    position: relative
}

.paginationArts nav ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.paginationArts nav ul li .current {
    background-color: #aa242f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.paginationArts nav ul li:last-child {
    margin-right: 0
}

#newsletter_signup_glut {
    padding: 75px 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/newsletter-assets/newsletter-background-glut.png");
    background-position: center;
    background-size: cover;
    position: relative
}

#newsletter_signup_glut .container {
    display: flex;
    align-items: flex-start
}

#newsletter_signup_glut .container .textWrap_left {
    max-width: 600px;
    width: 100%;
    margin-right: 15px
}

#newsletter_signup_glut .container .textWrap_left .subtitleStyle {
    color: #ffa300;
    margin-bottom: 15px;
    text-transform: none
}

#newsletter_signup_glut .container .textWrap_left h3 {
    color: #fff;
    max-width: 460px;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 46px
}

@media only screen and (max-width: 768px) {
    #newsletter_signup_glut .container .textWrap_left h3 {
        text-align: center;
        font-size: 40px;
        line-height: 44px;
        margin: 0 auto 30px auto
    }
}

@media only screen and (max-width: 520px) {
    #newsletter_signup_glut .container .textWrap_left h3 {
        font-size: 30px;
        line-height: 32px
    }
}

@media only screen and (max-width: 768px) {
    #newsletter_signup_glut .container .textWrap_left {
        margin-right: 0;
        max-width: 100%
    }
}

#newsletter_signup_glut .container .formWrap_right {
    max-width: 420px;
    width: 100%;
    align-self: center
}

@media only screen and (max-width: 768px) {
    #newsletter_signup_glut .container {
        flex-direction: column
    }
}

#newsletter_signup_glut:before {
    content: "";
    height: 30px;
    width: 100%;
    position: absolute;
    top: -30px;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/newsletter-assets/newsletter-top-pattern.png");
    background-position: center;
    background-size: cover
}

#newsletter_signup_glut:after {
    content: "";
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: -30px;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/newsletter-assets/newsletter-bottom-pattern.png");
    background-position: center;
    background-size: cover
}

@media only screen and (max-width: 520px) {
    #newsletter_signup_glut {
        padding: 45px 0
    }
}

#xmas_message_gluu {
    padding: 75px 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/newsletter-assets/newsletter-background-glut.png");
    background-position: center;
    background-size: cover;
    position: relative
}

#xmas_message_gluu .container {
    text-align: center
}

#xmas_message_gluu .container h3 {
    color: #fff;
    font-size: 36px;
    line-height: 44px
}

@media only screen and (max-width: 520px) {
    #xmas_message_gluu .container h3 {
        font-size: 26px;
        line-height: 32px
    }
}

#xmas_message_gluu .container h2 {
    color: #ffa300
}

#xmas_message_gluu:before {
    content: "";
    height: 30px;
    width: 100%;
    position: absolute;
    top: -30px;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/newsletter-assets/newsletter-top-pattern.png");
    background-position: center;
    background-size: cover
}

#xmas_message_gluu:after {
    content: "";
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: -30px;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/newsletter-assets/newsletter-bottom-pattern.png");
    background-position: center;
    background-size: cover
}

@media only screen and (max-width: 520px) {
    #xmas_message_gluu {
        padding: 45px 0
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-top: 15px;
    overflow: hidden;
    max-width: 100%
}

.embed-container iframe,
.embed-container .embed-container object,
.embed-container .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#scharRegisterPopup {
    background-color: rgba(0, 0, 0, .75);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    padding: 15px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    display: flex;
    transition: .5s all;
    webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all
}

#scharRegisterPopup .popupCtWrap {
    position: relative;
    max-width: 720px;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    padding: 40px 45px 50px 45px;
    text-align: center
}

#scharRegisterPopup .popupCtWrap img {
    margin-bottom: 15px;
    max-width: 80px
}

#scharRegisterPopup .popupCtWrap h4 {
    color: #aa242f;
    text-transform: uppercase
}

#scharRegisterPopup .popupCtWrap p {
    margin: 6px 0 20px 0
}

@media only screen and (max-width: 520px) {
    #scharRegisterPopup .popupCtWrap p {
        font-size: 15px;
        line-height: 23px
    }
}

#scharRegisterPopup .popupCtWrap .buttonWrap {
    margin: 25px 0 15px 0
}

#scharRegisterPopup .popupCtWrap .buttonWrap a {
    margin: 0 auto
}

#scharRegisterPopup .popupCtWrap #privRemind p {
    font-size: 13px;
    line-height: 14px
}

#scharRegisterPopup .popupCtWrap #privRemind p a {
    color: #aa242f;
    text-decoration: underline
}

#scharRegisterPopup .popupCtWrap .close_this_scharpop {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    height: 30px;
    width: 30px
}

#scharRegisterPopup .popupCtWrap .close_this_scharpop span {
    background: #aa242f;
    border: none;
    height: 2px;
    width: 100%;
    top: 7px;
    transition: all .35s ease;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(9px) translateX(0) rotate(45deg)
}

#scharRegisterPopup .popupCtWrap .close_this_scharpop span:nth-of-type(2) {
    transform: translateY(-9px) translateX(0) rotate(-45deg);
    top: 25px
}

@media only screen and (max-width: 520px) {
    #scharRegisterPopup .popupCtWrap .close_this_scharpop {
        right: 10px;
        top: 10px
    }
}

.enabled_RegisterScharpopup {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important
}

@media only screen and (max-width: 1080px) {
    .enabled_RegisterScharpopup {
        display: block !important;
        overflow: scroll
    }
}

.removeScharPp {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important
}

#blog_posts_wrap {
    padding: 75px 0 100px 0;
    position: relative
}

#blog_posts_wrap .productWrap {
    margin-top: 20px
}

#blog_posts_wrap .productWrap .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1275px
}

#blog_posts_wrap .productWrap .container .blog_card {
    max-width: 31%;
    width: 100%;
    margin: 25px 1.1%
}

@media only screen and (max-width: 849px) {
    #blog_posts_wrap .productWrap .container .blog_card {
        max-width: 47%;
        margin: 20px 1.5%
    }
}

@media only screen and (max-width: 520px) {
    #blog_posts_wrap .productWrap .container .blog_card {
        max-width: 320px
    }
}

.content_blog_title_para {
    padding: 0 0 50px 0
}

.content_blog_title_para .container {
    text-align: center;
    max-width: 980px
}

.content_blog_title_para .container .subtitleStyle {
    color: #f2a900;
    text-transform: none
}

.content_blog_title_para .container h2 {
    color: #aa242f;
    text-transform: uppercase
}

.content_blog_title_para .container .content_standard {
    margin-top: 25px
}

.content_blog_title_para .container .content_standard p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 25px
}

.content_blog_title_para .container .content_standard p:first-child {
    font-size: 20px;
    line-height: 26px;
    margin-top: 0
}

#single_post_wrap {
    background-color: #fff;
    position: relative;
    padding: 45px 0 75px 0;
    overflow: hidden
}

#single_post_wrap .container {
    display: flex;
    justify-content: space-between
}

#single_post_wrap .container .contentWrap {
    max-width: 740px;
    padding: 35px 0 50px 0;
    width: 100%;
    margin-right: 15px;
    min-height: 1000px
}

#single_post_wrap .container .contentWrap h1,
#single_post_wrap .container .contentWrap h2,
#single_post_wrap .container .contentWrap h3,
#single_post_wrap .container .contentWrap h4,
#single_post_wrap .container .contentWrap h5,
#single_post_wrap .container .contentWrap h6 {
    color: #aa242f;
    margin: 25px 0;
    text-transform: uppercase
}

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

    #single_post_wrap .container .contentWrap h1,
    #single_post_wrap .container .contentWrap h2,
    #single_post_wrap .container .contentWrap h3,
    #single_post_wrap .container .contentWrap h4,
    #single_post_wrap .container .contentWrap h5,
    #single_post_wrap .container .contentWrap h6 {
        margin: 20px 0
    }
}

#single_post_wrap .container .contentWrap h2,
#single_post_wrap .container .contentWrap h3 {
    font-size: 30px;
    line-height: 32px
}

#single_post_wrap .container .contentWrap p {
    margin-bottom: 25px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

@media only screen and (max-width: 998px) {
    #single_post_wrap .container .contentWrap p {
        margin-bottom: 15px
    }
}

#single_post_wrap .container .contentWrap .post_full_width {
    width: 100%;
    margin: 25px 0
}

#single_post_wrap .container .contentWrap #socialShareer {
    border-top: 1px solid #343333;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 25px;
    display: flex;
    align-items: center
}

#single_post_wrap .container .contentWrap #socialShareer h5 {
    font-weight: 400;
    margin-right: 15px;
    font-family: "amithen", Helvetica, Arial, sans-serif;
    color: #f2a900;
    text-transform: none;
    font-size: 40px;
    line-height: 50px
}

@media only screen and (max-width: 998px) {
    #single_post_wrap .container .contentWrap #socialShareer h5 {
        font-size: 32px;
        line-height: 42px
    }
}

#single_post_wrap .container .contentWrap #socialShareer img {
    margin-right: 5px;
    transition: .3s all;
    webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all
}

#single_post_wrap .container .contentWrap #socialShareer img:hover {
    margin-bottom: 5px
}

@media only screen and (max-width: 998px) {
    #single_post_wrap .container .contentWrap {
        margin-right: 0
    }
}

#single_post_wrap .container #sidebarWrap {
    max-width: 375px;
    width: 100%;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/white-ripple-pattern.png");
    background-position: center;
    background-size: cover;
    position: relative;
    align-self: flex-start;
    padding: 35px 50px
}

#single_post_wrap .container #sidebarWrap .titlerWrap {
    margin-bottom: 35px;
    padding: 0 10px
}

#single_post_wrap .container #sidebarWrap .titlerWrap .subtitleStyle {
    color: #f2a900;
    text-transform: none;
    font-size: 40px;
    line-height: 50px
}

@media only screen and (max-width: 998px) {
    #single_post_wrap .container #sidebarWrap .titlerWrap .subtitleStyle {
        font-size: 32px;
        line-height: 42px
    }
}

#single_post_wrap .container #sidebarWrap .titlerWrap h4 {
    color: #aa242f;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase
}

#single_post_wrap .container #sidebarWrap .blog_card {
    max-width: 280px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto 45px auto
}

#single_post_wrap .container #sidebarWrap .blog_card h4 {
    margin-bottom: 25px
}

#single_post_wrap .container #sidebarWrap .blog_card p {
    display: none
}

#single_post_wrap .container #sidebarWrap:after {
    content: "";
    position: absolute;
    width: 200%;
    top: 0;
    right: -200%;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/white-ripple-pattern.png");
    background-position: right;
    background-size: cover;
    height: 100%
}

@media only screen and (max-width: 998px) {
    #single_post_wrap .container #sidebarWrap:before {
        content: "";
        position: absolute;
        width: 200%;
        top: 0;
        left: -200%;
        background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/white-ripple-pattern.png");
        background-position: right;
        background-size: cover;
        height: 100%
    }
}

@media only screen and (max-width: 998px) {
    #single_post_wrap .container #sidebarWrap {
        padding: 60px 25px;
        align-self: center
    }
}

@media only screen and (max-width: 520px) {
    #single_post_wrap .container #sidebarWrap {
        padding: 40px 15px
    }
}

@media only screen and (max-width: 998px) {
    #single_post_wrap .container {
        flex-direction: column;
        align-items: center
    }
}

@media only screen and (max-width: 998px) {
    #single_post_wrap {
        padding: 40px 0 0 0
    }
}

#products_UK_wrap {
    padding: 75px 0
}

#products_UK_wrap .productWrap {
    margin-top: 20px
}

#products_UK_wrap .productWrap .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1275px
}

.cnt-wrapp-prodcats {
    padding: 75px 0 100px 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/white-ripple-pattern.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.cnt-wrapp-prodcats .container {
    text-align: center;
    max-width: 998px
}

.cnt-wrapp-prodcats .container h1,
.cnt-wrapp-prodcats .container h2,
.cnt-wrapp-prodcats .container h3,
.cnt-wrapp-prodcats .container h4,
.cnt-wrapp-prodcats .container h5,
.cnt-wrapp-prodcats .container h6 {
    color: #aa242f;
    text-transform: uppercase;
    margin: 25px 0 20px 0
}

.cnt-wrapp-prodcats .container h3 {
    font-size: 32px;
    line-height: 38px
}

.cnt-wrapp-prodcats .container h4 {
    font-size: 28px;
    line-height: 34px
}

.cnt-wrapp-prodcats .container img {
    margin: 20px 0
}

.cnt-wrapp-prodcats .container .maroonBtnGlut {
    margin: 0 auto;
    text-decoration: none
}

.cnt-wrapp-prodcats .container ul {
    margin: 20px 0 25px 15px;
    list-style-position: inside
}

.cnt-wrapp-prodcats .container ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px
}

.cnt-wrapp-prodcats .container ul li:before {
    content: "â€¢";
    color: #f2a900;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0
}

.cnt-wrapp-prodcats .container p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px
}

.cnt-wrapp-prodcats .container p a {
    color: #aa242f;
    text-decoration: underline
}

@media only screen and (max-width: 768px) {
    .cnt-wrapp-prodcats {
        padding: 50px 0 60px 0
    }
}

@media only screen and (max-width: 520px) {
    .cnt-wrapp-prodcats {
        padding: 30px 0 45px 0
    }
}

.category_title_taxoP {
    margin-bottom: 25px
}

.category_title_taxoP .container {
    position: relative
}

.category_title_taxoP .container h3 {
    font-size: 40px;
    line-height: 36px;
    color: #f2a900
}

.category_title_taxoP .container h2 {
    font-size: 30px;
    line-height: 36px;
    color: #aa242f
}

.category_title_taxoP .container .subtitleStyleRecii {
    font-family: "amithen", Helvetica, Arial, sans-serif;
    color: #f2a900;
    font-size: 60px;
    line-height: 78px
}

@media only screen and (max-width: 768px) {
    .category_title_taxoP .container .subtitleStyleRecii {
        font-size: 52px;
        line-height: 55px;
        text-align: center
    }
}

@media only screen and (max-width: 520px) {
    .category_title_taxoP .container .subtitleStyleRecii {
        font-size: 42px;
        line-height: 48px
    }
}

.category_title_taxoP .container .freshbread-order {
    position: absolute;
    right: 0;
    top: 20px
}

@media only screen and (max-width: 768px) {
    .category_title_taxoP .container .freshbread-order {
        display: none
    }
}

.terms_alert {
    margin-top: 15px
}

.terms_alert p {
    font-size: 14px;
    line-height: 26px
}

#products_noneUK_wrap {
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/backgrounds/wood-bg.png");
    background-size: cover;
    padding: 75px 0;
    position: relative
}

#products_noneUK_wrap .productWrap {
    margin-top: 20px
}

#products_noneUK_wrap .productWrap .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1275px
}

#products_noneUK_wrap .productWrap .container .prod-category-card {
    max-width: 31%
}

@media only screen and (max-width: 768px) {
    #products_noneUK_wrap .productWrap .container .prod-category-card {
        max-width: 48%
    }
}

#products_noneUK_wrap:after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    bottom: -15px;
    z-index: 2;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/straight-rough-edge-yellow.png");
    background-position: center bottom
}

#products_Recipe_wrap {
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/backgrounds/wood-bg.png");
    background-size: cover;
    padding: 75px 0;
    position: relative
}

#products_Recipe_wrap .productWrap {
    margin-top: 20px
}

#products_Recipe_wrap .productWrap .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

@media only screen and (max-width: 1185px) {
    #products_Recipe_wrap .productWrap .container {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}

@media only screen and (max-width: 998px) {
    #products_Recipe_wrap .productWrap .container {
        justify-content: center
    }
}

#products_Recipe_wrap #seasonalCTAWrappGlu {
    background-color: #a6192e;
    width: 100%;
    height: 300px;
    margin: 7.5px;
    display: flex;
    align-items: center
}

#products_Recipe_wrap #seasonalCTAWrappGlu .imgWrapRight {
    height: 100%;
    max-width: 650px;
    width: 100%;
    margin-right: 15px;
    background-position: left center;
    background-size: cover;
    position: relative
}

#products_Recipe_wrap #seasonalCTAWrappGlu .imgWrapRight .overlayer {
    position: absolute;
    right: 0;
    top: 0;
    width: 26%;
    height: 100%;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/dividers/circular-divider.svg");
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat
}

@media only screen and (max-width: 828px) {
    #products_Recipe_wrap #seasonalCTAWrappGlu .imgWrapRight .overlayer {
        background-size: cover;
        width: 33%
    }
}

@media only screen and (max-width: 768px) {
    #products_Recipe_wrap #seasonalCTAWrappGlu .imgWrapRight .overlayer {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    #products_Recipe_wrap #seasonalCTAWrappGlu .imgWrapRight {
        max-width: 100%;
        height: 200px;
        margin-right: 0
    }
}

@media only screen and (max-width: 520px) {
    #products_Recipe_wrap #seasonalCTAWrappGlu .imgWrapRight {
        height: 175px
    }
}

#products_Recipe_wrap #seasonalCTAWrappGlu .contentWrapp {
    max-width: 380px;
    width: 100%
}

#products_Recipe_wrap #seasonalCTAWrappGlu .contentWrapp h5 {
    font-family: "amithen", Helvetica, Arial, sans-serif;
    color: #f2a900;
    font-size: 32px;
    line-height: 34px
}

@media only screen and (max-width: 520px) {
    #products_Recipe_wrap #seasonalCTAWrappGlu .contentWrapp h5 {
        font-size: 28px;
        line-height: 32px
    }
}

#products_Recipe_wrap #seasonalCTAWrappGlu .contentWrapp h3 {
    color: #fff;
    font-size: 32px;
    line-height: 34px;
    margin: 15px 0;
    text-transform: uppercase
}

@media only screen and (max-width: 520px) {
    #products_Recipe_wrap #seasonalCTAWrappGlu .contentWrapp h3 {
        font-size: 28px;
        line-height: 32px
    }
}

#products_Recipe_wrap #seasonalCTAWrappGlu .contentWrapp .yellowBtnGlut {
    padding: 13px 33px
}

#products_Recipe_wrap #seasonalCTAWrappGlu .contentWrapp .yellowBtnGlut:hover {
    background-color: #fff !important;
    color: #aa242f !important
}

@media only screen and (max-width: 768px) {
    #products_Recipe_wrap #seasonalCTAWrappGlu .contentWrapp .yellowBtnGlut {
        margin: 0 auto
    }
}

@media only screen and (max-width: 768px) {
    #products_Recipe_wrap #seasonalCTAWrappGlu .contentWrapp {
        margin: 35px 0;
        text-align: center
    }
}

@media only screen and (max-width: 768px) {
    #products_Recipe_wrap #seasonalCTAWrappGlu {
        flex-direction: column;
        height: auto;
        max-width: 575px;
        margin: 7.5px auto
    }
}

@media only screen and (max-width: 600px) {
    #products_Recipe_wrap #seasonalCTAWrappGlu {
        margin: 7.5px
    }
}

@media only screen and (max-width: 520px) {
    #products_Recipe_wrap #seasonalCTAWrappGlu {
        max-width: 365px
    }
}

#products_Recipe_wrap:after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    bottom: -15px;
    z-index: 2;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/straight-rough-edge-white.png");
    background-position: center bottom
}

@media only screen and (max-width: 768px) {
    #products_Recipe_wrap {
        padding: 60px 0
    }
}

@media only screen and (max-width: 520px) {
    #products_Recipe_wrap {
        padding: 45px 0
    }
}

#products_video_wrap {
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/backgrounds/wood-bg.png");
    background-size: cover;
    padding: 75px 0;
    position: relative
}

#products_video_wrap .videoWrap {
    margin-top: 20px
}

#products_video_wrap .videoWrap .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

@media only screen and (max-width: 1185px) {
    #products_video_wrap .videoWrap .container {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}

@media only screen and (max-width: 998px) {
    #products_video_wrap .videoWrap .container {
        justify-content: center
    }
}

#products_video_wrap:after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    bottom: -15px;
    z-index: 2;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/straight-rough-edge-white.png");
    background-position: center bottom
}

@media only screen and (max-width: 768px) {
    #products_video_wrap {
        padding: 60px 0
    }
}

@media only screen and (max-width: 520px) {
    #products_video_wrap {
        padding: 45px 0
    }
}

#single_video_wrap {
    padding: 75px 0;
    position: relative
}

#single_video_wrap .videoWrap {
    margin-top: 20px
}

#single_video_wrap .videoWrap .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

@media only screen and (max-width: 1185px) {
    #single_video_wrap .videoWrap .container {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}

@media only screen and (max-width: 998px) {
    #single_video_wrap .videoWrap .container {
        justify-content: center
    }
}

#single_video_wrap:after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    bottom: -15px;
    z-index: 2;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/straight-rough-edge-white.png");
    background-position: center bottom
}

@media only screen and (max-width: 768px) {
    #single_video_wrap {
        padding: 60px 0
    }
}

@media only screen and (max-width: 520px) {
    #single_video_wrap {
        padding: 45px 0
    }
}

#product_innerWrap {
    padding: 75px 0
}

#product_innerWrap .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0
}

#product_innerWrap .container .left_col {
    max-width: 740px;
    width: 100%;
    margin-right: 20px
}

#product_innerWrap .container .left_col .top_header_glup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 35px
}

#product_innerWrap .container .left_col .top_header_glup .col {
    width: 25%;
    display: flex;
    justify-content: flex-start
}

#product_innerWrap .container .left_col .top_header_glup .col .select-img {
    max-width: 100px;
    width: 100%
}

@media only screen and (max-width: 520px) {
    #product_innerWrap .container .left_col .top_header_glup .col .select-img {
        max-width: 85px
    }
}

#product_innerWrap .container .left_col .top_header_glup .col .icon {
    margin-right: 15px;
    width: 25%
}

#product_innerWrap .container .left_col .top_header_glup .col .icon img {
    max-width: 100%
}

@media only screen and (max-width: 520px) {
    #product_innerWrap .container .left_col .top_header_glup .col .icon {
        margin-right: 0;
        margin-bottom: 10px
    }
}

#product_innerWrap .container .left_col .top_header_glup .col .title {
    width: 75%
}

#product_innerWrap .container .left_col .top_header_glup .col .title h5 {
    color: #aa242f;
    font-size: 16px;
    line-height: 22px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700
}

#product_innerWrap .container .left_col .top_header_glup .col .title h5 span {
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media only screen and (max-width: 520px) {
    #product_innerWrap .container .left_col .top_header_glup .col .title {
        width: 100%
    }
}

@media only screen and (max-width: 998px) {
    #product_innerWrap .container .left_col .top_header_glup .col {
        width: 50%;
        margin-bottom: 25px;
        justify-content: center
    }
}

@media only screen and (max-width: 520px) {
    #product_innerWrap .container .left_col .top_header_glup .col {
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-right: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
        height: 135px;
        margin-bottom: 0
    }

    #product_innerWrap .container .left_col .top_header_glup .col:nth-child(2) {
        border-right: 0
    }

    #product_innerWrap .container .left_col .top_header_glup .col:nth-child(3) {
        border-bottom: 0
    }

    #product_innerWrap .container .left_col .top_header_glup .col:nth-child(4) {
        border-bottom: 0;
        border-right: 0
    }

    #product_innerWrap .container .left_col .top_header_glup .col:last-child {
        border-right: 0
    }
}

@media only screen and (max-width: 998px) {
    #product_innerWrap .container .left_col .top_header_glup {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 520px) {
    #product_innerWrap .container .left_col .top_header_glup {
        padding: 35px 15px 15px 15px;
        margin-bottom: 35px;
        background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/white-ripple-pattern.png");
        background-position: center;
        background-size: cover;
        justify-content: center
    }
}

#product_innerWrap .container .left_col .prod_description p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 32px
}

#product_innerWrap .container .left_col .prod_description p:first-child {
    font-size: 20px;
    line-height: 32px
}

#product_innerWrap .container .left_col .prod_description p:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 1185px) {
    #product_innerWrap .container .left_col .prod_description {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width: 1185px) {
    #product_innerWrap .container .left_col .glu_accordion {
        padding-left: 15px;
        padding-right: 15px
    }
}

#product_innerWrap .container .left_col #ingredients_prod h5 {
    color: #f2a900;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px
}

#product_innerWrap .container .left_col #ingredients_prod p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 32px
}

#product_innerWrap .container .left_col #ingredients_prod p:last-child {
    margin-bottom: 0
}

#product_innerWrap .container .left_col #recipe_method p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px
}

#product_innerWrap .container .left_col #recipe_method p:last-child {
    margin-bottom: 0
}

#product_innerWrap .container .left_col #tableWrap #nutrition_table {
    width: 550px;
    font-size: 12px;
    line-height: 26px;
    position: relative
}

#product_innerWrap .container .left_col #tableWrap #nutrition_table .tbl_row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#product_innerWrap .container .left_col #tableWrap #nutrition_table .tbl_row .nt_col {
    width: 30%;
    display: inline-block
}

#product_innerWrap .container .left_col #tableWrap #nutrition_table .tbl_row .col_mid {
    width: 25%
}

#product_innerWrap .container .left_col #tableWrap #nutrition_table .tbl_row .col_left {
    font-weight: 700
}

#product_innerWrap .container .left_col #tableWrap #nutrition_table .tbl_row .col_right {
    width: 38%
}

#product_innerWrap .container .left_col #tableWrap #nutrition_table .tbl_row:first-child {
    border-bottom: 1px solid #979797;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px
}

@media only screen and (max-width: 768px) {
    #product_innerWrap .container .left_col #tableWrap {
        overflow-x: scroll
    }
}

#product_innerWrap .container .left_col .scrollmessage {
    display: none
}

@media only screen and (max-width: 768px) {
    #product_innerWrap .container .left_col .scrollmessage {
        display: block;
        font-size: 12px;
        font-style: italic;
        line-height: 18px;
        color: #aa242f;
        margin-top: 25px;
        font-weight: 700
    }
}

@media only screen and (max-width: 768px) {
    #product_innerWrap .container .left_col {
        margin-right: 0
    }
}

#product_innerWrap .container .right_col {
    max-width: 420px;
    width: 100%;
    text-align: center
}

#product_innerWrap .container .right_col img {
    max-width: 100%
}

@media only screen and (max-width: 768px) {
    #product_innerWrap .container .right_col img {
        display: none
    }
}

@media only screen and (max-width: 1250px) {
    #product_innerWrap .container .right_col {
        padding-right: 15px
    }
}

@media only screen and (max-width: 768px) {
    #product_innerWrap .container .right_col {
        max-width: 100%;
        padding: 25px 15px 5px 15px
    }
}

@media only screen and (max-width: 768px) {
    #product_innerWrap .container {
        flex-direction: column
    }
}

@media only screen and (max-width: 520px) {
    #product_innerWrap {
        padding: 0 0 40px 0
    }
}

#contact_us_Wrap {
    padding: 0 0 75px 0;
    background-color: #fff;
    overflow: hidden
}

#contact_us_Wrap .cfform_wrapper {
    display: flex;
    justify-content: space-between
}

#contact_us_Wrap .cfform_wrapper .form_Wrap {
    max-width: 540px;
    width: 100%;
    margin-right: 15px;
    padding-top: 35px
}

#contact_us_Wrap .cfform_wrapper .form_Wrap h2 {
    color: #aa242f;
    text-transform: uppercase;
    margin-bottom: 35px
}

@media only screen and (max-width: 998px) {
    #contact_us_Wrap .cfform_wrapper .form_Wrap {
        max-width: 700px;
        margin-right: 0
    }
}

@media only screen and (max-width: 998px) {
    #contact_us_Wrap .cfform_wrapper {
        flex-direction: column;
        align-items: center
    }
}

#contact_us_Wrap .cfform_wrapper_alt .deets_Wrap {
    max-width: 100%;
    padding: 50px
}

#contact_us_Wrap .cfform_wrapper_alt .deets_Wrap .wrap {
    max-width: 450px;
    width: 100%;
    margin: 0 auto
}

#contact_us_Wrap .cfform_wrapper_alt .deets_Wrap:after {
    display: none
}

#contact_us_Wrap .deets_Wrap {
    max-width: 600px;
    width: 100%;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/backgrounds/yellow-texture-bg.png");
    background-size: cover;
    background-position: center;
    position: relative;
    align-self: flex-start;
    padding: 35px 50px 75px 50px
}

#contact_us_Wrap .deets_Wrap .wrap {
    max-width: 450px;
    width: 100%
}

#contact_us_Wrap .deets_Wrap .wrap h2 {
    color: #aa242f;
    text-transform: uppercase;
    margin-bottom: 35px
}

#contact_us_Wrap .deets_Wrap .wrap .deet_wrap {
    display: flex;
    margin-bottom: 25px
}

#contact_us_Wrap .deets_Wrap .wrap .deet_wrap .iconWrap {
    width: 50px
}

#contact_us_Wrap .deets_Wrap .wrap .deet_wrap:last-child {
    margin-bottom: 0
}

#contact_us_Wrap .deets_Wrap:after {
    content: "";
    position: absolute;
    width: 200%;
    top: 0;
    right: -200%;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/backgrounds/yellow-texture-bg.png");
    background-size: cover;
    background-position: center;
    height: 100%
}

@media only screen and (max-width: 520px) {
    #contact_us_Wrap .deets_Wrap {
        padding: 45px 15px
    }
}

@media only screen and (max-width: 520px) {
    #contact_us_Wrap {
        padding: 25px 0 0 0
    }
}

#searchResults {
    padding: 75px 0;
    position: relative
}

#searchResults .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1275px
}

#searchResults .container .no_result_card p {
    font-size: 18px;
    line-height: 22px
}

#searchResults .container .no_result_card p span {
    text-decoration: underline;
    color: #aa242f
}

#searchResults .container .result_card {
    max-width: 31%;
    width: 100%;
    margin: 25px 1.1%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2)
}

#searchResults .container .result_card .imgTopCat {
    height: 210px;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

#searchResults .container .result_card .imgTopCat h4 {
    position: relative;
    z-index: 2;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 22px;
    text-align: center;
    color: #fff
}

#searchResults .container .result_card .imgTopCat .overlayer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

@media only screen and (max-width: 768px) {
    #searchResults .container .result_card .imgTopCat {
        height: 175px
    }
}

#searchResults .container .result_card .content {
    padding: 25px
}

#searchResults .container .result_card .content h3 {
    font-size: 30px;
    line-height: 32px;
    color: #aa242f;
    height: 80px;
    text-transform: uppercase
}

#searchResults .container .result_card .content span {
    color: #f2a900;
    margin: 10px 0 25px 0;
    display: block;
    font-size: 18px;
    line-height: 22px
}

#searchResults .container .result_card .content span strong {
    color: #aa242f
}

@media only screen and (max-width: 849px) {
    #searchResults .container .result_card {
        max-width: 47%;
        margin: 20px 1.5%
    }
}

@media only screen and (max-width: 520px) {
    #searchResults .container .result_card {
        max-width: 320px
    }
}

#glusymp_welcomeTab {
    width: 100%;
    height: auto;
    transition: .15s all;
    webkit-transition: .15s all;
    -moz-transition: .15s all;
    -ms-transition: .15s all;
    -o-transition: .15s all
}

#glusymp_welcomeTab #glusymp_introWrapp {
    padding: 65px 0
}

#glusymp_welcomeTab #glusymp_introWrapp .container {
    display: flex;
    justify-content: space-between
}

#glusymp_welcomeTab #glusymp_introWrapp .container .leftWrapp {
    max-width: 550px;
    width: 100%;
    padding: 50px 0 0 0;
    align-self: flex-start;
    margin-right: 15px
}

#glusymp_welcomeTab #glusymp_introWrapp .container .leftWrapp .introStrong_sym {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 32px
}

@media only screen and (max-width: 520px) {
    #glusymp_welcomeTab #glusymp_introWrapp .container .leftWrapp .introStrong_sym {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px
    }
}

#glusymp_welcomeTab #glusymp_introWrapp .container .leftWrapp .introhdre p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 15px
}

#glusymp_welcomeTab #glusymp_introWrapp .container .leftWrapp .introhdre p:first-child {
    font-size: 20px;
    line-height: 32px
}

@media only screen and (max-width: 520px) {
    #glusymp_welcomeTab #glusymp_introWrapp .container .leftWrapp .introhdre p:first-child {
        font-size: 18px;
        line-height: 28px
    }
}

#glusymp_welcomeTab #glusymp_introWrapp .container .leftWrapp .introhdre p:last-child {
    margin-bottom: 0
}

#glusymp_welcomeTab #glusymp_introWrapp .container .leftWrapp .privStat {
    margin-bottom: 20px;
    display: block
}

#glusymp_welcomeTab #glusymp_introWrapp .container .leftWrapp .privpara p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px
}

#glusymp_welcomeTab #glusymp_introWrapp .container .leftWrapp .privpara p:last-child {
    margin-bottom: 0
}

#glusymp_welcomeTab #glusymp_introWrapp .container .leftWrapp hr {
    border: 0;
    height: 1px;
    background-color: #aa242f;
    margin: 30px 0 35px 0
}

@media only screen and (max-width: 998px) {
    #glusymp_welcomeTab #glusymp_introWrapp .container .leftWrapp {
        padding-top: 40px
    }
}

@media only screen and (max-width: 898px) {
    #glusymp_welcomeTab #glusymp_introWrapp .container .leftWrapp {
        max-width: 100%;
        margin-right: 0;
        padding: 0 15px
    }
}

#glusymp_welcomeTab #glusymp_introWrapp .container .rightWrapp {
    max-width: 650px;
    width: 100%;
    margin-right: -80px;
    padding: 50px;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/white-ripple-pattern-lgh-sym.png");
    background-position: center;
    background-size: cover;
    align-self: flex-start;
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#glusymp_welcomeTab #glusymp_introWrapp .container .rightWrapp .subtitleStyle {
    color: #f2a900;
    font-size: 50px;
    line-height: 56px
}

@media only screen and (max-width: 520px) {
    #glusymp_welcomeTab #glusymp_introWrapp .container .rightWrapp .subtitleStyle {
        font-size: 42px;
        line-height: 44px
    }
}

#glusymp_welcomeTab #glusymp_introWrapp .container .rightWrapp h2 {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #aa242f;
    margin-bottom: 25px
}

@media only screen and (max-width: 520px) {
    #glusymp_welcomeTab #glusymp_introWrapp .container .rightWrapp h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px
    }
}

#glusymp_welcomeTab #glusymp_introWrapp .container .rightWrapp button {
    margin: 25px 0
}

#glusymp_welcomeTab #glusymp_introWrapp .container .rightWrapp #initDiscl {
    font-size: 14px;
    line-height: 26px
}

@media only screen and (max-width: 520px) {
    #glusymp_welcomeTab #glusymp_introWrapp .container .rightWrapp #initDiscl {
        line-height: 22px
    }
}

#glusymp_welcomeTab #glusymp_introWrapp .container .rightWrapp:after {
    content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    left: -150%;
    top: 0;
    background-color: #f8f9fa;
    display: none
}

@media only screen and (max-width: 898px) {
    #glusymp_welcomeTab #glusymp_introWrapp .container .rightWrapp:after {
        display: block
    }
}

#glusymp_welcomeTab #glusymp_introWrapp .container .rightWrapp:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    right: -150%;
    top: 0;
    background-color: #f8f9fa
}

@media only screen and (max-width: 998px) {
    #glusymp_welcomeTab #glusymp_introWrapp .container .rightWrapp {
        margin-right: 0;
        padding: 40px
    }
}

@media only screen and (max-width: 898px) {
    #glusymp_welcomeTab #glusymp_introWrapp .container .rightWrapp {
        max-width: 100%;
        margin-right: 0;
        border-radius: 0;
        padding: 35px 25px
    }
}

@media only screen and (max-width: 898px) {
    #glusymp_welcomeTab #glusymp_introWrapp .container {
        flex-direction: column
    }
}

@media only screen and (max-width: 898px) {
    #glusymp_welcomeTab #glusymp_introWrapp {
        padding: 50px 0 0 0
    }
}

@media only screen and (max-width: 520px) {
    #glusymp_welcomeTab #glusymp_introWrapp {
        padding: 25px 0 0 0
    }
}

#related_pages_symptomCh {
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/backgrounds/yellow-texture-bg.png");
    padding: 60px 0
}

#related_pages_symptomCh .container .titlewrapp {
    text-align: center;
    margin-bottom: 75px
}

#related_pages_symptomCh .container .titlewrapp .subtitleStyle {
    color: #f2a900;
    font-size: 50px;
    line-height: 56px
}

#related_pages_symptomCh .container .titlewrapp h2 {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #aa242f
}

@media only screen and (max-width: 998px) {
    #related_pages_symptomCh .container .titlewrapp {
        margin-bottom: 50px
    }
}

#related_pages_symptomCh .container .relpageWraps {
    display: flex;
    justify-content: space-between
}

#related_pages_symptomCh .container .relpageWraps .relpage {
    width: calc(33.3% - 7.5px);
    margin: 7.5px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2)
}

#related_pages_symptomCh .container .relpageWraps .relpage .headerImg {
    width: 100%;
    height: 215px;
    background-size: cover;
    background-position: center
}

@media only screen and (max-width: 998px) {
    #related_pages_symptomCh .container .relpageWraps .relpage .headerImg {
        height: 175px
    }
}

#related_pages_symptomCh .container .relpageWraps .relpage .contentWrap {
    padding: 25px
}

#related_pages_symptomCh .container .relpageWraps .relpage .contentWrap h4 {
    color: #aa242f;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    height: 85px
}

@media only screen and (max-width: 998px) {
    #related_pages_symptomCh .container .relpageWraps .relpage .contentWrap h4 {
        font-size: 22px;
        line-height: 26px;
        height: 100px
    }
}

@media only screen and (max-width: 998px) {
    #related_pages_symptomCh {
        padding: 50px 0
    }
}

@media only screen and (max-width: 768px) {
    #related_pages_symptomCh {
        display: none
    }
}

.glusympSelectrOption {
    text-align: center;
    margin-right: 50px;
    cursor: pointer;
    transition: .25s all;
    webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    padding: 10px
}

.glusympSelectrOption:last-child {
    margin-right: 0
}

.glusympSelectrOption p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    .glusympSelectrOption p {
        font-size: 15px;
        line-height: 18px
    }
}

@media only screen and (max-width: 520px) {
    .glusympSelectrOption p {
        font-size: 14px;
        line-height: 16px;
        text-align: left
    }
}

.glusympSelectrOption .iconWrap {
    height: 115px;
    width: 115px;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .4);
    transition: .25s all;
    webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    top: 0;
    margin: 0 auto;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.glusympSelectrOption .iconWrap img {
    max-width: 65%;
    position: relative;
    z-index: 2
}

.glusympSelectrOption .iconWrap:before {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    z-index: 0;
    transition: .3s all;
    webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    bottom: -100%;
    left: 0
}

@media only screen and (max-width: 520px) {
    .glusympSelectrOption .iconWrap {
        width: 100px;
        height: 100px;
        margin: 0
    }
}

.glusympSelectrOption .radioInput {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px
}

.glusympSelectrOption .radioInput .titleRad span {
    text-transform: uppercase;
    color: #aa242f;
    font-family: "hoss-sharp", sans-serif;
    font-size: 26px;
    line-height: 30px
}

@media only screen and (max-width: 520px) {
    .glusympSelectrOption .radioInput .titleRad span {
        font-size: 22px;
        line-height: 26px
    }
}

@media only screen and (max-width: 520px) {
    .glusympSelectrOption .radioInput .titleRad {
        width: calc(100% - 25px);
        text-align: left
    }
}

.glusympSelectrOption .radioInput .cirSml {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 50%;
    border: 0;
    background-color: #d8d8d8;
    position: relative
}

.glusympSelectrOption .radioInput .cirSml:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #aa242f;
    transition: .3s all;
    webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden
}

.glusympSelectrOption:hover .iconWrap {
    top: -6px
}

@media only screen and (max-width: 768px) {
    .glusympSelectrOption:hover .iconWrap {
        top: 0
    }
}

.glusympSelectrOption:hover .radioInput .cirSml:before {
    content: "";
    opacity: 1;
    visibility: visible
}

@media only screen and (max-width: 998px) {
    .glusympSelectrOption {
        width: 30%;
        margin: 1.5%
    }
}

@media only screen and (max-width: 768px) {
    .glusympSelectrOption {
        width: 50%;
        margin: 0 0 15px 0
    }
}

@media only screen and (max-width: 768px) {
    .ageChoice {
        width: 33.3%;
        margin: 0 0 15px 0
    }
}

.testedChoice {
    width: 42%;
    margin-bottom: 30px
}

.testedChoice .titleRad {
    width: auto
}

@media only screen and (max-width: 998px) {
    .testedChoice {
        width: 45%;
        margin: 2.5%
    }
}

@media only screen and (max-width: 768px) {
    .testedChoice {
        width: 50%;
        margin: 0 0 15px 0
    }
}

.dimthisOptionsGl {
    opacity: .5;
    transition: .25s all;
    webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all
}

.activeSelection .iconWrap {
    top: -6px;
    border: 0 !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2) !important;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2) !important;
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2) !important
}

.activeSelection .iconWrap:before {
    bottom: 0 !important
}

@media only screen and (max-width: 768px) {
    .activeSelection .iconWrap {
        top: 0
    }
}

.activeSelection .radioInput .cirSml:before {
    opacity: 1 !important;
    visibility: visible !important
}

#glusymp_checker {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: .15s all;
    webkit-transition: .15s all;
    -moz-transition: .15s all;
    -ms-transition: .15s all;
    -o-transition: .15s all;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/white-ripple-pattern.png");
    background-position: right top;
    background-size: cover
}

#glusymp_checker .innerSymp_Step {
    min-height: 100vh;
    width: 100%;
    padding: 85px 0
}

#glusymp_checker .innerSymp_Step .titleWrappSteps {
    margin-bottom: 50px;
    max-width: 750px;
    width: 100%
}

#glusymp_checker .innerSymp_Step .titleWrappSteps .subTitleWrap {
    display: flex;
    align-items: center
}

#glusymp_checker .innerSymp_Step .titleWrappSteps .subTitleWrap .subtitleStyle {
    color: #f2a900;
    font-size: 50px;
    line-height: 56px
}

@media only screen and (max-width: 768px) {
    #glusymp_checker .innerSymp_Step .titleWrappSteps .subTitleWrap .subtitleStyle {
        font-size: 40px;
        line-height: 46px
    }
}

#glusymp_checker .innerSymp_Step .titleWrappSteps .subTitleWrap .gobackSymptonStep {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 0 !important;
    background-color: #aa242f;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0;
    transition: .15s all;
    webkit-transition: .15s all;
    -moz-transition: .15s all;
    -ms-transition: .15s all;
    -o-transition: .15s all;
    cursor: pointer
}

#glusymp_checker .innerSymp_Step .titleWrappSteps .subTitleWrap .gobackSymptonStep img {
    width: 75%
}

#glusymp_checker .innerSymp_Step .titleWrappSteps .subTitleWrap .gobackSymptonStep:hover {
    background-color: #f2a900
}

#glusymp_checker .innerSymp_Step .titleWrappSteps h3 {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #aa242f;
    margin: 5px 0 15px 0
}

@media only screen and (max-width: 768px) {
    #glusymp_checker .innerSymp_Step .titleWrappSteps h3 {
        font-size: 30px;
        line-height: 30px
    }
}

#glusymp_checker .innerSymp_Step .titleWrappSteps p {
    font-size: 20px;
    line-height: 32px
}

@media only screen and (max-width: 768px) {
    #glusymp_checker .innerSymp_Step .titleWrappSteps p {
        font-size: 16px;
        line-height: 26px
    }
}

#glusymp_checker .innerSymp_Step .errorFoundGlusymp {
    display: none;
    margin: 0 0 25px 0
}

#glusymp_checker .innerSymp_Step .errorFoundGlusymp p {
    color: red;
    font-size: 14px;
    line-height: 18px
}

#glusymp_checker .innerSymp_Step .multiSymptomReseter,
#glusymp_checker .innerSymp_Step .multiConditionsReseter {
    display: none;
    font-size: 11px;
    color: #aa242f;
    font-weight: 600;
    margin-top: -10px;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer
}

#glusymp_checker .innerSymp_Step #dietError_noContinue,
#glusymp_checker .innerSymp_Step #testprevError_noContinue {
    display: none
}

#glusymp_checker .innerSymp_Step #dietError_noContinue .error_titleW,
#glusymp_checker .innerSymp_Step #testprevError_noContinue .error_titleW {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

#glusymp_checker .innerSymp_Step #dietError_noContinue .error_titleW .icon,
#glusymp_checker .innerSymp_Step #testprevError_noContinue .error_titleW .icon {
    max-width: 30px;
    width: 100%;
    margin-right: 15px
}

#glusymp_checker .innerSymp_Step #dietError_noContinue .error_titleW .icon img,
#glusymp_checker .innerSymp_Step #testprevError_noContinue .error_titleW .icon img {
    width: 100%
}

#glusymp_checker .innerSymp_Step #dietError_noContinue .error_titleW h4,
#glusymp_checker .innerSymp_Step #testprevError_noContinue .error_titleW h4 {
    color: #aa242f;
    font-size: 52px;
    line-height: 60px;
    font-family: "amithen", Helvetica, Arial, sans-serif !important
}

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

    #glusymp_checker .innerSymp_Step #dietError_noContinue .error_titleW h4,
    #glusymp_checker .innerSymp_Step #testprevError_noContinue .error_titleW h4 {
        font-size: 30px;
        line-height: 36px
    }
}

#glusymp_checker .innerSymp_Step #dietError_noContinue p,
#glusymp_checker .innerSymp_Step #testprevError_noContinue p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px
}

#glusymp_checker .innerSymp_Step #dietError_noContinue p a,
#glusymp_checker .innerSymp_Step #testprevError_noContinue p a {
    color: #aa242f;
    text-decoration: underline
}

#glusymp_checker .innerSymp_Step #dietError_noContinue p:last-child,
#glusymp_checker .innerSymp_Step #testprevError_noContinue p:last-child {
    margin-bottom: 0
}

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

    #glusymp_checker .innerSymp_Step #dietError_noContinue p,
    #glusymp_checker .innerSymp_Step #testprevError_noContinue p {
        font-size: 15px;
        line-height: 22px
    }
}

#glusymp_checker .innerSymp_Step .noContinueGLuuStyy {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 50px
}

#glusymp_checker .innerSymp_Step .testSelectionGlu {
    margin-top: 0 !important
}

#glusymp_checker .innerSymp_Step .splitContentWrapp_symp {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

#glusymp_checker .innerSymp_Step .splitContentWrapp_symp .questionsWrappStepp {
    max-width: 750px;
    width: 100%;
    margin-right: 15px
}

@media only screen and (max-width: 998px) {
    #glusymp_checker .innerSymp_Step .splitContentWrapp_symp .questionsWrappStepp {
        max-width: 100%;
        margin-right: 0
    }
}

#glusymp_checker .innerSymp_Step .splitContentWrapp_symp .gtk_boxRight {
    max-width: 380px;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/symptom-assets/glu_bg_gtk_sb.png");
    background-repeat: repeat;
    width: 100%;
    padding: 40px 30px;
    border-radius: 10px;
    margin-top: 65px
}

#glusymp_checker .innerSymp_Step .splitContentWrapp_symp .gtk_boxRight p {
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

#glusymp_checker .innerSymp_Step .splitContentWrapp_symp .gtk_boxRight .maroonBtnGlut {
    margin-top: 22px
}

@media only screen and (max-width: 998px) {
    #glusymp_checker .innerSymp_Step .splitContentWrapp_symp .gtk_boxRight {
        display: none
    }
}

#glusymp_checker .innerSymp_Step .gtk_title {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

#glusymp_checker .innerSymp_Step .gtk_title .icon {
    max-width: 30px;
    width: 100%;
    margin-right: 15px
}

#glusymp_checker .innerSymp_Step .gtk_title .icon img {
    width: 100%
}

#glusymp_checker .innerSymp_Step .gtk_title h4 {
    color: #aa242f;
    font-size: 52px;
    line-height: 60px;
    font-family: "amithen", Helvetica, Arial, sans-serif !important
}

@media only screen and (max-width: 768px) {
    #glusymp_checker .innerSymp_Step .gtk_title h4 {
        font-size: 42px;
        line-height: 50px
    }
}

@media only screen and (max-width: 768px) {
    #glusymp_checker .innerSymp_Step .gtk_title {
        margin-bottom: 10px
    }
}

#glusymp_checker .innerSymp_Step .gtk_mobileWtapp {
    display: none;
    max-width: 485px;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/symptom-assets/glu_bg_gtk_sb.png");
    background-repeat: repeat;
    width: 100%;
    padding: 40px 30px;
    border-radius: 10px;
    margin: 25px auto 0 auto
}

#glusymp_checker .innerSymp_Step .gtk_mobileWtapp p {
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

#glusymp_checker .innerSymp_Step .gtk_mobileWtapp .maroonBtnGlut {
    margin-top: 22px
}

@media only screen and (max-width: 998px) {
    #glusymp_checker .innerSymp_Step .gtk_mobileWtapp {
        display: block
    }
}

#glusymp_checker .innerSymp_Step .questionGlutSelection {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 60px 0
}

#glusymp_checker .innerSymp_Step .multiGlutSelection {
    margin-bottom: 60px
}

#glusymp_checker .innerSymp_Step .multiGlutSelection .glusympSelectrOption {
    text-align: left !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important
}

#glusymp_checker .innerSymp_Step .multiGlutSelection .glusympSelectrOption .radioInput {
    justify-content: flex-start
}

#glusymp_checker .innerSymp_Step .multiGlutSelection .glusympSelectrOption .radioInput .titleRad {
    width: calc(100% - 30px)
}

#glusymp_checker .innerSymp_Step .multiGlutSelection .glusympSelectrOption .radioInput .titleRad span {
    text-transform: none;
    color: #3c3c3b;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px
}

@media only screen and (max-width: 768px) {
    #glusymp_checker .innerSymp_Step .multiGlutSelection .glusympSelectrOption .radioInput .titleRad span {
        font-size: 18px;
        line-height: 26px
    }
}

@media only screen and (max-width: 520px) {
    #glusymp_checker .innerSymp_Step .multiGlutSelection .glusympSelectrOption .radioInput .titleRad span {
        font-size: 16px;
        line-height: 22px
    }
}

#glusymp_checker .innerSymp_Step .multiChoiceDesc {
    margin-left: 28px
}

#glusymp_checker .innerSymp_Step .innerQuestionTitles {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #aa242f
}

@media only screen and (max-width: 768px) {
    #glusymp_checker .innerSymp_Step .innerQuestionTitles {
        font-size: 30px;
        line-height: 30px
    }
}

#glusymp_checker .innerSymp_Step .nextstepGlu_symp {
    max-width: 750px;
    width: 100%
}

@media only screen and (max-width: 768px) {
    #glusymp_checker .innerSymp_Step .nextstepGlu_symp {
        max-width: 200px;
        margin: 0 auto
    }
}

#glusymp_checker .innerSymp_Step .starterBtnSymp {
    max-width: 100%;
    background-color: #aa242f !important
}

@media only screen and (max-width: 768px) {
    #glusymp_checker .innerSymp_Step .starterBtnSymp {
        max-width: 200px;
        margin: 0 auto
    }
}

#glusymp_checker .innerSymp_Step .inactive_nextstepGlu_symp {
    background-color: #bbb
}

#glusymp_checker .innerSymp_Step .endGlutSympCheck {
    display: none
}

#glusymp_checker .innerSymp_Step #starterDisclaimer_stepOne {
    margin-top: 40px;
    font-size: 20px;
    line-height: 32px
}

@media only screen and (max-width: 768px) {
    #glusymp_checker .innerSymp_Step #starterDisclaimer_stepOne {
        font-size: 18px;
        line-height: 26px
    }
}

@media only screen and (max-width: 520px) {
    #glusymp_checker .innerSymp_Step #starterDisclaimer_stepOne {
        font-size: 16px;
        line-height: 24px
    }
}

#glusymp_checker .innerSymp_Step:not(:first-of-type) {
    display: none
}

@media only screen and (max-width: 520px) {
    #glusymp_checker .innerSymp_Step {
        padding: 75px 0 25px 0
    }
}

#resultGlut_sympMnnG {
    display: none;
    position: relative
}

#resultGlut_sympMnnG #symptomLoader_gluLd {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: .4s all;
    webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/white-ripple-pattern-lgh-sym.png");
    background-size: contain;
    background-position: right top
}

#resultGlut_sympMnnG #symptomLoader_gluLd .ajax_loading_response {
    display: block;
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

#resultGlut_sympMnnG #symptomLoader_gluLd .ajax_loading_response #more_posts_Loadeer {
    position: relative
}

#resultGlut_sympMnnG #output_gluResults {
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/white-ripple-pattern-lgh-sym.png");
    background-size: contain;
    background-position: right top;
    padding: 75px 0 90px 0;
    position: relative
}

#resultGlut_sympMnnG #output_gluResults .container {
    max-width: 980px;
    text-align: center
}

#resultGlut_sympMnnG #output_gluResults .container .subtitleStyle {
    color: #f2a900;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    #resultGlut_sympMnnG #output_gluResults .container .subtitleStyle {
        font-size: 40px;
        line-height: 40px
    }
}

#resultGlut_sympMnnG #output_gluResults .container #topParaReccClgg {
    display: none;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #f2a900;
    max-width: 768px;
    width: 100%;
    margin: 0 auto 15px auto
}

@media only screen and (max-width: 768px) {
    #resultGlut_sympMnnG #output_gluResults .container #topParaReccClgg {
        font-size: 20px;
        line-height: 28px
    }
}

#resultGlut_sympMnnG #output_gluResults .container h2 {
    color: #aa242f;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    max-width: 785px;
    margin: 0 auto 50px auto
}

@media only screen and (max-width: 768px) {
    #resultGlut_sympMnnG #output_gluResults .container h2 {
        font-size: 30px;
        line-height: 30px
    }
}

@media only screen and (max-width: 520px) {
    #resultGlut_sympMnnG #output_gluResults .container h2 {
        margin: 0 auto 40px auto
    }
}

#resultGlut_sympMnnG #output_gluResults .yourResponse_Wrap {
    background-color: #fff;
    text-align: left;
    padding: 50px 50px 75px 50px
}

#resultGlut_sympMnnG #output_gluResults .yourResponse_Wrap h4 {
    color: #f2a900;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 35px
}

@media only screen and (max-width: 768px) {
    #resultGlut_sympMnnG #output_gluResults .yourResponse_Wrap h4 {
        font-size: 30px;
        line-height: 30px
    }
}

@media only screen and (max-width: 520px) {
    #resultGlut_sympMnnG #output_gluResults .yourResponse_Wrap h4 {
        margin-bottom: 20px
    }
}

#resultGlut_sympMnnG #output_gluResults .yourResponse_Wrap p {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px
}

@media only screen and (max-width: 768px) {
    #resultGlut_sympMnnG #output_gluResults .yourResponse_Wrap p {
        font-size: 18px;
        line-height: 26px
    }
}

@media only screen and (max-width: 520px) {
    #resultGlut_sympMnnG #output_gluResults .yourResponse_Wrap p {
        font-size: 16px;
        line-height: 24px
    }
}

#resultGlut_sympMnnG #output_gluResults .yourResponse_Wrap hr {
    height: 1px;
    background-color: #aa242f;
    border: 0;
    margin: 15px 0 25px 0
}

#resultGlut_sympMnnG #output_gluResults .yourResponse_Wrap ul {
    margin: 25px 0;
    list-style-type: disc;
    list-style-position: inside
}

#resultGlut_sympMnnG #output_gluResults .yourResponse_Wrap ul li {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px
}

#resultGlut_sympMnnG #output_gluResults .yourResponse_Wrap ul li:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 768px) {
    #resultGlut_sympMnnG #output_gluResults .yourResponse_Wrap ul li {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (max-width: 520px) {
    #resultGlut_sympMnnG #output_gluResults .yourResponse_Wrap {
        padding: 35px 25px
    }
}

#resultGlut_sympMnnG #output_gluResults .loweroutput_suggestions {
    text-align: center;
    max-width: 785px;
    width: 100%;
    margin: 60px auto 0 auto
}

#resultGlut_sympMnnG #output_gluResults .loweroutput_suggestions #mainSuggestion {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px
}

@media only screen and (max-width: 520px) {
    #resultGlut_sympMnnG #output_gluResults .loweroutput_suggestions #mainSuggestion {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px
    }
}

#resultGlut_sympMnnG #output_gluResults .loweroutput_suggestions p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px
}

#resultGlut_sympMnnG #output_gluResults .loweroutput_suggestions p:last-child {
    margin-bottom: 0
}

#resultGlut_sympMnnG #output_gluResults .loweroutput_suggestions p a {
    color: #aa242f;
    text-decoration: underline
}

#resultGlut_sympMnnG #output_gluResults .loweroutput_suggestions #furtherAdvice_linetwo {
    margin-top: 20px
}

@media only screen and (max-width: 520px) {
    #resultGlut_sympMnnG #output_gluResults .loweroutput_suggestions {
        margin: 40px auto 0 auto
    }
}

@media only screen and (max-width: 768px) {
    #resultGlut_sympMnnG #output_gluResults {
        padding: 50px 0
    }
}

@media only screen and (max-width: 520px) {
    #resultGlut_sympMnnG #output_gluResults {
        padding: 50px 0 15px 0
    }
}

#resultGlut_sympMnnG #requestEmail_symptoms {
    padding: 100px 0 75px 0;
    background-color: #fff
}

#resultGlut_sympMnnG #requestEmail_symptoms .container {
    max-width: 860px
}

#resultGlut_sympMnnG #requestEmail_symptoms .container .subtitleStyle {
    color: #f2a900;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    text-align: center
}

@media only screen and (max-width: 520px) {
    #resultGlut_sympMnnG #requestEmail_symptoms .container .subtitleStyle {
        font-size: 40px;
        line-height: 42px
    }
}

#resultGlut_sympMnnG #requestEmail_symptoms .container h2 {
    color: #aa242f;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    max-width: 785px;
    margin: 0 auto 40px auto;
    text-align: center
}

@media only screen and (max-width: 768px) {
    #resultGlut_sympMnnG #requestEmail_symptoms .container h2 {
        font-size: 30px;
        line-height: 30px
    }
}

#resultGlut_sympMnnG #requestEmail_symptoms .container .hidden-field-symp {
    display: none
}

#resultGlut_sympMnnG #requestEmail_symptoms .container .hidden-field-symp input {
    display: none
}

#resultGlut_sympMnnG #requestEmail_symptoms .container .formWrappFe_symp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 800px;
    width: 100%
}

#resultGlut_sympMnnG #requestEmail_symptoms .container .formWrappFe_symp span {
    display: block;
    margin-right: 15px;
    max-width: 33.3%;
    width: 100%
}

#resultGlut_sympMnnG #requestEmail_symptoms .container .formWrappFe_symp span:last-child {
    margin-right: 0
}

@media only screen and (max-width: 628px) {
    #resultGlut_sympMnnG #requestEmail_symptoms .container .formWrappFe_symp span {
        max-width: 100%;
        margin-right: 0
    }
}

#resultGlut_sympMnnG #requestEmail_symptoms .container .formWrappFe_symp input {
    width: 100%;
    margin-right: 15px;
    display: block;
    border: 2px solid #f2a900;
    border-radius: 30px;
    background-color: #fffdee;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 26px
}

@media only screen and (max-width: 628px) {
    #resultGlut_sympMnnG #requestEmail_symptoms .container .formWrappFe_symp {
        flex-direction: column
    }
}

#resultGlut_sympMnnG #requestEmail_symptoms .container .checkbox_wrapper_mlt {
    display: flex;
    align-items: center;
    margin: 10px auto 25px auto
}

#resultGlut_sympMnnG #requestEmail_symptoms .container .checkbox_wrapper_mlt span.wpcf7-list-item {
    display: inline-block;
    margin: 10px 5px 2px 0
}

@media only screen and (max-width: 520px) {
    #resultGlut_sympMnnG #requestEmail_symptoms .container .checkbox_wrapper_mlt span.wpcf7-list-item {
        margin: 0 5px 2px 0
    }
}

#resultGlut_sympMnnG #requestEmail_symptoms .container .checkbox_wrapper_mlt .wpcf7-list-item-label {
    display: none
}

#resultGlut_sympMnnG #requestEmail_symptoms .container .checkbox_wrapper_mlt .checkText {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin-top: 6px;
    padding: 0
}

#resultGlut_sympMnnG #requestEmail_symptoms .container .checkbox_wrapper_mlt .checkText a {
    color: #aa242f;
    text-decoration: underline
}

@media only screen and (max-width: 628px) {
    #resultGlut_sympMnnG #requestEmail_symptoms .container .checkbox_wrapper_mlt .checkText {
        font-size: 14px;
        line-height: 21px
    }
}

#resultGlut_sympMnnG #requestEmail_symptoms .container #formSymp_disclaimer {
    margin: 25px 0 0 0;
    font-size: 16px;
    line-height: 26px
}

@media only screen and (max-width: 628px) {
    #resultGlut_sympMnnG #requestEmail_symptoms .container #formSymp_disclaimer {
        font-size: 14px;
        line-height: 21px;
        margin: 15px 0 25px 0
    }
}

#resultGlut_sympMnnG #requestEmail_symptoms .container .maroonBtnGlut {
    margin: 0 auto;
    padding: 18px 50px
}

@media only screen and (max-width: 520px) {
    #resultGlut_sympMnnG #requestEmail_symptoms {
        padding: 50px 0 10px 0
    }
}

.showResull_loader {
    opacity: 1 !important;
    visibility: visible !important
}

#symptomMainWrapp {
    position: relative;
    overflow: hidden
}

.showTabbed_symp {
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important
}

.hideTabbed_symp {
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important
}

.content_standard_title_para {
    padding: 80px 0
}

.content_standard_title_para .container {
    text-align: center;
    max-width: 980px
}

.content_standard_title_para .container .subtitleStyle {
    color: #f2a900;
    text-transform: none;
    font-size: 52px;
    line-height: 60px
}

@media only screen and (max-width: 520px) {
    .content_standard_title_para .container .subtitleStyle {
        font-size: 40px;
        line-height: 48px
    }
}

.content_standard_title_para .container h2 {
    color: #aa242f;
    font-size: 48px;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 35px
}

@media only screen and (max-width: 768px) {
    .content_standard_title_para .container h2 {
        font-size: 38px;
        line-height: 44px
    }
}

@media only screen and (max-width: 520px) {
    .content_standard_title_para .container h2 {
        font-size: 32px;
        line-height: 37px;
        margin-bottom: 20px
    }
}

.content_standard_title_para .container .content_standard h1,
.content_standard_title_para .container .content_standard h2,
.content_standard_title_para .container .content_standard h3,
.content_standard_title_para .container .content_standard h4,
.content_standard_title_para .container .content_standard h5,
.content_standard_title_para .container .content_standard h6 {
    color: #aa242f;
    text-transform: uppercase;
    margin: 25px 0 20px 0
}

.content_standard_title_para .container .content_standard h3 {
    font-size: 32px;
    line-height: 38px
}

.content_standard_title_para .container .content_standard h4 {
    font-size: 28px;
    line-height: 34px
}

.content_standard_title_para .container .content_standard img {
    margin: 20px 0
}

.content_standard_title_para .container .content_standard .maroonBtnGlut {
    margin: 0 auto;
    text-decoration: none
}

.content_standard_title_para .container .content_standard ul {
    margin: 0 0 25px 15px;
    list-style-position: inside
}

.content_standard_title_para .container .content_standard ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px
}

.content_standard_title_para .container .content_standard ul li:before {
    content: "â€¢";
    color: #f2a900;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0
}

.content_standard_title_para .container .content_standard p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px
}

.content_standard_title_para .container .content_standard p a {
    color: #aa242f;
    text-decoration: underline
}

.content_standard_title_para .container .content_standard p:first-of-type {
    font-size: 20px;
    line-height: 32px;
    margin-top: 0
}

@media only screen and (max-width: 520px) {
    .content_standard_title_para .container .content_standard p:first-of-type {
        font-size: 18px;
        line-height: 24px
    }
}

.content_standard_title_para .container .not_top_para p:first-of-type {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0
}

.content_standard_title_para .center-alignment {
    text-align: center
}

.content_standard_title_para .left-alignment {
    text-align: left
}

.content_standard_title_para .right-alignment {
    text-align: right
}

@media only screen and (max-width: 520px) {
    .content_standard_title_para {
        padding: 40px 0
    }
}

.content_steps {
    overflow: hidden
}

.content_steps .inner_row {
    padding: 75px 0;
    background-color: #fff;
    background-position: center;
    background-size: cover
}

.content_steps .inner_row .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.content_steps .inner_row .container .content_wrap {
    max-width: 740px;
    width: 100%;
    order: 1
}

.content_steps .inner_row .container .content_wrap .sub_titleWrap {
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.content_steps .inner_row .container .content_wrap .sub_titleWrap .icon {
    width: 75px
}

.content_steps .inner_row .container .content_wrap .sub_titleWrap .subtitle h3 {
    color: #f2a900;
    font-size: 40px;
    line-height: 50px;
    text-transform: none;
    margin-bottom: 0
}

.content_steps .inner_row .container .content_wrap h2 {
    color: #aa242f;
    font-size: 30px;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 30px
}

@media only screen and (max-width: 998px) {
    .content_steps .inner_row .container .content_wrap h2 {
        margin-bottom: 20px
    }
}

.content_steps .inner_row .container .content_wrap p {
    margin-bottom: 25px
}

@media only screen and (max-width: 998px) {
    .content_steps .inner_row .container .content_wrap p {
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 520px) {
    .content_steps .inner_row .container .content_wrap {
        padding-left: 15px;
        padding-right: 15px
    }
}

.content_steps .inner_row .container .img_wrap {
    max-width: 580px;
    width: 100%
}

.content_steps .inner_row .container .img_wrap img {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2)
}

@media only screen and (max-width: 800px) {
    .content_steps .inner_row .container .img_wrap {
        max-width: 400px;
        margin: 0 auto 25px auto !important
    }
}

@media only screen and (max-width: 520px) {
    .content_steps .inner_row .container .img_wrap {
        max-width: 100%;
        height: 250px;
        overflow: hidden
    }
}

.content_steps .inner_row .container .left_text {
    order: 1;
    margin-right: 20px
}

@media only screen and (max-width: 800px) {
    .content_steps .inner_row .container .left_text {
        order: 2;
        margin: 0
    }
}

.content_steps .inner_row .container .right_text {
    order: 2;
    margin-left: 20px
}

@media only screen and (max-width: 800px) {
    .content_steps .inner_row .container .right_text {
        order: 2;
        margin: 0
    }
}

.content_steps .inner_row .container .left_img {
    order: 1;
    margin-left: -185px
}

@media only screen and (max-width: 800px) {
    .content_steps .inner_row .container .left_img {
        order: 1
    }
}

.content_steps .inner_row .container .right_img {
    order: 2;
    margin-right: -185px
}

@media only screen and (max-width: 800px) {
    .content_steps .inner_row .container .right_img {
        order: 1
    }
}

@media only screen and (max-width: 800px) {
    .content_steps .inner_row .container {
        flex-direction: column
    }
}

@media only screen and (max-width: 520px) {
    .content_steps .inner_row .container {
        padding: 0px
    }
}

@media only screen and (max-width: 800px) {
    .content_steps .inner_row {
        padding: 30px 0
    }
}

@media only screen and (max-width: 520px) {
    .content_steps .inner_row {
        padding: 0 0 25px 0
    }
}

.content_alt_cols {
    overflow: hidden
}

.content_alt_cols .inner_row {
    padding: 75px 0;
    background-color: #fff;
    background-position: center;
    background-size: cover
}

.content_alt_cols .inner_row .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.content_alt_cols .inner_row .container .content_wrap {
    max-width: 582px;
    width: 100%;
    order: 1
}

.content_alt_cols .inner_row .container .content_wrap h3.subtitleStyle {
    color: #f2a900;
    text-transform: none !important;
    margin-bottom: 0 !important
}

.content_alt_cols .inner_row .container .content_wrap h2 {
    color: #aa242f;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px
}

@media only screen and (max-width: 998px) {
    .content_alt_cols .inner_row .container .content_wrap h2 {
        margin-bottom: 20px
    }
}

.content_alt_cols .inner_row .container .content_wrap h4,
.content_alt_cols .inner_row .container .content_wrap h5,
.content_alt_cols .inner_row .container .content_wrap h6 {
    color: #aa242f;
    text-transform: uppercase;
    margin: 25px 0 20px 0
}

.content_alt_cols .inner_row .container .content_wrap p {
    margin-bottom: 30px
}

@media only screen and (max-width: 998px) {
    .content_alt_cols .inner_row .container .content_wrap p {
        margin-bottom: 20px
    }
}

.content_alt_cols .inner_row .container .content_wrap a {
    text-decoration: underline;
    color: #aa242f
}

.content_alt_cols .inner_row .container .content_wrap ul {
    margin: 0 0 25px 15px;
    list-style-position: inside
}

.content_alt_cols .inner_row .container .content_wrap ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px
}

.content_alt_cols .inner_row .container .content_wrap ul li:before {
    content: "â€¢";
    color: #f2a900;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0
}

@media only screen and (max-width: 520px) {
    .content_alt_cols .inner_row .container .content_wrap {
        padding-left: 15px;
        padding-right: 15px
    }
}

.content_alt_cols .inner_row .container .img_wrap {
    max-width: 545px;
    width: 100%
}

.content_alt_cols .inner_row .container .img_wrap img {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2)
}

@media only screen and (max-width: 800px) {
    .content_alt_cols .inner_row .container .img_wrap {
        max-width: 325px;
        margin: 0 auto 25px auto !important
    }
}

@media only screen and (max-width: 520px) {
    .content_alt_cols .inner_row .container .img_wrap {
        max-width: 100%;
        height: 250px;
        overflow: hidden
    }
}

.content_alt_cols .inner_row .container .left_text {
    order: 1;
    margin-right: 15px
}

@media only screen and (max-width: 800px) {
    .content_alt_cols .inner_row .container .left_text {
        order: 2;
        margin: 0
    }
}

.content_alt_cols .inner_row .container .right_text {
    order: 2;
    margin-left: 15px
}

@media only screen and (max-width: 800px) {
    .content_alt_cols .inner_row .container .right_text {
        order: 2;
        margin: 0
    }
}

.content_alt_cols .inner_row .container .left_img {
    order: 1
}

@media only screen and (max-width: 800px) {
    .content_alt_cols .inner_row .container .left_img {
        order: 1
    }
}

.content_alt_cols .inner_row .container .right_img {
    order: 2
}

@media only screen and (max-width: 800px) {
    .content_alt_cols .inner_row .container .right_img {
        order: 1
    }
}

@media only screen and (max-width: 800px) {
    .content_alt_cols .inner_row .container {
        flex-direction: column
    }
}

@media only screen and (max-width: 520px) {
    .content_alt_cols .inner_row .container {
        padding: 0px
    }
}

@media only screen and (max-width: 800px) {
    .content_alt_cols .inner_row {
        padding: 50px 0
    }
}

@media only screen and (max-width: 520px) {
    .content_alt_cols .inner_row {
        padding: 0 0 50px 0
    }
}

@media only screen and (max-width: 520px) {
    .page-id-798 .img_wrap {
        height: auto !important
    }
}

.split_company_wrap {
    position: relative;
    padding: 50px 0;
    overflow: hidden
}

.split_company_wrap .container {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5
}

.split_company_wrap .container .leftWrap {
    max-width: 45%;
    width: 100%;
    position: relative
}

@media only screen and (max-width: 998px) {
    .split_company_wrap .container .leftWrap {
        max-width: 100%;
        background-color: #fff;
        padding: 0 0 50px 0;
        text-align: center
    }
}

.split_company_wrap .container .rightWrap {
    max-width: 45%;
    width: 100%;
    position: relative
}

.split_company_wrap .container .rightWrap .subtitleStyle {
    color: #fff
}

@media only screen and (max-width: 998px) {
    .split_company_wrap .container .rightWrap {
        max-width: 100%;
        background-color: #ffd32e;
        padding: 50px 0;
        text-align: center
    }

    .split_company_wrap .container .rightWrap:before {
        content: "";
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #ffd32e
    }

    .split_company_wrap .container .rightWrap:after {
        content: "";
        position: absolute;
        right: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #ffd32e
    }
}

.split_company_wrap .container .logo_top {
    height: 150px;
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

@media only screen and (max-width: 998px) {
    .split_company_wrap .container .logo_top {
        justify-content: center
    }
}

@media only screen and (max-width: 520px) {
    .split_company_wrap .container .logo_top {
        height: auto
    }
}

.split_company_wrap .container .subtitleStyle {
    font-size: 50px;
    line-height: 62px;
    text-transform: none;
    margin-bottom: 5px;
    color: #f2a900
}

@media only screen and (max-width: 520px) {
    .split_company_wrap .container .subtitleStyle {
        font-size: 40px;
        line-height: 48px
    }
}

.split_company_wrap .container h3 {
    color: #aa242f;
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 30px
}

@media only screen and (max-width: 520px) {
    .split_company_wrap .container h3 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 25px
    }
}

.split_company_wrap .container p {
    margin-bottom: 30px
}

.split_company_wrap .container p a {
    text-decoration: underline;
    color: #aa242f
}

@media only screen and (max-width: 998px) {
    .split_company_wrap .container .maroonBtnGlut {
        margin: 0 auto
    }
}

@media only screen and (max-width: 998px) {
    .split_company_wrap .container {
        flex-direction: column
    }
}

.split_company_wrap .left_bg {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

@media only screen and (max-width: 998px) {
    .split_company_wrap .left_bg {
        display: none
    }
}

.split_company_wrap .right_bg {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffd32e
}

@media only screen and (max-width: 998px) {
    .split_company_wrap .right_bg {
        display: none
    }
}

@media only screen and (max-width: 998px) {
    .split_company_wrap {
        padding: 0
    }
}

.meet_the_glutafin_team {
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/backgrounds/yellow-texture-bg.png");
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 75px 0
}

.meet_the_glutafin_team .container {
    text-align: center
}

.meet_the_glutafin_team .container .subtitleStyle {
    color: #f2a900;
    text-transform: none
}

.meet_the_glutafin_team .container h2 {
    color: #aa242f;
    text-transform: uppercase;
    margin-bottom: 50px
}

.meet_the_glutafin_team .container .team_glu_wrap {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    text-align: left
}

.meet_the_glutafin_team .container .team_glu_wrap .team_item {
    display: flex;
    margin-bottom: 25px
}

.meet_the_glutafin_team .container .team_glu_wrap .team_item .profile_image {
    border: 10px solid #fff;
    margin-right: 35px;
    max-width: 200px;
    width: 100%;
    align-self: flex-start;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2)
}

.meet_the_glutafin_team .container .team_glu_wrap .team_item .profile_image img {
    width: 100%
}

@media only screen and (max-width: 768px) {
    .meet_the_glutafin_team .container .team_glu_wrap .team_item .profile_image {
        align-self: center;
        margin-right: 0;
        margin-bottom: 25px
    }
}

.meet_the_glutafin_team .container .team_glu_wrap .team_item .content h4 {
    color: #aa242f;
    margin-bottom: 15px
}

.meet_the_glutafin_team .container .team_glu_wrap .team_item .content p {
    margin-bottom: 15px
}

.meet_the_glutafin_team .container .team_glu_wrap .team_item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 768px) {
    .meet_the_glutafin_team .container .team_glu_wrap .team_item {
        flex-direction: column;
        align-items: center;
        text-align: center
    }
}

.meet_the_glutafin_team:before {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/straight-rough-edge-top-white.png");
    background-size: cover;
    background-position: top;
    width: 100%;
    top: -10px;
    z-index: 0
}

@media only screen and (max-width: 580px) {
    .meet_the_glutafin_team:before {
        display: none
    }
}

.show_product_list_full {
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/white-ripple-pattern.png");
    background-position: center;
    background-size: cover;
    padding: 75px 0
}

.show_product_list_full .container .titleWrap {
    margin-bottom: 50px;
    text-align: center
}

.show_product_list_full .container .titleWrap h3 {
    font-size: 38px;
    line-height: 42px;
    color: #aa242f;
    text-transform: uppercase;
    max-width: 640px;
    margin: 0 auto 30px auto
}

@media only screen and (max-width: 520px) {
    .show_product_list_full .container .titleWrap h3 {
        font-size: 30px;
        line-height: 37px
    }
}

.show_product_list_full .container .titleWrap p {
    max-width: 890px;
    margin: 0 auto
}

.show_product_list_full .container .titleWrap a {
    display: block;
    color: #aa242f;
    text-decoration: underline
}

.show_product_list_full .container .maroonBtnGlut {
    margin: 10px auto 0 auto
}

.show_product_list_full .container .product_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.show_product_list_full .container .product_wrapper .product_item {
    max-width: 330px;
    padding: 25px 15px;
    width: 100%;
    text-align: center
}

.show_product_list_full .container .product_wrapper .product_item img {
    width: 80%;
    margin: 0 auto 25px auto;
    transition: .2s all;
    webkit-transition: .2s all;
    -moz-transition: .2s all;
    -ms-transition: .2s all;
    -o-transition: .2s all
}

.show_product_list_full .container .product_wrapper .product_item h5 {
    color: #aa242f;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: .5px
}

@media only screen and (max-width: 520px) {
    .show_product_list_full .container .product_wrapper .product_item h5 {
        font-size: 22px;
        line-height: 24px
    }
}

.show_product_list_full .container .product_wrapper .product_item:hover img {
    transform: scale(1.05)
}

.show_product_list_full .container .product_cats_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.show_product_list_full .container .product_cats_wrapper .category_item {
    max-width: 25%;
    padding: 25px 15px;
    width: 100%;
    text-align: center
}

.show_product_list_full .container .product_cats_wrapper .category_item img {
    width: 85%;
    margin: 0 auto 25px auto;
    transition: .2s all;
    webkit-transition: .2s all;
    -moz-transition: .2s all;
    -ms-transition: .2s all;
    -o-transition: .2s all
}

.show_product_list_full .container .product_cats_wrapper .category_item h5 {
    color: #aa242f;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: .5px
}

@media only screen and (max-width: 520px) {
    .show_product_list_full .container .product_cats_wrapper .category_item h5 {
        font-size: 22px;
        line-height: 24px
    }
}

.show_product_list_full .container .product_cats_wrapper .category_item:hover img {
    transform: scale(1.05)
}

@media only screen and (max-width: 998px) {
    .show_product_list_full .container .product_cats_wrapper .category_item {
        max-width: 50%
    }
}

@media only screen and (max-width: 520px) {
    .show_product_list_full {
        padding: 45px 0
    }
}

#schar_top_up {
    position: relative;
    background-color: #f2a900;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/backgrounds/tainted-yellow-bg.png");
    background-position: left center;
    background-size: contain
}

#schar_top_up .container {
    position: relative;
    padding: 75px 0
}

#schar_top_up .container .inner_content {
    max-width: 570px;
    width: 100%;
    position: relative;
    z-index: 2
}

#schar_top_up .container .inner_content .top_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

#schar_top_up .container .inner_content .top_wrap img {
    margin-right: 35px
}

@media only screen and (max-width: 580px) {
    #schar_top_up .container .inner_content .top_wrap img {
        margin-right: 0;
        margin-bottom: 20px
    }
}

#schar_top_up .container .inner_content .top_wrap h4 {
    color: #aa242f;
    font-size: 50px;
    line-height: 46px;
    text-transform: uppercase
}

@media only screen and (max-width: 580px) {
    #schar_top_up .container .inner_content .top_wrap {
        flex-direction: column
    }
}

#schar_top_up .container .inner_content p {
    margin: 20px 0;
    font-size: 20px;
    line-height: 32px
}

@media only screen and (max-width: 580px) {
    #schar_top_up .container .inner_content p {
        font-size: 18px;
        line-height: 26px;
        text-align: center
    }
}

@media only screen and (max-width: 580px) {
    #schar_top_up .container .inner_content .maroonBtnGlut {
        margin: 0 auto
    }
}

@media only screen and (max-width: 998px) {
    #schar_top_up .container .inner_content {
        max-width: 100%
    }
}

@media only screen and (max-width: 1255px) {
    #schar_top_up .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

#schar_top_up .float_imgRight {
    position: absolute;
    right: -100px;
    top: 0;
    max-width: 715px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

@media only screen and (max-width: 1265px) {
    #schar_top_up .float_imgRight {
        right: -150px
    }
}

@media only screen and (max-width: 1165px) {
    #schar_top_up .float_imgRight {
        right: -25%
    }
}

@media only screen and (max-width: 1080px) {
    #schar_top_up .float_imgRight {
        right: -35%
    }
}

@media only screen and (max-width: 998px) {
    #schar_top_up .float_imgRight {
        display: none
    }
}

#prescription_pc_checkForm .poscode_input input,
#prescription_pc_checkForm_popup .poscode_input input {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #f2a900;
    border-radius: 30px;
    width: 75%;
    padding: 15px 25px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    font-weight: 300
}

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

    #prescription_pc_checkForm .poscode_input input,
    #prescription_pc_checkForm_popup .poscode_input input {
        width: 90%;
        display: block;
        margin: 0 auto
    }
}

#prescription_pc_checkForm .maroonBtnGlut,
#prescription_pc_checkForm_popup .maroonBtnGlut {
    margin: 15px auto 0 auto;
    padding: 20px 40px
}

#prescription_pc_checkForm_popup .poscode_input input {
    background-color: #fff;
    border: 2px solid #fff
}

#prescription_checker_glu {
    padding: 100px 0 175px 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/prescription_bg.jpg");
    background-position: center center;
    background-color: #fffdee;
    position: relative
}

#prescription_checker_glu .container {
    max-width: 760px;
    text-align: center;
    position: relative;
    z-index: 3
}

#prescription_checker_glu .container #pc_change {
    margin-bottom: 45px
}

#prescription_checker_glu .container #pc_change li {
    display: inline-block;
    text-transform: uppercase;
    color: #f2a900;
    font-family: "hoss-sharp", sans-serif;
    font-size: 22px;
    line-height: 22px
}

#prescription_checker_glu .container #pc_change li a {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    transition: .25s all;
    webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all
}

@media only screen and (max-width: 768px) {
    #prescription_checker_glu .container #pc_change li a {
        padding: 15px;
        border-radius: 10px;
        display: inline-block;
        margin-bottom: 5px
    }
}

#prescription_checker_glu .container #pc_change li .active {
    background-color: #aa242f;
    color: #fff
}

@media only screen and (max-width: 768px) {
    #prescription_checker_glu .container #pc_change li {
        display: block
    }
}

@media only screen and (max-width: 520px) {
    #prescription_checker_glu .container #pc_change li {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: .15px
    }
}

@media only screen and (max-width: 768px) {
    #prescription_checker_glu .container #pc_change {
        margin-bottom: 25px
    }
}

@media only screen and (max-width: 520px) {
    #prescription_checker_glu .container #pc_change {
        margin-bottom: 10px
    }
}

#prescription_checker_glu .container #postCode_wrap_content .england_selected_content {
    display: block
}

#prescription_checker_glu .container #postCode_wrap_content .roc_selected_content {
    display: none
}

#prescription_checker_glu .container #postCode_wrap_content .roc_see_more_btn {
    display: none
}

#prescription_checker_glu .container #postCode_wrap_content .roc_see_more_btn a {
    margin-bottom: 25px
}

#prescription_checker_glu .container #postCode_wrap_content .subtitleStyle {
    color: #f2a900;
    text-transform: none
}

@media only screen and (max-width: 768px) {
    #prescription_checker_glu .container #postCode_wrap_content .subtitleStyle {
        margin-bottom: 10px
    }
}

#prescription_checker_glu .container #postCode_wrap_content h3 {
    color: #aa242f;
    font-size: 50px;
    line-height: 55px;
    text-transform: uppercase
}

@media only screen and (max-width: 520px) {
    #prescription_checker_glu .container #postCode_wrap_content h3 {
        font-size: 30px;
        line-height: 32px
    }
}

#prescription_checker_glu .container #postCode_wrap_content h3 br {
    display: none
}

@media only screen and (max-width: 768px) {
    #prescription_checker_glu .container #postCode_wrap_content h3 br {
        display: block
    }
}

#prescription_checker_glu .container #postCode_wrap_content p {
    margin: 35px 0 40px 0
}

@media only screen and (max-width: 520px) {
    #prescription_checker_glu .container #postCode_wrap_content p {
        margin: 20px 0 25px 0
    }
}

#prescription_checker_glu .container #postCode_wrap_content .maroonBtnGlut {
    margin: 30px auto 0 auto
}

@media only screen and (max-width: 520px) {
    #prescription_checker_glu .container #postCode_wrap_content .maroonBtnGlut {
        margin: 15px auto 0 auto;
        padding: 15px 25px
    }
}

#prescription_checker_glu .container #postCode_wrap_content #postcode_output {
    padding: 0 15px;
    display: none
}

#prescription_checker_glu .container #postCode_wrap_content #postcode_output h4 {
    color: #aa242f;
    margin-bottom: 15px
}

#prescription_checker_glu .container #postCode_wrap_content #postcode_output h5 {
    color: #f2a900;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase
}

#prescription_checker_glu .container #postCode_wrap_content #postcode_output p {
    margin: 0 0 15px 0
}

#prescription_checker_glu .container #postCode_wrap_content #postcode_output .maroonBtnGlut {
    margin: 15px auto 0 auto
}

#prescription_checker_glu .container #postCode_wrap_content #postcode_output .reset_postcode_search {
    margin-top: 15px;
    display: block;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px
}

#prescription_checker_glu:after {
    content: "";
    height: 130px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/curve-straight-edge-white.png");
    background-position: center
}

@media only screen and (max-width: 768px) {
    #prescription_checker_glu {
        padding: 75px 0 125px 0
    }
}

@media only screen and (max-width: 520px) {
    #prescription_checker_glu {
        padding: 45px 0 85px 0
    }
}

.noafterState {
    padding: 100px 0 !important
}

.noafterState:after {
    display: none !important
}

@media only screen and (max-width: 768px) {
    .noafterState {
        padding: 75px 0 !important
    }
}

@media only screen and (max-width: 520px) {
    .noafterState {
        padding: 50px 0 !important
    }
}

.glutafin_questions_answers {
    padding: 75px 0 0 0
}

.glutafin_questions_answers .container .titleWrap {
    margin-bottom: 50px;
    text-align: center
}

.glutafin_questions_answers .container .titleWrap .subtitleStyle {
    color: #f2a900;
    text-transform: none;
    font-size: 52px;
    line-height: 60px
}

.glutafin_questions_answers .container .titleWrap h2 {
    color: #aa242f;
    font-size: 48px;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 25px
}

.glutafin_questions_answers .container .titleWrap p {
    max-width: 850px;
    width: 100%;
    margin: 0 auto
}

.glutafin_questions_answers .container .titleWrap p a {
    color: #aa242f;
    text-decoration: underline
}

.glutafin_questions_answers .pattened_bg_faqs {
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/backgrounds/yellow-texture-bg.png")
}

.glutafin_questions_answers .pattened_bg_faqs .container {
    max-width: 998px;
    padding-top: 20px;
    padding-bottom: 50px
}

.glutafin_questions_answers .pattened_bg_faqs .container .glu_accordion .question {
    margin-bottom: 20px;
    padding: 20px 75px 20px 25px;
    border: 0 !important
}

.glutafin_questions_answers .pattened_bg_faqs .container .glu_accordion .question span {
    max-width: 768px;
    width: 100%;
    font-size: 16px;
    line-height: 24px
}

.glutafin_questions_answers .pattened_bg_faqs .container .glu_accordion .question span strong {
    color: #aa242f
}

@media only screen and (max-width: 768px) {
    .glutafin_questions_answers .pattened_bg_faqs .container .glu_accordion .question {
        padding: 15px 75px 15px 15px
    }
}

.glutafin_questions_answers .pattened_bg_faqs .container .glu_accordion .answer {
    padding: 25px;
    border: 0;
    background-color: #f7f8f9;
    margin-top: -20px
}

.glutafin_questions_answers .pattened_bg_faqs .container .glu_accordion .answer .inner h4 {
    color: #aa242f;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.glutafin_questions_answers .pattened_bg_faqs .container .glu_accordion .answer .inner p {
    margin-bottom: 15px
}

@media only screen and (max-width: 768px) {
    .glutafin_questions_answers .pattened_bg_faqs .container .glu_accordion .answer {
        padding: 25px 15px
    }
}

#custom_content_caro_glu {
    padding: 125px 0
}

#custom_content_caro_glu .container {
    position: relative
}

#custom_content_caro_glu .container #cusotmpage_crousel_sll {
    text-align: left;
    position: relative
}

#custom_content_caro_glu .container #cusotmpage_crousel_sll .cpp_slide_Item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 0 20px
}

#custom_content_caro_glu .container #cusotmpage_crousel_sll .cpp_slide_Item .imageWrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    right: 0;
    position: relative;
    max-width: 45%;
    width: 100%;
    height: 385px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .3)
}

@media only screen and (max-width: 998px) {
    #custom_content_caro_glu .container #cusotmpage_crousel_sll .cpp_slide_Item .imageWrap {
        max-width: 40%
    }
}

@media only screen and (max-width: 768px) {
    #custom_content_caro_glu .container #cusotmpage_crousel_sll .cpp_slide_Item .imageWrap {
        order: 1;
        max-width: 525px;
        height: 325px
    }
}

@media only screen and (max-width: 520px) {
    #custom_content_caro_glu .container #cusotmpage_crousel_sll .cpp_slide_Item .imageWrap {
        height: 225px;
        background-position: center
    }
}

#custom_content_caro_glu .container #cusotmpage_crousel_sll .cpp_slide_Item .contentWrap {
    max-width: 65%;
    margin-left: -10%;
    width: 100%;
    background-color: #f8f9fa;
    padding: 125px 25px 125px 165px
}

#custom_content_caro_glu .container #cusotmpage_crousel_sll .cpp_slide_Item .contentWrap .innerWrap {
    width: 100%
}

#custom_content_caro_glu .container #cusotmpage_crousel_sll .cpp_slide_Item .contentWrap .innerWrap .subtitleStyle {
    color: #f2a900;
    font-size: 50px;
    line-height: 50px;
    text-transform: none
}

@media only screen and (max-width: 520px) {
    #custom_content_caro_glu .container #cusotmpage_crousel_sll .cpp_slide_Item .contentWrap .innerWrap .subtitleStyle {
        font-size: 35px;
        line-height: 38px
    }
}

#custom_content_caro_glu .container #cusotmpage_crousel_sll .cpp_slide_Item .contentWrap .innerWrap h4 {
    text-transform: uppercase;
    color: #aa242f;
    font-size: 42px;
    line-height: 44px
}

@media only screen and (max-width: 520px) {
    #custom_content_caro_glu .container #cusotmpage_crousel_sll .cpp_slide_Item .contentWrap .innerWrap h4 {
        font-size: 30px;
        line-height: 28px
    }
}

#custom_content_caro_glu .container #cusotmpage_crousel_sll .cpp_slide_Item .contentWrap .innerWrap p {
    margin: 25px 0;
    max-width: 490px
}

@media only screen and (max-width: 998px) {
    #custom_content_caro_glu .container #cusotmpage_crousel_sll .cpp_slide_Item .contentWrap {
        max-width: 65%;
        padding: 50px 50px 50px 80px;
        margin-left: -5%
    }
}

@media only screen and (max-width: 768px) {
    #custom_content_caro_glu .container #cusotmpage_crousel_sll .cpp_slide_Item .contentWrap {
        order: 2;
        max-width: 525px;
        padding: 50px;
        margin-left: 0
    }
}

@media only screen and (max-width: 520px) {
    #custom_content_caro_glu .container #cusotmpage_crousel_sll .cpp_slide_Item .contentWrap {
        padding: 50px 25px
    }
}

@media only screen and (max-width: 998px) {
    #custom_content_caro_glu .container #cusotmpage_crousel_sll .cpp_slide_Item {
        padding: 0
    }
}

@media only screen and (max-width: 768px) {
    #custom_content_caro_glu .container #cusotmpage_crousel_sll .cpp_slide_Item {
        flex-direction: column
    }
}

@media only screen and (max-width: 520px) {
    #custom_content_caro_glu .container #cusotmpage_crousel_sll .cpp_slide_Item {
        overflow: scroll
    }
}

#custom_content_caro_glu .container #cusotmpage_crousel_sll .owl-dots {
    display: none;
    position: absolute;
    bottom: -25px;
    lefT: 0;
    right: 0
}

#custom_content_caro_glu .container #cusotmpage_crousel_sll .owl-dots .active {
    opacity: 1 !important
}

#custom_content_caro_glu .container #cusotmpage_crousel_sll .owl-dots .active span {
    background: #aa242f;
    opacity: 1 !important
}

#custom_content_caro_glu .container #cusotmpage_crousel_sll .owl-dots span {
    width: 12px;
    height: 12px;
    display: block;
    margin-right: 3px;
    background: rgba(0, 0, 0, 0);
    background: #d8d8d8;
    border-radius: 50%
}

@media only screen and (max-width: 998px) {
    #custom_content_caro_glu .container #cusotmpage_crousel_sll .owl-dots {
        display: block
    }
}

@media only screen and (max-width: 520px) {
    #custom_content_caro_glu .container #cusotmpage_crousel_sll .owl-dots {
        bottom: 0
    }
}

#custom_content_caro_glu .container .buttonWrap {
    display: flex;
    position: absolute;
    z-index: 5;
    bottom: -25px;
    left: 20px
}

#custom_content_caro_glu .container .buttonWrap .customp_btn_left {
    margin-right: 10px
}

@media only screen and (max-width: 998px) {
    #custom_content_caro_glu .container .buttonWrap {
        display: none
    }
}

@media only screen and (max-width: 520px) {
    #custom_content_caro_glu .container {
        padding: 0 0 35px 0
    }
}

@media only screen and (max-width: 768px) {
    #custom_content_caro_glu {
        padding: 75px 0
    }
}

@media only screen and (max-width: 520px) {
    #custom_content_caro_glu {
        padding: 0
    }
}

.image_row_block_gl {
    padding: 75px 0;
    background-size: cover
}

.image_row_block_gl .container .innnerWrapsmll {
    max-width: 980px;
    margin: 0 auto;
    text-align: center
}

.image_row_block_gl .container .innnerWrapsmll .subtitleStyle {
    color: #f2a900;
    text-transform: none;
    font-size: 52px;
    line-height: 60px
}

.image_row_block_gl .container .innnerWrapsmll h2 {
    font-size: 38px;
    line-height: 42px;
    color: #aa242f;
    text-transform: uppercase;
    max-width: 640px;
    margin: 0 auto
}

@media only screen and (max-width: 520px) {
    .image_row_block_gl .container .innnerWrapsmll h2 {
        font-size: 30px;
        line-height: 37px
    }
}

.image_row_block_gl .container .innnerWrapsmll p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    max-width: 768px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.image_row_block_gl .container .innnerWrapsmll p a {
    color: #aa242f;
    text-decoration: underline
}

.image_row_block_gl .container .innnerWrapsmll p:first-of-type {
    margin-top: 0
}

.image_row_block_gl .container .img_row_Wrap {
    margin: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.image_row_block_gl .container .img_row_Wrap .col-imgWrap {
    max-width: 325px;
    width: 100%
}

.image_row_block_gl .container .img_row_Wrap .col-imgWrap img {
    width: 100%
}

@media only screen and (max-width: 520px) {
    .image_row_block_gl .container .img_row_Wrap .col-imgWrap {
        max-width: 250px
    }
}

@media only screen and (max-width: 520px) {
    .image_row_block_gl .container .img_row_Wrap {
        flex-direction: column;
        margin: 10px 0
    }
}

.image_row_block_gl .container .img_row_fifty_Wrap {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.image_row_block_gl .container .img_row_fifty_Wrap .col-imgWrap {
    max-width: 47%;
    width: 100%;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2
}

.image_row_block_gl .container .img_row_fifty_Wrap .col-imgWrap img {
    width: 100%
}

.image_row_block_gl .container .img_row_fifty_Wrap .col-imgWrap:nth-child(2) {
    border-right: 0
}

.image_row_block_gl .container .img_row_fifty_Wrap .col-imgWrap:nth-child(3) {
    border-bottom: 0
}

@media only screen and (max-width: 768px) {
    .image_row_block_gl .container .img_row_fifty_Wrap .col-imgWrap:nth-child(3) {
        border-bottom: 1px solid #d2d2d2
    }
}

.image_row_block_gl .container .img_row_fifty_Wrap .col-imgWrap:last-child {
    border-right: 0;
    border-bottom: 0
}

@media only screen and (max-width: 768px) {
    .image_row_block_gl .container .img_row_fifty_Wrap .col-imgWrap {
        max-width: 95%;
        margin: 0 auto;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        border-bottom: 1px solid #d2d2d2
    }
}

@media only screen and (max-width: 520px) {
    .image_row_block_gl .container .img_row_fifty_Wrap {
        flex-direction: column;
        margin: 10px 0
    }
}

@media only screen and (max-width: 520px) {
    .image_row_block_gl {
        padding: 45px 0
    }
}

.table_row_block_gl {
    padding: 55px 0 75px 0;
    background-size: cover
}

.table_row_block_gl .container {
    max-width: 980px;
    margin: 0 auto;
    text-align: center
}

.table_row_block_gl .container .subtitleStyle {
    color: #f2a900;
    text-transform: none;
    font-size: 52px;
    line-height: 60px
}

.table_row_block_gl .container h2 {
    color: #aa242f;
    font-size: 48px;
    line-height: 54px;
    text-transform: uppercase
}

@media only screen and (max-width: 768px) {
    .table_row_block_gl .container h2 {
        font-size: 38px;
        line-height: 44px
    }
}

@media only screen and (max-width: 520px) {
    .table_row_block_gl .container h2 {
        font-size: 32px;
        line-height: 37px
    }
}

.table_row_block_gl .container p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    max-width: 768px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.table_row_block_gl .container p a {
    color: #aa242f;
    text-decoration: underline
}

.table_row_block_gl .container p:first-of-type {
    margin-top: 0
}

.table_row_block_gl .container .glu_table_twocol {
    margin: 35px auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 528px;
    width: 100%;
    border-left: 1px solid #aa242f;
    border-right: 1px solid #aa242f;
    border-bottom: 1px solid #aa242f;
    background-color: #fff;
    font-size: 17px;
    line-height: 20px
}

.table_row_block_gl .container .glu_table_twocol .rowWrap {
    display: flex;
    border-top: 1px solid #aa242f
}

.table_row_block_gl .container .glu_table_twocol .rowWrap .col {
    width: 50%;
    padding: 10px
}

.table_row_block_gl .container .glu_table_twocol .rowWrap .col:first-of-type {
    border-right: 1px solid #aa242f
}

.table_row_block_gl .container .glu_table_twocol .rowWrap:first-of-type {
    background-color: #aa242f;
    color: #fff
}

.table_row_block_gl .container .glu_table_twocol .rowWrap:first-of-type .col:first-of-type {
    border-right: 1px solid #fff
}

@media only screen and (max-width: 520px) {
    .table_row_block_gl .container .glu_table_twocol {
        font-size: 14px;
        line-height: 18px
    }
}

@media only screen and (max-width: 520px) {
    .table_row_block_gl {
        padding: 45px 0
    }
}

.left_text .table_row_block_gl,
.right_text .table_row_block_gl {
    padding: 15px 0 15px 0
}

.left_text .table_row_block_gl .glu_table_twocol,
.right_text .table_row_block_gl .glu_table_twocol {
    margin: 0px auto
}

#symptom_checker_ctaBlock {
    height: 500px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #aa242f
}

#symptom_checker_ctaBlock .container {
    position: relative;
    z-index: 5;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

#symptom_checker_ctaBlock .container .textInnerWrap {
    max-width: 900px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 5
}

#symptom_checker_ctaBlock .container .textInnerWrap .subtitleStyle {
    color: #f2a900;
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 62px;
    text-transform: none
}

@media only screen and (max-width: 520px) {
    #symptom_checker_ctaBlock .container .textInnerWrap .subtitleStyle {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 5px
    }
}

#symptom_checker_ctaBlock .container .textInnerWrap h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 60px
}

@media only screen and (max-width: 768px) {
    #symptom_checker_ctaBlock .container .textInnerWrap h3 {
        font-size: 44px;
        line-height: 50px
    }
}

@media only screen and (max-width: 520px) {
    #symptom_checker_ctaBlock .container .textInnerWrap h3 {
        font-size: 40px;
        line-height: 46px
    }
}

#symptom_checker_ctaBlock .container .textInnerWrap p {
    max-width: 605px;
    width: 100%;
    margin: 20px auto;
    color: #fff
}

#symptom_checker_ctaBlock .container .textInnerWrap .yellowBtnGlut {
    margin: 0 auto
}

#symptom_checker_ctaBlock .container .iconsInfoBnnr {
    position: absolute;
    animation: spinIconsGlu 5s alternate linear infinite;
    width: 75px;
    height: 75px
}

#symptom_checker_ctaBlock .container .iconsInfoBnnr img {
    width: 100%
}

@media only screen and (max-width: 998px) {
    #symptom_checker_ctaBlock .container .iconsInfoBnnr {
        opacity: .7
    }
}

@media only screen and (max-width: 768px) {
    #symptom_checker_ctaBlock .container .iconsInfoBnnr {
        opacity: .35
    }
}

@media only screen and (max-width: 520px) {
    #symptom_checker_ctaBlock .container .iconsInfoBnnr {
        opacity: .25
    }
}

#symptom_checker_ctaBlock .container .smmllImgOvv img {
    width: 60%
}

#symptom_checker_ctaBlock .container .txtInfoBnnr h6 {
    animation: pulsingEffGLesser 5s alternate linear infinite
}

@media only screen and (max-width: 998px) {
    #symptom_checker_ctaBlock .container .txtInfoBnnr {
        opacity: .5
    }
}

@media only screen and (max-width: 768px) {
    #symptom_checker_ctaBlock .container .txtInfoBnnr {
        display: none
    }
}

#symptom_checker_ctaBlock .container .txtInfoBnnr h6 {
    animation: pulsingEffGLesser 5s alternate linear infinite
}

@media only screen and (max-width: 998px) {
    #symptom_checker_ctaBlock .container .txtInfoBnnr {
        opacity: .35
    }
}

@media only screen and (max-width: 768px) {
    #symptom_checker_ctaBlock .container .txtInfoBnnr {
        display: none
    }
}

#symptom_checker_ctaBlock .container .txtTopbnr {
    width: 175px;
    top: 55px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

#symptom_checker_ctaBlock .container .txtTopRightbnr {
    width: 175px;
    top: 75px;
    position: absolute;
    left: 20%;
    margin: 0 auto;
    text-align: center
}

#symptom_checker_ctaBlock .container .txtLeftbnr {
    width: 175px;
    top: 40%;
    position: absolute;
    left: 100px;
    text-align: center
}

#symptom_checker_ctaBlock .container .txtRightbnr {
    width: 175px;
    top: 40%;
    position: absolute;
    right: 50px;
    text-align: center
}

#symptom_checker_ctaBlock .container .txtBtmbnr {
    width: 175px;
    bottom: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

#symptom_checker_ctaBlock .container .leftIcoWrapp {
    width: 60%;
    height: 100%;
    position: absolute;
    left: -15%;
    top: 0
}

#symptom_checker_ctaBlock .container .leftIcoWrapp h6 {
    font-family: "amithen", Helvetica, Arial, sans-serif;
    color: #f2a900;
    font-size: 40px;
    line-height: 40px
}

#symptom_checker_ctaBlock .container .leftIcoWrapp .topLeft_Ico {
    position: absolute;
    top: 60px;
    left: 22%;
    height: 60px;
    width: 60px
}

#symptom_checker_ctaBlock .container .leftIcoWrapp .topRight_Ico {
    position: absolute;
    top: 45px;
    right: 15%;
    height: 60px;
    width: 60px
}

#symptom_checker_ctaBlock .container .leftIcoWrapp .topLeftMid_Ico {
    position: absolute;
    top: 140px;
    left: 10%;
    height: 60px;
    width: 60px
}

@media only screen and (max-width: 768px) {
    #symptom_checker_ctaBlock .container .leftIcoWrapp .topLeftMid_Ico {
        top: 115px
    }
}

#symptom_checker_ctaBlock .container .leftIcoWrapp .midRight_Ico {
    position: absolute;
    top: 42%;
    right: 50%;
    height: 60px;
    width: 60px
}

#symptom_checker_ctaBlock .container .leftIcoWrapp .left_BtmIco {
    position: absolute;
    bottom: 28%;
    left: 10%;
    height: 60px;
    width: 60px
}

@media only screen and (max-width: 520px) {
    #symptom_checker_ctaBlock .container .leftIcoWrapp .left_BtmIco {
        display: none
    }
}

#symptom_checker_ctaBlock .container .leftIcoWrapp .left_BtmInnIco {
    position: absolute;
    bottom: 15%;
    left: 35%;
    height: 60px;
    width: 60px
}

@media only screen and (max-width: 768px) {
    #symptom_checker_ctaBlock .container .leftIcoWrapp .left_BtmInnIco {
        display: none
    }
}

#symptom_checker_ctaBlock .container .leftIcoWrapp .left_BtmRightIco {
    position: absolute;
    bottom: 15%;
    right: 18%;
    height: 60px;
    width: 60px
}

@media only screen and (max-width: 1350px) {
    #symptom_checker_ctaBlock .container .leftIcoWrapp {
        left: -5%
    }
}

@media only screen and (max-width: 1050px) {
    #symptom_checker_ctaBlock .container .leftIcoWrapp {
        left: 0
    }
}

#symptom_checker_ctaBlock .container .rightIcoWrapp {
    width: 50%;
    height: 100%;
    position: absolute;
    right: -15%;
    top: 0
}

#symptom_checker_ctaBlock .container .rightIcoWrapp h6 {
    font-family: "amithen", Helvetica, Arial, sans-serif;
    color: #f2a900;
    font-size: 40px;
    line-height: 40px
}

#symptom_checker_ctaBlock .container .rightIcoWrapp .topRight_Ico {
    position: absolute;
    top: 12%;
    right: 26%;
    height: 60px;
    width: 60px
}

#symptom_checker_ctaBlock .container .rightIcoWrapp .midLeft_Ico {
    position: absolute;
    top: 35%;
    left: 40%;
    height: 90px;
    width: 90px
}

@media only screen and (max-width: 998px) {
    #symptom_checker_ctaBlock .container .rightIcoWrapp .midLeft_Ico {
        display: none
    }
}

#symptom_checker_ctaBlock .container .rightIcoWrapp .rightBtm_Ico {
    position: absolute;
    bottom: 30%;
    right: 10%;
    height: 60px;
    width: 60px
}

#symptom_checker_ctaBlock .container .rightIcoWrapp .rightBtmEnd_Ico {
    position: absolute;
    bottom: 10%;
    right: 25%;
    height: 60px;
    width: 60px
}

#symptom_checker_ctaBlock .container .rightIcoWrapp .rightBtmLeft_Ico {
    position: absolute;
    bottom: 18%;
    left: 22%;
    height: 60px;
    width: 60px
}

@media only screen and (max-width: 1350px) {
    #symptom_checker_ctaBlock .container .rightIcoWrapp {
        right: -5%
    }
}

@media only screen and (max-width: 1050px) {
    #symptom_checker_ctaBlock .container .rightIcoWrapp {
        right: 0
    }
}

#symptom_checker_ctaBlock:before {
    content: "";
    position: absolute;
    top: -50px;
    height: 50px;
    width: 100%;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/straight-rough-edge-full-top-red.png");
    background-repeat: repeat-x;
    background-position: bottom left
}

#symptom_checker_ctaBlock:after {
    content: "";
    position: absolute;
    bottom: -50px;
    height: 50px;
    width: 100%;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/straight-rough-edge-full-btm-red.png");
    background-repeat: repeat-x;
    background-position: top left
}

@media only screen and (max-width: 768px) {
    #symptom_checker_ctaBlock {
        height: auto;
        padding: 75px 0
    }
}

@media only screen and (max-width: 520px) {
    #symptom_checker_ctaBlock {
        height: auto;
        padding: 50px 0
    }
}

#iconinfo_inforgraph {
    padding: 100px 0
}

#iconinfo_inforgraph .container {
    text-align: center
}

#iconinfo_inforgraph .container h2 {
    font-size: 70px;
    line-height: 46px;
    text-transform: uppercase;
    color: #aa242f
}

@media only screen and (max-width: 768px) {
    #iconinfo_inforgraph .container h2 {
        font-size: 50px;
        line-height: 50px
    }
}

@media only screen and (max-width: 520px) {
    #iconinfo_inforgraph .container h2 {
        font-size: 36px;
        line-height: 36px
    }
}

#iconinfo_inforgraph .container p {
    font-size: 20px;
    line-height: 32px;
    max-width: 730px;
    width: 100%;
    margin: 40px auto 50px auto
}

@media only screen and (max-width: 768px) {
    #iconinfo_inforgraph .container p {
        margin: 40px auto 25px auto
    }
}

@media only screen and (max-width: 520px) {
    #iconinfo_inforgraph .container p {
        font-size: 18px;
        line-height: 28px;
        margin: 25px auto
    }
}

#iconinfo_inforgraph .container .iconWrapp {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#iconinfo_inforgraph .container .iconWrapp .icoWrap {
    width: 20%;
    text-align: center
}

#iconinfo_inforgraph .container .iconWrapp .icoWrap img {
    margin-bottom: 25px;
    position: relative;
    bottom: 0;
    transition: .3s all;
    webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all
}

@media only screen and (max-width: 520px) {
    #iconinfo_inforgraph .container .iconWrapp .icoWrap img {
        margin-bottom: 15px;
        max-width: 55px
    }
}

#iconinfo_inforgraph .container .iconWrapp .icoWrap h4 {
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    color: #aa242f
}

@media only screen and (max-width: 998px) {
    #iconinfo_inforgraph .container .iconWrapp .icoWrap h4 {
        font-size: 32px;
        line-height: 38px
    }
}

@media only screen and (max-width: 768px) {
    #iconinfo_inforgraph .container .iconWrapp .icoWrap h4 {
        font-size: 28px;
        line-height: 34px
    }
}

#iconinfo_inforgraph .container .iconWrapp .icoWrap:hover img {
    bottom: 6px
}

@media only screen and (max-width: 768px) {
    #iconinfo_inforgraph .container .iconWrapp .icoWrap {
        width: 33%;
        margin: 15px 0
    }
}

@media only screen and (max-width: 520px) {
    #iconinfo_inforgraph .container .iconWrapp .icoWrap {
        width: 50%
    }
}

@media only screen and (max-width: 768px) {
    #iconinfo_inforgraph .container .iconWrapp {
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end
    }
}

@media only screen and (max-width: 768px) {
    #iconinfo_inforgraph {
        padding: 75px 0
    }
}

@media only screen and (max-width: 520px) {
    #iconinfo_inforgraph {
        padding: 50px 0 40px 0
    }
}

#questions_inforgraph {
    padding: 125px 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/white-ripple-pattern-drk.png");
    background-position: center;
    background-size: cover;
    position: relative
}

#questions_inforgraph .container {
    position: relative
}

#questions_inforgraph .container .innerWrapp {
    max-width: 772px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 5
}

#questions_inforgraph .container .innerWrapp h3 {
    font-size: 70px;
    line-height: 70px;
    color: #aa242f;
    margin-bottom: 25px
}

@media only screen and (max-width: 768px) {
    #questions_inforgraph .container .innerWrapp h3 {
        font-size: 50px;
        line-height: 50px
    }
}

@media only screen and (max-width: 520px) {
    #questions_inforgraph .container .innerWrapp h3 {
        font-size: 36px;
        line-height: 36px
    }
}

#questions_inforgraph .container .innerWrapp p {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 32px
}

#questions_inforgraph .container .innerWrapp p:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 520px) {
    #questions_inforgraph .container .innerWrapp p {
        font-size: 18px;
        line-height: 28px
    }
}

#questions_inforgraph .container .questionMrkGl {
    position: absolute;
    animation: pulsingEffG 5s alternate linear infinite
}

#questions_inforgraph .container .questionMrkGl img {
    width: 100%
}

@media only screen and (max-width: 998px) {
    #questions_inforgraph .container .questionMrkGl {
        opacity: .5
    }
}

@media only screen and (max-width: 520px) {
    #questions_inforgraph .container .questionMrkGl {
        opacity: .15
    }
}

#questions_inforgraph .container .questionMltp {
    left: 100px;
    width: 40px;
    height: 100px;
    top: -65px
}

@media only screen and (max-width: 520px) {
    #questions_inforgraph .container .questionMltp {
        top: 10px
    }
}

#questions_inforgraph .container .questionMidltp {
    left: 15px;
    width: 95px;
    height: 120px;
    top: 75px
}

#questions_inforgraph .container .questionBtmltp {
    left: 75px;
    width: 60px;
    height: 120px;
    bottom: -55px
}

#questions_inforgraph .container .questionMrtp {
    right: 100px;
    width: 40px;
    height: 100px;
    top: -65px
}

@media only screen and (max-width: 520px) {
    #questions_inforgraph .container .questionMrtp {
        display: none
    }
}

#questions_inforgraph .container .questionMidrtp {
    right: 20px;
    width: 50px;
    height: 120px;
    top: 115px
}

#questions_inforgraph .container .questionBtmrtp {
    right: 75px;
    width: 60px;
    height: 120px;
    bottom: -55px
}

#questions_inforgraph:before {
    content: "";
    position: absolute;
    top: 0;
    height: 20px;
    width: 100%;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/straight-rough-edge-white.png");
    background-position: center;
    background-size: cover
}

@media only screen and (max-width: 768px) {
    #questions_inforgraph {
        padding: 95px 0;
        overflow: hidden
    }
}

@media only screen and (max-width: 520px) {
    #questions_inforgraph {
        padding: 65px 0
    }
}

#symptoms_inforgraph {
    padding: 75px 0;
    background-color: #fff;
    position: relative
}

#symptoms_inforgraph .leftSiderBg {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background-color: rgba(255, 163, 0, .1)
}

#symptoms_inforgraph .infoGrpahImgFeature {
    position: absolute;
    top: 350px;
    margin: 0 auto;
    left: 0;
    right: 0
}

@media only screen and (max-width: 768px) {
    #symptoms_inforgraph .infoGrpahImgFeature {
        opacity: .3
    }
}

@media only screen and (max-width: 520px) {
    #symptoms_inforgraph .infoGrpahImgFeature {
        opacity: .15
    }
}

#symptoms_inforgraph .container {
    position: relative;
    z-index: 5
}

#symptoms_inforgraph .container .topRowTitle {
    text-align: center;
    margin-bottom: 75px
}

#symptoms_inforgraph .container .topRowTitle h5 {
    font-size: 70px;
    line-height: 70px;
    color: #f2a900
}

@media only screen and (max-width: 768px) {
    #symptoms_inforgraph .container .topRowTitle h5 {
        font-size: 55px;
        line-height: 55px
    }
}

@media only screen and (max-width: 520px) {
    #symptoms_inforgraph .container .topRowTitle h5 {
        font-size: 40px;
        line-height: 40px
    }
}

#symptoms_inforgraph .container .topRowTitle h3 {
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: #aa242f
}

@media only screen and (max-width: 768px) {
    #symptoms_inforgraph .container .topRowTitle h3 {
        font-size: 55px;
        line-height: 55px
    }
}

@media only screen and (max-width: 520px) {
    #symptoms_inforgraph .container .topRowTitle h3 {
        font-size: 40px;
        line-height: 40px
    }
}

@media only screen and (max-width: 768px) {
    #symptoms_inforgraph .container .topRowTitle {
        margin-bottom: 45px
    }
}

@media only screen and (max-width: 520px) {
    #symptoms_inforgraph .container .topRowTitle {
        margin-bottom: 35px
    }
}

#symptoms_inforgraph .container .upperRowInfo {
    display: flex;
    justify-content: space-between
}

#symptoms_inforgraph .container .upperRowInfo .collUpper {
    max-width: 395px;
    width: 100%;
    text-align: center
}

#symptoms_inforgraph .container .upperRowInfo .collUpper h4 {
    font-size: 40px;
    line-height: 46px;
    color: #aa242f;
    margin-bottom: 25px
}

@media only screen and (max-width: 768px) {
    #symptoms_inforgraph .container .upperRowInfo .collUpper h4 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 15px
    }
}

#symptoms_inforgraph .container .upperRowInfo .collUpper .rowUpper {
    margin-bottom: 70px;
    position: relative
}

#symptoms_inforgraph .container .upperRowInfo .collUpper .rowUpper p {
    font-size: 20px;
    line-height: 38px
}

@media only screen and (max-width: 768px) {
    #symptoms_inforgraph .container .upperRowInfo .collUpper .rowUpper p {
        font-size: 18px;
        line-height: 32px
    }
}

#symptoms_inforgraph .container .upperRowInfo .collUpper .rowUpper:after {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    width: 15%;
    background-color: #ffa300
}

#symptoms_inforgraph .container .upperRowInfo .collUpper .rowUpper:last-child {
    margin-bottom: 0
}

#symptoms_inforgraph .container .upperRowInfo .collUpper .rowUpper:last-child:after {
    display: none
}

@media only screen and (max-width: 520px) {
    #symptoms_inforgraph .container .upperRowInfo .collUpper {
        max-width: 100%
    }

    #symptoms_inforgraph .container .upperRowInfo .collUpper:first-child {
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 520px) {
    #symptoms_inforgraph .container .upperRowInfo {
        flex-direction: column
    }
}

#symptoms_inforgraph .container .lowerTitle {
    text-align: center;
    margin: 125px 0 75px 0
}

#symptoms_inforgraph .container .lowerTitle h5 {
    font-size: 70px;
    line-height: 70px;
    color: #f2a900
}

@media only screen and (max-width: 768px) {
    #symptoms_inforgraph .container .lowerTitle h5 {
        font-size: 55px;
        line-height: 55px
    }
}

@media only screen and (max-width: 520px) {
    #symptoms_inforgraph .container .lowerTitle h5 {
        font-size: 40px;
        line-height: 40px
    }
}

#symptoms_inforgraph .container .lowerTitle h3 {
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: #aa242f
}

@media only screen and (max-width: 768px) {
    #symptoms_inforgraph .container .lowerTitle h3 {
        font-size: 55px;
        line-height: 55px
    }
}

@media only screen and (max-width: 520px) {
    #symptoms_inforgraph .container .lowerTitle h3 {
        font-size: 40px;
        line-height: 40px
    }
}

@media only screen and (max-width: 768px) {
    #symptoms_inforgraph .container .lowerTitle {
        margin: 75px 0
    }
}

@media only screen and (max-width: 520px) {
    #symptoms_inforgraph .container .lowerTitle {
        margin: 40px 0
    }
}

#symptoms_inforgraph .container .lowerRowInfo {
    display: flex;
    justify-content: space-between
}

#symptoms_inforgraph .container .lowerRowInfo .collLower {
    max-width: 450px;
    width: 100%;
    text-align: center
}

#symptoms_inforgraph .container .lowerRowInfo .collLower h4 {
    margin-bottom: 25px
}

#symptoms_inforgraph .container .lowerRowInfo .collLower .rowLower {
    margin-bottom: 100px;
    position: relative
}

#symptoms_inforgraph .container .lowerRowInfo .collLower .rowLower img {
    margin-bottom: 25px
}

#symptoms_inforgraph .container .lowerRowInfo .collLower .rowLower p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px
}

#symptoms_inforgraph .container .lowerRowInfo .collLower .rowLower p:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 768px) {
    #symptoms_inforgraph .container .lowerRowInfo .collLower .rowLower p {
        font-size: 18px;
        line-height: 30px
    }
}

#symptoms_inforgraph .container .lowerRowInfo .collLower .rowLower:after {
    content: "";
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 50px;
    width: 2px;
    background-color: #ffa300
}

#symptoms_inforgraph .container .lowerRowInfo .collLower .rowLower:last-child {
    margin-bottom: 0
}

#symptoms_inforgraph .container .lowerRowInfo .collLower .rowLower:last-child:after {
    display: none
}

@media only screen and (max-width: 768px) {
    #symptoms_inforgraph .container .lowerRowInfo .collLower {
        max-width: 100%
    }

    #symptoms_inforgraph .container .lowerRowInfo .collLower:first-child {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 768px) {
    #symptoms_inforgraph .container .lowerRowInfo {
        flex-direction: column
    }
}

@media only screen and (max-width: 768px) {
    #symptoms_inforgraph {
        padding: 60px 0
    }
}

@media only screen and (max-width: 520px) {
    #symptoms_inforgraph {
        padding: 45px 0 75px 0
    }
}

#treatment_inforgraph {
    padding: 100px 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/white-ripple-pattern-drk.png");
    background-position: center;
    background-size: cover;
    position: relative
}

#treatment_inforgraph .container {
    position: relative
}

#treatment_inforgraph .container .innerWrapp {
    max-width: 772px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 5
}

#treatment_inforgraph .container .innerWrapp h5 {
    font-size: 70px;
    line-height: 55px;
    color: #f2a900
}

@media only screen and (max-width: 768px) {
    #treatment_inforgraph .container .innerWrapp h5 {
        font-size: 55px;
        line-height: 55px
    }
}

@media only screen and (max-width: 520px) {
    #treatment_inforgraph .container .innerWrapp h5 {
        font-size: 40px;
        line-height: 40px
    }
}

#treatment_inforgraph .container .innerWrapp h3 {
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: #aa242f;
    margin-bottom: 35px
}

@media only screen and (max-width: 768px) {
    #treatment_inforgraph .container .innerWrapp h3 {
        font-size: 55px;
        line-height: 55px
    }
}

@media only screen and (max-width: 520px) {
    #treatment_inforgraph .container .innerWrapp h3 {
        font-size: 40px;
        line-height: 40px
    }
}

#treatment_inforgraph .container .innerWrapp p {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 32px
}

#treatment_inforgraph .container .innerWrapp p:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 768px) {
    #treatment_inforgraph .container .innerWrapp p {
        font-size: 18px;
        line-height: 30px
    }
}

#treatment_inforgraph .container .healthicoMrkGl {
    position: absolute;
    animation: pulsingEffG 5s alternate linear infinite
}

#treatment_inforgraph .container .healthicoMrkGl img {
    width: 100%
}

@media only screen and (max-width: 998px) {
    #treatment_inforgraph .container .healthicoMrkGl {
        opacity: .3
    }
}

@media only screen and (max-width: 520px) {
    #treatment_inforgraph .container .healthicoMrkGl {
        opacity: .15
    }
}

#treatment_inforgraph .container .healthicoMltp {
    left: 100px;
    width: 40px;
    height: 100px;
    top: -65px
}

@media only screen and (max-width: 520px) {
    #treatment_inforgraph .container .healthicoMltp {
        display: none
    }
}

#treatment_inforgraph .container .healthicoMidltp {
    left: 15px;
    width: 95px;
    height: 120px;
    top: 75px
}

#treatment_inforgraph .container .healthicoBtmltp {
    left: 75px;
    width: 60px;
    height: 120px;
    bottom: -55px
}

#treatment_inforgraph .container .healthicoMrtp {
    right: 100px;
    width: 40px;
    height: 100px;
    top: -65px
}

@media only screen and (max-width: 520px) {
    #treatment_inforgraph .container .healthicoMrtp {
        display: none
    }
}

#treatment_inforgraph .container .healthicoMidrtp {
    right: 20px;
    width: 50px;
    height: 120px;
    top: 115px
}

#treatment_inforgraph .container .healthicoBtmrtp {
    right: 75px;
    width: 60px;
    height: 120px;
    bottom: -55px
}

#treatment_inforgraph:before {
    content: "";
    position: absolute;
    top: -20px;
    height: 20px;
    width: 100%;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/straight-rough-edge-full-grey.png");
    background-position: bottom;
    background-size: cover
}

@media only screen and (max-width: 768px) {
    #treatment_inforgraph {
        padding: 60px 0
    }
}

@media only screen and (max-width: 520px) {
    #treatment_inforgraph {
        padding: 45px 0
    }
}

#facts_inforgraph {
    padding: 100px 0;
    position: relative
}

#facts_inforgraph .container {
    text-align: center
}

#facts_inforgraph .container h5 {
    font-size: 70px;
    line-height: 60px;
    color: #f2a900
}

@media only screen and (max-width: 768px) {
    #facts_inforgraph .container h5 {
        font-size: 55px;
        line-height: 55px
    }
}

@media only screen and (max-width: 520px) {
    #facts_inforgraph .container h5 {
        font-size: 40px;
        line-height: 40px
    }
}

#facts_inforgraph .container h3 {
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: #aa242f;
    margin-bottom: 50px
}

@media only screen and (max-width: 768px) {
    #facts_inforgraph .container h3 {
        font-size: 55px;
        line-height: 55px
    }
}

@media only screen and (max-width: 520px) {
    #facts_inforgraph .container h3 {
        font-size: 40px;
        line-height: 40px
    }
}

#facts_inforgraph .container .upperRowInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 920px;
    width: 100%;
    margin: 0 auto
}

#facts_inforgraph .container .upperRowInfo .collUpper {
    max-width: 370px;
    width: 100%;
    text-align: center
}

#facts_inforgraph .container .upperRowInfo .collUpper h4 {
    font-size: 40px;
    line-height: 46px;
    color: #aa242f;
    margin-bottom: 25px
}

#facts_inforgraph .container .upperRowInfo .collUpper .row {
    margin-bottom: 50px;
    position: relative
}

#facts_inforgraph .container .upperRowInfo .collUpper .row .svgWrappG {
    height: 150px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 768px) {
    #facts_inforgraph .container .upperRowInfo .collUpper .row .svgWrappG {
        height: auto;
        margin-bottom: 25px
    }
}

#facts_inforgraph .container .upperRowInfo .collUpper .row p {
    font-size: 20px;
    line-height: 38px
}

@media only screen and (max-width: 768px) {
    #facts_inforgraph .container .upperRowInfo .collUpper .row p {
        max-width: 520px;
        width: 100%;
        margin: 35px auto
    }
}

@media only screen and (max-width: 768px) {
    #facts_inforgraph .container .upperRowInfo .collUpper .row p {
        font-size: 18px;
        line-height: 28px;
        margin: 25px auto
    }
}

@media only screen and (max-width: 768px) {
    #facts_inforgraph .container .upperRowInfo .collUpper .row {
        margin-bottom: 45px
    }
}

@media only screen and (max-width: 768px) {
    #facts_inforgraph .container .upperRowInfo .collUpper {
        max-width: 100%
    }
}

@media only screen and (max-width: 768px) {
    #facts_inforgraph .container .upperRowInfo {
        flex-direction: column
    }
}

#facts_inforgraph:before {
    content: "";
    position: absolute;
    top: -2px;
    height: 20px;
    width: 100%;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/straight-rough-edge-full-grey-flip.png");
    background-position: bottom;
    background-size: cover
}

@media only screen and (max-width: 768px) {
    #facts_inforgraph {
        padding: 75px 0
    }
}

@media only screen and (max-width: 520px) {
    #facts_inforgraph {
        padding: 60px 0 45px 0
    }
}

#btm_links_inforgraph {
    padding: 60px 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/white-ripple-pattern.png");
    background-position: center;
    background-size: cover;
    position: relative
}

#btm_links_inforgraph .container {
    text-align: center
}

#btm_links_inforgraph .container p {
    font-size: 14px;
    line-height: 28px
}

#btm_links_inforgraph:before {
    content: "";
    height: 130px;
    width: 100%;
    position: absolute;
    top: -120px;
    left: 0;
    background-image: url("https://www.glutafin.co.uk/wp-content/themes/glutafin/library/images/banner-assets/curve-rough-edge-grey.png");
    background-position: center
}

@media only screen and (max-width: 768px) {
    #btm_links_inforgraph {
        padding: 50px 0
    }
}

@media only screen and (max-width: 520px) {
    #btm_links_inforgraph {
        padding: 40px 0
    }
}

#html_sitemapWrap {
    padding: 50px 0
}

#html_sitemapWrap .container {
    display: flex;
    justify-content: space-between
}

#html_sitemapWrap .container .col {
    width: 50%
}

#html_sitemapWrap .container .col:first-child {
    margin-right: 15px
}

@media only screen and (max-width: 768px) {
    #html_sitemapWrap .container .col:first-child {
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 768px) {
    #html_sitemapWrap .container .col {
        width: 100%
    }
}

#html_sitemapWrap .container h4 {
    color: #aa242f;
    text-decoration: underline;
    margin-bottom: 15px
}

#html_sitemapWrap .container ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px
}

#html_sitemapWrap .container ul li:before {
    content: "â€¢";
    color: #f2a900;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

@media only screen and (max-width: 768px) {
    #html_sitemapWrap .container ul {
        margin-left: 25px
    }
}

@media only screen and (max-width: 768px) {
    #html_sitemapWrap .container {
        flex-direction: column
    }
}

.error404__content {
    padding: 75px 0;
    text-align: center
}

.error404__content h1 {
    font-size: 55px;
    color: #aa242f;
    line-height: 75px;
    margin-bottom: 10px
}

.error404__content p a {
    color: #aa242f;
    font-weight: 700;
    text-decoration: underline;
    display: block
}