/*
Theme Name: Surveylab
Theme URI: http://mastafu.info/
Author: Mastafu Design
Author URI: http://mastafu.info/
Description: Theme designed for Surveylab website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Surveylab
*/

/* General */
body {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
	color: #373737;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	margin: 0;
	overflow-x: hidden;
}

/** Reset **/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
   box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  line-height: 1.2
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #1786bf;
  text-decoration: none;
  transition: color .15s ease-in-out;
  outline: none;
}

a:hover {
  color: #1786bf;
  text-decoration: none;
  outline: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

p.align-items-center span {
	margin-left: auto;
	margin-right: auto;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

.hiddenSub .sub-menu,
[hidden] {
  /* display: none !important;*/
}

/** Misc **/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.ls100 {
	letter-spacing: 2px
}

.ls50 {
	letter-spacing: 1.5px
}

.ls25 {
	letter-spacing: 1px
}

.ls20 {
	letter-spacing: 1.2px
}

.ls10 {
	letter-spacing: 1px
}

.ls-10 {
	letter-spacing: -1px
}

.lh-2 {
	line-height: 2
}

.lh-15 {
	line-height: 1.5
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.imgResponsive {
	max-width: 100%; 
	height: auto;
	display: block;
	max-height: 100vh;
}

.list-style-no {
	list-style: none;
	margin: 0;
	padding: 0
}

.list-style-inline li {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 5px;
}

.list-style-inline li:last-child {
	margin-right: 5px;
}

.align-left {
	text-align: left
}

.align-right {
	text-align: right
}

.align-center {
	text-align: center
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

p > b,
.strong,
p > strong {
	font-weight: 700;
}

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

.wp-caption {
    background: #fff;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 0;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 10px;
	color: #888
}

.container-fluid {
	position: relative;
}

.element-invisible {
	position: absolute;
	top: -999999em;
	left: auto;
	width: 1px;
	height: 1px;
	overflow:hidden;
}

.noMargin {
	margin: 0;
}

.noPadding {
	padding-left: 0;
	padding-right: 0;
}

.popover {
	z-index: 10001;
}

.popoverElement {
	cursor: pointer;
	font-weight: 500;
	color: #1e1464;
	text-decoration: underline;
}

.width100 {
	width: 100%;
}

.height100vh {
	height: 100vh;
}

.height70vh {
	height: 65vh;
}

.height50vh {
	height: 50vh;
}

.height100 {
	height: 100%;
}

picture img {
	max-width: 100%;
	height: auto;
}

/* Logo */
header .logoImg a {
	outline: none
}

header .logoImg img {
	transition: all .55s ease-in-out;
}

header .absoluteNavbar .logoImg img {
	width: 190px;
}

header .logoImg img:hover {
	opacity: 0.8;
}

header .fixedNavbar .logoImg img {
	width: 160px;
}

/* Menu */
.fixedNavbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1005;
	background-color: #fff;
	-webkit-transition: all .55s ease-in-out;
	transition: all .55s ease-in-out;
}

.nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav ul li {
	margin: 10px 0;
}

.closeModalBtn,
.mobileBtn,
.closeBtnAlt,
.closeBtn {
	position: absolute;
	right: 15px;
	display: inline-block;
	padding: 0;
	color: inherit;
	background: 0 0;
	border: 0;
	outline: none;
	cursor: pointer;
	-webkit-appearance: normal;
	-moz-appearance: normal;
	appearance: normal;
	z-index: 1;
	-webkit-transition: all .55s ease-in-out;
	transition: all .55s ease-in-out;
	opacity: 1;
	visibility: visible;
}

.closeModalBtn:focus,
.mobileBtn:focus,
.closeBtnAlt:focus,
.closeBtn:focus {
	outline: none
}

.closeBtnAlt {
	top: -5vh;
	right: 0;
}

.closeModalBtn span,
.closeBtnAlt span,
.closeBtn span {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
}

.closeModalBtn span:before,
.closeBtnAlt span::before,
.closeBtn span::before {
	-webkit-transform: translateY(-2px) rotate(45deg);
	-ms-transform: translateY(-2px) rotate(45deg);
	transform: translateY(-2px) rotate(45deg);
}

.closeModalBtn span:after,
.closeBtnAlt span::after, 
.closeBtn span::after, 
.closeModalBtn span::before,
.closeBtnAlt span::before,
.closeBtn span::before {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	right: 0;
	top: 50%;
	width: 100%;
	border-bottom: 4px solid #1786bf;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.single-help .catNavigation .closeBtn {
	opacity: 1;
	visibility: visible;
	z-index: 10001;
}

.single-help .catNavigation .closeBtn span::after,
.single-help .catNavigation .closeBtn span::before {
	border-bottom: 4px solid #000;
}

.closeModalBtn span:after,
.closeBtnAlt span::after,
.closeBtn span::after {
	-webkit-transform: translateY(-2px) rotate(-45deg);
	-ms-transform: translateY(-2px) rotate(-45deg);
	transform: translateY(-2px) rotate(-45deg);
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

header .nav li a {
	color: #414042;
}

.wp-block-navigation li a,
.nav li.current_page_item > a,
.nav-alt li.current_page_item > a,
.nav .sub-menu li:hover a,
.nav .sub-menu li:focus a,
.nav .sub-menu li:active a,
.nav > li.current-menu-parent > a,
.archive .nav .menu-item-object-category > a,
.category-blog .nav .menu-item-object-category > a,
.single-post .nav .menu-item-object-category > a,
.nav > li.current-menu-item > a,
.nav > li.current_page_item > a {
	color: #1786bf !important;
}

.archive .nav .menu-item-object-category > a,
.category-blog .nav .menu-item-object-category > a,
.single-post .nav .menu-item-object-category > a,
.wp-block-navigation .current-menu-item a,
.wp-block-navigation li a:hover,
.wp-block-navigation li a:focus,
.wp-block-navigation li a:hover {
	text-decoration: none;
}

.docsHeader {
	color: #fff;
	font-size: 25px;
	line-height: 0.75;
	display: inherit;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 2px solid #fff;
}

.docsHeader a {
	color: #fff;
}

.nav li.menu-item-has-children:after {
	position: absolute;
	z-index: 1;
	right: -15px;
	top: 10px;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #414042;
	border-top-width: 5px;
	border-top-width: 5px;
}

.nav li.hiddenSub.menu-item-has-children:after {
	display: none;
}

.nav li.menu-item-has-children.current_page_item:after,
.nav li.menu-item-has-children.current-menu-parent:after {
	border-top: 5px solid #1786bf;
}

.wp-block-navigation li,
.wp-block-navigation li a {
	width: 100%;
	text-align: center;
}

/* Buttons */
.wp-element-button,
.btn {
	background: #fd8b18;
	border-radius: 6px;
	color: #fff;
	padding: 8px 30px;
	text-transform: uppercase;
  font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	border: 1px solid transparent !important;
	transition: .25s all ease;
}

.btnSmall {
	padding: 4px 20px;
	border-radius: 5px !important;
}

.userMenu .nav li:not(.wpml-ls-item) > a {
	letter-spacing: initial;
	font-weight: 600;
	font-size: 14px;
}

.userMenu .btnSmall {
	padding: 8px 20px;
	border-radius: 6px !important;
}

.btn-violet {
	background: #4623a0;
}

.min285 .btn {
	min-width: 285px;
	text-align: center;
}

.btn100 {
	width: 100%;
	text-align: center;
}

.popular .btn {
	background-color: #fff;
	border: 2px solid #fff;
	color: #1786bf;
}

.wp-element-button:hover,
.wp-element-button:active,
.wp-element-button:focus,
.btn:hover,
.btn:active,
.btn:focus {
	background: #1687c1;
	border: 2px solid #1687c1;
	color: #fff;
}

.popular .btn:hover,
.popular .btn:active,
.popular .btn:focus {
	background: #1786bf;
	color: #fff;
}

.btn-blue {
	background: #1687c1;
	color: #fff;
	border: 2px solid #1687c1;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
	background: #fd8b18;
	border: 2px solid #fd8b18;
	color: #fff;
}

.btn-empty {
	background: transparent;
	border-radius: 10px;
	color: #666666;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.25;
	padding: 15px 50px;
	border: 2px solid #666;
}

.btn-empty:hover,
.btn-empty:active,
.btn-empty:focus {
	border: 2px solid #1786bf;
}

.btn-empty:hover a,
.btn-empty:active a,
.btn-empty:focus a {
	color: #1786bf;
}

.btn-empty-orange {
	background: transparent;
	border-radius: 10px;
	color: #1786bf;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.25;
	padding: 15px;
	border: 2px solid #1786bf;
	width: 100%;
	max-width: 300px
}

.btn-empty-orange:hover,
.btn-empty-orange:active,
.btn-empty-orange:focus {
	border: 2px solid #666;
}

.btn-link-down,
.btn-link {
	color: #1786bf;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.25px;
	position: relative;
	z-index: 1;
	line-height: 1;
	text-decoration: none;
}

.btn-link.lowercase {
	text-transform: initial;
}

.relatedHelpBody ul li a:before,
.btn-link:before {
	position: absolute;
	z-index: 1;
	line-height: 1;
	right: 50%;
	left: 50%;
	bottom: -5px;
	width: 0;
	height: 1px;
	content: "";
	webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
	background-color: #1786bf;
}

.relatedHelpBody ul li:after,
.btn-link:after {
	position: absolute;
	z-index: 1;
	line-height: 1;
	right: -25px;
	top: -1px;
	width: 12px;
	height: 9px;
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='9px'%3E%3Cpath fill-rule='evenodd' fill='rgb(22, 135, 193)' d='M8.710,0.914 L8.174,1.451 C8.044,1.581 8.046,1.792 8.178,1.919 L10.386,4.039 L0.958,4.039 C0.777,4.039 0.630,4.186 0.630,4.367 L0.630,5.133 C0.630,5.314 0.777,5.461 0.958,5.461 L10.386,5.461 L8.178,7.581 C8.046,7.708 8.044,7.919 8.174,8.049 L8.710,8.586 C8.838,8.714 9.046,8.714 9.174,8.586 L12.778,4.982 C12.906,4.854 12.906,4.646 12.778,4.518 L9.174,0.914 C9.046,0.786 8.838,0.786 8.710,0.914 Z'/%3E%3C/svg%3E");
	webkit-transition: .35s all ease;
	-o-transition: .35s all ease;
	transition: .35s all ease;
	transform: translate3d(0,0,0);
}

.btn-link.btn-down:after {
	transform: translate3d(-17px,3px,0) rotate(90deg);
}

.integrationContent .btn-link:after {
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='9px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M8.710,0.914 L8.174,1.451 C8.044,1.581 8.046,1.792 8.178,1.919 L10.386,4.039 L0.958,4.039 C0.777,4.039 0.630,4.186 0.630,4.367 L0.630,5.133 C0.630,5.314 0.777,5.461 0.958,5.461 L10.386,5.461 L8.178,7.581 C8.046,7.708 8.044,7.919 8.174,8.049 L8.710,8.586 C8.838,8.714 9.046,8.714 9.174,8.586 L12.778,4.982 C12.906,4.854 12.906,4.646 12.778,4.518 L9.174,0.914 C9.046,0.786 8.838,0.786 8.710,0.914 Z'/%3E%3C/svg%3E");	
}

.relatedHelpBody ul li:hover a:before,
.relatedHelpBody ul li:active a:before,
.relatedHelpBody ul li:focus a:before,
.btn-link:hover:before,
.btn-link:active:before,
.btn-link:focus:before {
	width: 100%;
	left: 0;
	right: 0;
}

.btn-link:hover:after,
.btn-link:active:after,
.btn-link:focus:after {
	transform: translate3d(5px,0,0);
}

.btn-link.btn-down:hover:after,
.btn-link.btn-down:active:after,
.btn-link.btn-down:focus:after {
	transform: translate3d(-17px,6px,0) rotate(90deg)
}

.btn-icon span {
	position: relative;
	padding-left: 48px;
}

.btn-icon span::before {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 0;
	bottom: 0;
	height: 32px;
	width: auto;
}

.btn-icon-small-right span {
	position: relative;
	padding-right: 30px;
}

.btn-icon-small-right span:before {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 32px;
	width: auto;
}

.btn-icon-small-right-up span:before {
	top: 2px;
}

.btn-icon-small-right-dn span:before {
	top: 3px
}

.btn-file span:before {
	background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAA4CAQAAAAoPwI6AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkBQgNKww7S3a6AAABI0lEQVRYw+3YMW6DMBTG8Y+qYshe1Gt0T46WleRI3VPWDs0QDgA9RIf+uxFqG4PiF6m1eF4sMD/Zj8cbEAqMDXtavrg9eo6UBfKi0qtelB5Hf9cVZ6AFCJ5q2dgCvXvxiQ/gwnMiLv/xKy1rfEwb479pU9ylDXGfNsNDtBG+4R04U/k30/E90Hr0DujS8ctkf6jT8XB76qgpU/ECJBUGbcoNpIc7sEPkhjez7+vkrDstx79nN4WzjtCi3KplPufRXMfx+ZyPDj8dueX8/+LLqyVaManVIkUqJrdqaW77Ipfh0zmPfpFu5JbzFV/xFf9reDN0PJuZxo3r2sDMZndNy+Mwext6tc1Maz+fxD8lbc3dnaReHBL+wcWjFiUHenO4o6b8AXkNIQq07KTYAAAAAElFTkSuQmCC");
	height: 32px;
	width: 32px;
	background-size: 23px 28px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	content: "";
}

.btn-search span:before {
	background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACxFBMVEXnTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDz////qiozkAAAA6nRSTlMAJ2iYxd7v/u3cy6pxNwUhidr07vWpSwIvrvzNi1EoGkJ0tdlhFZnpgSMMX8fQOkPnbgnJBHz9oRQHKk1ENhJn8rwTAZLzXDWMz+WlVwgm2Ovovp6ygrlzKS7SchFUr/vsYwazykdp90itDqNb+nYDO98YGZ+gPL/U6qaIbcAbFyWVe4p/WM4QdyThIkrkOCzRnR+HZIZFdZFwjcTDTpf4yPE+YuO9uDSWUJSbIKyOLTIPQaQKb31Amno/+bB+Wcbw1kZSMAtMHVNdk9vmYNVa4JwctGU9ObuxbB5mkKJ5ePYNajG3qI9Vg4R9Jzt/AAAAAWJLR0Trv90muAAAAAd0SU1FB+QFCA01GYLXrY4AAAVESURBVEjHtZb7X1RFGIcnQ48i14VcO6ngJSQEQUJsLQxcVwVd7t5FRMVVdNUAtbyiZF5TKTUv1bqGpJmmkqVRhre8ZOYlr5la2cXvX9E7Z89Zd3bPquCn+eF9Z96Z58zMO+87ZxjzLs+0eDagZSupdZvAtkHBIawJJTQsHLwYIiIUHflcO+MTou2flyG90KFjJ2XCqOjOXSKBrt2eBH8xRkb32JcEW1yPeCCh52PZxCS07pXsa49+GXJYyqPZ3qno84paN/VNfPW1tH5qy/h6OjL6PwI1D4BloKs6aHCmrDgLWUOGWhVTdgJyovzDMcgdpMwyNIGovPwhMQWFOalAxDBl/rjh6OqXHoHckVyPIveMHpOtWscWjSvG+BJenTARk5L12VLZosw72YbMKUJPaIGEqWVUSQ7ANF12bBam8313gH3GTO/OWW8gs5x0RR6K9OBKzOaqAyLm6H16Lt7kGy/FW2N9e9unjudnNBkRo3QXZsrHXL6geZjv21mIBdxXNrs4b8lCzUP92yCW1CJb5GJvtkpKolHGeMwQ7Qko16p9Dfa+pJZgqTdcjbdJLsM7oq+Wp7Z82FiBiSRXSqu8c2SVtFqZp1Q0r0Efj22/K3F/BGCtOGgdAkmmYb22i5r3FP0+NjDzxk2q9QNsJrkFG0V4AcJIbkWQq5mdpR7nNnRi/YrtHV3mCjnJTE7FhyJcg49IZqJKYz8280qyozvp6bJGb8c6CiOnQXTMJFAoW+UkkWU7MJWrgRpdjU+UwaECXCul8I3vFFm2VN2HRndTdjcPswTYYSERrUS9B8vq8CnzpDehkuQu7BZgOY9EO3xGOwrHHo2d6UzXbp4esH/OWE/sVRYvJoc9gkTZvi9IUs4uV637MVytGfeg9gBjB1FPjc1e8Phid/XLnW76EL56yK4kXcTXRvkXLcBqCKfMWedJ78XXLvawi2VHsIVkBj8wjzIO35BskY7uHnOb8xqSBZZ9i0R+NLJ4F/XGGJLfpdcdVVceSLdONr7nLbObndDoIGyxdEyMsONKwnju+wTlsnKq7KTGso4oZDz1akTYZLGcUipzZldxlbwmhDvmB+XABp5WR81V3FyPMyLM2uIsV+ckLHPb2qSK11U0fqSgjjNElnnBpdjG1bHzP2kRwqIwWhhivYCfGb/lKr1YZgxXjsVEq50yUtvhEmHINOykD4dcRJo3zM4i3nW7HEGGy1JxKdtzwAzkXlYC54oPy4zr8QvXV2G4ykLifPpXpDr40iqc8klfmF2TndzR/WquMmNAklentR4OnkrG69jK9Eo1MtUJS7CdzRzmcc0lHkOuEqmxcMbpwiH5qHO9e8ZJPSl1Z6t204mFQMZl5asSUKD/OOmfgxtK1J4mf4bhJmO3EouOFDqBcNfhl8i2X2v90VE52Kb9IG6n36L7nT8NbDfOKBeeMVaylbKVWajrHKpHl8cj6bjqfYou0+HfzvU6aFVP7jowmZnv2Ol79rt6tLUAmLdIzyFbnGjE+U53cW/j9MEOV8r4lDN5sO2q8jL+/sdFyLfjLiGv4d6f1A5u9EOXzbcAAUHt3TFefrQ+EtJ9+k0ZL0H9O6f5o9mBmxdoX87Av2Lmn6vMqKV64wBXvBvvQ31q+acZW3unS6PrGYbiSft2n9LsQfibPZ6mWRaNiv6nXfBqq6fxVkOD9gQNfiStW0bAea35dCwMO9Tq/tZ+suT/ov8VVv7gqeg1zaePIr+JMHvgplPuWZoKP6RNDa2aDLvpBXqX6ZPQZ0OshxqKrzUDpvOGw47iDc1h6WmZb2h1heb9DyrnLP21AYeBAAAAAElFTkSuQmCC");
	height: 32px;
	width: 32px;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	content: "";
}

.btn-wp span:before {
	background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAMAAABGS8AGAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAC9FBMVEXnTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDznTDz///9DM8RYAAAA+nRSTlMAFDJOYnN3hX51ZlsOSoe/7CJ8zPzhwqKOfWmBLmzH/vK2eTsN0m0a5Ys6A/EQjPb9tLIBZ+ujKDFHVU1EMxckwbcqK6DO9fSncjVf5E+V3+6kBQidoQ/ciR/I81oS+iEWJt3bBvD5LN4t6MY81+0JB42TJ+qsy9QVPUIKVviWXH9YKZsjEeAM0bDvSYNIr4itUGF0YyD7wzeYenaZap6qmsRLhGS7ka4w2tm5AuKA04o/Urxv5tWc6ahgHS/QV2izxQTW50O+JcpuOTZrXUZejxjNwJCGGdgeZUV7qRurl/fJkj5BlHClsRyf43FROHjPC1S4gr1ANBOmUAjghQAAAAFiS0dE+6JqNtwAAAAHdElNRQfkBQgOASaN3c0dAAAJtElEQVRYw6VZeUBUxxkfIKyIQEQWXAgKigeyHIsroCsCAi5pxIigxnAFOVYQRQ5jPUBRDEYUjEcwUTxSqtGordpSm6QJKcGq8aipR0yrttSjtaYx9rDm+6sz8655b98uu+b7Y9/M/GZ+zPvNN99880DIEXNxdXvOXTPAY6DnIDdXF4eG9Gte3j7PDwaZDX7ex9vrh7H6DvHTEir/gKG6QE1QkCZQNzTAn7Ro/V4Ifua5DhseAhA6YmTYKDkwKmzkiFBMPnrMs8x7rA6PDR8XoVeH9RHjwgEidWOdpI2KjgFDrLfeXh+993gDxERHOUFrnBAHhvgEtmXsxEkmk2ly4pQktmNCvAHiPI2O8ianAExNFatpnunTzJJPZIx+8Ucvia+SOhUgJdkx3umhkDlDmGnEyzNBxbJmzcjmu8zIhNDpDtDmzAaYM5dX2v0VsGlx817les2dAzA7pz/epFzIy+eKBT6hYNcK01/jeubnQW6Rfd75xVCSRkul7mXQr1miORdfUALl8+3xViyESi4ULFrcPy2x8Em0u0slLLSzEyuqIHYJKVTXGBzjBQippSOWxEJVhS3euqXweikpvLbMUVpiP6beVvo6LE1Q511eDrGUd0WVM7zY91ZS5liYuVzVz3IhdxUp1Dc4xxuXrqHjVgkEClsNJfQPrtE6RattXCK+cgmkW/Ouhch15DnISd56hmNdJHhaLVwomMhzpcU5HWpkLCYwKxZQXwlN5Lk+yznejDfkPE1QKQ+1Y6B5A/HGN53jhY2KF9/QDGNkntYCm8iz1kle2KyUtBVaWJ9bDW3k8YbPls0ajWbCc6ZJK6YkvEVGWrbOnxKRONm0zXO7ZgDGgnZgzDVhKE88xMoJ2uBlqfK2pV0lVq8kI3eqb6Z3eOKhVkhyu+VtsfIuxKsM3kVGVqluJrSbJ47LtoLioUMousQYUuXgnr3jKzO5oaF++2q3vMpga/dvfK9ZFPkn7LACciCmGWKEXGkkvKX4q52KNXqBwX4qQw6ww3IOkt/3YSRXNZbACvxgX+qQgriYOYhd2mXQOywznetKeIXrHgaHScFzHdPjAwVzGIMdkCFHWOJQ4iVHj/HddfAz8vj5ADtavMtgnnLIm4Es4WTfHQcdrRUDOVRcofmobS2qqiVsuTxMHZagHIBW/JgIxaTmC8fIIxrghB0tTjLYL+TQL0UgCWcO5NkFZFvsgNmk8iuAU3a0aLOtxa/FnHMBfjWixYewA/+ego/w78e4RySTdfxGQWwpsKkFeAiAifeSIDrHTyCNzhvbp3a06LatRVcp3x6IK7vpzN/Ekbihgcw+nvT4zI4Wv2WwbgXmxrfvw+X3EeXsQcmEHaHPSYfCIttahKyXsCSFFvxJZ+zF5ZmIqpCMTtN1yea6skFaqUUjg/1ODvmLawdgIGdrG5xG24Bs8DNcj7N2tChhtnWQAuOizjlaJit2ELYhdxqsT/M9mKNQqQV8YVuL88x7nKar6I4ndgGX6vkenXa0YE4GpRY0eH7M5XvEtYZhIh1cZN6t2WhHC4Z4jxy6RNoGcuUJuPh7uIyPu3xWtBO2tWhiiL+UZ6OHSNsfuHIQLubDaiVxk20tLjEQusIiBpI61PGVCzzxVUo8QehTlmNLi7gelngYCy0mLY18hWzRNdjVrvFzF4zJxeRa7Gd50XVWC3pWf8VXOAF8sOS7cOmS2Gm8LS0SEbphQ4uvERPB/4grf4KBOProhE1DrZA571ktluKIcvOWuha+uD5PqJALgw7HzVa4jUtRUq9h0uBgZvCf8a3/LwNVtWjGVaOYEZDofBufJKmwjPTzF7v1qWuBrwMXYTSDBcj8MEKo0ONoGd7Y1e15ZFPEShR1alos1NM+hyTsnIhtxbW/CpWpZPp57dUILaYSeUjEnWpa4P3sUggQLWG3BC0asBfre4WOgRhKhq8QCfFr8e8diXimUUWLu9xR18Wk1Tt5iGQWicB0RNNhFiI5dy3+rWY+HNyx1qL3KB94JllrcQ6Rg5O3UKwB2ktP7mA6b5xxqW0FQYt7CI2lrx5vrQXOGEvFG8Y+gnCZCj5QyCX+U4m4JcdKC/wS92khY4OEvUdbpuHSZHEs2bi+0EvVbMJRGV8/4iRmk1KLLqxEH4ddlDDuT5H87G/CyMGldN9xoawV/MhjnET8d6UW+PTyDZGWircHtGkivpNmCCMvc1GjleI9vVSS9VJ6Wsh8ZaRaLOLze2xa5oNYJXAHqShjO4kmU2AhHwi3cFP/hzRlZltvxtVMrMRoAdsu1+Igu/A0DzgF83j8hsXygGheKBLnyrW4ii8AIvaJXAu81aOEW30D8YIHFosYBfdy2lyVpsx8h/mApt1MoGO+pFRCFr4IfCQgOo5lr4jXGcxF+DG3SxzMXAw3w0PsPCUS8XEJ+4b69REeyCQfv4rMBibY3OSuUFvFweXStg4mE3lJ4oVwKUG/EYI9s0hY9X+Spg64KfGiG2atK3mmi6NXMFp8i1ANQ0zPCN5SNkgHMYkPaKI2gz1n0COYRlzE67AwuEPCvjaio5ksMXMdJXrzwaiYRPie7+ARy4uyF3NJX5rg6i3VIoZVOcHyQt5jdiifAJnpmjbC54q7akS7lt6h3ISs7F8sulpGDGtYzJ02hdBLSphWG4YUthse0i+4gmLMtkbZcXLif7MD/WjTHlJMegj/UfIi42cQQFP+b7igYGG2daucF7TXJSyZtmhIsXQn/FflU3aBP8yiTtbNiXZBgtIVxDQc8kbOtBCasBtnQbPqt4KKMnqWYHfOI4OHi0BOpJL4O2kUvsbFrKWlWiiz8RHyiZk/LIPpZ+MzQvtJsDKRAYeSzP/RUg2Y7yIb1mqBe1QNL/Ly4jrctiY+LmA+sPEp1eEeWFqRTdtkhu+racnNX/yWMMpsTZzJb2vjcM71qr+HmE3Ijj1pgRRuAR53xizi2gaBiiVy2Cruwro8BcqeILu2wB+O8d82bvHZfawa8Rx20LcPwX8B6seKrkDhLtYbCwrViEOlba3fVQhXivrjxXHkmgH6GL/ZocZrOSL2qOgDw7We/nmx3S2H9svif3r05x/FyoJbZMDxyWJ2EaVrh/K7DtGShbvcDlmB7L++XM6f3KNpvKYZM+jOA6bZa0gWnsNjR3mxpcaGQGRNnf1O86PxloxNdYxRtEM3ccg4e/9LW/j1+2dxkBjxhTOcvJ2pXYoDWV+nd4ESKfDu7MNxu6x23TPQEuvZFE//fZN5YL9Hd713YqJ3fbfH/gN0Kcs+NC15Rlpqetf7bb1KZ+ttu++q/yGsgj0Ny9++pSN+34sdNQPc88OeOjLm/4lz5r9HnXrgAAAAAElFTkSuQmCC");
	height: 32px;
	width: 32px;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	content: "";
}

.btn-thbup span:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='16px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M3.250,7.000 C3.458,7.000 3.635,7.073 3.781,7.219 C3.927,7.365 4.000,7.542 4.000,7.750 L4.000,15.250 C4.000,15.458 3.927,15.635 3.781,15.781 C3.635,15.927 3.458,16.000 3.250,16.000 L0.750,16.000 C0.542,16.000 0.365,15.927 0.219,15.781 C0.073,15.635 -0.000,15.458 -0.000,15.250 L-0.000,7.750 C-0.000,7.542 0.073,7.365 0.219,7.219 C0.365,7.073 0.542,7.000 0.750,7.000 L3.250,7.000 ZM2.000,14.750 C2.208,14.750 2.385,14.677 2.531,14.531 C2.677,14.385 2.750,14.208 2.750,14.000 C2.750,13.792 2.677,13.615 2.531,13.469 C2.385,13.323 2.208,13.250 2.000,13.250 C1.792,13.250 1.615,13.323 1.469,13.469 C1.323,13.615 1.250,13.792 1.250,14.000 C1.250,14.208 1.323,14.385 1.469,14.531 C1.615,14.677 1.792,14.750 2.000,14.750 ZM12.000,2.531 C12.000,1.531 11.719,0.823 11.156,0.406 C10.781,0.135 10.312,-0.000 9.750,-0.000 C9.479,-0.000 9.240,0.229 9.031,0.687 C8.927,0.937 8.812,1.302 8.688,1.781 L8.688,1.812 C8.583,2.271 8.490,2.604 8.406,2.812 C8.281,3.167 8.115,3.448 7.906,3.656 C7.573,3.969 7.156,4.490 6.656,5.219 C6.052,6.094 5.542,6.750 5.125,7.188 C5.042,7.250 5.000,7.333 5.000,7.437 L5.000,14.125 C5.000,14.229 5.036,14.318 5.109,14.391 C5.182,14.464 5.271,14.500 5.375,14.500 C5.729,14.500 6.266,14.661 6.984,14.984 C7.703,15.307 8.271,15.531 8.688,15.656 C9.396,15.885 10.083,16.000 10.750,16.000 L10.844,16.000 C11.760,16.000 12.438,15.958 12.875,15.875 C13.604,15.750 14.104,15.490 14.375,15.094 C14.646,14.698 14.719,14.229 14.594,13.687 C14.844,13.396 15.021,13.031 15.125,12.594 C15.229,12.156 15.219,11.740 15.094,11.344 C15.365,10.990 15.521,10.583 15.563,10.125 C15.604,9.667 15.542,9.240 15.375,8.844 L15.406,8.844 C15.573,8.656 15.714,8.427 15.828,8.156 C15.943,7.885 16.000,7.604 16.000,7.312 C16.000,6.833 15.818,6.411 15.453,6.047 C15.089,5.682 14.646,5.500 14.125,5.500 L10.969,5.500 C11.010,5.292 11.146,4.969 11.375,4.531 C11.583,4.156 11.729,3.865 11.812,3.656 C11.938,3.281 12.000,2.906 12.000,2.531 Z'/%3E%3C/svg%3E");
}

.btn-thbdn span:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='16px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M-0.000,1.750 C-0.000,1.542 0.073,1.365 0.219,1.219 C0.365,1.073 0.542,1.000 0.750,1.000 L3.250,1.000 C3.458,1.000 3.635,1.073 3.781,1.219 C3.927,1.365 4.000,1.542 4.000,1.750 L4.000,9.250 C4.000,9.458 3.927,9.635 3.781,9.781 C3.635,9.927 3.458,10.000 3.250,10.000 L0.750,10.000 C0.542,10.000 0.365,9.927 0.219,9.781 C0.073,9.635 -0.000,9.458 -0.000,9.250 L-0.000,1.750 ZM1.250,8.000 C1.250,8.208 1.323,8.385 1.469,8.531 C1.615,8.677 1.792,8.750 2.000,8.750 C2.208,8.750 2.385,8.677 2.531,8.531 C2.677,8.385 2.750,8.208 2.750,8.000 C2.750,7.792 2.677,7.615 2.531,7.469 C2.385,7.323 2.208,7.250 2.000,7.250 C1.792,7.250 1.615,7.323 1.469,7.469 C1.323,7.615 1.250,7.792 1.250,8.000 ZM9.750,16.000 C10.312,16.000 10.781,15.865 11.156,15.594 C11.719,15.177 12.000,14.469 12.000,13.469 C12.000,13.094 11.938,12.719 11.812,12.344 C11.729,12.135 11.583,11.844 11.375,11.469 C11.146,11.031 11.010,10.708 10.969,10.500 L14.125,10.500 C14.646,10.500 15.089,10.318 15.453,9.953 C15.818,9.589 16.000,9.167 16.000,8.688 C16.000,8.396 15.943,8.115 15.828,7.844 C15.714,7.573 15.573,7.344 15.406,7.156 L15.375,7.156 C15.542,6.760 15.604,6.333 15.563,5.875 C15.521,5.417 15.365,5.010 15.094,4.656 C15.219,4.260 15.229,3.844 15.125,3.406 C15.021,2.969 14.844,2.604 14.594,2.313 C14.719,1.771 14.646,1.302 14.375,0.906 C14.104,0.510 13.604,0.250 12.875,0.125 C12.438,0.042 11.760,-0.000 10.844,-0.000 L10.750,-0.000 C10.083,-0.000 9.396,0.115 8.688,0.344 C8.271,0.469 7.703,0.693 6.984,1.016 C6.266,1.339 5.729,1.500 5.375,1.500 C5.271,1.500 5.182,1.536 5.109,1.609 C5.036,1.682 5.000,1.771 5.000,1.875 L5.000,8.563 C5.000,8.667 5.042,8.750 5.125,8.812 C5.542,9.250 6.052,9.906 6.656,10.781 C7.156,11.510 7.573,12.031 7.906,12.344 C8.115,12.552 8.281,12.833 8.406,13.188 C8.490,13.396 8.583,13.729 8.688,14.188 L8.688,14.219 C8.812,14.698 8.927,15.063 9.031,15.313 C9.240,15.771 9.479,16.000 9.750,16.000 Z'/%3E%3C/svg%3E");
}

.btnWrap a {
	display: inline-block;
	vertical-align: top;
}

.btnWrapMb a {
	margin-bottom: 30px;
}

.btnWrap svg {
	margin: 0 5px;
} 

/* Universal sections */
.row.reversedRows {
	flex-direction: row-reverse;
}

/* Gallery */
.gallery {
	margin-bottom: 20px !important;
}

.gallery dl {
	float: left;
	padding: 0;
	box-sizing: border-box;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

.gallery dl dt a {
	width: auto;
	height: 100%;
	display: inline-block;
}

.gallery dl dd {
	padding-right: 30px;	
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
	box-sizing: border-box;
}

.gallery dl img {
	border: none !important;
	border-radius: 5px;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
	position: relative;
	z-index: 10;
}

.gallery dl img:hover {
	z-index: 11;
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
	object-fit: none;
}

.titleSmall {
	font-weight: 300
}

.orange {
	color: #1786bf;
}

.borderB {
	border-bottom: 2px solid #f6f6f6
}

.borderT {
	border-top: 2px solid #f6f6f6
}

.large {
	font-size: 46px;
	font-weight: 700;
	letter-spacing: 1.25px;
	line-height: 1.2
}

.medium > *,
.medium {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.25px;
	line-height: 1.2
}

.normal {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2
}

.small {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2
}

.single main .large {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1.25px;
	line-height: 1.2
}

.single main .medium > *,
.single main .medium {
	font-size: 21px;
	letter-spacing: 1.1px;
	line-height: 1.1
}

.single .docBody.blogBody h1 {
	font-size: 28px;
}

.single main .normal {
	font-size: 18px;
	line-height: 1.1
}

.single main .small {
	font-size: 14px;
	line-height: 1.1
}

.wp-singular main p,
.page main p,
.single main p {
	word-break: break-word;
	white-space: normal;
}

.bold {
	font-weight: 700 !important;
}

.black {
	color: #000;
}

.black2 {
	color: #262626
}

.violet a,
.violet {
	color: #4623a0;
}

.white {
	color :#fff;
}

.whiteBG {
	background-color: #fff;
}

.faqList,
#pageHeader.greyHeader {
	background: #f7f7f7;
}

.grey {
	color: #414042;
}

.button-color-black .btn,
.bg-color-black {
	background-color: #373737;
}

.button-color-grey .btn,
.bg-color-grey {  
	background-color: #f7f7f7;
}

.button-color-blue .btn,
.bg-color-blue {
	background-color: #1687c1;
}

.button-color-orange .btn,
.bg-color-orange {
	background-color: #f58c19;
}

.button-color-red .btn,
.bg-color-red {
	background-color: #f00064;
}
 
.button-color-violet .btn,
.bg-color-violet {
	background-color: #4623a0;
}

.button-color-lime .btn,
.bg-color-lime {
	background-color: #28e68c;
}

.button-color-white .btn {
	background-color: #fff;
}

.button-color-black .btn,
.button-color-blue .btn,
.button-color-red .btn,
.button-color-orange .btn,
.button-color-violet .btn {
	color: #fff;
}

.button-color-lime .btn,
.button-color-white .btn,
.button-color-grey .btn {
	color: #373737;
}

.bg-color-white .innerDesc ul li:before,
.bg-color-grey .innerDesc ul li:before {
	border-bottom-color: #f58c19;
	border-right-color: #f58c19;
}

.bg-color-black .innerDesc ul li:before {
	border-bottom-color: #f00064;
	border-right-color: #f00064;
}

.bg-color-red .innerDesc ul li:before,
.bg-color-violet .innerDesc ul li:before,
.bg-color-blue .innerDesc ul li:before,
.bg-color-lime .innerDesc ul li:before,
.bg-color-orange .innerDesc ul li:before {
	border-bottom-color: #fff;
	border-right-color: #fff;
}

.button-color-black .btn,
.button-color-blue .btn,
.button-color-red .btn,
.button-color-violet .btn {
	color: #fff;
}

.button-color-lime .btn,
.button-color-orange .btn,
.button-color-white .btn,
.button-color-grey .btn {
	color: #373737;
}

.button-color-white .btn-link,
.button-color-white .btn-link:hover,
.button-color-white .btn-link:active,
.button-color-white .btn-link:focus,
.slogan-color-white .sectionTitle *,
.color-white a:not(.btn):hover,
.color-white a:not(.btn):active,
.color-white a:not(.btn):focus,
.color-white * {
	color: #fff;
}

.button-color-black .btn-link,
.button-color-black .btn-link:hover,
.button-color-black .btn-link:active,
.button-color-black .btn-link:focus,
.slogan-color-black .sectionTitle *,
.color-black a:not(.btn):hover,
.color-black a:not(.btn):active,
.color-black a:not(.btn):focus,
.color-black * {
	color: #000;
}

.button-color-grey .btn-link,
.button-color-grey .btn-link:hover,
.button-color-grey .btn-link:active,
.button-color-grey .btn-link:focus,
.slogan-color-grey .sectionTitle *,
.color-grey a:not(.btn):hover,
.color-grey a:not(.btn):active,
.color-grey a:not(.btn):focus,
.color-grey * {
	color: #f7f7f7;
}

.button-color-blue .btn-link,
.button-color-blue .btn-link:hover,
.button-color-blue .btn-link:active,
.button-color-blue .btn-link:focus,
.slogan-color-blue .sectionTitle *,
.color-blue a:not(.btn):hover,
.color-blue a:not(.btn):active,
.color-blue a:not(.btn):focus,
.color-blue * {
	color: #1687c1;
}

.button-color-orange .btn-link,
.button-color-orange .btn-link:hover,
.button-color-orange .btn-link:active,
.button-color-orange .btn-link:focus,
.slogan-color-orange .sectionTitle *,
.color-orange a:not(.btn):hover,
.color-orange a:not(.btn):active,
.color-orange a:not(.btn):focus
.color-orange * {
	color: #f58c19;
}

.button-color-red .btn-link,
.button-color-red .btn-link:hover,
.button-color-red .btn-link:active,
.button-color-red .btn-link:focus,
.slogan-color-red .sectionTitle *,
.color-red a:not(.btn):hover,
.color-red a:not(.btn):active,
.color-red a:not(.btn):focus,
.color-red * {
	color: #f00064;
}
 
.button-color-violet .btn-link,
.button-color-violet .btn-link:hover,
.button-color-violet .btn-link:active,
.button-color-violet .btn-link:focus,
.slogan-color-violet .sectionTitle *,
.color-violet a:not(.btn):hover,
.color-violet a:not(.btn):active,
.color-violet a:not(.btn):focus,
.color-violet * {
	color: #4623a0;
}

.button-color-lime .btn-link,
.button-color-lime .btn-link:hover,
.button-color-lime .btn-link:active,
.button-color-lime .btn-link:focus,
.slogan-color-lime .sectionTitle *,
.color-lime a:not(.btn):hover,
.color-lime a:not(.btn):active,
.color-lime a:not(.btn):focus,
.color-lime * {
	color: #28e68c;
}

.button-color-txt-white .btn {
	color: #fff;
}

.button-color-txt-lime .btn {
	color: #28e68c;
}

.button-color-txt-violet .btn {
	color: #4623a0;
}

.button-color-txt-red .btn {
	color: #f00064;
}

.button-color-txt-orange .btn {
	color: #f58c19;
}

.button-color-txt-blue .btn {
	color: #1687c1;
}

.button-color-txt-grey .btn {
	color: #f7f7f7;
}

.button-color-txt-black .btn {
	color: #000;
}

.page-template-page-demo,
.lightGreyBg {
	background-color: #f7f7f7;
}

.extraLightGreyBg {
	background-color: #fdfdfd
}

.borderLeft {
	border-left: 2px solid #f0f0f0;
}

.greyBg {
	background-color: #f6f6f5
}

.italic {
	text-style: italic;
}

.capital {
	text-transform: uppercase;
}

.underOrange strong {
	border-bottom: 5px solid #1786bf;
}

.row > div > .innerCol {
	width: 100%;
	max-width: 460px;
}

.row > div > .innerCol.innerColLeft {
	margin: 0 0 0 auto;
	padding-right: 55px;
}

.row > div > .innerCol.innerColRight {
	padding-left: 55px;
}

.page > main > *:not(.container-fluid) {
	margin-top: 60px;		
	margin-bottom: 30px;		
}

.page > main > *:first-child:not(.container-fluid) {
	margin-top: 90px;
}

.page-template-default main > *:not(section),
.page-template-page-solutions main > *:not(section) {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
}

figure.wp-block-gallery.has-nested-images {
	justify-content: center
}

/* Pages Header */
.animatedHeader {
	min-height: 370px;
	z-index: 2;
}

.docHeader .pageHeader,
.animatedHeader .pageHeader {
	padding-top: 100px;
	position: relative;
	z-index: 2;
}


.simpleHeader .pageHeader  {
	padding-top: 180px;
}

body:not(.single) .pageHeader h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2
}

.pageHeaderCat h2 {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

.pageHeader h2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	max-width: 991px;
	margin-left: auto;
	margin-right: auto;
}

/* Lists with Images / Icons */
.normalTitle.sectionTitle {
	text-align: center;
}

.colIcoDesc {
	margin-bottom: 55px;
}

.descIcoList:not(.icon-top) .colIcoDesc .innerImg {
	width: 115px;
	text-align: center;
}

.descIcoList:not(.icon-top) .colIcoDesc .innerImg img {
	width: 64px;
}

.descIcoList:not(.icon-top) .colIcoDesc .innerDesc {
	width: calc(100% - 115px);
}

.descIcoList.icon-top .colIcoDesc .innerImg {
	width: 115px;
	margin-bottom: 30px;
}

.container-fluid.descIcoList {
	padding-bottom: 0 !important;
}

.sectionTitle h3,
.sectionTitle h2 {
	font-weight: 700;
	font-size: 28px;
}

.sectionTitle h3 a:hover,
.sectionTitle h2 a:hover {
	text-decoration: underline;
}

.home .sectionTitle h5 {
	font-size: 16px;
	font-weight: 300;
}

body:not(.home) .sectionTitle p {
	font-size: 18px;
	font-weight: 300;
	max-width: 991px;
	margin-left: auto;
	margin-right: auto;
}

.normalTitle.sectionTitle h5 span {
	margin: 0 auto;
}

.descImgList .innerImg img {
	max-width: 600px;
	border-radius: 6px;
	box-shadow: 0px 0px 32px rgba(9, 26, 68, 0.1);
	background: #fff;
}

.descImgIcoList .innerImg img,
.descIcoList .innerImg img {
	max-width: 88px;
}

.descImgIcoList .sectionTitleImgInner {
	margin-bottom: 40px
}

.maxCol70 .innerDesc {
	max-width: 70%;
}

.maxCol90 .innerDesc {
	max-width: 90%;
}

.innerDesc iframe {
	width: 100%;
	max-width: 100%;
	vertical-align: top;
}

.innerDesc img {
	max-width: 100%;
	height: auto;
	margin: 30px 0 0
}

.innerDesc h3 {
	font-weight: 700;
	font-size: 24px;
	color: #000;
	margin-bottom: 25px;
}

.innerDesc h4 {
	font-weight: 700;
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
	position: relative;
}

.descImgIcoList .innerDesc {
	margin-bottom: 65px;
}

.descImgIcoList .innerDesc h4 {
	margin-bottom: 40px;
	letter-spacing: -1px
}

.descImgIcoList .innerDesc h4:after {
	position: absolute;
	bottom: -18px;
	left: 0;
	z-index: 1;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #1786bf;
}

.reviewDesc  p,
.innerDesc p {
	 word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
    hyphens: auto;
	text-align: justify;
}

.innerDesc.minheight100 p {
	min-height: 100px;
}

.colImgDesc {
	margin-bottom: 40px;
}

.innerDesc p,
.innerDesc ul li,
.innerDesc ol li {
	margin-bottom: 15px;
}

.innerDesc p strong,
.innerDesc ul li strong,
.innerDesc ol li strong {
	font-weight: 700
}

.innerDesc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.innerDesc ul li {
	position: relative;
	padding-left: 30px;
}

.innerDesc ul li:before {
	position: absolute;
	z-index: 1;
	left: 4px;
	top: 3px;
	display: inline-block;
	transform: rotate(45deg);
	height: 15px;
	width: 9px;
	content: "";
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-right-width: 3px;
	border-right-style: solid;	
}

.innerDesc p a:hover,
.innerDesc ul li a:hover ,
.innerDesc ol li a:hover {
	text-decoration: underline;
}

.inPageProductMenu {
	border: 1px solid #e3e3e3;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 60px !important;
	border-radius: 6px;
	position: relative;
	z-index: 10;
}

.inPageProductMenu ol,
.inPageProductMenu ul {
	list-style: none;
	margin: 0;
}

.inPageProductMenu ol li,
.inPageProductMenu ul li {
	text-align: center;
	margin: 6px 0 ;
}

.inPageProductMenu ol li a:hover,
.inPageProductMenu ul li a:hover {
	text-decoration: underline;
}

.descBtnSection {
	background-color: #fafafa;
	border-top: 2px solid #f5f5f5;
}

main > .is-layout-constrained {
	padding-top: 20px;
	padding-bottom: 20px;
}

main > section {
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
}

main.pageImgMain > section {
	padding-top: 90px;
}

main > .container-fluid.iconsTxtSection {
	padding-bottom: 15px;
}

.page > main > .wp-block-heading {
	margin-bottom: 30px;
	margin-top: 30px;
}

.page > main > ol,
.page > main > ul {
	padding-left: 35px !important;
}

/* Hero  */
.home .hero  {
	padding-top: 195px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	overflow: hidden;
}

.heroInner {
	position: relative;
	z-index: 2;
}

.hero h2 {
	font-size: 20px;
	font-weight: 400;
}

.heroSection .d-flex {
	height: 100%;
}

/* iconsTxtSection */
.iconsTxtSection {
	position: relative;
}

.iconsTxtSection .contaier {
	position: relative;
	z-index: 2;
}

.iconsTxtSection figure {
	margin: 30px 0;
	box-shadow: 0 0 0 rgba(0,0,0,.0);
	transition: all .35s ease;
	display: inline-block;
	vertical-align: top;
	border-radius: 6px;
	min-width: 210px;
}

.iconsTxtSection figure img {
	margin: 20px 0;
	transform: translate3d(0,0,0);
	transition: all .35s ease;
	max-width: 80px;
	max-height: 80px;
}

.iconsTxtSection figure:focus,
.iconsTxtSection figure:active,
.iconsTxtSection figure:hover {
	box-shadow: 0 10px 30px 10px rgba(0,0,0,.05);
}

.iconsTxtSection figure:hover img {
	transform: translate3d(0,15px,0);
}

/* Cutom blosk */

.customBlocks a {
	box-shadow: 0 0 0 rgba(0,0,0,.0);
	transition: all .35s ease;
	display: inline-block;
	vertical-align: top;
	border-radius: 6px;
}

.customBlocks a:hover,
.customBlocks a:focus,
.customBlocks a:active {
	box-shadow: 0 10px 30px 10px rgba(0,0,0,.05);
}

/* Featured Logotypes */
.colFeaturedImages {
	border-radius: 10px;
	box-shadow: 0px 8px 32.55px 2.45px rgba(139, 139, 139, 0.07);
	padding-top: 5px;
	padding-bottom: 5px;
}

.colFeaturedImages {
	flex-wrap: wrap;
}

.colFeaturedImages img {
	max-height: 85px;
	padding: 20px;
	height: auto;
}

/* Solid doc BG */
.docHeader {
	background-color: #1786bf;
	height: 400px;
}

.docHeader .container,
.docHeader .row,
.docHeader .row .col {
	height: 100%;
}

/* CTA banner */
.ctaSignupFooter {
	padding-top: 60px;
	padding-bottom: 60px;
}

.mt-0.ctaSignupFooter,
.mt-0 .ctaSignupFooter {
	padding-top: 10px !important;
}

.ctaSignupFooter .ctaDescInner,
.ctaSignupFooter .sectionTitle {
	width: 100%;
}

.mb-0.ctaSignupFooter,
.mb-0 .ctaSignupFooter {
	padding-bottom: 10px !important;
}

.single main .ctaSignupFooter {
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 6px;
}

.ctaSignupFooter .container,
.ctaSignupFooter .row,
.ctaSignupFooter .row .col {
	height: 100%;
}

.ctaSignupFooter .reversedRows {
	flex-direction: row-reverse;
}

.ctaSignupFooter .colFooterDesc h2,
.ctaSignupFooter .colFooterDesc h3,
.ctaSignupFooter .colFooterDesc h4,
.ctaSignupFooter .colFooterDesc h5,
.ctaSignupFooter .colFooterDesc h6 {
	margin-bottom: 15px;
	margin-top: 15px;
}


.ctaSignupFooter .colFooterDesc h2:last-child,
.ctaSignupFooter .colFooterDesc h3:last-child,
.ctaSignupFooter .colFooterDesc h4:last-child,
.ctaSignupFooter .colFooterDesc h5:last-child,
.ctaSignupFooter .colFooterDesc h6:last-child,
.ctaSignupFooter .colFooterDesc p:last-child {
	margin-bottom: 0
}

.ctaSignupFooter .colFooterDesc a {
	text-decoration: underline;
}

.ctaSignupFooter .colFooterDesc a:hover {
	text-decoration: none;
}

.ctaSignupFooter .btn:hover {
	opacity: 0.7;
}

/* Reviews */
.reviewsSection {
	padding-top: 120px;
	padding-bottom: 0;
}

body:not(.home) .reviewsSection {
	padding-bottom: 60px;	
}

.reviewsSection .reviewElement {
	margin: 45px 0;
}

.reviewsSection .reviewElement img {
	border-radius: 6px;
	padding: 5px;
  box-shadow: 0px 0px 16px rgba(9, 26, 68, 0.07);
  background: #fff;
  max-height: 78px;
  width: auto;
}

.reviewsSection .reviewDesc {
	position: relative;
}

.reviewsSection .reviewDesc p {
	position: relative;
	z-index: 2;
}

.reviewsSection .reviewDesc p {
	font-size: 18px;
}

.single-package,
.post-type-archive.archive {
	background-color: #fdfdfd;
}

/* Support page */
.page-template-page-support {
	background-color: #fdfdfd
}

.rowShadow {
	border: 2px solid rgb(240, 240, 240);
	border-radius: 10px;
	box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05);
	background-color: #fff;
}

.colShadow {
	border: 2px solid rgb(240, 240, 240);
	border-radius: 10px;
	box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05);
	background-color: #fff;
}

.rowShadow {
	padding: 30px;
}

.colShadow {
	padding: 15px;
}

/* Price List */
.page-template-page-price-features .animatedHeader .static,
.page-template-page-price .animatedHeader .static {
	z-index: 0;
	overflow: hidden;
}

.staticBg {
	height: 80%;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
}

.staticBg .a.a1 {
    position: absolute;
    width: 18px;
    background: #fd8b18;
    height: 18px;
    border-radius: 18px;
    top: 19%;
    left: 8%;
}

.staticBg .a.a2 {
    position: absolute;
    width: 18px;
    background: #fd8b18;
    height: 80px;
    border-radius: 10px;
    top: 7%;
    left: 32%;
}

.staticBg .a.a2 .a2-1 {
    position: absolute;
    width: 18px;
    background: #44229d;
    height: 18px;
    border-radius: 18px;
    top: 27%;
    left: 0;
}

.staticBg .a.a3 {
    position: absolute;
    width: 18px;
    background: #fd8b18;
    height: 173px;
    border-radius: 10px;
    top: 6%;
    left: 61%;
}

.staticBg .a.a3 .a3-1 {
    position: absolute;
    width: 18px;
    background: #f00061;
    height: 80px;
    border-radius: 10px;
    top: 28%;
    left: 0;
}

.staticBg .a.a3 .a3-1 .a3-1-1 {
    position: absolute;
    width: 18px;
    background: #25dfe7;
    height: 18px;
    border-radius: 18px;
    top: 42%;
    left: 0;
}

.staticBg .a.a4 {
    position: absolute;
    width: 18px;
    background: #25e28b;
    height: 18px;
    border-radius: 18px;
    top: 18%;
    left: 85%;
}

.staticBg .a.a5 {
    position: absolute;
    width: 18px;
    background: #f00061;
    height: 327px;
    border-radius: 10px;
    top: 5%;
    right: 6%;
}

.staticBg .a.a5 .a5-1 {
    position: absolute;
    width: 18px;
    background: #25e28b;
    height: 222px;
    border-radius: 10px;
    top: 0%;
    left: 0;
}

.staticBg .a.a5 .a5-1 .a5-1-1 {
    position: absolute;
    width: 18px;
    background: #ffe409;
    height: 18px;
    border-radius: 18px;
    top: 33%;
    left: 0;
}

.staticBg .a.a5 .a5-1 .a5-1-2 {
    position: absolute;
    width: 18px;
    background: #f00061;
    height: 18px;
    border-radius: 18px;
    top: 52%;
    left: 0;
}

.staticBg .a.a5 .a5-1 .a5-1-3 {
    position: absolute;
    width: 18px;
    background: #ffe409;
    height: 80px;
    border-radius: 10px;
    top: 70%;
    left: 0;
}

.staticBg .a.a5 .a5-1 .a5-1-3 .a5-1-3-1 {
    position: absolute;
    width: 18px;
    background: #f00061;
    height: 18px;
    border-radius: 18px;
    top: 8%;
    left: 0;
}

.staticBg .a.a6 {
    position: absolute;
    width: 18px;
    background: #f00061;
    height: 171px;
    border-radius: 10px;
    top: 55%;
    left: 3%;
}

.staticBg .a.a6 .a6-1 {
    position: absolute;
    width: 18px;
    background: #25dfe7;
    height: 18px;
    border-radius: 18px;
    top: 24%;
    left: 0;
}

.staticBg .a.a7 {
    position: absolute;
    width: 18px;
    background: #25dfe7;
    height: 80px;
    border-radius: 10px;
    top: 40%;
    left: 6%;
}

.staticBg .a.a7 .a7-1 {
    position: absolute;
    width: 18px;
    background: #f00061;
    height: 18px;
    border-radius: 18px;
    top: 58%;
    left: 0;
}

.staticBg .a.a8 {
    position: absolute;
    width: 18px;
    background: #25dfe7;
    height: 18px;
    border-radius: 18px;
    top: 55%;
    left: 12%;
}

.staticBg .a.a9 {
    position: absolute;
    width: 18px;
    background: #fd8b18;
    height: 80px;
    border-radius: 10px;
    top: 61%;
    left: 34%;
}

.staticBg .a.a9 .a9-1 {
    position: absolute;
    width: 18px;
    background: #44229d;
    height: 18px;
    border-radius: 18px;
    top: 28%;
    left: 0;
}

.staticBg .a.a10 {
    position: absolute;
    width: 18px;
    background: #f00061;
    height: 107px;
    border-radius: 10px;
    top: 55%;
    left: 66%;
}

.staticBg .a.a10 .a10-1 {
    position: absolute;
    width: 18px;
    background: #25dfe7;
    height: 18px;
    border-radius: 18px;
    top: 26%;
    left: 0;
}

.staticBg .a.a11 {
    position: absolute;
    width: 18px;
    background: #f00061;
    height: 159px;
    border-radius: 10px;
    top: 50%;
    right: 10%;
}

.staticBg .a.a11 .a11-1 {
    position: absolute;
    width: 18px;
    background: #25dfe7;
    height: 18px;
    border-radius: 18px;
    top: 12%;
    left: 0;
}

.staticBg .a.a11 .a11-2 {
    position: absolute;
    width: 18px;
    background: #44229d;
    height: 80px;
    border-radius: 10px;
    top: 35%;
    left: 0;
}

.staticBg .a.a12 {
    position: absolute;
    width: 18px;
    background: #f00061;
    height: 18px;
    border-radius: 18px;
    top: 50%;
    left: 96%;
}

.colSwitch  {
	position: relative;
	z-index: 10;
}

.colSwitchInner {
	border: 1px solid #e2e2e2;
	padding: 1px;
	border-radius: 100px;
	display: inline-block;
	vertical-align: top;
	height: 44px;
}

.colSwitchInner > div {
	display: inline-block;
	position: relative;
	height: 40px;
	vertical-align: top;
	border-radius: 100px;
	font-size: 16px;
	padding: 0 15px;
	line-height: 40px;
	color: #000;
	cursor: pointer;
	-webkit-transition: background-color .55s ease;
	transition: background-color .55s ease;
}

.colSwitchInner .switchOption span {
	position: relative;
	z-index: 2;
	color: #000;
	font-weight: 700;
}

.colSwitchInner .switchActive.switchOption span {
	color: #fff;
}

.colSwitchInner .switchOption:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	content: "";
	background-color: #fff;
	-webkit-transition: all .55s ease;
	transition: all .55s ease;
}

.colSwitchInner .switchOption.switchActive:before {
	background-color: #1786bf;
}

.priceListsColInner {
	position: relative;
	z-index: 10;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .1);
	display: flex;
	flex-direction: column;
}

.priceListsCol.popular .featureList,
.priceListsCol.popular .priceListsColInner {
	transform: translate3d(0,-24px,0);
}

#priceListPage {
	z-index: 2;
}

.priceListPrice {
	position: relative;
	height: 24px;
	z-index: 1;
	height: 80px;
	text-align: center;
	width: 100%;
	padding: 5px;
}

.priceListPriceLife,
.priceListPriceYear {
	position: absolute;
	z-index: 2;
	height: 80px;
	width: 100%;
	overflow: hidden;
}

.priceFeatureRow .priceListPrice,
.priceFeatureRow .priceListPriceLife,
.priceFeatureRow .priceListPriceYear {
	height: 60px;
}

.priceAskFor {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	font-size: 16px;
}

.priceListPriceLife .top:not(.topEUR),
.priceListPriceYear .top:not(.topEUR),
.priceListPriceYear .bottom:not(.bottomEUR),
.priceListPriceYear {
	display: none;
}

.priceListsCol .priceListsColInner h2 {
  text-align: center;
  padding: 5px 0;
  margin: 0;
  font-size: 20px;
}

.priceFeatureRow .priceListsCol .priceListsColInner h2 {
	font-size: 16px;
	font-weight: 400;
}

.priceListRow .priceListsCol:nth-child(1) .priceListPrice {
	border-top: 1px solid #44229d;
	border-bottom: 1px solid #44229d;
}

.priceFeatureRow .priceListsCol:nth-child(1) .priceListsColInner h2,
.priceListsCol:nth-child(1) .priceListPrice h2 {
  color: #44229d;
}

.priceListRow .priceListsCol:nth-child(2) .priceListPrice {
	border-top: 1px solid #1687c1;
	border-bottom: 1px solid #1687c1;
}

.priceFeatureRow .priceListsCol:nth-child(2) .priceListsColInner h2,
.priceListsCol:nth-child(2) .priceListPrice h2 {
  color: #1687c1;
}

.priceListRow .priceListsCol:nth-child(3) .priceListPrice {
	border-top: 1px solid #25e28b;
	border-bottom: 1px solid #25e28b;
}

.priceFeatureRow .priceListsCol:nth-child(3) .priceListsColInner h2,
.priceListsCol:nth-child(3) .priceListPrice h2 {
  color: #25e28b;
}

.priceListRow .priceListsCol:nth-child(4) .priceListPrice {
	border-top: 1px solid #f00061;
	border-bottom: 1px solid #f00061;
}

.priceFeatureRow .priceListsCol:nth-child(4) .priceListsColInner h2,
.priceListsCol:nth-child(4) .priceListPrice h2 {
  color: #f00061;
}

.priceListsCol:nth-child(1) .btn {
	background: #44229d;
}

.priceListsCol:nth-child(2) .btn {
	background: #1687c1;
}

.priceListsCol:nth-child(3) .btn {
	background: #25e28b;
}

.priceListsCol:nth-child(4) .btn {
	background: #f00061;
}

.priceListsColInner .details {
	padding-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
}

.priceListsColInner .details h3 {
	font-size: 16px;
}

.priceListsCol .askPrice {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
}

.priceListsCol .price .top span.priceBottom,
.priceListsCol .price .top span.priceTop {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
}

.priceFeatureRow .price .top span.priceTop {
	font-size: 40px;
}

.priceListsCol .price .top span.symbol {
	font-size: 22px;
	vertical-align: top;
	font-weight: 700;
	margin-right: 3px;
}

.priceListsCol .price .bottom {
	font-size: 18px;
}

.priceListsCol .price .bottom b.symbol {
	vertical-align: top;
  font-size: 16px;
}

.priceListsCol .price .bottom b {
	font-weight: 700;
	margin-right: 5px;
}

.priceListPrice .time {
	font-weight: 700;
}

.priceListPrice .bottom {
  font-size: 20px;
}

.priceListsCol .featureElement ul,
.priceListsCol .featureElement ol {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.priceListsCol.popular:nth-child(1) .priceListsColInner {
	background: #44229d;
	color: #fff !important;
}

.priceListsCol.popular:nth-child(2) .priceListsColInner {
	background: #1687c1;
	color: #fff !important;
}

.priceListsCol.popular:nth-child(3) .priceListsColInner {
	background: #25e28b;
	color: #fff !important;
}

.priceListsCol.popular:nth-child(4) .priceListsColInner {
	background: #f00061;
	color: #fff !important;
}

.priceListsCol:nth-child(1) .featureList ul li:before {
	background: #44229d;
}

.priceListsCol:nth-child(2) .featureList ul li:before {
	background: #1687c1;
}

.priceListsCol:nth-child(3) .featureList ul li:before {
	background: #25e28b;
}

.priceListsCol:nth-child(4) .featureList ul li:before {
	background: #f00061;
}

.priceListsCol:nth-child(1) .featureElement {
    border-top: 1px solid #44229d;
}

.priceListsCol:nth-child(2) .featureElement {
    border-top: 1px solid #1687c1;
}

.priceListsCol:nth-child(3) .featureElement {
    border-top: 1px solid #25e28b;
}

.priceListsCol:nth-child(4) .featureElement {
    border-top: 1px solid #f00061;
}

.priceListsCol:nth-child(1) .featureElement li strong {
    color: #44229d;
}

.priceListsCol:nth-child(2) .featureElement li strong {
    color: #1687c1;
}

.priceListsCol:nth-child(3) .featureElement li strong {
    color: #25e28b;
}

.priceListsCol:nth-child(4) .featureElement li strong {
    color: #f00061;
}

.priceListsCol.popular .btn {
	background: #fff !important;
	color: #4e4e4e !important;
}

.priceListsCol .btn {
	padding: 10px 20px;
	opacity: 1;
	transition: all ease 0.25;
}

.priceListsCol .btn:hover {
	opacity: 0.65;
}

.priceListsCol.popular .priceListPrice {
	border-top: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
}

.priceListpopular {
	background-color: #fff;
	color: #000;
	border-radius: 6px 6px 0 0;
	font-size: 14px;
	padding: 2px
}

.priceListsCol .featureList {
	margin-top: 2rem;
	text-align: left;
}

.priceListsCol .featureList ul li {
	position: relative;
	z-index: 1;
	padding-left: 20px;
	margin-bottom: 8px;
}

.priceListsCol .featureList ul li strong {
	font-weight: 700;
}

.priceListsCol .featureList ul li:before {
	position: absolute;
	left: 0;
	top: 9px;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50px;
	display: inline-block;
	vertical-align: top;
}

.priceListsCol .featureList .featureElement {
	padding-top: 15px;
}

.priceListsCol .featureList h4 {
	margin-bottom: 15px;
}

/* Chart Styles */
.priceFeatureRow {
	justify-content: end;
}

.priceFeatureRow .priceListsCol {
	max-width: 210px
}

.priceFeatureChart .chartSectionTitle {
  background-color: #f5f5f5;
  padding: 10px;
}

.priceFeatureChart .chartCellTitle {
  font-weight: 700;
  color: #000;
  padding-left: 12px;
}

.priceFeatureChart .chartSectionRows .cellTitle {
  padding: 12px 12px 12px 20px;
  color: #1687c1;
  font-weight: 400;
}

.priceFeatureChart .chartSectionRows .new {
	background: #fd8b18;
	border-radius: 3px;
	color: #fff;
	font-size: 9px;
	line-height: 1;
	margin-left: 4px;
	padding: 2px 3px;
	font-weight: 700;
	display: inline-block;
	transform: translateY(-8px);
	letter-spacing: .4px;
}

.priceFeatureChart .chartSectionRows .cellCol {
  text-align: center;
  max-width: 210px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}

.priceFeatureChart .chartSectionRows .cellCol > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	height: 100%;
	width: 100%;
}

main ul.checkmark li:before,
.priceFeatureChart .cellCol .checkmarkCell {
  content: '';
  display: inline-block;
  width: 25px;
  height: 20px;
  background-position: 50% 50%;
  background-size: 25px 20px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg fill='%2325e28b' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Echeckmark2%3C/title%3E%3Cpath d='M28.998 8.531l-2.134-2.134c-0.394-0.393-1.030-0.393-1.423 0l-12.795 12.795-6.086-6.13c-0.393-0.393-1.029-0.393-1.423 0l-2.134 2.134c-0.393 0.394-0.393 1.030 0 1.423l8.924 8.984c0.393 0.393 1.030 0.393 1.423 0l15.648-15.649c0.393-0.392 0.393-1.030 0-1.423z'%3E%3C/path%3E%3C/svg%3E");
}

main ul.checkmark {
	list-style: none;
	padding-left: 0;
}

main ul.checkmark li:before {
	position: absolute;
	left: 0;
}

main ul.checkmark li {
	position: relative;
	z-index: 1;
	padding: 0 0 0 30px;
}

.priceFeatureChart .chartSectionRows .col-auto {
  flex: 0 0 auto;
  width: 21vw;
  max-width: 271px;
}

/* Numbers facts */
.numbersFacstSection .numbersBlock {
	font-weight: 700;
}

.numbersFacstSection .number-small .numbersBlock {
	font-size: 28px;
}

.numbersFacstSection .number-medium .numbersBlock {
	font-size: 48px;
}

.numbersFacstSection .number-large .numbersBlock {
	font-size: 68px;
}

/* payment methods */
.paymentMethods .gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.paymentMethods .gallery .gallery-item {
	width: initial !important;
	float: initial !important;
	padding: 10px;
}

.paymentMethods p {
	line-height: 1.45;
}

.paymentMethods p em {
	font-style: initial;
	color: #888;
	font-size: 18px
}

/* Grey section with Icon */
.greyBg .colIcoDesc {
	margin-bottom: 0;
}

.greyBg .innerDesc h3,
.greyBg .innerDesc h4
.greyBg .innerDesc h5 {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.greyBg .innerDesc h3 strong,
.greyBg .innerDesc h4 strong,
.greyBg .innerDesc h5 strong {
	border-bottom: 5px solid #1786bf;
}

/* FAQ */
.faqList .faqQuestion {
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
}

.faqList .faqElement {
	margin-bottom: 30px;
}

/* Blog 'n'n Extentions */
.archive {
	background-color: #fdfdfd;
}

#integrations .integrationElement {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}

#blog .blogElement {
	box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}

#integrations .integrationCover {
	height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	padding: 0 20px;
}

#integrations .integrationCover picture,
#integrations .integrationCover img {
	object-fit: contain;
	max-height: 100%;
	max-width: 100%;
}

#integrations .integrationCoverInner,
#blog .blogCover {
	height: 100%;
	width: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

#integrations .integrationCoverInnerimg ,
#blog .blogCover img {
	object-fit: cover;
	max-width: 100%;
	height: 100%;
}

#integrations .integrationElement .integrationWrap,
#blog .blogElement > a {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 100%;
	height: 220px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#integrations .integrationCover,
#blog .blogCover {
	transition: all 6s ease;
	transform: scale3d(1,1,1);
}

#integrations .integrationCoverInner {
	position: relative;
	z-index: 2;
	background-size: contain;
	transition: all .35s ease;
}

#integrations .integrationElement {
	border-radius: 6px;
  box-shadow: 0px 0px 16px rgba(9, 26, 68, 0.07);
  background: #fff;
}

#integrations a:hover .integrationCover {
	opacity: 0.8;
}

#blog a:hover .blogCover {
	transform: scale3d(1.1,1.1,1.1);
}

#blog .blogCover.blogNoImg {
	background-image: url(../png/blognoimg.png);
}

#integrations .integrationElement .integrationTitle a:hover,
#integrations .integrationElement .integrationTitle a:focus,
#integrations .integrationElement .integrationTitle a:active {
	text-decoration: underline;
}

#integrations .integrationElement .integrationTitle a:hover,
#integrations .integrationElement .integrationTitle a:focus,
#integrations .integrationElement .integrationTitle a:active,
#integrations .integrationElement .integrationTitle a {
	color: #fff;
}

#integrations .integrationContent .btn-link::before {
	background-color: #fff;
}

#integrations .integrationContent,
#blog .blogContent {
	padding: 20px;
	color: #939393;
	position: relative;
	z-index: 2;
}

#integrations .integrationContent {
	border-top: 1px solid #e1e1e1;
	background-color: #1786bf;
	height: 100%;
}

#integrations .integrationaWrap a,
#blog .blogMetaWrap a {
	color: #939393;
}

#integrations .integrationMetaWrap a:hover,
#blog .blogMetaWrap a:hover {
	text-decoration: underline;
}

#integrations .integrationTitle a,
#blog .blogTitle a {
	color: #000;
	line-height: 1.5;
	font-size: 20px;
}

#integrations .integrationTitle a:hover,
#blog .blogTitle a:hover,
#integrations .integrationTitle a:active,
#blog .blogTitle a:active,
#integrations .integrationTitle a:focus,
#blog .blogTitle a:focus {
	color: #1786bf;
}

#blog .blogMetaAuthor,
#blog .blogMetaWrap {
	width: 50%;
	overflow: hidden;
	line-height: 1.25
}

#blog .blogMetaWrap svg,
#blog .blogMetaWrap > div,
#blog .blogMetaWrap > div span {
	display: inline-block;
	vertical-align: top;
}

#blog .blogMetaWrap {
 text-align: right
}

#blog .blogMetaDate {
	margin-left: 30px
}

.integrationPackage a:hover {
	text-decoration: underline;
}

.article {
	text-align: left;
}

/* Ajax loader */
.ajaxSpinner {
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	margin:  0 auto;
	width: 50px;
	height: 100%;
	display: none;
}

@keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.ajaxClose {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
  cursor: pointer;
  display: inline-block;
	width: 50px;
  height: 100%;
  background-color: #000; /* black background */
  border-radius: 6px; /* circle shape */
  border: none;
  display: none;
}

.ajaxClose .close1,
.ajaxClose .close2 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 16px;
  background-color: #fff; /* white cross */
}

.ajaxClose .close1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ajaxClose .close2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ajax-search-doc:focus + .ajaxClose {
    display: block; /* Show when the search input is focused */
}

.ajaxSpinnerRolling div {
	position: absolute;
	top: 23px;
	right: 10px;
    width: 25px;
    height: 25px;
    border: 2px solid #000;
    border-top-color: transparent;
    border-radius: 50%;
    animation: lds-rolling 1s linear infinite;
	transform: scale(0.2);
}

.ajaxSpinnerRolling {
    height: 100%;
	width: 50px;
	position: relative;
}

/* Blog navigator */
.blogNavSearch {
	overflow: hidden;
}

.postTagsNav span,
#blogNav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 25px 8px 0;
	line-height: 1;
}

#blogNav li:last-child {
	margin-right: 0
}

#blogNav li.activeElement a {
	color: #1786bf;
}

.mainMenuHome .menu-header ul li a,
.postTagsNav span a {
	position: relative;
}

#blogNav li a {
	color: #666666;
	padding: 5px 0;
	position: relative;
}

ul.nav > li > a:after,
.postTagsNav span a:after,
#blogNav li a:after {
	position: absolute;
	z-index: 1;
	line-height: 1;
	right: 50%;
	left: 50%;
	bottom: 0px;
	width: 0;
	height: 2px;
	content: "";
	webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
	background-color: #1786bf;
}

.postTagsNav span a:after {
	bottom: -5px;
}

ul.nav > li a:after {
  bottom: 0;
}

ul.nav > li.current-menu-parent a:after,
ul.nav > li.current-menu-item a:after,
ul.nav > li.current_page_item a:after,
.mainMenuHome .menu-header ul.nav li:hover a:after,
.postTagsNav span a:hover:after,
.category-popular #blogNav li.popular a:after,
.category-blog #blogNav li.blog a:after,
#blogNav li.activeElement a:after,
#blogNav li a:hover:after {
	width: 100%;
	left: 0;
	right: 0;
}

/* Blog Single */
.single #blog {
	margin-bottom: 60px;
}

.blogMetaSingle > div {
	padding: 4px 30px;
	color: #939393;
	line-height: 1;
}

.blogMetaSingle .blogMetaDate {
	border-left: 1px solid #ddd;
}

.blogMetaSingle strong {
	font-weight: 700
}

.blogMetaSingle .blogMetaComments a {
	color: #939393;
}

.blogMetaSingle .blogMetaComments a:hover {
	text-decoration: underline;
}

.singleBlogElement {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.single .docBody.blogBody {
	overflow: hidden;
	width: 100%;
	max-width: 700px;
}

.simpleHeader .productCover img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin-top: 60px;
	margin-bottom: -60px;
	box-shadow: 0 10px 20px 5px rgba(0,0,0,0.1);
}

.singleBlogElement .blogCover img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin-top: -120px;
	box-shadow: 0 10px 20px 5px rgba(0,0,0,0.1);
}


.wp-block-file,
.wp-block-file a {
	font-size: 16px;
}

.wp-block-file a {
	align-self: center;
}

.fileGroup {
	margin: 25px 0;
}

.wp-block-file {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	justify-content: space-between;
	align-content: center;
	box-shadow: 0 10px 20px 5px rgba(0,0,0,0.1);
	padding: 5px;
	border-radius: 6px;
}

.wp-block-file em {
	font-weight: 600;
}

.wp-block-gallery,
.wp-block-image,
.wp-block-code,
.wp-block-quote,
.wp-block-embed,
.singleBlogElement h2,
.singleBlogElement h3,
.singleBlogElement h4,
.singleBlogElement h5,
.singleBlogElement h6,
.singleBlogElement .blogBody p,
.is-style-greenbox,
.is-style-yellowbox,
.is-style-bluebox,
.is-style-orangebox,
.is-style-violetbox,
.is-style-greybox,
.singleBlogElement .bluebox,
.singleBlogElement .yellowbox,
.singleBlogElement .greenbox,
.singleBlogElement .responsiveTable,
.singleBlogElement .blogBody ul,
.singleBlogElement .blogBody ol,
.singleBlogElement iframe {
	margin: 35px 0;
	position: relative;
}

.singleBlogElement .blogBody p br + img {
	margin: 35px 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(.is-style-underlay) img {
	padding: 20px;
}

.wp-block-embed__wrapper {
	position: initial !important;
}

.wp-block-gallery:first-child,
.wp-block-image:first-child,
.wp-block-code:first-child,
.wp-block-quote:first-child,
.wp-block-embed:first-child,
.singleBlogElement h2:first-child,
.singleBlogElement h3:first-child,
.singleBlogElement h4:first-child,
.singleBlogElement h5:first-child,
.singleBlogElement h6:first-child,
.singleBlogElement .blogBody p:first-child,
.singleBlogElement .blogBody ul:first-child,
.singleBlogElement .blogBody ol:first-child {
	margin-top: 0;
}

.singleBlogElement .blogBody a:not(.btn):hover {
	text-decoration: underline;
}

.singleBlogElement .btnSection {
	padding: 45px 0;
	border-top: 1px solid #f7f7f7;
}

.wp-block-image img,
.blogBody .article img {
	max-width: 100% !important;
	height: auto !important;
}

.docBody ul li.shadow.rounded img,
.docBody ol li.shadow.rounded img,
.wp-block-image.is-style-rounded-shadow img {
	border-radius: 6px !important;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
}

.docBody ol li img.icon {
	display: inline-block;
	margin: 0 3px 0 0;
}

.docBody ul li.rounded img,
.docBody ol li.rounded img,
.wp-block-image.is-style-rounded img,
.wp-block-image.is-style-rounded-custom img,
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
	border-radius: 6px !important;
}

/* Gutenberg blocks */
.wp-block-verse {
	overflow: auto;
}

.wp-block-embed {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.wp-block-embed iframe,
.wp-block-embed object,
.wp-block-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.is-style-tip {
	background-color: rgb(234, 245, 255);
	box-shadow: inset 3px 0px 0px 0px rgba(82, 165, 224, 0.004);
	padding: 20px 20px 20px 55px;
	border-left: 3px solid #52a5e0;
	position: relative;
}

.is-style-tip::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	height: 25px;
	width: 25px;
	margin: auto;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25px' height='25px'%3E%3Cpath fill-rule='evenodd' fill='rgb(82, 165, 224)' d='M12.500,-0.000 C19.404,-0.000 25.000,5.596 25.000,12.500 C25.000,19.404 19.404,25.000 12.500,25.000 C5.596,25.000 -0.000,19.404 -0.000,12.500 C-0.000,5.596 5.596,-0.000 12.500,-0.000 Z'%3E%3C/path%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M17.000,20.297 L9.000,20.297 L9.000,19.516 L9.653,19.516 C9.405,19.248 9.250,18.893 9.250,18.500 L9.250,17.000 C9.250,16.258 9.791,15.640 10.500,15.521 L10.500,13.479 C9.791,13.360 9.250,12.742 9.250,12.000 L9.250,10.500 C9.250,9.673 9.923,9.000 10.750,9.000 L10.766,9.000 C10.290,8.469 10.000,7.768 10.000,7.000 C10.000,5.346 11.346,4.000 13.000,4.000 C14.654,4.000 16.000,5.346 16.000,7.000 C16.000,7.928 15.576,8.759 14.912,9.310 C15.269,9.584 15.500,10.016 15.500,10.500 L15.500,15.521 C16.209,15.640 16.750,16.258 16.750,17.000 L16.750,18.500 C16.750,18.893 16.595,19.248 16.347,19.516 L17.000,19.516 L17.000,20.297 ZM15.000,7.000 C15.000,5.895 14.105,5.000 13.000,5.000 C11.895,5.000 11.000,5.895 11.000,7.000 C11.000,8.105 11.895,9.000 13.000,9.000 C14.105,9.000 15.000,8.105 15.000,7.000 ZM15.750,17.000 C15.750,16.724 15.526,16.500 15.250,16.500 L14.500,16.500 L14.500,10.500 C14.500,10.224 14.276,10.000 14.000,10.000 L10.750,10.000 C10.474,10.000 10.250,10.224 10.250,10.500 L10.250,12.000 C10.250,12.276 10.474,12.500 10.750,12.500 L11.500,12.500 L11.500,16.500 L10.750,16.500 C10.474,16.500 10.250,16.724 10.250,17.000 L10.250,18.500 C10.250,18.776 10.474,19.000 10.750,19.000 L15.250,19.000 C15.526,19.000 15.750,18.776 15.750,18.500 L15.750,17.000 Z'%3E%3C/path%3E%3C/svg%3E");
}

.is-style-warning {
	background-color: rgb(255, 245, 226);
	box-shadow: inset 3px 0px 0px 0px rgba(255, 174, 0, 0.004);
	padding: 20px 20px 20px 55px;
	border-left: 3px solid #ffae00;
	position: relative;
}

.is-style-warning::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	height: 25px;
	width: 25px;
	margin: auto;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25px' height='25px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 174, 0)' d='M12.500,-0.000 C19.404,-0.000 25.000,5.596 25.000,12.500 C25.000,19.403 19.404,25.000 12.500,25.000 C5.596,25.000 -0.000,19.403 -0.000,12.500 C-0.000,5.596 5.596,-0.000 12.500,-0.000 Z'%3E%3C/path%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M16.000,20.297 L10.000,20.297 L10.000,19.516 L11.377,19.516 C10.551,18.981 10.000,18.055 10.000,17.000 C10.000,16.036 10.457,15.178 11.165,14.628 C10.915,14.394 10.752,14.068 10.732,13.701 L10.274,5.451 C10.230,4.664 10.858,4.000 11.646,4.000 L14.354,4.000 C15.142,4.000 15.770,4.664 15.726,5.451 L15.268,13.701 C15.248,14.068 15.085,14.394 14.835,14.628 C15.543,15.178 16.000,16.036 16.000,17.000 C16.000,18.055 15.449,18.981 14.623,19.516 L16.000,19.516 L16.000,20.297 ZM14.354,5.000 L11.646,5.000 C11.431,5.000 11.260,5.181 11.272,5.396 L11.730,13.646 C11.741,13.845 11.906,14.000 12.105,14.000 L13.895,14.000 C14.094,14.000 14.259,13.845 14.270,13.646 L14.728,5.396 C14.740,5.181 14.569,5.000 14.354,5.000 ZM15.000,17.000 C15.000,15.897 14.103,15.000 13.000,15.000 C11.897,15.000 11.000,15.897 11.000,17.000 C11.000,18.103 11.897,19.000 13.000,19.000 C14.103,19.000 15.000,18.103 15.000,17.000 Z'%3E%3C/path%3E%3C/svg%3E");
}

.is-style-info {
	background-color: rgb(218, 249, 225);
	box-shadow: inset 3px 0px 0px 0px rgba(44, 164, 72, 0.004);
	padding: 20px 20px 20px 55px;
	border-left: 3px solid #2ca448;
	position: relative;
}

.is-style-info::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	height: 25px;
	width: 25px;
	margin: auto;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25px' height='25px'%3E%3Cpath fill-rule='evenodd' fill='rgb(44, 164, 72)' d='M12.500,-0.000 C19.404,-0.000 25.000,5.596 25.000,12.500 C25.000,19.403 19.404,25.000 12.500,25.000 C5.596,25.000 -0.000,19.403 -0.000,12.500 C-0.000,5.596 5.596,-0.000 12.500,-0.000 Z'%3E%3C/path%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M12.500,5.000 C9.283,5.000 6.996,7.611 7.000,10.508 C7.002,11.891 7.516,13.153 8.361,14.118 C9.163,15.032 9.933,16.521 10.000,17.000 L10.002,19.349 C10.002,19.448 10.031,19.544 10.086,19.626 L10.852,20.777 C10.944,20.916 11.101,21.000 11.268,21.000 L13.732,21.000 C13.899,21.000 14.056,20.916 14.148,20.777 L14.914,19.626 C14.968,19.544 14.997,19.448 14.998,19.349 L15.000,17.000 C15.071,16.509 15.843,15.025 16.639,14.118 C17.486,13.152 18.000,11.887 18.000,10.500 C18.000,7.462 15.538,5.000 12.500,5.000 ZM13.998,19.197 L13.464,20.000 L11.536,20.000 L11.002,19.197 L11.001,19.000 L13.998,19.000 L13.998,19.197 ZM13.999,18.000 L11.000,18.000 L10.998,17.000 L14.001,17.000 L13.999,18.000 ZM15.887,13.459 C15.450,13.957 14.752,14.962 14.306,16.000 L10.694,16.000 C10.248,14.962 9.551,13.957 9.113,13.459 C8.391,12.634 8.004,11.589 8.002,10.500 C7.996,8.094 9.888,6.000 12.500,6.000 C14.981,6.000 17.000,8.019 17.000,10.500 C17.000,11.589 16.605,12.640 15.887,13.459 ZM12.500,7.000 C10.570,7.000 9.000,8.570 9.000,10.500 C9.000,10.776 9.224,11.000 9.500,11.000 C9.776,11.000 10.000,10.776 10.000,10.500 C10.000,9.122 11.121,8.000 12.500,8.000 C12.776,8.000 13.000,7.776 13.000,7.500 C13.000,7.224 12.776,7.000 12.500,7.000 Z'%3E%3C/path%3E%3C/svg%3E");
}

.is-style-underlay {
	border-radius: 10px;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05);
	padding: 0 !important;
	overflow: hidden;
}

.is-style-underlay figcaption {
	margin: 10px 0 0;
}

.is-style-underlay figcaption strong {
	font-weight: 700;
}

.wp-block-code {
	color: #545454;
	padding: 25px;
	background-color: #f2f2f2;
	border-left: 3px solid #d3d3d3;
}

.wp-block-quote {
	color: #666;
	padding: 25px;
	background-color: #fff;
	border-left: 3px solid #fbdcd9;
	border-top: 1px solid #fbdcd9;
	border-bottom: 1px solid #fbdcd9;
	border-right: 1px solid #fbdcd9;
}

.wp-block-pullquote blockquote p,
blockquote.wp-block-quote p {
	margin: 0;
	position: relative;
	font-style: italic;
}

.wp-block-pullquote blockquote p::before {
	font-family: Arial;
	font-weight: 400;
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 120px;
	line-height: 1;
	content: "”";
	color: #fbdcd9;
}

blockquote.wp-block-quote p::before {
	font-family: Arial;
	font-weight: 400;
	position: absolute;
	top: 0;
	left: -10px;
	font-size: 20px;
	line-height: 1;
	content: "“";
	color: #fbdcd9;
}

blockquote.wp-block-quote  p::after {
	font-family: Arial;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	content: "”";
	color: #fbdcd9;
}

/* Extention single */
#integrationSingle.container {
	max-width: 1100px;
}

#integrationSingle.container a:not(.btn):not(.btn-link):not(.btn-orange):hover {
	text-decoration: underline;
}

#integrationSingle .integrationCover {
	height: 270px;
	width: 100%;
	z-index: 1;
	font-size: 20px;
	color: #000;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05),inset 3px 0px 0px 0px rgba(243, 165, 157, 0.004);
	padding: 25px;
	flex-wrap: wrap;
}

.integrationRight .btn {
	display: inline-block;
	text-align: center;
}

.singleIntegrationElement {
	max-width: 700px;
}

#integrationSingle .integrationCoverInner {
	position: relative;
	z-index: 2;
	background-size: initial;
	transition: all .35s ease;
	height: 100%;
	width: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

#integrationSingle img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

#integrationSingle .wp-caption {
	margin-bottom: 30px;
}

#integrationSingle .wp-caption img {
	margin-bottom: 0;
	border: 1px solid #e9eaea;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
}

#integrationSingle .wp-caption .wp-caption-text {
	border: 1px solid #e9eaea;
	border-radius: 0 0 10px 10px;
	padding: 10px;
}

#integrationSingle .asideInner {
	font-size: 16px;
	color: #939393;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05),inset 3px 0px 0px 0px rgba(243, 165, 157, 0.004);
	padding: 20px;
}

#integrationSingle .integrationsList ul {
	color: #1786bf;
}

.singleIntegration h2,
.singleIntegration h3,
.singleIntegration h4,
.singleIntegration h5,
.singleIntegration h6,
.singleIntegration p,
.singleIntegration ul,
.singleIntegration ol,
.singleIntegration iframe {
	margin-bottom: 25px;
	position: relative;
	color: #111;
}

.singleIntegration img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 25px
}

/* Help single */
article .docBody.blogBody > p > img,
article .docBody.blogBody > p > strong > img:not(.icon),
article .docBody.blogBody > * {
	margin-bottom: 25px;
}

article .docBody.blogBody > p > strong > img.icon {
	margin-bottom: 2px;
}

article .docBody.blogBody > p > img {
	margin-top: 25px;
}

article .docBody.blogBody > ol,
article .docBody.blogBody > ul {
	padding-left: 32px !important;
}

article .docBody.blogBody ol li,
article .docBody.blogBody ul li {
	margin: 15px 0;
}

article .docBody.blogBody ul.mark {
	list-style: none;
	padding-left: 0;
}

article .docBody.blogBody ul.mark li {
	background-image: url("data:image/svg+xml,%3Csvg fill='%231786bf' viewBox='0 0 36 36' version='1.1' preserveAspectRatio='xMidYMid meet' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M26,34a2,2,0,0,1-1.41-.58L18,26.82l-6.54,6.52A2,2,0,0,1,8,31.93V4a2,2,0,0,1,2-2H26a2,2,0,0,1,2,2V32a2,2,0,0,1-2,2Zm0-2h0V4H10V31.93L18,24Z'%3E%3C/path%3E%3Crect x='0' y='0' width='36' height='36' fill-opacity='0'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 18px;
	padding-left: 28px;
}

article .docBody.blogBody ol li img:not(.icon),
article .docBody.blogBody ul li img:not(.icon) {
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left:-15px;
	display: block;
}

article .docBody.blogBody ol li.icon img {
	margin: 0 !important;
	display: initial !important;
}

article .docBody.blogBody > *:empty,
article .docBody.blogBody hr {
	display: none;
}

article .docBody.blogBody img,
article .docBody.blogBody iframe,
article .docBody.blogBody video {
	max-width: 100%;
	height: auto !important;
}

article .docBody.blogBody .rll-youtube-player iframe {
	max-width: 100%;
	height: 100% !important;
	margin: 0 !important;
}

.is-style-greenbox,
div.greenbox {
	border-left: 5px solid #44229D !important;
  padding: 30px 20px !important;
  background-color: #28E68C !important;
	border-radius: 4px;
	color:#054727;
}

.is-style-greenbox a,
div.greenbox a {
	color: #4a23a1;
	text-decoration: underline;
}

.is-style-bluebox,
.is-style-blue,
div.bluebox {
	color: #065455;
	border-radius: 4px;
	border-left: 5px solid #4623A0 !important;
	padding: 30px 20px !important;
	background-color: #28E1E6 !important;
}

.is-style-bluebox a,
.is-style-blue a,
div.bluebox a {
	color: #4a23a1;
	text-decoration: underline;
}

.is-style-yellowbox,
div.yellowbox {
	border-left: 5px solid #F00064;
	padding: 30px 20px !important;
	background-color: #FFE60A;
	color: #5f560d;
	border-radius: 4px;
}

.is-style-yellowbox a,
div.yellowbox a {
	color: #4a23a1;
	text-decoration: underline;
}

.is-style-orangebox,
div.orangebox {
	border-left: 5px solid #F00064 !important;
  background-color: #F58C19 !important;
	padding: 30px 20px !important;
	color:#7D470C;
	border-radius: 4px;
}

.is-style-orangebox a,
div.orangebox a {
	color: #4a23a1;
	text-decoration: underline;
}

.is-style-violetbox {
	border-left: 5px solid #F00064 !important;
  background-color: #4a23a1 !important;
	padding: 30px 20px !important;
	color:#fff;
	border-radius: 4px;
}

.is-style-violetbox a {
	color: #F00064;
	text-decoration: underline;
}

.is-style-greybox {
	border-left: 5px solid #4a23a1 !important;
  background-color: #EEEEEE !important;
	padding: 30px 20px !important;
	color:#000;
	border-radius: 4px;
}

.is-style-greybox a {
	color: #4a23a1;
	text-decoration: underline;
}

.singleBlog .article div a:hover,
.docBody.blogBody div a:hover {
	opacity: 0.65;
}

.wp-block-table tfoot {
	border-top: none;
}

.wp-block-table thead {
    border-bottom: none;
}

.singleBlog div.greenbox p:last-child,
.docBody div.greenbox p:last-child,
.singleBlog div.bluebox p:last-child,
.docBody div.bluebox p:last-child,
.singleBlog div.yellowbox p:last-child,
.docBody div.yellowbox p:last-child,
.singleBlog div.orangebox p:last-child,
.docBody div.orangebox p:last-child {
	margin-bottom: 0;
}

.singleBlog table.one,
.docBody table.one {
	border-collapse:collapse;
}

.wp-block-table.is-style-darkblue table,
.wp-block-table.is-style-darkblue table td,
.wp-block-table.is-style-darkblue table th,
.singleBlog table.one,
.docBody table.one,
td.one, th.one {
	border:1px solid #1687C1;
}

.wp-block-table.is-style-lightblue table,
.wp-block-table.is-style-lightblue table th,
.wp-block-table.is-style-lightblue table td {
	border:1px solid #6be1e5;
}

.wp-block-table.is-style-violet table th,
.wp-block-table.is-style-violet table td,
.wp-block-table.is-style-violet table {
	border:1px solid #4a23a1;
}

.wp-block-table.is-style-green table td,
.wp-block-table.is-style-green table th,
.wp-block-table.is-style-green table {
	border:1px solid #64e689;
}

.wp-block-table.is-style-noborder table,
.wp-block-table.is-style-noborder table th,
.wp-block-table.is-style-noborder table td {
	border:1px solid transparent;
}

.wp-block-table thead,
.wp-block-table tfoot,
.singleBlog th.one,
.docBody th.one {
	background-color:#E8E8E8;
}

#helpPage .docRowInner {
	box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05);
	padding: 25px;
	border: 2px solid transparent;
	transition: all .35s ease;
}

#helpPage .docRowInner:hover {
	border: 2px solid #1786bf
}

#helpPage .docRow {
	margin-bottom: 30px;
}

#helpPage .docSvg {
	height: 50px;
}

#helpPage .docRowInner img {
	max-height: 50px;
	width: auto;
	color: #fff;
}

#helpPage h2,
#helpPage h3 {
	color: #414042
}

.relatedHelpBlock {
	background-color: #f7f7f7;
}

.relatedHelpBody p {
	color: #000;
	font-weight: 700;
}

.relatedHelpBody ul,
.relatedHelpBody ol {
	list-style: none;
	padding-left: 0;
}

.relatedHelpBody ul li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 24px;
}

.relatedHelpBody ul li a {
	position: relative;
}

.relatedHelpBody ul li:after {
	right: initial;
	left: 0;
	top: 2px;
}

.relatedHelpBody ul li a::before {
	background-color: #1786bf;
}

/* help taxonomy */
.single-help,
.tax-help_tax {
	padding-top: 70px;
	background-color: #f7f7f7;
}

#helpCat .catOver {
	color: #262626;
	font-size: 14px;
}

#helpCat .helpRight {
	background-color: #fefefe;
}

.helpLeft .asideLeftInner,
.helpRight {
	border-top: 1px solid #e2e2e2
}

#helpCat .docInner {
	background-color: #fff;
	max-width: 860px;
}

body:not(.single-help) #helpCat .docInner {
	padding: 30px;
	border-left: 4px solid #f58c19;
	box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05),inset 3px 0px 0px 0px rgba(243, 165, 157, 0.004);
}

#helpCat .asideLeftInner {
	max-width: 300px;
	margin: 0 0 0 auto;
}

#helpCat .searchBoxDoc {
	max-width: 860px;
	margin: 0 auto 0 0;
}

#helpCat .searchBoxDocInner {
	border: 2px solid #f0f0f0
}

#helpCat .docSvg {
	background-color: #eee;
	border-radius: 100px;
	width: 62px;
	height: 62px;
	line-height: 62px;
	padding: 0 12px;
	text-align: center;
	overflow: hidden;
	color: #eee;
}

#helpCat .docSvg img {
	height: 32px;
	width: auto;
	max-width: 36px;
}

nav.docList ul {
	list-style-position: inside;
	padding: 0;
	margin: 30px 0 0;
}

nav.docList ul li {
	color: #f58c19;
	margin-bottom: 10px;
}

nav.docList ul li a:hover {
	opacity: 0.6;
	text-decoration: underline;
}

nav.docList ul li:last-child {
	margin-bottom: 0
}

nav.docList ul li span {
	background-color: #e9e9e9;
	border: 1px solid #d3d3d3;
	color: #555555;
	padding: 3px;
}

.catNavSection {
	border-bottom: 1px solid #d3d3d3;
}

.catNavSection h2 {
	cursor: pointer;
}

.catNavSection .arrowSvg svg {
	transition: all .35s ease;
    -moz-transition: all .35s ease;
    -webkit-transition: all .35s ease;
}

.catNavSection .arrowSvg.arrowDn svg {
	transform: rotate(180deg);
}

.catNavSection h2:not(.active) + .catNavSectionInner {
	display: none;
}

.catNavElements a h3 {
	color: #494949;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;
}

.catNavElements .countBox {
	margin-right: 15px;
	color: #494949;
	text-align: center;
	background-color: #ddd;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
	padding: 2px 6px;
	line-height: 1.25;
	min-width: 34px;
	transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.catNavElements a {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 3px solid transparent;
	transition: all .35s ease;
    -moz-transition: all .35s ease;
    -webkit-transition: all .35s ease;
}

.catNavElements a:hover,
.catNavElements a.activeElement {
	color: #1786bf;
	background-color: #fff;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: 3px solid #f58c19;
}

.catNavElements a:hover h3,
.catNavElements a.activeElement h3 {
	color: #f58c19;
}

.catNavElements a:hover .countBox,
.catNavElements .activeElement .countBox {
	background-color: #f58c19;
	color: #fff;
}

/* Voting block */
.votingBlock {
	border-left: 4px solid #f58c19;
	box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05),inset 3px 0px 0px 0px rgba(243, 165, 157, 0.004);
}

.votingBlock .votingBlockInner {
	padding: 40px 20px;
	flex-wrap: wrap;
}

.votingBlock .btn:first-child {
	margin-right: 30px;
}

/* Modal */
.modal {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	padding: 0;
	margin: auto;
	padding: 15px;
	width: 100%;
	min-height: 100vh;
	visibility: hidden;
	opacity: 0;
	transition: all .35s ease;
    -moz-transition: all .35s ease;
    -webkit-transition: all .35s ease;
}

.modalBg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
}

.modal-open .modalBg,
.modal-open .modal {
	visibility: visible;
	opacity: 1;
}

.modal .modalInner {
	background-color: #fff;
	max-width: 1060px;
	padding: 60px 40px;
	overflow: auto;
	max-height: 100vh;
	position: relative;
}

.single-integration .modal {
	letter-spacing: 1.4px;
}

.modal h2 {
	font-size: 36px;
}

.modal h2,
.modal h3,
.modal h4,
.modal h5 {
	color: #000;
	margin-bottom: 35px;
}

.modal ol,
.modal ul {
	padding: 0;
	list-style-position: inside;
}

.modal .innerDesc p:last-child {
	margin-bottom: 0
}

.modal .closeModalBtn {
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
}

.modal .closeModalBtn span:after,
.modal .closeModalBtn span:before {
	border-bottom: 4px solid #000;
}

.modal .closeModalBtn:hover span:after,
.modal .closeModalBtn:hover span:before {
	border-bottom: 4px solid #1786bf;
}

/* Comments */
#respond,
#commentsWrapper {
	border-top: 1px solid #f7f7f7;
	padding-top: 30px;
}

#respond h3 {
	margin-bottom: 30px;
	color: #000
}

#commentform {
	padding: 40px;
	box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.06);
	margin-bottom: 60px;
}

#commentform textarea,
#commentform p:not(.form-submit) input {
	border: 2px solid #f0f0f0;
	border-radius: 10px;
	padding: 10px 20px;
	width: 100%;
}

#commentform textarea {
	height: 200px;
}

#comments .commentsInner .comment-author .avatarImgWrap {
	width: 50%;
}

#comments .commentsInner .comment-author.commentmetadata {
	width: 50%;
}

#comments .commentsInner .comment-author img {
	border-radius: 100px;
}

#comments .commentsInner .comment-author cite {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	font-style: initial;
	margin: 0 15px
}

#comments .commentsInner .comment-author .reply {
	margin-left: 20px;
}

#comments .commentsInner li {
	margin-bottom: 60px
}

#comments .children {
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;
}

#comments .comment-details {
	background-color: #f8f8f8;
	border-radius: 10px;
	padding: 20px;
	margin: 15px 0
}

#comments .comment-details p {
	color: #666;
	margin-bottom: 15px;
	font-weight: 300
}

#comments .comment-details p:last-child {
	margin-bottom: 0
}

#comments .commentmetadata a {
	color: #939393
}

#comments .reply a:hover,
#comments .commentmetadata a:hover {
	text-decoration: underline;
}



/* Search Box */
#searchBox {
	position: relative;
	z-index: 2;
}

#integrations #searchBox .search-form {
	max-width: 50%;
	margin: 0 auto;
}

#searchBox,
#searchBox label {
	line-height: 1;
	margin-bottom: 0
}

#searchBox label {
	width: 100%;
}

#searchBox input {
	color: #111;
	background-color: #fff;
	font-weight: 300;
	padding: 5px;
	border: none;
	width: calc(100% - 80px);
	letter-spacing: 1.2px;
}

#searchBox input:focus {
	outline: none
}

.searchBoxInner {
	border: 2px solid #f0f0f0;
	border-radius: 10px;
	padding: 10px 20px;
	position: relative;
	background-color: #fff;
}

.searchBoxDocInner {
	border-radius: 10px;
	padding: 10px 20px;
	position: relative;
	background-color: #fff;
}

.searchBoxDocInner svg,
.searchBoxInner svg {
	margin: 0 15px 0 10px
}

#searchBox ::-webkit-input-placeholder,
#searchBox ::-moz-placeholder,
#searchBox:-ms-input-placeholder,
#searchBox :-moz-placeholder {
	color: #939393 !important;
	opacity: 1;
	font-weight: 300;
	letter-spacing: 2px;
}

.pageHeader .searchBoxDoc {
	max-width: 900px;
	margin: 0 auto;
}

#searchBox #results {
	display: none;
	position: absolute;
	z-index: 2;
	top: 60px;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.09);
}

#resultsInner {
	max-height: 70vh;
	overflow: auto;
}

#searchBox #results .docElement {
	margin-bottom: 40px;
}

#searchBox #results .docElement:last-child {
	margin-bottom: 0
}

#searchBox #results .docContentInner {
	padding-left: 15px;
}

#searchBox #results .docElement h3 {
	color: #939393;
	display: block;
	vertical-align: top;
	padding: 0 20px 0 0;
	position: relative;
	z-index: 2;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 20px;
}

#searchBox #results .docElement h3 span {
	background-color: #fff;
	display: inline-block;
	padding: 0 15px 0 0;
	position: relative;
	z-index: 2;
}

#searchBox #results .docElement h3:after {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	content: "";
}

#searchBox #results .docElement h4 {
	color: #262626;
	display: inline-block;
	vertical-align: top;
}

#searchBox #results .docElement:not(.noResults) h4 {
	margin: 0 0 5px 0
}

#searchBox #results .docElement h4 a {
	color: #262626;
	font-size: 16px;
	line-height: 1;
}

#searchBox #results .docElement h4 a:hover {
	color: #1786bf
}

#searchBox #results .docElement p {
	font-size: 14px;
}

#searchBox #results .docElement p {
	line-height: 1.6;
	letter-spacing: 1.5px
}

#searchBox .popularTitle  {
	margin-bottom: 5px;
	margin-right: 5px;
	text-align: left;
}

#searchBox .filterBlockInner,
#searchBox .searchBoxPopular {
	flex-wrap: wrap;
}

#searchBox .searchBoxPopular a {
	color: #fff;
	text-decoration: underline;
}

#searchBox .searchBoxPopular a:hover {
	text-decoration: none;
}

#integrations #searchBox .filterBlock li {
	margin: 0 10px 10px 0;
}

#integrations #searchBox .filterBlock a.filterElement {
	border: 1px solid #c9c9c9;
	border-radius: 100px;
	padding: 10px 30px;
	color: #666666;
	display: inline-block;
	vertical-align: top;
}

.postid-2887 #integrations #searchBox .filterElement.freeExt,
.postid-2888 #integrations #searchBox .filterElement.thirdExt,
.postid-27 #integrations #searchBox .filterElement.allExt,
.post-type-archive-integration #integrations #searchBox .filterElement.allExt,
.postid-26 #integrations #searchBox .filterElement.ultimateExt,
.postid-25 #integrations #searchBox .filterElement.proExt,
.postid-24 #integrations #searchBox .filterElement.personalExt,
#integrations #searchBox .filterBlock a.filterElement:hover {
	color: #f19d94;
	border-color: #f19d94
}

.wp-block-separator {
	color: #ddd;
}

/* News navigation */
#pagination {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 60px;
	padding: 0;
}

#pagination .wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	align-items: center !important;
  justify-content: center !important;
}

#pagination .pages {
	display: none;
}

#pagination span.extend {
	content: "";
	display: inline-block;
	width: 50px;
	height: 10px;
	position: relative;
}

#pagination span.extend:after {
	position: absolute;
	bottom: 5px;
	left: 0;
	content: "...";
	display: inline-block;
	width: 50px;
	height: 10px;
	color: #000;
}

#pagination a.page,
#pagination span.current {
	display: inline-block;
	vertical-align: top;
	color: #000;
	border: 1px solid transparent;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none;
	position: relative;
	border-radius: 6px;
	padding: 5px;
	width: 35px;
	margin: 0 5px;
	transition: all .15s ease-in-out;
}

#pagination span.current {
	background: #1687c1;
	color: #fff;
	border: 1px solid #1687c1;
}

#pagination a.page:hover {
	background: #f58c19;
	color: #fff
}

#pagination a.previouspostslink,
#pagination a.nextpostslink,
#pagination a.last,
#pagination a.first {
	color: #666666;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

#pagination a.nextpostslink::after,
#pagination a.previouspostslink::before {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

#pagination a.previouspostslink::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='rgb(102, 102, 102)' d='M0.171,6.465 C-0.012,6.648 -0.012,6.945 0.171,7.129 L5.906,12.910 C6.089,13.093 6.386,13.093 6.570,12.910 L7.343,12.136 C7.527,11.953 7.527,11.656 7.343,11.472 L2.714,6.797 L7.343,2.121 C7.527,1.937 7.527,1.640 7.343,1.457 L6.570,0.683 C6.386,0.500 6.089,0.500 5.906,0.683 L0.171,6.465 Z'/%3E%3C/svg%3E");
}

#pagination a.nextpostslink::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='rgb(102, 102, 102)' d='M7.343,7.129 C7.527,6.945 7.527,6.648 7.343,6.465 L1.609,0.683 C1.425,0.500 1.128,0.500 0.945,0.683 L0.171,1.457 C-0.012,1.640 -0.012,1.937 0.171,2.121 L4.800,6.797 L0.171,11.472 C-0.012,11.656 -0.012,11.953 0.171,12.136 L0.945,12.910 C1.128,13.093 1.425,13.093 1.609,12.910 L7.343,7.129 Z'/%3E%3C/svg%3E");
}

#pagination a.previouspostslink:hover,
#pagination a.nextpostslink:hover,
#pagination a.last:hover,
#pagination a.first:hover {
	opacity: 0.7
}


/* Footer */
#footer {
	padding-top: 120px;
	padding-bottom: 40px;
	color: #fff;
	background-color: #eee;
	position: relative;
	z-index: 1;
}

#footer:before {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 545px;
	height: 677px;
	max-width: 100%;
	content: "";
	background-image: url(../png/surveylab-grey-logo.png);
	z-index: -1;
	opacity: 0.3
}

#footer h4 {
	font-size: 20px;
	font-weight: 700;
	color: #1786bf;
	margin-bottom: 25px;
}

#footer .footerCol:not(.footerBlog) p {
	margin-bottom: 35px;
}

#footer p a {
	color: #1786bf;
}

#footer .footerCol.footerBlog a:hover,
#footer p a:hover {
	text-decoration: underline;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .footerCol .blogFooterElement {
	padding: 15px;
	background-color: #2b2b2b;
	border-radius: 10px;
	margin-bottom: 10px;
}

#footer .footerCol.footerBlog h5 {
	margin-bottom: 15px;
}

#footer .footerCol.footerBlog a {
	font-size: 18px;
	color: #fff;
}

#footer .footerCol.footerBlog p {
	font-size: 14px;
	color: #969696;
	margin-bottom: 0
}

#footer img.alignnone {
	padding-right: 6px;
	padding-left: 1px;
}

#footer .socialIcons li {
	margin-right: 30px;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
}

#footer .socialIcons li:last-child {
	margin-right: 0;
}

#footer .socialIcons li svg,
#footer .socialIcons li img {
	width: 38px;
	height: auto;
	transition: .25s all ease;
}

#footer .socialIcons li svg path {
	transition: .25s all ease;
}

#footer .socialIcons li svg:hover polygon,
#footer .socialIcons li svg:hover path {
	fill: #1687c1;
}

#footer .socialIcons li img:hover {
  filter: grayscale(0%) saturate(2500%) brightness(60%) hue-rotate(202deg);
}

#footer .containerFooterBootom {
	position: relative;
	z-index: 2;
}

#footer .footerColLogo img {
	max-height: 38px;
}

#footer .footerColMenu .nav {
	text-align: left;
}

#footer .footerColMenu li {
	margin-bottom: 10px;
}

#footer .footerColMenu li:last-child {
	margin-right: 0
}

#footer .footerColMenu li a {
	color: #828282
}

#footer .footerColMenu li a:hover {
	color: #1786bf;
}

#footer .copy {
	text-align: center;
	opacity: 0.4;
	display: block;
	width: 100%;
	margin-top: 10px;
	color: #000;
}

/* Cookies */
#cookie-law-info-bar {
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}

#cookie-law-info-bar br {
	display: none;
}

#cookie-law-info-bar span {
	display: inline-block;
	width: 100%;
	vertical-align: top
}

#cookie-law-info-bar span div.cookiBtns {
	display: inline-block;
	width: 200px
}

#cookie_action_close_header {
	border-radius: 3px;
}

#CONSTANT_OPEN_URL {
	display: inline-block;
	margin: 5px;
	color: #1e1464;
	font-weight: 400;
	font-size: 17px;
}

/* Captcha */
.grecaptcha-badge {
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

/* News navigation */
.navigation {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 45px;
}

.navigation > div {
	position: relative;
	z-index: 1;
}

.navigation svg {
	position: absolute;
	width: 9px;
	height: 14px;
	top: 22px;
	z-index: 2;
}

.navigation .alignleft svg {
	left: 22px;
}

.navigation .alignright svg {
	right: 22px;
}

.navigation svg .st0 {
	fill: #fff;
}

/** Grid system **/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  #integrationSingle.container {
  	max-width: 1100px !important;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .wp-block-columns,
  .container, .container-sm {
    max-width: 100% !important;
  }

  .wp-block-columns {
	  margin-left: auto;
	  margin-right: auto;
	}
}

@media (min-width: 1200px) {
  body.page:not(.home) main section.container,
  .wp-block-columns,
  main.container,
  .ctaSignupFooter .container,
  .ctaSignupFooter > .container,
  .container-fluid > .container,
  .container-fluid > .container-sm,
  .container-fluid > .container-md,
  .container-fluid > .container-lg,
  .container-fluid > .container-xl {
    max-width: 1140px !important;
  }
}

@media (min-width: 1280px) {
	main.container,
  body.page:not(.home) main section.container,
  .ctaSignupFooter .container,
  .page > main > .container-fluid > .container {
  	margin-left: auto;
  	margin-right: auto;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mt-10 {
  margin-top: 6rem !important;
}

.mt-20 {
  margin-top: 12rem !important;
}

.mt-min-10 {
	margin-top: -6rem !important;
}

.mt-min-20 {
	margin-top: -12rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.mb-10 {
  margin-bottom: 6rem !important;
}

.mb-20 {
  margin-bottom: 12rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pt-10 {
  padding-top: 6rem !important;
}

.pt-15 {
  padding-top: 9rem !important;
}

.pb-10 {
  padding-bottom: 6rem !important;
}

.pt-20 {
  padding-top: 12rem !important;
}

.pb-20 {
  padding-bottom: 12rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.error404 #page404 img {
	max-height: 36vh;
}

/* RWD Min */
@media (min-width: 360px), (min-width: 360px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* Lists with icons */
	.colIcoDesc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (min-width: 768px), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* Buttons */
	.btn {
		padding: 15px 50px;
	}

	.btnSmall {
		padding: 4px 20px;
	}

	.btn-icon-small-right {
		padding: 10px 25px;
	}

	.pageHeader h2 {
		font-size: 18px;
	}

	.asideLeftInnerNav {
		display: none;
	}

	/* Lists with icons */
	.sideBySideTitle {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sectionTitle.sideBySideTitle h2,
	.sectionTitle.sideBySideTitle h5 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.sectionTitle.sideBySideTitle h2 {
		padding-right: 50px;
	}

	.sectionTitle.sideBySideTitle h5 {
		padding-left: 49px;
		border-left: 1px solid #d5d5d5;
	}

	.single main .ctaDescInner {
		padding: 16px;
	}

	/* Blog 'n' integrations */
	#integrations .integrationBody {
		height: 46px;
		overflow: hidden;
	}

	.single-integration .asideSticky {
	  position: sticky;
	  top: 30px;
	}

	/* Reviews */
	.reviewElement:nth-child(even) .reviewElementInner {
		padding-right: 30px;
	}

	.reviewElement:nth-child(odd) .reviewElementInner {
		padding-left: 30px;
	}

	/* FAQ */
	.faqList .faqElement {
		margin-bottom: 60px;
	}

	/* help */
	#helpCat {
		min-height: calc(100vh - 120px);
	}

	#helpCat .docRow2L {
		min-height: calc(100vh - 222px);
	}

	#helpCat .searchOver,
	#helpCat .helpRight {
		border-left: 1px solid #e2e2e2;
		padding-right: 0;
		padding-left: 3rem
	}

	#helpCat .helpLeft {
		padding-left: 0;
		padding-right: 0;
	}

	.catNavElements a {
		margin-right: -1px;
	}

	.catNavElements a.activeElement:hover,
	.catNavElements a.activeElement {
		position: relative;
		z-index: 2;
	}

	/* Pricelist */
	.inPageProductMenu .wp-block-column:nth-child(1) {
		border-right: 1px solid #e3e3e3;
	}

	.priceListsCol:nth-child(1) .priceListsColInner {
	    border: 2px solid #44229d;
	}

	.priceListsCol:nth-child(2) .priceListsColInner {
	    border: 2px solid #1687c1;
	}

	.priceListsCol:nth-child(3) .priceListsColInner {
	    border: 2px solid #25e28b;
	}

	.priceListsCol:nth-child(4) .priceListsColInner {
	    border: 2px solid #f00061;
	}

	.priceFeatureRow .btnWrap a.btn-link.btn-down {
		display: none;
	}

	/*Cookies*/
	#cookie-law-info-bar span div.cookieDesc {
		display: inline-block;
		width: calc(100% - 210px);
		font-size: 14px;
		text-align: right;
	}

	/* Comments */
	#comments .children {
		padding: 0 0 0 70px;
	}
}

@media (min-width: 992px), (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* Menu */
	.slideOutNav,
	.mobileBtn,
	.closeBtn {
		display: none;
	}

	.absoluteNavbar {
		position: absolute;
		height: initial;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1005;
		width: 100%;
		margin: 0 auto;
		transition: all .25s ease-in-out;
		transform: translate3d(0,0,0);
		height: 120px;
	}

	.fixedNavbar {
		transform: translate3d(0,-100px,0);
		height: 80px;
	}

	body.nav-fix .fixedNavbar {
		transform: translate3d(0,0,0);
		padding-left: 30px;
		padding-right: 30px;
		box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
	}

	.nav-open .fixedNavbar {
		transform: translate3d(0,-100px,0);
	}

	.fixedNavbar .navbarLockup {
		height: 100%;
	}

	#menuWrap {
		width: calc(100% - 160px)
	}

	.userMenu,
	.absoluteNavbar .mainMenuHome,
	.fixedNavbar .mainMenuHome {
		margin-left: 40px;
	}

	.userMenu a {
		text-transform: uppercase;
	}

	.userMenu .btn a,
	.userMenu .btn a:active,
	.userMenu .btn a:focus,
	.userMenu .btn a:hover {
		color: #fff;
	}

	.userMenu li {
		margin-left: 30px;
	}

	.userMenu li.wpml-ls-item {
		line-height: 2;
		margin: 3px 0 !important;
    position: relative !important;
	}

	.userMenu li.wpml-ls-item:after {
		top: 14px;
	}

	#masthead div:not(.slideOutNav) .nav li {
		z-index: 1;
		display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-self: center;

	}

  #masthead div:not(.slideOutNav) .nav li.item-type-separator {
    display: inline;
    margin: 0
  }

	#masthead div:not(.slideOutNav) .nav li.btn-empty {
		border: 1px solid #888;
	}

	#masthead div:not(.slideOutNav) .nav li.btn-empty:hover {
		border: 1px solid #1786bf;
	}

	#masthead div:not(.slideOutNav) .nav li > a {
		align-self: center;
	}

	#masthead div:not(.slideOutNav) .nav li li {
		position: relative;
	}

	#masthead div:not(.slideOutNav) .nav li ul.sub-menu {
		background-color: #fff;
		border-radius: 6px;
		box-shadow: 0px 0px 32px rgba(9, 26, 68, 0.1);
		position: absolute;
		padding: 10px 20px;
		z-index: 1;
		top: 45px;
		left: 0;
		transition: all .25s ease-in-out;
		opacity: 0;
		z-index: -1;
		visibility: hidden;
		transform: translate3d(0,-10px,0);
		overflow: hidden;
	}

	#masthead .fixedNavbar div:not(.slideOutNav) .nav li ul.sub-menu {
		top: 60px;
	}

	#masthead div:not(.slideOutNav) li:hover ul.sub-menu,
	#masthead div:not(.slideOutNav) li:focus ul.sub-menu {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0,0,0);
	}

	.mainMenuHome > div {
		display: inline-block;
		vertical-align: top;
	}

	.absoluteNavbar .mainMenuHome ul li ul.dropdown-menu-custom,
	.fixedNavbar .mainMenuHome ul li ul.dropdown-menu-custom {
		display: none;
	}

	.mainMenuHome .menu-header ul li:first-child {
		margin-left: 0
	}

	.absoluteNavbar .mainMenuHome .nav > li,
	.fixedNavbar .mainMenuHome .nav > li {
		margin-left: 20px;
		white-space: nowrap;
	}

	.rowShadow {
		padding: 60px;
	}

	.colShadow {
		padding: 30px;
	}

	.colIcoDesc {
		max-width: 90%;
	}

	/* help taxonomy */
	.single-help,
	.tax-help_tax {
		padding-top: 120px;
	}
}

@media (min-width: 1024px), (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
	header .nav li a {
		letter-spacing: 1.5px
	}
}

@media (min-width: 1200px), (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.userMenu,
	.absoluteNavbar .mainMenuHome,
	.fixedNavbar .mainMenuHome {
		margin-left: 50px;
	}

	.absoluteNavbar .mainMenuHome .nav > li,
	.fixedNavbar .mainMenuHome .nav > li {
		margin-left: 50px;
	}

	/* Pages Header */
	.animatedHeader {
		min-height: 415px;
	}

	.simpleHeader,
	.error404 .animatedHeader {
		min-height: 300px;
	}

	.docHeader .pageHeader,
	.greyHeader .pageHeader,
	.animatedHeader .pageHeader {
		padding-top: 210px;
	}

	.single-post .greyHeader .pageHeader {
		padding-top: 160px;
	  margin-bottom: 90px;
	}

	.simpleHeader .pageHeader {
		padding-top: 130px;
	}

	body:not(.single) .pageHeader h1 {
		font-size: 44px;
	}

	.pageHeader h3 {
		font-size: 20px;
	}

	/* Lists with icons */
	.descImgList .normalRows .innerDesc {
		padding-right: 45px;
	}

	.descImgList .reversedRows .innerDesc {
		padding-left: 45px;
	}

	.descImgIcoList .innerDesc {
		padding-right: 40px;
	}

	.descImgIcoList .sectionTitleInner,
	.descImgIcoList .sectionTitleImgInner {
		padding-right: 40px;
	}

	/* Extention single */
	#integrationSingle .asideInner {
		padding: 45px;
	}

	#integrationSingle .integrationOverInner {
		padding: 25px 45px
	}

	.integrationRight .btn {
		min-width: 226px;
	}

	/* Solid doc BG */
	.docHeader {
		background-color: #1786bf;
		height: 520px;
	}

	/* Integration single */
	.asideInner {
		margin-left: 20px;
	}
}


/* RWD Max */
@media (max-width: 1760px), (max-width: 1760px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.absoluteNavbar {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 1680px), (max-width: 1680px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* help */
	#helpCat .docInner,
	#helpCat .asideLeftInner,
	#helpCat .searchBoxDoc {
		max-width: 820px;
	}

	#helpCat .asideLeftInner {
		max-width: 320px;
	}
}

@media (max-width: 1440px), (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* help */
	#helpCat .docInner,
	#helpCat .asideLeftInner,
	#helpCat .searchBoxDoc {
		max-width: 780px;
	}

	#helpCat .asideLeftInner {
		max-width: 370px;
	}
}

@media (max-width: 1366px), (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* help */
	#helpCat .docInner,
	#helpCat .asideLeftInner,
	#helpCat .searchBoxDoc {
		max-width: 770px;
	}

	#helpCat .asideLeftInner {
		max-width: 380px;
	}
}

@media (max-width: 1280px), (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* help */
	#helpCat .docInner,
	#helpCat .asideLeftInner,
	#helpCat .searchBoxDoc {
		max-width: 750px;
	}

	#helpCat .asideLeftInner {
		max-width: 380px;
	}

	.priceFeatureChart .chartSectionRows .col-auto {
		width: 20%
	}

	.priceFeatureChart .chartSectionRows .cellCol,
	.priceFeatureRow .priceListsCol {
	  max-width: 20% !important;
	}
}

@media (max-width: 1200px), (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* Lists with icons */
	.descImgList .innerImg img {
		max-width: 100%;
	}
}

@media (max-width: 1199px), (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* Logo */
	header .absoluteNavbar .logoImg img,
	header .logoImg img {
		width: 160px;
	}

	main.site-main {
		overflow-x: hidden;
	}

	.single #pageHeader.greyHeader,
	#pageHeader.animatedHeader {
		height: 60vh;
		display: flex;
	  flex-wrap: wrap;
	  align-content: center;
	  padding: 0;
	}

	.animatedHeader .pageHeader {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}

	.page-template-page-price-features .animatedHeader .pageHeader,
	.page-template-page-price .animatedHeader .pageHeader {
		padding-top: 130px;
	}

	/* Lists with icons */
	.colFooterDesc {
		max-width: calc(100% - 300px);
	}

	.descBtnSection p br {
		display: none;
	}

	/* help */
	#helpCat .asideLeftInner,
	#helpCat .docInner,
	#helpCat .asideLeftInner,
	#helpCat .searchBoxDoc {
		max-width: 100%;
	}

	#helpCat .searchOver,
	#helpCat .helpRight {
		padding-right: 30px;
		padding-left: 30px;
	}

	#helpCat .docInner {
		padding: 15px;
	}

	.greyHeader,
	.animatedHeader {
	   min-height: 240px;
	}

  .hoverMenu .animate {
    transition: all .25s ease-in-out;
    opacity: 1;
    visibility: visible;
  }

  .hoverMenu .animate {
    opacity: 0;
    visibility: hidden;
  }

	.inPageProductMenu {
		margin-left: 30px;
		margin-right: 30px;
	}

	.priceFeatureRow .priceListsCol {
		max-width: 198px;
	}

	#priceListPage {
		background-color: #fff;
	}

	.page > main > :not(.container-fluid) {
		padding-left: 30px;
		padding-right: 30px;
	}

	.reviewsSection .reviewPerson {
		margin-top: 15px;
	}
}

@media (max-width: 1024px), (max-width: 1024x) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* Price list */

}

@media (max-width: 992px), (max-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5) {

}

@media (max-width: 991px), (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* Logo */
	header .logoImg img {
		width: 160px;
	}

	/* Menu */
	.fixedNavbar #menuWrap,
	.absoluteNavbar {
		display: none !important;
	}

	.fixedNavbar {
		height: 70px;
	}

	.fixedNavbar .navbarLockup {
		height: 100%;
		padding-left: 24px;
	}

	.nav-fix .fixedNavbar .navbarLockup {
		box-shadow: 0 10px 10px -10px rgba(0,0,0,.2);
	}

	.slideOutNav {
		position: fixed;
		top: 100px;
		left: 0;
		z-index: 10005;
		width: 100%;
		height: calc(100vh - 70px);
		max-height: 1080px;
		transform: translate3d(0,0,0);
		background-color: #fff;
		transition: all .45s ease;
		box-shadow: 0 0 10px 0 rgba(240,90,36,0.05);
		opacity: 0;
		visibility: hidden;
    overflow-x: hidden;
	}

	.nav-open .slideOutNav {
		transform: translate3d(0,-30px,0);
		opacity: 1;
		visibility: visible;
    top: 100px
	}

	.slideOutNav #slideOutNavInner {
		height: 100%;
		padding: 0 30px 30px 30px ;
	}

	.slideOutNav #mainMenuSlide > div,
	.slideOutNav #mainMenuSlide > div > div {
		width: 100%;
	}

	.slideOutNav .dropdown-menu-custom {
		background: #f8f8f8;
		padding: 0 0 4vh 0;
		margin-top: 4vh;
	}

	.slideOutNav ul.nav > li ul li {
		margin: 5px 0 0 0;
		flex: 0 0 100%;
	}

	.slideOutNav ul.nav > li.wpml-ls-item > a,
	.slideOutNav ul.nav > li:not(.wpml-ls-item) > ul {
		display: none;
	}

	.slideOutNav ul.menu.nav > li:first-child {
		padding-top: 0
	}

	.slideOutNav .dropdown-menu-custom li {
		padding: 4vh 0 0;
	}

	.slideOutNav li a {
		font-weight: 400;
		font-size: 20px;
    position: relative;
	}

	.slideOutNav .userMenu ul li.btn-empty,
	.slideOutNav .userMenu ul li.btn {
		text-transform: uppercase;
	}

	.slideOutNav .userMenu ul li.btn a {
		color: #fff;
	}

	.mobileBtn {
		height: 24px;
		top: 23px;
    right: 15px
	}

	.mobileBtn span {
		position: relative;
		display: block;
		width: 28px;
		height: 4px;
		background: #1786bf;
		transition: .15s -webkit-transform ease-in-out;
		transition: .15s transform ease-in-out;
		transition: .15s transform ease-in-out,.15s -webkit-transform ease-in-out;
	}

	.mobileBtn span::after,
	.mobileBtn span::before {
		content: '';
		display: block;
		position: absolute;
		height: 4px;
		right: 0;
		width: 100%;
		border-bottom: 4px solid #1786bf;
	}

	.mobileBtn span::after {
		top: 10px;
	}

	.mobileBtn span::before {
		top: -10px;
	}

	.closeBtn.hideBtn,
	.mobileBtn.hideBtn {
		opacity: 0;
		visibility: hidden;
		right: 15px;
	}

  .nav-open .closeBtn {
    opacity: 1;
    visibility: visible;
    display: block;
  }
	/* General */
	.medium > *,
	.medium {
		font-size: 24px;
	}

	.large {
		font-size: 42px;
	}

	.row > div > .innerCol.innerColLeft {
		padding-left: 15px;
		padding-right: 15px;
	}

	.row > div > .innerCol.innerColRight {
		padding-right: 15px;
		padding-left: 15px;
	}

	.responsiveTable {
	  overflow-x: auto;
	  width: 100%;
	}

	.singleBlogElement .blogCover img {
		object-fit: cover;
  	height: 300px;
	}

	/* Lists with icons */
	.descImgList .innerImg img {
		margin-top: 40px;
	}

	.innerDesc.minheight100 p {
		min-height: 150px;
	}

	/* Hero */
	.home .hero  {
		padding-top: 140px;
	}

	.heroDesc  p br {
		display: none;
	}

	/* CTA Footer */
	.ctaSignupFooter .reversedRows .colFooterDesc h3,
	.ctaSignupFooter .reversedRows .colFooterDesc h4,
	.ctaSignupFooter .reversedRows .colFooterDesc h5,
	.ctaSignupFooter .reversedRows .colFooterDesc h6 {
		margin-top: 30px;
	}

	.ctaSignupFooter .row:not(.reversedRows) .colFooterDesc h3,
	.ctaSignupFooter .row:not(.reversedRows) .colFooterDesc h4,
	.ctaSignupFooter .row:not(.reversedRows) .colFooterDesc h5,
	.ctaSignupFooter .row:not(.reversedRows) .colFooterDesc h6 {
		margin-top: 15px;
		margin-bottom: 30px;
	}

	.ctaSignupFooter .row:not(.reversedRows) .colFooterDesc,
	.ctaSignupFooter .row:not(.reversedRows) .colFooterDes,
	.ctaSignupFooter .row:not(.reversedRows) .colFooterDesc,
	.ctaSignupFooter .row:not(.reversedRows) .colFooterDesc {
		padding-bottom: 30px;
	}

	/* Price List */
	.featureInner {
		text-align: left;
		width: 100%;
	}

	.priceFeatureRow .priceListsCol {
    max-width: 145px;
  }

  .priceListsCol .askPrice {
	  margin: 0;
	  font-size: 19px;
	}

	.priceListsCol .btn {
		font-size: 12px;
	}

	.priceFeatureRow .price .top span.priceTop {
	  font-size: 30px;
	}

	#priceListPage > .container {
		padding-left: 0;
		padding-right: 0;
	}

	#integrations #searchBox .search-form {
	    max-width: 100%;
	    width: 100%;
	}

	.simpleHeader .pageHeader {
	  padding-top: 140px;
	}

	/* help */
	.votingBlockLeft {
		margin-bottom: 20px;
	}

	.votingBlock .votingBlockInner .btn {
		margin-bottom: 20px;
		display: inline-block;
		min-width: 205px;
	}

	.votingBlock .votingBlockInner .btn:last-child {
		margin-bottom: 0
	}

	/* Numbers */
	.numbersFacstSection .row .col-auto {
		width: 50%;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.footerCol {
		min-width: 50%;
	}
}

@media (max-width: 767px), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* Logo */
	header .logoImg img {
		width: 160px;
	}

	.docsHeader {
		font-size: 20px;
	}

	.animatedHeader .pageHeader {
		max-width: 90%;
	}

	/* General */
	.normal {
		font-size: 16px;
	}

	main > section {
	  margin-top: 45px;
	  margin-bottom: 45px;
	  padding-top: 45px;
	  padding-bottom: 45px;
	}

	.ctaDescInner br {
		display: none;
	}

	body:not(.single) .pageHeader h1 {
		font-size: 30px;
	}

	#helpCat .catOver,
	.medium > *,
	.medium {
		font-size: 22px;
	}

	.large {
		font-size: 36px;
	}

	.pt-20 {
		padding-top: 9rem !important;
	}

	.pb-20 {
		padding-bottom: 9rem !important;
	}

	.innerDesc.minheight100 p {
		min-height: initial;
	}

	.extraLightGreyBg.pb-20 {
		padding-bottom: 1rem !important
	}

	.borderLeft.pb-20 {
		padding-bottom: 12rem !important;
		border-left: none;
		border-top: 2px solid #f0f0f0;
	}

	.borderLeft.mt-min-10 {
		margin-top: 0 !important
	}

	.borderLeft.pt-15 {
		padding-top: 3rem !important
	}

	.maxCol90 .innerDesc {
		max-width: 100%;
	}

	.innerDesc h3 {
		font-size: 20px;
	}

	.container-fluid > .container {
		padding-right: 0;
		padding-left: 0;
	}

	.hero .blockInner  {
		padding: 0 20px;
	}

	/* Buttons */
	.btn,
	.btn-orange,
	.btn-empty {
		width: 100%;
		text-align: center;
	}

	.btn-icon span {
		padding-left: 20px;
	}

	.btn-icon span::before {
		left: -20px;
	}

	.singleBlogElement .blogCover img {
		height: 200px;
	}

	.simpleHeader .productCover img {
		margin-bottom: -120px;
		height: 144px;
		object-fit: cover;
	}

	.page > main > :not(.container-fluid) {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Lists with icons */
	.sectionTitle.sideBySideTitle h2 {
		margin-bottom: 40px;
	}

	.descImgIcoList .sectionTitleImgInner {
		margin-top: 40px
	}

	.sectionTitle h2,
	.sectionTitle h3 {
		font-size: 22px;
		margin-bottom: 30px
	}

	.descIcoList:not(.icon-top) .colIcoDesc .innerImg {
		width: 60px;
	}

	.descIcoList:not(.icon-top) .colIcoDesc .innerDesc {
	  width: calc(100% - 60px);
	}

	.descImgIcoList .innerImg img,
	.descIcoList .innerImg img {
	  max-width: 40px;
	}

	body:not(.home) .sectionTitle p {
		font-size: 16px;
	}

	/* Navigation */
	.navigation > div {
		margin: 5px 0;
	}

	.navigation > div a {
		width: 100%;
	}

	.navigation .alignright {
		text-align: right
	}

	/* Reviews */
	.reviewsSection {
	  padding-top: 60px;
	  padding-bottom: 0;
	}

	body:not(.home) .reviewsSection {
		padding-bottom: 30px;
	}

	.reviewsSection .reviewElement {
	  margin: 20px 0;
	}

	.reviewPerson,
	.reviewImg {
		text-align: center;
		width: 100%;
	}

	.reviewPerson {
		margin-top: 20px;
	}

	/* Pricelist */
	.inPageProductMenu .wp-block-column:nth-child(1) {
		border-bottom: 1px solid #e3e3e3;
		padding-bottom: 30px;
	}

	.inPageProductMenu ol,
	.inPageProductMenu ul {
		padding: 0;
	}

	.priceListsCol {
		padding: 0;
		box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .1);
    margin: 20px;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    border-radius: 6px;
	}

	.page > main > :first-child:not(.container-fluid) {
		margin-top: 30px;
	}

	#helpPage {
		margin-top: 40px !important;
	}

	#pageHeader.docHeader {
		height: 350px;
	}

	.priceListsCol .featureList {
		padding: 0 10px;
	}

	.priceListsCol .priceListsColInner {
		box-shadow: none;
		padding: 0 15px;
	}

	.priceListpopular {
		transform: translate3d(-15px, 0, 0);
		width: calc(100% + 30px);
	}

	.priceListsCol:nth-child(1) {
	    border: 2px solid #44229d;
	}

	.priceListsCol:nth-child(2) {
	    border: 2px solid #1687c1;
	}

	.priceListsCol:nth-child(3) {
	    border: 2px solid #25e28b;
	}

	.priceListsCol:nth-child(4) {
	  border: 2px solid #f00061;
	}

	.priceFeatureRow .priceListsCol {
		max-width: 100% !important;
		margin: 20px 0;
		background-color: #fff;
	}

	.chartSectionRows .col-auto {
		max-width: 100% !important;
		width: 100% !important;
	}

	.chartSectionRows .col.cellCol {
		max-width: 25% !important;
	}

	.priceFeatureChart .cellCol .checkmarkCell {
		display: inline-block !important;
	}

	.priceFeatureRow .priceListPrice,
	.priceFeatureRow .priceListPriceLife,
	.priceFeatureRow .priceListPriceYear {
		height: 40px;
	}

	.priceFeatureRow .priceListsCol .priceListsColInner h2 {
 	 font-size: 20px;
	}

	.priceFeatureChart .chartSectionTitle {
		text-align: center;
		margin-top: 20px !important;
	}

	.priceFeatureChart .chartSectionTitle {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.priceFeatureChart .chartSectionRows .cellCol {
		padding: 0 4px;
		font-size: 14px;
		word-wrap: break-word;
		overflow-wrap: break-word;
		word-break: break-word;
	}

	.priceFeatureChart .chartSectionRows .cellTitle {
	  padding: 15px 10px;
	  border-left: 1px solid #f5f5f5;
	  border-right: 1px solid #f5f5f5;
	  font-size: 15px;
	  line-height: 1;
	}

	.page-template-page-price-features .animatedHeader .animate .a6 {
		left: 1%;
	}

	.page-template-page-price-features .animatedHeader .animate .a11 {
		left: 94%;
	}

	.priceFeatureRow .btnWrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.priceFeatureRow .btnWrap a.btn {
		width: 60%;
	}

	.priceFeatureRow .btnWrap a.btn-link.btn-down {
		width: 40%;
		margin-top: 10px;
		text-transform: capitalize;
	}

	/* Featured */
	#featured {
		margin-top: 20px;
	}

	/* CTA Footer */
	.ctaSignupFooter {
		height: initial;
		padding-top: 0;
		padding-bottom: 20px;
	}

	.colFooterDesc {
		max-width: 100%;
	}

	.ctaSignupFooter .reversedRows {
		flex-direction: column-reverse;
	}

	.ctaSignupFooter .reversedRows .ls25.underOrange {
		display: none;
	}

	.ctaSignupFooter .reversedRows .btnWrap {
		margin-top: 30px
	}

	.colFooterBtn * {
		width: 100%;
	}

	.ctaSignupFooter .ls25 {
		margin-top: 35px;
	}

	.greyHeader {
		min-height: initial;
		background-position: 0 0;
		padding-bottom: 60px;
	}

	/* Blog navigator */
	#blogNav {
		display: none !important;
	}

	.single #blog {
		margin-bottom: 0
	}

	.single #blog article {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	#blog .blogElement {
		display: flex;
	}

	#blog .blogElement .blogBody {
		display: none;
	}

	#blog .blogTitle {
		margin-bottom: 0 !important;
	}

	#blog .blogTitle a {
		font-size: 16px;
	}

	#blog .blogElement > a {
		max-width: 80px;
		flex: 0 0 80px;
		height: initial;
	}

	#blog .blogContent {
		flex: 1;
	}

	#blog .blogMetaAuthor,
	#blog .blogMetaWrap {
		font-size: 10px;
	}

	/* Desc + icons */
	.iconsTxtSection figure {
		min-width: initial;
  	max-width: 50%;
  	width: 50%;
  	margin: 15px 0;
	}

	.descIcoList .col-12:last-child .colIcoDesc {
		margin-bottom: 0;
	}

	/* Price list */
	.priceListsCol.popular .featureList,
	.priceListsCol.popular .priceListsColInner {
		transform: translate3d(0,0,0);
	}

	.priceListsCol .btnWrap {
		padding: 5px;
	}

	/* Numbers */
	.numbersFacstSection .row .col-auto {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.numbersFacstSection .number-medium .numbersBlock {
	  font-size: 30px;
	}

	.numbersFacstSection .number-small .numbersBlock {
		font-size: 20px;
	}

	.numbersFacstSection .number-large .numbersBlock {
		font-size: 40px;
	}
	
	/* integrations */
	#integrationSingle .integrationOverInner .integrationRight {
		margin-top: 30px;
		width: 100%;
	}
	
	.descImgList .colImgDesc > .row {
		flex-direction: column-reverse;
	}
	
	.descImgList .innerImg img {
		margin-top: 0;
		margin-bottom: 40px;
	}
	
	.single-integration .modal .btnWrap:not(.mb-5):first-child {
		margin-bottom: 3rem !important
	}
	
	/* Comments */
	#commentform {
		padding: 20px;
	}
	
	.blogMetaSingle {
		flex-wrap: wrap;
	}
	
	.blogMetaSingle > div {
		text-align: left;
		padding: 4px 10px
	}
	
	#comments .commentsInner .comment-author .avatarImgWrap {
		width: 100%;
		position: relative;
	}

	#comments .commentsInner .comment-author.commentmetadata {
		width: 60%;
	}
	
	#comments .commentsInner .avatarImg  {
		width: 100%;
	}
	
	#comments .commentsInner .comment-author .reply {
		display: none;
	}
	
	#comments .commentsInner .comment-author cite {
		width: auto;
	}
	
	#commentform .btn {
		width: 100%;
		text-align: center;
	}

	.page > main > *:not(.container-fluid) {
		margin-top: 20px;
		margin-bottom: 25px !important;	
	}
	
	/* Search box */
	#searchBox #results .docElement {
	  margin-bottom: 20px;
	}

	#searchBox #results .docElement p {
		line-height: 1.6;
		letter-spacing: initial;
		max-height: 40px;
		overflow: hidden;
	}
	
	#searchBox .searchBoxPopular a {
		font-size: 14px;
	}
	
	#integrations #searchBox .filterBlock a.filterElement {
		padding: 10px 15px
	}
	
	.filterBlockInner {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	/* help */
	#helpCat .helpRight {
		margin-bottom: 50px;
	}
	
	#helpCat .searchOver, 
	#helpCat .helpRight {
		padding-right: 15px;
		padding-left: 15px;
	}

	#helpCat .asideLeftInner {
		max-width: 100%;
		width: 100%;
		font-weight: 700;
	}
	
	#helpCat .catOver {
		text-align: center;
		margin: 30px auto 0 auto;
	}

	#helpCat .docInner {
		padding: 0;
	}
	
	#helpCat .docRow2L {
		flex-direction: column-reverse
	}
	
	#helpCat .catNavigation {
		padding-bottom: 50px
	}

	#footer {
		padding-top: 40px;
	}
	
	/* Footer */
	#footer .containerFooterTop::before {
		display: none;
	}
		
	/* Cookies */	
	#cookie-law-info-bar span div.cookieDesc {
		display: inline-block;
		width: 100%;
		font-size: 12px;
		text-align: justify;
		padding: 0 0 30px 0;
	}
}

@media (max-width: 576px), (max-width: 576px) and (-webkit-min-device-pixel-ratio: 1.5) {	
	
}

@media (max-width: 414px), (max-width: 414px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.footerCol {
		min-width: 100%;
		margin-bottom: 30px;
	}
}

@media (max-width: 380px), (max-width: 380px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* Menu */
	.slideOutNav .dropdown-menu-custom {
		padding: 0 0 3vh 0;
		margin-top: 3vh;
	}
	
	.slideOutNav .nav > ul > li {
		padding: 2vh 0 0;
		flex: 0 0 100%;
	}

	.slideOutNav .nav > ul > li > ul {
		padding: 1vh 0 0;
		flex: 0 0 100%;
	}
		
	.slideOutNav .dropdown-menu-custom li {
		padding: 3vh 0 0;
	}
	
	/* Search box */
	.searchBoxDocInner svg, 
	.searchBoxInner svg {
		margin: 0 5px 0 0;
	}
}


@media (max-width: 340px), (width-max: 340px) and (-webkit-min-device-pixel-ratio: 1.5) {
	/* Logo */
	header .logoImg img {
		width: 120px;
	}
	
	/* Menu */
	.slideOutNav .dropdown-menu-custom {
		padding: 0 0 2vh 0;
		margin-top: 3vh;
	}

	.slideOutNav ul.nav > li {
		margin: 3vh 0 0;
	}

	.slideOutNav .userMenu ul li.btn-empty, .slideOutNav .userMenu ul li.btn {
	  padding: 10px !important;
	}
	
	/* Navigation */
	.navigation a {
		font-weight: 500;
		font-size: 16px;
	}
	
	.navigation svg {
		width: 7px;
		height: 11px;
	}

	.blogMetaSingle {
    font-size: 14px;
  }
}

@media (max-height: 768px) {
	.modal h2, 
	.modal h3, 
	.modal h4, 
	.modal h5 {
		margin-bottom: 20px;
	}
	
	.modal .innerDesc p, 
	.modal .innerDesc ul li, 
	.modal .innerDesc ol li {
		margin-bottom: 10px;
	}
	
	.modal .mb-5, 
	.modal .my-5 {
		margin-bottom: 1.5rem !important
	}
} 