/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-checkboxradio-disabled {
    pointer-events: none;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}
.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}
.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}
.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}
.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}
.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}
.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

    /* We use html here because we need a greater specificity to make sure disabled
    works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[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-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[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}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{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:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,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;-ms-overflow-style:scrollbar}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:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}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}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.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}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.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,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.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-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;min-width:0;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;min-width:0;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;min-width:0;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;min-width:0;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;min-width:0;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%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item{display:-ms-flexbox;display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width: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}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width: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}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;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}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!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:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.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}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!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:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.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}.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:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.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:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.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:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.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:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.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:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.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:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.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:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.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:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.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:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.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:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.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:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.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:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.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:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.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}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.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}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/*# sourceMappingURL=bootstrap.min.css.map */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#000}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{transform:rotateY(180deg);background-color:transparent!important}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{transform:rotateY(-180deg);background-color:transparent!important}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{transform:rotateX(-180deg);background-color:transparent!important}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{transform:rotateX(180deg);background-color:transparent!important}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent!important}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent!important}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;opacity:0}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;opacity:0}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(90deg)}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(90deg);background-color:transparent!important}.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(-90deg);background-color:transparent!important}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

input#amount {
    width: 500px;
}

.custom_hr {
    height: 1px;
}

body,
html {
    height: 100%
}

.high_index {
    z-index: 99 !important;
}

.low_index {
    z-index: -1 !important;
}

.centre {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

:root {
    --main-purple-color: #682DEE;
    --grey-color: #E2E3E4;
    --blue-color: #64E4FE;
    --serif-font: 'Noto Serif', serif;
    --sans-font: 'Open Sans', sans-serif;
    --insta-color: #E1306C;
    --fb-color: #3b5998;
    --twit-color: #00acee;
    --big-font: 5em;
}

.white {
    border: 0px solid white;
    background-color: white;
}

.purple {
    border: 1px solid var(--main-purple-color);
    background-color: var(--main-purple-color);
}

.purple_border {
    border-bottom: 1px solid var(--main-purple-color);
}

.blue_bottom_border {
    border-bottom: 1px solid var(--blue-border-color);
}

.de_styled_links {
    color: var(--link-color) !important;
    text-decoration: none !important;
}

.hamburger_position {
    right: 50px;
    top: 25px;
    z-index: 101;
}

.menu_wrapper {
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 100;
    transform: translateX(4000px);
    -webkit-transform: translateX(4000px);
    -moz-transform: translateX(4000px);
    -ms-transform: translateX(4000px);
    -o-transform: translateX(4000px);
    top: 0;
}

.menu_wrapper .industries_menu .industries_img_wrapper img {
    /* white */
    /* filter: invert(23%) sepia(211%) saturate(7%) hue-rotate(290deg) brightness(232%) contrast(100%);
    -webkit-filter: invert(23%) sepia(211%) saturate(7%) hue-rotate(290deg) brightness(232%) contrast(100%); */
    /* black */
    -webkit-filter: invert(23%) sepia(211%) saturate(7%) hue-rotate(290deg) brightness(0%) contrast(100%);
    filter: invert(23%) sepia(211%) saturate(7%) hue-rotate(290deg) brightness(0%) contrast(100%);
    width: 50%;
}

.lang_wrapper {
    background-color: black;
    color: white;
    display: inline-block;
    padding: 3px 70px 3px 10px;
    font-family: var(--sans-font);
}

.lang_wrapper .lang_ative {
    font-weight: bold;
}

.menu_content_wrapper_top {
    flex: .2;
}

.menu_content_wrapper {
    /* background-color: #000; */
    background-size: cover;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: top center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu_link {
    list-style: none;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    justify-content: left;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 0;
}

.menu_items_bottom {
    opacity: 0;
}

.menu_link li {
    display: inline-block;
    font-weight: bold;
    font-family: var(--sans-font);
    font-size: 25px;
}

.menu_link .active {
    border-bottom: 8px solid var(--blue-color);
}

.menu_link li:not(:last-child) {
    margin-right: 50px;
}

.menu_items {
    padding-left: 75px !important;
}

.menu_items:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.menu_items>.menu_link_hover a {
    font-weight: 900;
    color: var(--main-purple-color) !important;
    transition: color .3s, background-color .3s;
    -webkit-transition: color .3s, background-color .3s, padding .3s;
    -moz-transition: color .3s, background-color .3s, padding .3s;
    -ms-transition: color .3s, background-color .3s, padding .3s;
    -o-transition: color .3s, background-color .3s, padding .3s;
    display: inline-block;
    padding: 10px 0px;
    font-size: 28px;
    margin-left: -3rem;
    font-family: var(--sans-font);
    white-space: nowrap;
}

.menu_items>.menu_link_hover a:hover {
    color: white !important;
    background-color: var(--main-purple-color);
    padding: 10px
}

.menu_items>.menu_link_hover a:before {
    content: "•";
    color: var(--main-purple-color);
    margin: 0 13px;
}

.menu_items>.menu_link_hover a.not_link {
    display: flex;
}

.menu_items>.menu_link_hover a.not_link:hover {
    background-color: transparent;
    color: var(--main-purple-color) !important;
}

.menu_items>.menu_link_hover a.not_link::before {
    background: url("/images/rhomb_icon.png");
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: inline-block;
    content: "";
    position: relative;
    margin: 0;
    top: 0px;
}

.menu_link_hover {
    position: relative;
}

.menu_link_hover .hover_item {
    position: absolute;
    width: 300px;
    right: var(--menu-right);
    top: var(--menu-top);
    z-index: 99;
}

.menu_items a {
    font-family: var(--sans-font);
    font-size: 20px;
    transition: font-weight .3s, border-bottom .3s;
    -webkit-transition: font-weight .3s, border-bottom .3s;
    -moz-transition: font-weight .3s, border-bottom .3s;
    -ms-transition: font-weight .3s, border-bottom .3s;
    -o-transition: font-weight .3s, border-bottom .3s;
}

.menu_items~a::before {
    color: white !important;
}

.menu_items a:hover {
    font-weight: bold;
    border-bottom: none;
}

.menu_items ul li a:hover {
    border-bottom: 2px solid var(--blue-color);
    font-weight: bold;
    z-index: 2;
}

.menu_items ul li.menu_link_hover {
    overflow: hidden;
}

.menu_items ul li.menu_link_hover a {
    display: inline-block;
    transform: translateY(-30px);
}


/* Add Title for Industries Img */

.industries_menu .industries_img_title {
    position: absolute;
    width: 300px;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px;
    visibility: hidden;
    top: -4.6rem;
    display: inline-block;
    text-align: center;
}

.industries_menu .slick-slide:nth-child(7) .industries_img_title {
    visibility: visible;
}

.industries_menu .industries_img_title p:nth-child(2):before {
    content: "";
    position: absolute;
    top: 64%;
    z-index: 1;
    border: solid 15px transparent;
    border-right-color: var(--blue-color);
    transform: translate(-50%, 10px) rotate(-90deg);
    left: 50%;
}

.industries_menu .slick-list {
    overflow: unset;
}

.industries_menu .industries_img_title p:first-child {
    margin-bottom: 0;
    background-color: #fff;
}

.industries_menu .industries_img_title p:nth-child(2) {
    background-color: var(--blue-color);
    padding: 10px 0px;
}


/* HOME PAGE */

#fixed_element>* {
    position: fixed;
}

#home_banner {
    min-height: 750px;
    background: url(/images/home_banner_2.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 100%;
}

.home_heading {
    font-weight: bold;
    color: white;
    background-color: black;
    display: inline-block;
    font-size: 3vw;
    padding: 10px 40px;
    font-family: var(--sans-font);
}

.home_heading:first-child {
    margin-top: 40%;
}

.home_heading:last-child {
    margin-top: 20px;
}

#black_area {
    background-color: black;
    color: white
}

.home_focused {
    padding: 100px 0px;
}

.home_focused p {
    font-size: 20px;
    font-family: var(--sans-font);
    text-align: justify;
    text-justify: inter-word;
    font-weight: 300;
}

.home_focused_content {
    width: 85%;
}

.home_focused_content .title {
    font-weight: 800;
    font-size: 2.5vw;
}

.home_marvelous_text_wrapper {
    padding-bottom: 130px;
    z-index: 98;
}

.home_marvelous_text {
    font-weight: bold;
    font-size: 80px;
    margin-top: 80px;
    z-index: 99;
}

#marvelous {
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: black;
}

span#marvelous>span {
    position: absolute;
    top: 50px;
    z-index: -1;
    opacity: 0.3;
}

span#marvelous>span:nth-child(2) {
    top: 20px;
    z-index: -2;
}

span#marvelous>span:nth-child(3) {
    top: -10px;
    z-index: -3;
}

span#marvelous>span:nth-child(4) {
    top: -40px;
    z-index: -4;
}

.home_icon {
    position: absolute;
    width: 350px;
    top: 180px;
    left: -100px;
}

#our_services {
    padding-top: 200px;
    overflow: hidden;
}

.home_our_services {
    font-size: 50px;
    font-weight: 800;
}

#our_services img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

#our_services img:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 7px 7px 20px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 7px 20px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 7px 20px -6px rgba(0, 0, 0, 0.75);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.our_services_h2 {
    font-family: var(--sans-font);
    font-weight: bold;
    top: 50px;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 99;
}

.our_services_slider_mobile li {
    position: relative;
}

.our_services_slider_mobile li {
    margin-bottom: 1rem;
}

.our_services_mobile_h2 {
    font-family: var(--sans-font);
    /* font-weight: bold;
    position: absolute;
    z-index: 99;
    top: 35%;
    bottom: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); */
}

.our_services_boxes div {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.our_services_boxes h2 {
    position: absolute;
    font-family: var(--sans-font);
    font-weight: bold;
    font-size: 40px;
    color: white;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.home_overlay {
    background-color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    opacity: 0;
    transform: translateY(-500px);
    -webkit-transform: translateY(-500px);
    -moz-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    -o-transform: translateY(-500px);
    border-radius: 10px;
    transition: transform 0.5s, opacity .5s;
    -webkit-transition: transform 0.5s, opacity .5s;
    -moz-transition: transform 0.5s, opacity .5s;
    -ms-transition: transform 0.5s, opacity .5s;
    -o-transition: transform 0.5s, opacity .5s;
}

.boxes_item img {
    -webkit-box-shadow: 4px 7px 18px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 7px 18px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 7px 18px 0px rgba(0, 0, 0, 0.3);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.our_services_boxes .boxes_item:hover .home_overlay {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
}

.home_overlay::after {
    position: absolute;
    z-index: 99;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    content: url(../images/home_overlay.png);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.our_services_boxes .boxes_item:hover h2 {
    color: var(--main-purple-color);
}

.our_services_boxes .boxes_item:hover img {
    -webkit-box-shadow: 4px 7px 18px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 7px 18px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 7px 18px 0px rgba(0, 0, 0, 0.5);
}

#our_services_content {
    background: url(../images/our_services_content_bg.png);
    background-size: cover;
    background-attachment: fixed;
    animation-name: bg_anim;
    animation-duration: 18s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    padding-top: 200px;
}

@keyframes bg_anim {
    0% {
        background-position: 0px 1000px;
    }

    100% {
        background-position: 0px 0px;
    }
}

.services_content_wrapper {
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 4px 7px 18px 0px rgba(0, 0, 0, 0.2);
}

.services_content_list li {
    font-family: var(--sans-font);
    font-weight: bold;
    font-size: 50px;
    background-color: white;
    text-align: right;
    padding-right: 80px;
    -webkit-box-shadow: 4px 7px 18px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 7px 18px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    box-shadow: 4px 7px 18px 0px rgba(0, 0, 0, 0.2);
    transition: .5s;
}

.services_content_list li:hover {
    background-color: #69DCF6;
    color: white;
    padding-right: 120px;
}

.services_content_list li::before {
    content: url(../images/services_content_dot.png);
    position: absolute;
    right: 30px;
    top: -5px;
}

.services_content_list li:first-child {
    margin-top: 60px;
}

.services_content_list li:not(:first-child) {
    margin-top: 30px;
}

.our_services_share {
    font-family: var(--serif-font);
    font-size: 25px;
    word-spacing: 15px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    color: black;
    text-decoration: none !important;
}

.our_services_share .fa-facebook {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.our_services_share .fa-instagram-square {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition-delay: .4s;
}

.our_services_share .fa-twitter-square {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition-delay: .8s;
}

.our_services_share:hover {
    word-spacing: 5px;
    color: black;
}

.our_services_share:hover .fa-facebook {
    color: var(--fb-color);
}

.our_services_share:hover .fa-instagram-square {
    color: var(--insta-color);
}

.our_services_share:hover .fa-twitter-square {
    color: var(--twit-color);
}

#solutions {
    margin-bottom: 50px
}

.solutions_heading {
    font-family: var(--serif-font);
    font-size: 100px;
    color: var(--main-purple-color);
}

.solutions_stroke_heading {
    font-family: var(--serif-font);
    font-size: 100px;
    -webkit-text-stroke: 1px var(--main-purple-color);
    -webkit-text-fill-color: white;
}

#ecosystem {
    width: 100%;
    min-height: 100vh;
}

.outer_ring {
    position: absolute;
    left: 43%;
}

.outer_ring img {
    width: 100px;
}

.outer_ring span {
    height: 400px;
    position: absolute;
    width: 200px;
    transform-origin: bottom center;
}

.inner_ring {
    position: absolute;
    left: 41%;
    top: 15%
}

.inner_ring img {
    width: 150px;
}

.inner_ring span {
    height: 250px;
    position: absolute;
    width: 250px;
    transform-origin: bottom center;
}

.your_brand_ring {
    position: absolute;
    left: 25%;
    top: 4%;
    z-index: -1;
    transform-origin: bottom center;
}

.your_brand_ring img {
    width: 720px;
}

.industries_img_wrapper {
    height: 84px;
    display: flex;
    justify-content: center;
    position: relative;
}

.industries_img_wrapper a {
    display: flex;
    justify-content: center;
}

.industries_img_wrapper img {
    top: 0;
    width: 70%;
    align-self: center !important;
    cursor: pointer;
}


/* Home - HOME DEVIDER */

#home_divider {
    margin-top: 350px;
    background-color: var(--blue-color);
    padding-bottom: 100px;
}

#home_divider h1 {
    font-family: var(--sans-font);
    font-weight: 800;
    font-size: 60px;
    margin-top: -110px;
    position: relative;
}

#home_divider h1 img {
    position: absolute;
    width: 250px;
    top: -7rem;
    left: 17rem;
}

#home_divider p {
    font-size: 20px;
}

#home_divider a {
    font-family: var(--serif-font);
    font-size: 30px
}


/* Home - Industries */

#industries {
    overflow: hidden;
}

#industries h1 {
    font-weight: 800;
    font-family: var(--sans-font);
    color: var(--main-purple-color);
    font-size: 60px;
    margin-top: 150px
}


/* #industries h4 {
    font-family: var(--sans-font);
    font-size: 20px;
    margin-top: 50px;
    line-height: 45px;
    text-align: center;
} */

.industries_wrapper {
    background-color: #F4F4F4;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 20px;
}

.industries_wrapper h4 {
    margin-top: 20px;
    font-weight: 700;
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
}

.card {
    background-color: transparent !important;
    border: none !important;
}

.industries_item {
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 6px 0px;
}

.industries_item:hover {
    background-color: white;
    -webkit-box-shadow: 4px 7px 18px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 7px 18px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    box-shadow: 4px 7px 18px 0px rgba(0, 0, 0, 0.2);
}

.industries_item:hover .branch_name {
    color: var(--main-purple-color);
}


/*################################### HOME PORTFOLIO SECTION ################################*/

#home_portfolio {
    background-color: black;
    color: white !important;
    padding: 100px 0px;
    z-index: 98 !important;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.port_box {
    background-size: cover !important;
    height: 400px;
    filter: grayscale(70%);
    -webkit-filter: grayscale(70%);
    padding-top: 340px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.port_box.port_box_2 {
    background-size: contain !important;
}

.port_shadow::before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    /* background: url(../images/shadow.png) center; */
    background-color: #00000015;
    background-size: cover;
    display: block !important;
    z-index: 1;
}

.port_box:hover {
    transform: Scale(1.05);
    -webkit-transform: Scale(1.05);
    -moz-transform: Scale(1.05);
    -ms-transform: Scale(1.05);
    -o-transform: Scale(1.05);
    filter: grayscale(0%) brightness(130%);
    -webkit-filter: grayscale(0%);
    background-attachment: fixed;
    animation-name: port_bg_anim;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.port_box:hover .port_title {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

@keyframes port_bg_anim {
    0% {
        background-position: 0px 0px;
    }

    50% {
        background-position: -1000px 0px;
    }

    100% {
        background-position: 0px 0px;
    }
}

.port_title {
    font-family: var(--sans-font);
    font-size: 22px;
    font-weight: bold;
    color: white !important;
    text-decoration: none !important;
    position: relative;
    transition: transform .3s linear;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    margin-top: 1.5rem;
}

.port_desc {
    font-family: var(--serif-font);
    position: relative;
    z-index: 99;
    font-size: 15px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    color: #fff;
}

.home_port_link {
    font-family: var(--serif-font);
    font-size: 100px;
    padding-bottom: 1rem;
}

#home_portfolio .lastest_portfolio_item {
    padding: 0px 20px;
}


/*################################### HOME PORTFOLIO SECTION END ################################*/


/*############################ HOME - HOME TRUSTED BY SECTION ###################### */

#home_trusted_by {
    background-color: var(--main-purple-color);
    padding: 0px 0px 200px 0px;
    position: relative;
    overflow: hidden;
}

#trusted_by_paralax {
    mix-blend-mode: overlay;
    position: absolute;
    left: 15%;
}

.trusted_by_client_wrapper {
    background-color: rgba(255, 255, 255, 0.7);
    /* padding: 50px 0px; */
    margin-top: 100px;
}

.trusted_by_box {
    background-color: #F6F5F8;
}

.trusted_by {
    font-family: var(--serif-font);
    font-size: 160px;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: -180px;
    color: white;
    text-shadow: 2px 2px 10px black;
}

h2 .trusted_by {
    margin-bottom: 0;
}

.trusted_by_title {
    font-family: var(--serif-font);
    font-size: 30px;
    margin-bottom: 15px;
}

.trusted_by_wrapper_content .learn_more {
    background-color: var(--blue-color);
    padding: 5px;
    display: inline-block;
    margin-top: 20px;
    color: #000;
}

.trusted_by_content {
    max-height: 250px;
    overflow-y: auto;
}

.trusted_by_client_wrapper .slick-slide img {
    margin: auto;
}

.trusted_by_client_wrapper .our_partners_black .slick-slide img {
    height: 100px;
    object-fit: contain;
}

.trusted_by_client_wrapper .our_partners_white .slick-slide img {
    height: 165px;
    object-fit: contain;
}

@media (max-width: 575px) {
    .trusted_by_client_wrapper .our_partners_white .slick-slide img {
        height: 120px;
    }
}

.trusted_by_client_wrapper .our_partners_black {
    background-color: #000;
    padding: 100px 40px;
}

.trusted_by_client_wrapper .our_partners_black .heading {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 3rem;
}

.trusted_by_client_wrapper .our_partners_black .partner {
    padding: 0 20px;
}

.trusted_by_client_wrapper .our_partners_content .arrow_next,
.trusted_by_client_wrapper .our_partners_content .arrow_prev {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.trusted_by_client_wrapper .our_partners_content .arrow_prev {
    left: -1%;
}

.trusted_by_client_wrapper .our_partners_content .arrow_next {
    right: -1%;
}

.trusted_by_client_wrapper .our_partners_content .arrow_next span,
.trusted_by_client_wrapper .our_partners_content .arrow_prev span {
    width: 0;
    height: 0;
    font-size: 0;
    cursor: pointer;
}

.trusted_by_client_wrapper .our_partners_black .our_partners_content .arrow_prev span {
    border-top: 20px solid #ffffff00;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #ffffff00;
}

.trusted_by_client_wrapper .our_partners_black .our_partners_content .arrow_next span {
    border-top: 20px solid #ffffff00;
    border-left: 20px solid #fff;
    border-bottom: 20px solid #ffffff00;
}

.trusted_by_client_wrapper .our_partners_content {
    position: relative;
}

.trusted_by_client_wrapper .our_partners_white {
    background-color: #fff;
    padding: 100px 40px;
}

.trusted_by_client_wrapper .our_partners_white .partner_logo {
    background-color: #4fe1fae8;
    margin-bottom: 1rem;
}

/* .our_partners_white */

.trusted_by_client_wrapper .our_partners_white .partner {
    padding: 0 20px;
}

.trusted_by_client_wrapper .our_partners_white .our_partners_content .arrow_next,
.trusted_by_client_wrapper .our_partners_white .our_partners_content .arrow_prev {
    top: 47%;
}

.trusted_by_client_wrapper .our_partners_white .our_partners_content .arrow_prev {
    left: -5%;
}

.trusted_by_client_wrapper .our_partners_white .our_partners_content .arrow_next {
    right: -5%;
}

.trusted_by_client_wrapper .our_partners_white .our_partners_content .arrow_prev span {
    border-top: 20px solid #ffffff00;
    border-right: 20px solid #000;
    border-bottom: 20px solid #ffffff00;
}

.trusted_by_client_wrapper .our_partners_white .our_partners_content .arrow_next span {
    border-top: 20px solid #ffffff00;
    border-left: 20px solid #000;
    border-bottom: 20px solid #ffffff00;
}

.trusted_by_client_wrapper .our_partners_content .arrow_prev span:hover {
    border-right: 20px solid var(--main-purple-color);
}

.trusted_by_client_wrapper .our_partners_content .arrow_next span:hover {
    border-left: 20px solid var(--main-purple-color);
}


/*############################ HOME - HOME TRUSTED BY SECTION END ###################### */


/* Home - Achivements */

.achivements_table {
    border-collapse: collapse;
    width: 100%;
}

.achivements_table td {
    border: 1px solid var(--main-purple-color);
}

.achive_content {
    padding: 0px 50px;
}

.achivements_table h1 {
    font-family: var(--serif-font);
    color: var(--main-purple-color);
    font-size: 100px;
    margin-left: 100px;
}

.achive_content h3 {
    font-family: var(--sans-font);
    font-weight: bold;
    display: inline-block;
}

.achive_content .fa-circle {
    font-size: 10px;
    vertical-align: super;
}

.achive_content p {
    font-size: 20px
}

.spark_icon {
    width: 35%;
    height: 250px;
    vertical-align: bottom;
    text-align: center;
    padding-bottom: 85px;
}

.spark_icon img {
    width: 40%;
}

.inner_icon {
    height: 250px;
    text-align: center;
}

.inner_icon img {
    width: 40%;
}


/* END HOME PAGE */


/* AR */

#ar_black_area {
    background-color: black;
    background-size: 100px 100px !important;
    overflow: hidden;
}

#ar_black_area>div>div>div {
    padding: 120px;
    padding-bottom: 0px !important;
    padding-right: 200px !important;
}

.ar_heading_title {
    font-family: var(--serif-font);
    color: white;
    font-size: 3vw;
    margin-bottom: 10px;
}

.ar_heading_title.bottom_header {
    padding-right: 170px;
}

.ar_heading_title.ar_heading_title_geo_location {
    padding-right: 125px;
    font-size: 5vw;
}

.ar_heading_title span {
    color: var(--blue-color);
}

.ar_borders_wrapper {
    /* border-bottom: 1px solid var(--blue-color); */
    color: white;
    font-family: var(--serif-font);
    height: 100vh;
    position: fixed !important;
    top: 0px;
    width: 100%;
}

.ar_padding {
    padding: 0px 250px 80px 100px !important;
}

.ar_fixed_blue_border {
    border-left: 1px solid var(--blue-border-color);
    position: absolute !important;
    height: 100vh;
    z-index: -1 !important;
}

.ar_border_right {
    border-right: 1px solid var(--grey-border-color);
    position: absolute !important;
    height: 100vh;
    z-index: -5 !important;
}

#ar_black_area .ar_heading_content a {
    color: #fff;
    text-decoration: underline;
    margin-right: 15px;
}

.ar_industries_wrapper {
    background-color: var(--main-purple-color);
    padding: 100px 200px 100px 100px !important;
}

.ar_industries_wrapper .row div {
    margin-top: 80px;
}

.ar_quote {
    font-family: var(--serif-font);
    color: var(--main-purple-color);
    font-size: 30px;
}

.ar_features_content h2 {
    font-family: var(--serif-font);
}

.ar_features_content p {
    font-family: var(--sans-font) !important;
    margin-top: 40px
}

.ar_features_blue_line {
    background-color: var(--blue-color);
    position: absolute;
    top: 20px;
    left: 0px;
    height: 30px;
    width: var(--width);
}

.ar_advanced h1 {
    font-family: var(--serif-font);
    font-size: 150px;
    color: var(--grey-color);
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
}

.ar_advanced_bg {
    background: url(../images/advanced_ar_bg.jpg) center;
    background-size: cover;
}

.ar_advanced_bg h1 {
    color: var(--main-purple-color);
    font-family: var(--serif-font);
    padding: 100px 0px 200px 0px;
    font-size: 50px;
}

.ar_icons_wrapper {
    font-family: var(--sans-font) !important;
    font-weight: 100;
    color: white !important;
    text-align: center;
}

.ar_icons_wrapper .more_icon_circle {
    display: flex;
    align-items: flex-end;
}


/* ############################### HOTTEST BLOG ##################################### */

#hottest_blog {
    background-color: var(--grey-color);
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

#hottest_blog>h3 {
    font-family: var(--serif-font);
    text-align: center;
    font-size: 40px;
    padding: 80px 0px;
}

.hottest_blog_wrapper .hottest_blog_contents {
    padding: 10px !important
}

.hottest_blog_border {
    border-bottom: 1px solid black;
    width: 100px;
}

.meta-video {
    display: flex;
    justify-content: space-between;
}

.hottest_blog_contents:nth-child(2) {
    border-right: 1px solid black;
    border-left: 1px solid black;
}

.hottest_blog_contents .meta-video span>hr {
    width: 200px !important;
    display: inline-block;
    background: black;
    border: 1px solid;
    margin-bottom: 10px;
}

.decription-video .video-tag,
.decription-video .title-video {
    font-weight: bold;
    font-family: var(--sans-font);
    font-size: 24px;
}

.video-tag {
    color: var(--blue-color);
}

.video-status {
    font-family: var(--sans-font);
}

.hottest_blog_wrapper .hottest_blog_contents .video {
    height: 250px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.hottest_blog_wrapper .hottest_blog_contents .video img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/* ############################### HOTTEST BLOG END ##################################### */


/* END AR */


/* START AR Social */

#service_banner {
    min-height: 100vh;
    background: url(../images/service_bg.png) center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 98 !important;
    position: relative;
    padding-top: 150px;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}

#service_banner video,
#service_banner img {
    width: 80%;
}

#service_banner .service_tag_content {
    overflow: hidden;
    height: 320px;
}

#service_banner .service_tag {
    display: flex;
    align-items: center;
    margin-left: -5%;
}

#service_banner .service_tag img {
    width: 100px;
    margin-top: 0;
    margin-bottom: 0;
}

#service_banner .service_tag span:first-child {
    margin-left: 3%;
}

#service_banner .service_tag span {
    color: var(--main-purple-color);
    font-size: 24px;
}

#service_banner h1 {
    font-family: var(--sans-font);
    font-size: 28px;
}


/* #service_banner h1:first-child {
    font-weight: 300;
    margin-top: 175px;
} */

#service_banner h1 div:last-child {
    font-weight: 800;
}

.ar_social_icons {
    margin-top: 250px
}

.ar_social_icons h2 {
    font-family: var(--sans-font);
    font-weight: bold;
}

.ar_social_icons p {
    font-family: var(--sans-font) !important;
    font-weight: 300;
}

.ar_social_icons p span {
    font-weight: bold;
}

.ar_social_icons svg:not(:last-child) {
    margin-right: 20px;
}

#marvy_co_gets * {
    color: black !important;
}

#marvy_co_gets .ar {
    font-size: 100px;
    color: black !important;
    font-weight: 400;
    text-align: right;
    margin-right: 10rem;
}

#marvy_co_gets span {
    font-weight: bold;
    font-size: 1em;
}

#marvy_co_gets h3 {
    font-family: var(--sans-font);
    font-weight: 300;
    font-size: 1.75rem;
}

.marvy_co_gets_number {
    color: var(--grey-color) !important;
    font-family: var(--sans-font);
    font-weight: bold;
    opacity: .05;
}

#marvy_co_gets .number_3_wrapper {
    margin-top: -10rem;
}

.marvy_co_gets_number.big_200 {
    font-size: 200px;
}

.marvy_co_gets_number.big_400 {
    font-size: 400px;
}

.marvy_co_gets_number.big_420 {
    font-size: 420px;
}

#ar_most_important .col-md-6 p:first-child {
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 30px;
    font-family: var(--sans-font);
    text-align: center;
    margin-top: 30px;
}

#ar_most_important .col-md-6 p:not(:first-child) {
    font-size: 20px;
    font-family: var(--sans-font);
    margin-top: 40px;
    font-weight: 300;
}

#ar_types {
    background-color: black;
    position: relative;
    z-index: 98 !important;
    color: white;
}

.ar_types_top {
    color: white !important;
}

.ar_types_top ul * {
    display: inline-block;
    padding: 0px 10px;
    font-weight: bold;
    font-size: 20px;
    color: white !important;
}

.ar_types_top ul .active {
    color: var(--blue-color) !important;
}

.ar_types_left_wrapper {
    background-color: var(--blue-color);
}

.ar_types_left_wrapper div {
    width: 70%;
    margin-left: auto;
    margin-right: auto
}

.ar_types_left_wrapper img {
    margin-top: -100px;
    width: 100%;
}

.ar_types_left_wrapper p {
    font-family: var(--serif-font);
    font-size: 1.5em;
    margin-top: 20px;
}

.ar_types_left_wrapper h1 {
    color: var(--main-purple-color);
    font-family: var(--serif-font);
    font-weight: bold;
    margin-top: 100px;
}

.ar_types_left_wrapper hr {
    height: 7px;
    background-color: var(--main-purple-color);
    width: 50%;
    margin-left: 0px;
}

.ar_types_right_wrapper {
    background-color: var(--main-purple-color);
    padding: 50px 150px 30px 80px !important;
}

.ar_types_right_wrapper span {
    color: white;
    display: block;
    text-align: right;
}

.ar_types_right_wrapper span .active {
    color: var(--blue-color) !important;
}

.ar_types_right_wrapper h4 {
    color: white;
    font-weight: bold;
}

.ar_types_right_wrapper>ul {
    color: white;
    font-family: var(--sans-font);
    font-weight: bold;
    line-height: 50px;
    font-size: 20px;
    padding-left: 19px;
}

.ar_types_right_wrapper>div>ul {
    color: white;
    font-family: var(--sans-font);
    padding-left: 19px;
    font-size: 20px;
}

.ar_types_stroke {
    color: transparent;
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: white;
    font-size: 67px;
    margin-left: 15px;
    margin-top: 100px;
    margin-bottom: 80px;
    font-family: var(--serif-font);
    /* opacity: 0.5; */
}

.ar_types_stroke a {
    color: #fff;
}

.ar_types_stroke span {
    font-size: 160px;
    font-family: var(--sans-font);
    font-weight: bold;
}

.ar_types_big_header {
    font-size: 150px;
    margin-top: 100px;
}

.ar_types_why_marvy ul {
    padding-right: 150px;
    padding-left: 100px;
}

.ar_types_why_marvy li {
    position: relative;
    margin-bottom: 80px;
}

.ar_types_why_marvy ul li:before {
    content: var(--link);
    position: absolute;
    top: -20px;
    width: 60px;
    left: -128px;
}


/* END AR Social */


/* START WEB AR */

.web_ar_box_wrapper>div {
    color: transparent;
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-size: 50px;
    text-align: right;
}

.web_ar_box_wrapper>p {
    font-family: var(--sans-font) !important;
    font-weight: 300;
    width: 80%;
}

.web_ar_box_wrapper p>span {
    font-weight: bold
}

#web_ar_features * {
    color: black !important;
}

.web_ar_features_contents {
    font-size: 20px;
    font-weight: 300;
}


/* END WEB AR */


/* START PORTFOLIO */

#port-fb-images .port-stroke-header {
    font-family: var(--serif-font);
    font-size: 80px;
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: white;
}

#port-fb-images p {
    font-family: var(--sans-font);
    font-size: 15px
}

#port-fb-images .port-fb-location-name {
    margin-top: 180px;
    opacity: 0;
}

#port-fb-images .port-HN-svg {
    opacity: 0;
}

.port-HN-wrapper {
    min-height: 100vh
}

.port-VHL-islands-wrapper {
    margin-top: -300px
}

.port-DN-text-wrapper {
    margin-top: -700px;
}

.port-SG-CBT-wrapper {
    margin-top: -300px;
}


/* .port-HN-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background: url(../images/port-HN-bg.png) center;
    background-size: cover;
    background-attachment: fixed;
} */

.port-HN-cloud {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 99;
    left: 0px;
}

.port-HN-leaf {
    opacity: 0;
    position: absolute;
    width: 100%;
    max-height: 100vh;
    left: 0px;
}

.port-VHL-sea {
    opacity: 0.2;
    position: absolute;
    width: 100%;
    max-height: 100vh;
    left: 0px;
}


/* END PORTFOLIO  */


/* footer */

#footer {
    position: relative;
    z-index: 1;
}

.footer_purple {
    background-color: #3A2788;
    /* background: url('../images/footer_bg.jpg') center no-repeat; */
    background-size: cover;
}

.footer_grey {
    background-color: var(--grey-color)
}

.footer_top {
    color: white;
    font-family: var(--serif-font);
    padding: 50px 30px 20px 50px !important;
    font-size: 30px
}

#footer input[type=checkbox]+label {
    color: white;
    /* background-color: var(--blue-color); */
    font-size: 17px;
    font-family: var(--sans-font);
    font-weight: bold;
    /* padding: 5px 12px; */
    transition: background-color .3s;
    -webkit-transition: background-color .3s, transform .3s;
    -moz-transition: background-color .3s, transform .3s;
    -ms-transition: background-color .3s, transform .3s;
    -o-transition: background-color .3s, transform .3s;
    margin-bottom: 15px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

#footer input[type=checkbox]+label:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

#footer input[type=checkbox]:checked+label {
    /* background-color: white !important; */
    color: white !important;
    background: linear-gradient(180deg, rgba(200, 235, 255, 0.26) -1.01%, rgba(169, 163, 255, 0.37835) 90.08%);
    border-radius: 22px;
}

.footer_border {
    border-top: 1px solid white;
    border-right: 0.5px solid white;
    border-left: 0.5px solid white;
}

.footer_border_mid {
    border-top: 1px solid var(--main-purple-color);
    border-bottom: 1px solid var(--main-purple-color);
    border-left: 0.5px solid var(--main-purple-color);
    border-right: 0.5px solid var(--main-purple-color);
    text-align: center;
    padding: 150px 20px 60px 20px !important;
}

.footer_mail {
    display: block;
    color: var(--main-purple-color) !important;
    font-family: var(--serif-font);
    font-weight: bold;
    font-size: 50px;
}

.footer_phone {
    font-family: var(--serif-font);
    font-size: 40px;
}

.custom_btn {
    background-color: var(--blue-color) !important;
}


/* end footer */


/*################################ GAME DEV SERVICES SECTION /AR DEV SERVICES SECTION ################################ */


/* Game Page */

#game-dev-services {
    padding-top: 6rem;
}

#game-dev-services a {
    color: #000;
}

#game-dev-services .rhomb_decoration_game {
    position: absolute;
    top: 0%;
    left: 15%;
}

#game-dev-services .rhomb_decoration_game img {
    width: 90px;
}

#game-dev-services .rhomb_decoration_game img:nth-child(2) {
    margin-bottom: 10%;
}

#game-dev-services .rhomb_decoration_game img:nth-child(2) {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}

#game-dev-services .our-service {
    font-family: var(--serif-font);
    font-weight: bold;
    font-size: 30px;
    align-self: center;
}

#game-dev-services .card-body {
    padding: 0;
}

#game-dev-services .our-service-table {
    width: 100%;
}

#game-dev-services .our-service-table tr td {
    padding: 10px;
}

#game-dev-services .our-service-table tr td>div {
    background-color: white;
    box-shadow: 1px 1px 13px 1px rgba(29, 29, 29, 0.1);
    -webkit-box-shadow: 1px 1px 13px 1px rgba(29, 29, 29, 0.1);
    -moz-box-shadow: 1px 1px 13px 1px rgba(29, 29, 29, 0.1);
    text-align: center;
    padding: 30px 10px 20px 10px;
}

#game-dev-services .our-service-table tr td div img {
    max-width: 75%;
    height: 8vw;
}

#game-dev-services .our-service-table tr td div div {
    font-family: var(--sans-font);
    font-weight: bold;
}

#game-dev-services .black-area .row {
    background-color: black;
    color: white;
    font-family: var(--serif-font);
    font-size: 2.8vw;
}

#game-dev-services .black-area .row>div {
    padding: 15px;
    text-align: right;
    padding-top: 50px;
    padding-bottom: 50px;
}

#game-dev-services .game-services-wrapper {
    overflow: hidden;
}

#game-dev-services .game-services-item.has-line {
    margin-bottom: 200px;
    margin-top: 200px;
}

#game-dev-services .game-services-item label {
    margin-bottom: 0;
}

#game-dev-services .game-services-item .wrapper-content {
    padding: 0;
}

#game-dev-services .game-services-item a {
    text-decoration: underline;
    text-decoration-color: var(--main-purple-color);
    -webkit-text-decoration-color: var(--main-purple-color);
    -o-text-decoration-color: var(--main-purple-color);
    -moz-text-decoration-color: var(--main-purple-color);
    margin-top: 10px;
    display: inline-block;
}

#game-dev-services .game-services-item .thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
}

#game-dev-services .game-services-item .title h2 {
    font-size: 36px;
    font-weight: bold;
    font-family: var(--sans-font) !important;
}

#game-dev-services .game-services-item .number {
    font-size: 48px;
    color: var(--main-purple-color);
    font-weight: bold;
    transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    font-family: var(--serif-font);
}

#game-dev-services .game-services-item .offset-md-1 {
    margin-left: 8.333333%;
}

#game-dev-services .game-services-item .view_demo {
    color: #fff;
    padding: 6px 10px;
    background-color: #000;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
}

#game-dev-services .game-services-item .line {
    width: 100%;
    height: 30rem;
    position: absolute;
    margin-left: 17%;
    margin-top: -5%;
    border-top: 1px solid var(--blue-border-color);
    border-left: 1px solid var(--blue-border-color);
    border-bottom: 1px solid var(--blue-border-color);
    z-index: -1;
}

#game-dev-services .game-services-item .line.game-line {
    height: 55rem;
}

.game-services-wrapper .facebook-game-ads {
    margin-top: 10%;
    margin-bottom: -15%;
}

.game-services-wrapper .facebook-game-ads h3 {
    font-size: 96px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #4e00ff;
    color: #fff;
    text-align: center;
}

.game-services-wrapper .facebook-game-ads h3:nth-child(2) {
    color: #4e00ff;
}

.game-services-wrapper .game-services-item.expand-padding-facebook {
    padding-top: 150px;
}

.game-services-wrapper .game-services-item {
    padding-bottom: 50px;
    padding-top: 50px;
}

#game-dev-services .game-services-wrapper .learn_more {
    -webkit-text-stroke-width: .7px;
    -webkit-text-stroke-color: #000;
    color: #fff;
    font-size: 53px;
    display: inline-block;
    font-family: var(--serif-font);
}

#game-dev-services .game-services-wrapper .learn_more>img {
    width: 70px;
}


/*Game Modal Popup*/

#game-dev-services .modal-content {
    border-radius: unset;
}

#game-dev-services .modal-footer,
#game-dev-services .modal-header {
    border-top: unset;
    border-bottom: unset;
}

#game-dev-services .modal .card-demo-game-wrapper {
    height: 520px;
    overflow: auto;
}

#game-dev-services .modal .card-demo-game-wrapper::-webkit-scrollbar {
    width: 7px;
}


/* Track */

#game-dev-services .modal .card-demo-game-wrapper::-webkit-scrollbar-track {
    background: #fff;
}


/* Handle */

#game-dev-services .modal .card-demo-game-wrapper::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}


/* Handle on hover */

#game-dev-services .modal .card-demo-game-wrapper::-webkit-scrollbar-thumb:hover {
    background: #000;
}

#game-dev-services .modal .card {
    text-align: center;
    margin-bottom: 20px;
}

#game-dev-services .card-footer,
#game-dev-services .card-header {
    background-color: unset;
    border-bottom: unset;
    border-top: unset;
}

#game-dev-services .modal .card-body .title {
    font-weight: bold;
    font-size: 20px;
}

#game-dev-services .card-footer .play-game {
    display: inline-block;
    color: #fff;
    background-color: var(--main-purple-color);
    padding: 10px 40px;
}


/*Game Modal Popup End*/


/* End Game Page */


/*################################ GAME DEV SERVICES SECTION / AR DEV SERVICES SECTION END ################################ */


/* Start Bottom Nav */

@media screen and (min-width: 769px) {
    #bottom-nav {
        display: none;
    }

    #bottom-nav-side {
        display: none;
    }
}

@media screen and (max-width: 991.98px) {
    #bottom-nav {
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 80px;
        background-color: white;
        z-index: 105;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        /* border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px; */
        -webkit-box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.45);
        box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.45);
        /* left: 20px; */
        bottom: 0px;
    }

    #bottom-nav div {
        text-align: center;
        opacity: .3;
    }

    #bottom-nav .active {
        opacity: 1;
    }

    #bottom-nav div a span {
        font-size: 12px !important;
    }

    #bottom-nav .active a {
        color: var(--main-purple-color);
    }

    #bottom-nav .active a span {
        font-size: 15px;
    }

    #bottom-nav-side.active {
        width: 100% !important;
    }

    #bottom-nav-side.active::before,
    #bottom-nav-side.active::after {
        display: block !important;
    }

    #bottom-nav-side {
        top: 0px;
        width: 0%;
        background-color: white;
        position: fixed;
        height: 100%;
        z-index: 105;
        overflow-y: auto;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

    #bottom-nav-side .bottom-nav-close {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    #bottom-nav-side::before {
        content: url(../images/rhomb_2.png);
        position: fixed;
        top: 0px;
        z-index: -1;
        transform: scale(.7);
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        left: -40px;
        display: none;
    }

    #bottom-nav-side::after {
        content: url(../images/rhomb_3.png);
        position: fixed;
        bottom: 0px;
        z-index: -1;
        right: -40px;
        display: none;
    }

    #bottom-nav-side ul {
        padding: 100px 50px;
    }

    #bottom-nav-side ul li {
        line-height: 60px;
        background: white;
        text-align: center;
        border: 1px solid black;
        margin-top: 20px;
    }

    #bottom-nav-side ul li.ar:first-child::after {
        content: '\25BC';
        font-size: 20px;
    }

    #bottom-nav-side ul li:hover a {
        color: white !important;
    }

    #bottom-nav-side ul li a {
        font-weight: bold;
        font-family: var(--sans-font);
        font-size: 20px;
    }

    #bottom-nav-side ul li:hover:not(:nth-child(2)) {
        background: var(--main-purple-color);
        color: white !important;
    }

    #bottom-nav-side ul li:hover a {
        color: white !important;
    }

    #bottom-nav-side ul li table tbody tr td:hover {
        background: var(--main-purple-color)
    }

    .bottom-nav-link {
        opacity: 0;
    }
}


/* End Bottom Nav */

@media (max-width: 575px) {}

@media (min-width: 576px) and (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {
    #bottom-nav-side {
        display: block;
    }

    #bottom-nav-side a>img {
        max-width: 60%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) and (max-width: 1367px) {}

@media (min-width: 1368px) {}


/* SVG STYLES */

.industries_item svg {
    width: 40%;
    height: 60px;
}

.industries_item:hover * {
    fill: var(--main-purple-color);
    cursor: pointer;
}

.svg_spoon {
    transition: fill .5s;
    -webkit-transition: fill .5s;
    -moz-transition: fill .5s;
    -ms-transition: fill .5s;
    -o-transition: fill .5s;
}

.svg_arrow {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    transition: fill .5s;
    -webkit-transition: fill .5s;
    -moz-transition: fill .5s;
    -ms-transition: fill .5s;
    -o-transition: fill .5s;
}

.svg_arrow {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.home_port_link_svg:hover .svg_arrow,
.home_port_link:hover~div .svg_arrow {
    fill: white;
}

.svg_arrow_pointer {
    transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.home_port_link_svg:hover .svg_arrow_pointer,
.home_port_link:hover~div .svg_arrow_pointer {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1;
}

.svg_star {
    height: 20px;
    width: 20px;
    display: inline-block;
    transform: translateY(-2px);
    --moz-transform: translateY(-2px);
    --o-transform: translateY(-2px);
    --webkit-transform: translateY(-2px);
}

.svg_up_down {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
}

.up_arrow,
.down_arrow {
    cursor: pointer;
    font-size: 57px;
    font-family: InriaSerif-Bold, Inria Serif;
    font-weight: lighter;
    letter-spacing: 0.02em;
}

.fb_box {
    fill: #6bdcf4;
}

.svg_arrow_1 {
    font-size: 73.39px;
    fill: #fff;
    font-family: NotoSerif, Noto Serif;
    letter-spacing: -0.07em;
}

.svg_arrow_2 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    transform: translate(-10px, 0px);
}

.svg_arrow_1:hover+.svg_arrow_2 {
    fill: red !important;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
}

.fb_icon_circle {
    width: 100%;
}

.fb-1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2.05px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.fb-2 {
    fill: #fff;
}

.fb_icon_circle:hover .fb-1 {
    fill: var(--fb-color);
    stroke: var(--fb-color);
}

.insta_icon_circle {
    width: 100%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.insta-1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2.06px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.insta-2 {
    fill: #fff;
}

.insta_icon_circle:hover .insta-1 {
    fill: var(--insta-color);
    stroke: var(--insta-color);
}

.new-product {
    position: relative;
}

.new-product::before {
    content: 'New';
    background-color: var(--blue-color);
    position: absolute;
    right: -75px;
    font-size: 20px;
    padding: 0px 5px;
}

.new-product::before,
.new-product::after {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.new-product::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 12px solid var(--blue-color);
    position: absolute;
    right: -20px;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* ############################### REBOOT  ##################################### */

:root {
    --main-purple-color: #682dee;
    --grey-color: #e2e3e4;
    --grey-border-color: #a1a1a14a;
    --blue-border-color: #6fe2f74a;
    --light-purple-border-color: #682dee4a;
    --blue-color: #6ae4fb;
    --serif-font: "Noto Serif", serif;
    --sans-font: "Open Sans", sans-serif;
    --roboto-font: "Roboto", sans-serif;
    --insta-color: #e1306c;
    --apk-color: #85c043;
    --ios-color: #939393;
    --web-color: #00a9e8;
    --fb-color: #3b5998;
    --twit-color: #00acee;
    --shadow-color: #948f8f;
    --grey-light-color: #f4f4f4;
}

body {
    overflow-x: hidden;
    font-family: var(--sans-font);
    font-size: 17px;
    color: #000;
}

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

a {
    text-decoration: none;
    color: black;
    word-break: unset;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
button:focus.close {
    outline: unset;
    box-shadow: unset;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
}

ul {
    margin-bottom: 0 !important;
}

.text_underline_blue {
    text-decoration: underline;
    text-decoration-color: var(--twit-color);
}

.hr_blue {
    background-color: var(--blue-color);
    width: auto;
}

.hr_gray {
    background-color: rgb(244 243 243 / 43%);
    width: auto;
}

.black_arrow {
    width: 150px;
    height: 50px;
    font-size: 27px;
    margin-left: 1.5rem;
}

.word_sinking h3 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00000000;
    position: absolute;
    right: -50px;
    text-transform: uppercase;
    color: #e8e8e870;
    font-size: 200px;
    font-weight: 800;
    bottom: -7rem;
    z-index: 0;
    width: max-content;
    font-family: var(--sans-font);
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--serif-font);
}

button {
    border-radius: 0 !important;
}

.large_title {
    font-size: 53px;
}

.medium_title {
    font-size: 45px;
}

.small_title {
    font-size: 28px;
}

.sub_text {
    font-size: 17px;
}

small {
    font-size: 100%;
}

.fs-24 {
    font-size: 24px;
}
.fs-32 {
    font-size: 32px;
}
.fs-36 {
    font-size: 36px;
}
.fs-40 {
    font-size: 40px;
}
.fs-48 {
    font-size: 48px;
}
.fs-60 {
    font-size: 60px;
}
/* font family */
.sans-font {
    font-family: var(--sans-font);
}

/* height */
.h-100 {
    height: 100%;
}
/* width */
.w-50 {
    width: 50%;
}
.w-60 {
    width: 60%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
/* background color */
.cyan-bg {
    background: #2cf2ff;
}

.display_position_on {
    z-index: 1;
    position: relative;
}

.block_spacing {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.medium_block_spacing {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.small_block_spacing {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.btn-purple {
    background-color: var(--main-purple-color);
    color: #fff;
}

.btn-blue {
    background-color: var(--blue-color);
    color: #fff;
}

.ar_border_right_light {
    border-right: 1px solid rgb(244 243 243 / 43%);
    position: absolute !important;
    height: 100vh;
    z-index: -1 !important;
}

li {
    margin-bottom: 10px;
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

.text-purple {
    color: var(--main-purple-color);
}

.text-purple-bold {
    color: var(--main-purple-color);
    font-weight: bold;
}
.text-blue {
    color: #2cf2ff;
}
.arrow_down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--main-purple-color);
    position: absolute;
    top: 40px;
    left: 2px;
}

button.try_now,
a.try_now {
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    padding: 5px 30px;
    margin: 20px 0px;
}

.button_outline_black,
.button_blue {
    font-size: 20px;
    color: #000;
    padding: 5px 20px;
    border: 1px solid #000;
    margin: 10px 0px;
    display: inline-block;
}

.button_blue {
    background-color: var(--blue-color);
    border-color: var(--blue-color);
    width: 80%;
}

.button_outline_black {
    background-color: #fff;
    border-color: #000;
}

.button_outline_black:focus,
.button_outline_black:hover,
.button_blue:focus,
.button_blue:hover {
    background-color: var(--main-purple-color);
    border-color: #fff;
    color: #fff !important;
    outline: none;
    box-shadow: none;
}

.error {
    color: #f00;
}

/* Decoration */

.rhomb_decoration {
    position: relative;
}

.rhomb_decoration img:nth-child(1) {
    position: absolute;
    right: 0;
    width: 150px;
    top: 20px;
}

.rhomb_decoration img:nth-child(2) {
    position: absolute;
    right: -6rem;
    width: 150px;
    top: 47.5rem;
}

.rhomb_deco_left img,
.rhomb_deco_right img,
.rhomb_deco_twin img,
.rhomb_deco_twin_bottom img {
    position: absolute;
}

.rhomb_deco_left img {
    left: 0;
    width: 10%;
}

.rhomb_deco_right img {
    right: 2rem;
    width: 10%;
    top: 0;
}

.rhomb_deco_twin img {
    top: 4.2rem;
    right: 0%;
    width: 150px;
}

.rhomb_deco_twin_bottom img {
    bottom: 5rem;
    width: 15%;
    right: 0;
}

.font-weight-800 {
    font-weight: 800;
}

.font-110 {
    font-size: 110px;
}

.color-blue {
    color: var(--blue-color);
}

.scale_img {
    transition: all 0.3s;
    height: 150px;
}

.scale_img:hover {
    transform: scale(1.2);
}
.vertical-align-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Video Facebbok */

iframe.ar_game_zodiac {
    width: 500px;
}

/*Video Facebbok End*/

ul.dashed {
    list-style-type: none;
}

ul.dashed > li {
    text-indent: -5px;
    list-style: none !important;
}

ul.dashed > li:before {
    content: "-";
    text-indent: -5px;
    margin-right: 5px;
}

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

.table_of_contents ul li.toc-h3 {
    display: flex;
    justify-content: space-between;
    min-width: 275px;
}

.table_of_contents ul li a:hover {
    color: var(--main-purple-color);
}

.table_of_contents ul li label {
    display: flex;
    margin-bottom: 0;
}

.table_of_contents ul li.toc-active {
    color: var(--main-purple-color);
    font-weight: bold;
}

.table_of_contents ul li.toc-active a {
    color: var(--main-purple-color);
}

/* Modify SVG*/

svg.svg_jewelry g,
svg.svg_real_estate g {
    transform-origin: center;
}

button#exitFullScreenIcon,
button#fullScreenIcon {
    background-color: #fff0;
    border: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    /* width: 50px; */
}

button#exitFullScreenIcon:focus,
button#fullScreenIcon:focus {
    outline: none;
}

button#exitFullScreenIcon {
    left: 70px;
}

.btn-purple:focus {
    box-shadow: none;
}

.btn-purple:hover {
    color: var(--blue-color);
}

/* BLOCKQUOTE */

blockquote {
    font-size: 1.4em;
    margin: 50px auto;
    font-family: var(--serif-font);
    font-style: italic;
    color: var(--main-purple-color);
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid var(--main-purple-color);
    line-height: 1.6;
    position: relative;
    background: #ededed;
    width: 100%;
    font-size: 2vw;
    font-weight: bold;
}

blockquote p {
    margin-bottom: 0;
}

/* blockquote::after,
blockquote::before{
    font-family: var(--serif-font);
    color: var(--main-purple-color);
    font-size: 2.5em;
    position: absolute;
}
blockquote::before {
    content: "\201C";
    left: 10px;
    top: -10px;
}
blockquote::after {
    content: "\201D";
    right: 15px;
    bottom: -40px;
} */

/* BLOCKQUOTE END*/

/* Tag video */

video {
    outline: none;
    cursor: pointer;
    width: 100%;
}
.video_cover {
    object-fit: cover;
}

/* .playpause {
    background-image:url("/images/play_button_icon.png");
    background-repeat:no-repeat;
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
    transition: all .1s;
    cursor: pointer;
}
.playpause:hover{
    width:52%;
    height:52%;
} */

/* Tag video end*/

/* Border */
@media (min-width: 1200px) {
    .border-xl-right {
        border-right: 1px solid var(--grey-border-color) !important;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .border-lg-right {
        border-right: 1px solid var(--grey-border-color) !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .border-md-right {
        border-right: 1px solid var(--grey-border-color) !important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .border-sm-right {
        border-right: 1px solid var(--grey-border-color) !important;
    }
}
@media (max-width: 575.98px) {
    .border-xm-right {
        border-right: 1px solid var(--grey-border-color) !important;
    }
}

.border {
    border: 1px solid var(--grey-border-color) !important;
}

.border-right {
    border-right: 1px solid var(--grey-border-color) !important;
}

.border-left {
    border-left: 1px solid var(--grey-border-color) !important;
}
.border-bottom {
    border-bottom: 1px solid var(--grey-border-color) !important;
}
.border-purple-right {
    border-right: 1px solid var(--light-purple-border-color) !important;
}
.border-purple-bottom {
    border-bottom: 1px solid var(--light-purple-border-color) !important;
}
.border-purple-left {
    border-left: 1px solid var(--light-purple-border-color) !important;
}
/* Border End */

/* Rating Star */
.stars {
    font-family: var(--sans-font);
    font-size: 17px;
}
.star {
    font-size: x-large;
    display: inline-block;
    color: gray;
}

.star:last-child {
    margin-right: 0;
}

.star:before {
    content: "\2605";
}

.star.on {
    color: var(--main-purple-color);
}

.star.half:after {
    content: "\2605";
    color: var(--main-purple-color);
    position: absolute;
    margin-left: -20px;
    width: 10px;
    overflow: hidden;
}

/* Rating Star End */

/* Hamburger button menu */

button.hamburger.hamburger--emphatic:focus {
    outline: none;
}

/* .hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before{
    background-color: #fff;
} */

/* .menu_wrapper{
    background-color: #000;
}
.menu_wrapper .lang_wrapper{
    background-color: #fff;
    color: #000;
}
.menu_wrapper img.logo_menu{
    filter: invert(86%) sepia(70%) saturate(3205%) hue-rotate(150deg) brightness(103%) contrast(97%);
} */

/* Hamburger button menu  End */

/* ############################### REBOOT END ##################################### */

/* ############################### SPACING END ##################################### */

.spacing_padding_section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.spacing_margin_section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.spacing_padding_heading {
    margin-bottom: 50px;
}

/* ############################### SPACING END ##################################### */

/* ############################### WIDGET SLICK ##################################### */

/* slick-theme */

.slick-slide,
.slick-slide:focus * {
    outline: none !important;
}

.slick-slide a,
.slick-slide a:focus {
    outline: none !important;
}

.slick-dots li button:before {
    font-size: 15px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.slick-dots {
    bottom: -50px !important;
}
.has-black-arrow .slick-prev:before {
    content: "<";
    color: #000;
    font-size: 30px;
    font-weight: bold;
    font-family: var(--sans-font);
}

.has-black-arrow .slick-next:before {
    content: ">";
    color: #000;
    font-size: 30px;
    font-weight: bold;
    font-family: var(--sans-font);
}

/* ############################### WIDGET SLICK END ################################## */

/* ############################### WIDGET BOT   ##################################### */

/* Start Bot Form */

#bot.bot {
    width: 15rem;
    height: 15rem;
    position: fixed;
    display: block;
    z-index: 99;
    bottom: 30px;
    right: -25px;
}

#bot .box-chat {
    width: 18rem;
    height: 8rem;
    position: fixed;
    display: block;
    z-index: 102;
    bottom: 2%;
    right: 1%;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    border: 4px solid #682dee;
}

#bot .message {
    padding: 25px;
    color: black;
}

#bot.bot > img {
    cursor: pointer;
}

#bot .icon {
    position: fixed;
    display: block;
    bottom: 27%;
    right: 12%;
    width: 5rem;
    height: 6rem;
    z-index: -1;
    background: url("/images/form_servey_checkbox.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#bot .icon2 {
    position: fixed;
    display: block;
    bottom: 27%;
    right: 10%;
    width: 5rem;
    height: 6rem;
    z-index: -1;
    background: url("/images/form_servey_checkbox.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#bot .icon3 {
    position: fixed;
    display: block;
    bottom: 3%;
    right: 12%;
    width: 5.5rem;
    height: 12rem;
    z-index: -1;
    background: url("/images/form_servey_checkbox.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#bot .icon4 {
    position: fixed;
    display: block;
    bottom: 3%;
    right: 14%;
    width: 5.5rem;
    height: 12rem;
    z-index: -1;
    background: url("/images/rhomb_2.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#bot .background {
    position: fixed;
    display: block;
    bottom: -10%;
    right: -5%;
    width: 30rem;
    height: 30rem;
    z-index: -1;
    background: url("/images/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/* Ẩn chatbox mặc định */

#myFormChatBoxMobile.Chatbox,
#myFormChatBox.Chatbox {
    /* display: none; */
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 9;
}

#myFormChatBoxMobile.Chatbox {
    display: none;
}

#myFormChatBoxMobile.Chatbox h3,
#myFormChatBox.Chatbox h3 {
    margin-bottom: 0;
    background-color: var(--main-purple-color);
    color: #fff;
    font-size: 17px;
    padding: 12px;
    border: 2px solid var(--main-purple-color);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#myFormChatBoxMobile.Chatbox h3 > span,
#myFormChatBox.Chatbox h3 > span {
    position: absolute;
    right: 10px;
    font-size: 17px;
    cursor: pointer;
}

#myFormChatBoxMobile img,
#myFormChatBox img {
    position: absolute;
    top: -6.8rem;
    width: 200px;
    right: 0;
    z-index: -1;
}

/* Thêm style cho form */

#myFormChatBoxMobile .form-container,
#myFormChatBox .form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
    border: 2px solid var(--main-purple-color);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* thiết lập style textarea */

#myFormChatBoxMobile .form-container input,
#myFormChatBox .form-container input {
    width: 100%;
    outline: none;
    transition: border-color 0.3s;
    border-width: 0 0 2px;
    border-color: #ededed;
    border: 2px solid #ededed;
    border-radius: 10px;
    margin-bottom: 1rem;
}

#myFormChatBoxMobile .form-container input,
#myFormChatBox .form-container input {
    padding: 6px;
}

#myFormChatBoxMobile .form-container input:focus,
#myFormChatBox .form-container input:focus {
    border-color: var(--main-purple-color);
}

/* thiết lập style cho nút trong form*/

#myFormChatBoxMobile .form-container .btn,
#myFormChatBox .form-container .btn {
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}

#myFormChatBoxMobile .form-container .btn.chatbot-submit,
#myFormChatBox .form-container .btn.chatbot-submit {
    color: #000;
}

#collapse-chat-box img,
#open-chat-box img {
    cursor: pointer;
}

#collapse-chat-box {
    display: none;
}

.bot-mobile #collapse-chat-box {
    display: block;
}

#collapse-chat-box {
    transform: translateX(80px) rotate(-70deg);
}

#bot.bot.bot-mobile {
    top: 0;
}

.bot-mobile #collapse-chat-box {
    transform: translate(100px, 22px) rotate(-70deg);
}

.bot-mobile #collapse-chat-box img {
    width: 180px;
}

.bot-mobile p.thought {
    position: relative;
    width: 80px;
    height: 50px;
    text-align: center;
    line-height: 20px;
    background-color: #fff;
    border: 2px solid var(--main-purple-color);
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    border-radius: 58px;
    -webkit-box-shadow: 0px 0px 2px var(--main-purple-color);
    -moz-box-shadow: 0px 0px 2px var(--main-purple-color);
    box-shadow: 0px 0px 2px var(--main-purple-color);
}

.bot-mobile p.thought:before,
p.thought:after {
    left: 10px;
    top: 38px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid var(--main-purple-color);
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    content: " ";
    position: absolute;
}

.bot-mobile p.thought:after {
    width: 15px;
    height: 15px;
    left: 5px;
    top: 46px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.bot-mobile #collapse-chat-box .message {
    transform: translate(100px, 145px) rotate(50deg);
}

.bot-mobile #myFormChatBoxMobile.Chatbox {
    bottom: 100px;
}

/* End Bot Form  */

/* ############################### WIDGET BOT  END ############################################ */

/* ############################### WIDGET UPLOAD FILE END ##################################### */

/* Start Upload File */

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper .btn {
    border: 2px solid var(--main-purple-color);
    color: var(--main-purple-color);
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.upload-file .file-label {
    transform: translateY(-7px);
    border-bottom: 2px solid var(--main-purple-color);
}

/* End Upload File */

/* ############################### WIDGET UPLOAD FILE END ##################################### */

/* ############################### WIDGET LOADING  ##################################### */

/* Start Loading*/

.loader_wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
}

.loader_wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: white;
    transition: 1.5s;
}

.loader_wrapper.complete::before {
    left: -50%;
}

.loader_wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: white;
    transition: 1.5s;
}

.loader_wrapper.complete::after {
    right: -50%;
}

.loader {
    /* width: 250px;
        height: 50px; */
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--main-purple-color);
    letter-spacing: 0.2em;
    z-index: 1500;
}

/* .loader::before,
    .loader::after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background: var(--main-purple-color);
        position: absolute;
        animation: load .7s infinite alternate ease-in-out;
    }

    .loader::before {
        top: 0;
    }

    .loader::after {
        bottom: 0;
    } */

@keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 40px;
    }
    100% {
        left: 235px;
        height: 30px;
        width: 15px;
    }
}

/* Start View Ajax More Base On Loader Wrapper */

.view-ajax-more .loader_wrapper {
    position: relative;
}

/* End  View Ajax More Base On Loader Wrapper */

/* End Loading*/

/* ############################### WIDGET LOADING END  ##################################### */

/* ############################### WIDGET NOTIFICATION  ##################################### */

/* Start Notification */

#notification-2,
#notification {
    width: 15rem;
    height: 13rem;
    position: fixed;
    display: block;
    z-index: 99;
    bottom: 30px;
    right: -25px;
}
#notification {
    bottom: unset;
    top: 10%;
}
#notification-2 .notification-box,
#notification .notification-box {
    width: 18rem;
    position: fixed;
    display: block;
    z-index: 102;
    bottom: 2%;
    right: 1%;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    border: 4px solid #682dee;
}
#notification .notification-box {
    bottom: unset;
    top: 50%;
    position: absolute;
    right: 40px;
}
#notification-2 .message,
#notification .message {
    padding: 25px;
    color: black;
}

/* End Notification */

/* ############################### WIDGET NOTIFICATION END  ##################################### */

/* ############################### WIDGET SCOLL ON TOP   ##################################### */

/* Start Scroll On Top */

#scrollTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    background-color: var(--main-purple-color);
    border-radius: 50%;
}

#scrollTop:focus,
#scrollTop:hover {
    background-color: var(--blue-color);
}

#scrollTop a {
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
}

/* End Scroll On Top */

/* ############################### WIDGET SCOLL ON TOP END  ##################################### */

/* ############################### WIDGET THINGS OF INTEREST   ##################################### */

/* Start things-of-interest*/

.things-of-interest {
    margin-top: 1rem;
    text-align: center;
}

.things-of-interest label {
    background-color: var(--main-purple-color);
    padding: 5px 10px;
    /* border-radius: 10px; */
    cursor: pointer;
    transition: transform 0.3s;
    border: 1px solid #fff;
    color: #fff;
}

.things-of-interest label:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

#bot.bot span.interest-about {
    display: block;
    overflow-y: auto;
}

#bot.bot span.interest-about span {
    background-color: aqua;
    margin: 2px;
    padding: 5px 10px;
    /* border-radius: 10px; */
    cursor: pointer;
    position: relative;
    transition: transform 0.3s;
    display: inline-block;
    margin-top: 7px;
    max-width: 95%;
    font-size: 15px;
    text-align: center;
}

#bot.bot span.interest-about span:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

#bot.bot span.interest-about span img {
    right: -2px;
    position: absolute;
    top: -5px;
    height: 12px;
    width: 12px;
}
/* End  things-of-interest*/

/* ############################### WIDGET THINGS OF INTEREST END   ##################################### */

.dropdown_selection {
    width: 300px;
    padding: 10px;
    background-color: antiquewhite;
}

.dropdown_selection .text::after {
    content: "";
    border-left: 5px solid #fff0;
    border-right: 5px solid #fff0;
    border-top: 5px solid #000;
    position: absolute;
    right: 0;
    top: 50%;
}

.dropdown_selection .text {
    position: relative;
}

/*==========================================Header==================================================*/

#header {
    background: var(--blue-color);
    width: 100%;
    top: 0;
    z-index: 99;
    position: fixed;
    /* opacity: 0; */
}

.hamburger_position {
    opacity: 1;
    /* visibility: hidden; */
}

#home_header_top-header img {
    width: 200px;
}

#header .lang_wrapper {
    margin-top: 35px;
}

/*######################## HOME OUR SERVICES - SECTION #################################*/

#home_our_services {
    padding-top: 200px;
    overflow: hidden;
}

#home_our_services td {
    width: 33%;
    vertical-align: top;
    text-align: center;
}

#home_our_services td {
    padding: 0 20px;
}

#home_our_services a {
    color: black;
    word-break: unset;
    display: inline-block;
}
#home_our_services .home_our_services_link {
    margin-top: 5rem;
}
#home_our_services .home_our_services_arrow {
    position: absolute;
    left: 22%;
    top: 39%;
}
#home_our_services .home_our_services_wrapper {
    position: relative;
}

#home_our_services .our_services_vr,
#home_our_services .our_services_game,
#home_our_services .our_services_ar {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#home_our_services .our_services_vr {
    position: absolute;
    left: -16%;
    top: 28%;
}

#home_our_services .our_services_ar .learn_more,
#home_our_services .our_services_ar {
    color: var(--main-purple-color);
}

#home_our_services .our_services_vr .learn_more,
#home_our_services .our_services_vr {
    color: #000;
}

#home_our_services .our_services_vr .heading,
#home_our_services .our_services_game .heading,
#home_our_services .our_services_ar .heading {
    position: relative;
}
#home_our_services svg {
    max-width: 100%;
    height: auto;
}
#home_our_services .our_services_ar svg:hover ~ .title,
#home_our_services .our_services_ar svg:hover ~ .learn_more {
    color: #fff;
}
#home_our_services .our_services_game svg:hover ~ .title,
#home_our_services .our_services_game svg:hover ~ .learn_more {
    color: #fff;
}

#home_our_services .our_services_vr .title,
#home_our_services .our_services_game .title,
#home_our_services .our_services_ar .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: bold;
    font-family: var(--sans-font);
}

#home_our_services .our_services_vr .learn_more,
#home_our_services .our_services_game .learn_more,
#home_our_services .our_services_ar .learn_more {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 20%;
}
#home_our_services .our_services_ar_wrapper h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2rem;
}

#home_our_services .our_services_ar_wrapper table {
    margin-bottom: 2rem;
    width: 100%;
}
#home_our_services .our_services_ar_wrapper .ar_item {
    text-align: center;
    color: black;
}

#home_our_services .our_services_ar_wrapper hr {
    background-color: var(--main-purple-color);
    margin: 10px auto;
}

#home_our_services .our_services_ar_wrapper .ar_item a {
    color: black;
}

#home_our_services .our_services_ar_wrapper .ar_item a {
    font-weight: bold;
    font-size: 16px;
}

#home_our_services .our_services_ar_wrapper .ar_item a img {
    height: 150px;
    display: block;
    margin: 0px auto;
}

#home_our_services .our_services_ar_wrapper .ar_item a p {
    color: black;
    font-size: 17px;
    font-weight: normal;
}

/*######################## HOME OUR SERVICES - SECTION  END #################################*/

/*================================================Our Service Blog, Portfolio, Branch Detail=======================================*/

.anim_top_detail {
    opacity: 0;
    transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
}

#ourservice ul#main-menu li {
    transform: rotate(-90deg);
    margin-bottom: 75px;
    margin-top: 85px;
}

#ourservice ul#main-menu li a {
    padding: 2px 7px;
    background: #6ae4fd;
    text-decoration: none;
    color: black;
}

#ourservice ul#main-menu li:last-child {
    list-style: none;
}

#ourservice h3.our-client-title,
h3.roles-title {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    padding-top: 96px;
    margin-left: 10%;
}

#ourservice ul.our-client {
    padding-top: 96px;
}

p.our-client-title {
    padding-top: 93px;
    margin-left: -3rem;
}

#ourservice h3.roles-title {
    padding-top: 96px;
}

#ourservice ul.roles.list-unstyled {
    padding-top: 96px;
}

#ourservice a.button_outline_black {
    border-radius: unset;
    margin-top: 90px;
}

#ourservice .try-now-portfolio-detail .dropdown-item:focus,
#ourservice .try-now-portfolio-detail .dropdown-item:hover,
#ourservice a.button_outline_black:active,
#ourservice a.button_outline_black:focus {
    background-color: var(--main-purple-color);
    color: #fff;
}

#ourservice .container {
    position: relative;
}

#ourservice .home_ourservice_ourmessage .message-1 > h1 {
    font-size: 60px;
    line-height: 1.2;
    font-family: var(--serif-font);
    margin-bottom: 1rem;
}

#ourservice .home_ourservice_ourmessage .message-2 {
    color: #80d5e4;
}

#ourservice .home_ourservice_ourmessage .message-2 p {
    background: #020204;
    margin-bottom: 10px;
    padding: 5px 20px;
    display: inline-block;
    margin: 1rem 0;
    font-size: 20px;
}

#ourservice .home_ourservice_preview {
    /* position: absolute;
    bottom: 80px;
    left: 107px; */
    /* clear: left; */
    margin-left: -15px;
}

#ourservice .home_ourservice_preview .info-video {
    background: #6ae4fb;
    text-align: center;
    font-size: 50px;
    width: 100%;
    min-height: 500px;
    padding: 30px 0px;
    display: block;
}

#ourservice .home_ourservice_preview .video h3.video-title,
#ourservice .home_ourservice_preview .info-video h3.info-video-title {
    font-size: 3vw;
    font-weight: 400;
    padding: 0 20px;
    margin-bottom: 40px;
    margin-top: 20px;
}

#ourservice .home_ourservice_preview .info-video h3.info-video-title {
    margin-bottom: 16px;
}

#ourservice .home_ourservice_preview .info-video {
    width: 100%;
    font-size: 22px;
    text-align: center;
}

#ourservice .home_ourservice_preview .info-video h3.info-video-title,
#ourservice .home_ourservice_preview .info-video p {
    text-align: left;
    margin-top: 0px;
    padding: 0 15px 15px;
}

#ourservice .home_ourservice_preview p {
    margin-left: -43px;
}

#our_services #translate_ar_service {
    cursor: pointer;
}

.lastestPortfolioDetail section#home_portfolio {
    margin-top: 0 !important;
}

#content_portfolio a {
    color: black;
    text-decoration: underline;
    text-decoration-thickness: 0.1em;
    text-decoration-color: var(--main-purple-color);
}

#content_portfolio a span {
    color: black !important;
}
#ourservice #content_blog.main-detail_content {
    margin: 50px 0;
}

/*=============================================about-post=========================================*/

#about-post .detail_about-post_post {
    margin-top: 30px;
}

#about-post .detail_about-post_post h3.title {
    font-size: 2rem;
}

#about-post .detail_about-post_post #carouselDetailWebsite {
    background: #f4f4f4;
}

/*footer about post*/

#nextback a {
    font-size: 100px;
    font-family: var(--serif-font);
    color: #000;
    white-space: nowrap;
}

#nextback a.back {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    color: white;
    white-space: nowrap;
}

#nextback .back-svg,
#nextback .next-svg {
    width: 150px;
    height: 250px;
}

#nextback a.back + i {
    color: #1100000a;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
}

#nextback i {
    font-size: 50px;
}

#about-post
    .detail_about-post_post
    #carouselDetailWebsite
    .carousel-control-prev-icon,
#about-post
    .detail_about-post_post
    #carouselDetailWebsite
    .carousel-control-next-icon {
    background-image: none;
}

#about-post
    .detail_about-post_post
    #carouselDetailWebsite
    .carousel-control-next-icon:after {
    content: ">";
    font-size: 40px;
    color: #000;
}

#about-post
    .detail_about-post_post
    #carouselDetailWebsite
    .carousel-control-prev-icon:after {
    content: "<";
    font-size: 40px;
    color: #000;
}

#nextback .nextback-right,
#nextback .nextback-left {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 350px;
}

#nextback .nextback-right {
    margin-left: auto;
}

#nextback .nextback-left {
    margin-right: auto;
}

/*==============================================Portfolio===================================*/

#portfolio {
    background: black;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

#portfolio .agency_portfolio_content {
    padding-top: 50px;
    padding-bottom: 50px;
}

#portfolio .agency_portfolio_content #portfolio_carousel .portfolio {
    background: #a47945 no-repeat center center;
    padding: 80px 15px 10px;
    margin-bottom: 30px;
    height: 350px;
    background-size: cover;
    color: white;
    position: relative;
    background-image: url(/public/images/home_banner_2.jpg);
}

#portfolio .agency_portfolio_content #portfolio_carousel .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #00000085;
    opacity: 0.5;
}

#portfolio .agency_portfolio_content #portfolio_carousel .portfolio .info {
    z-index: 99;
    position: absolute;
    bottom: 20px;
    font-size: 20px;
}

#portfolio .agency_portfolio_content #portfolio_carousel .portfolio h3 {
    font-size: 35px;
    font-weight: 800;
}

#portfolio .agency_portfolio_content #portfolio_carousel .carousel-indicators {
    bottom: -4rem;
}

#portfolio
    .agency_portfolio_content
    #portfolio_carousel
    .carousel-indicators
    li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 0px 5px;
    background-color: #fff;
    opacity: 1;
}

#portfolio
    .agency_portfolio_content
    #portfolio_carousel
    .carousel-indicators
    .active {
    background-color: #5bbed1;
}

#portfolio .agency_portfolio_content .portfolio_nav h3 {
    padding: 20px 50px;
    color: white;
    display: inline-block;
    font-size: 70px;
    letter-spacing: 10px;
    margin-bottom: 0;
    transform: translate(10px, 10px);
}

#portfolio_carousel .carousel-control-prev {
    left: -10%;
}

#portfolio_carousel .carousel-control-next {
    right: -10%;
}

.btn-reset-portfolio {
    border: none;
    outline: none;
}

.btn-reset-portfolio:focus {
    border: none;
    outline: none;
}

/*########################## AR BLACK AREA SECTION #################################*/
#face_filter .title {
    font-size: 53px;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #000;
}
.face_filter_bg {
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 100px;
}
#face_filter .title img {
    width: 10%;
}

.face_filter_wrapper h3 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 1.5rem;
    color: var(--main-purple-color);
    font-weight: 600;
}
.face_filter_child_wrapper .slick-prev,
.face_filter_child_wrapper .slick-next {
    display: none !important;
}

.face_filter_detail a > p {
    margin-bottom: 0;
    margin-top: 1.2rem;
}

.insight h3 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    color: white;
    font-size: 6rem;
    position: relative;
    left: -48px;
    text-transform: uppercase;
}

.ar_social_why_marvy.ar_heading_title.bottom_header {
    font-size: 4vw;
    padding-right: 100px;
}
.ar_event_interact.ar_heading_title.bottom_header {
    font-size: 4vw;
    padding-right: 100px;
}
.ar_space_world_featured.ar_heading_title.bottom_header,
.ar_product_viewer_featured.ar_heading_title.bottom_header {
    font-size: 5vw;
}

.face_filter_child_wrapper .face_filter_contents {
    padding: 0px 10px;
}
.face_filter_wrapper .marketing_campaign .sub_content {
    margin-top: 10px;
    text-align: center;
}
.face_filter_wrapper .slick-track {
    margin-left: unset;
}
.face_filter_wrapper .try_on_make_up {
    background: #f1f0f3;
    /* background: linear-gradient(180deg,#fff 20%,#f1f0f3 20%); */
    padding-bottom: 2rem;
    margin-top: 10rem;
}
.face_filter_wrapper .try_on_make_up .face_filter_child_wrapper {
    margin-top: -3rem;
}
.game_app_dev_black_area#ar_black_area > div > div > div,
.mobile_app_dev_black_area#ar_black_area > div > div > div {
    padding: 0;
}
#ar_black_area .vr_dev_circle_icon p {
    margin-left: 1rem;
    font-size: 22px;
}
.ar_icons_wrapper .title {
    font-size: 24px;
}

#ar_black_area .ar_heading_content .list-branch {
    display: flex;
}
#ar_black_area .ar_heading_content .list-branch img {
    -webkit-filter: invert(23%) sepia(211%) saturate(7%) hue-rotate(290deg)
        brightness(100) contrast(100%);
    filter: invert(23%) sepia(211%) saturate(7%) hue-rotate(290deg)
        brightness(100) contrast(100%);
    width: 70px;
    height: 70px;
}
#ar_black_area .ar_heading_content .list-branch a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-right: 50px;
}
/*======================================AR Type ===============================*/

#ar_types {
    padding: 0;
}

.insight-r h3 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: #000;
    font-size: 6rem;
    position: relative;
    text-align: right;
    right: -90px;
    text-transform: uppercase;
}
/*################################ AR BLACK AREA SECTION END #################################*/

/*#################################### INDUSTRIES SECTION ########################################*/

#industries {
    position: relative;
    z-index: 1;
    background-color: var(--grey-light-color);
    overflow: hidden;
}

#industries .industries_title {
    font-size: 45px;
}

.industries_item .branch_name {
    font-size: 17px;
}

#industries .card-deck {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

#industries .card-deck .branch_name {
    font-family: var(--sans-font);
}

#industries .card-deck .card {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    margin: 0 15px 1rem;
}

.industries_wrapper .industries_item img {
    height: auto;
    width: 60px;
}

/* .industries_item:hover a img {
    filter: invert(23%) sepia(83%) saturate(7181%) hue-rotate(258deg) brightness(95%) contrast(96%);
    -webkit-filter: invert(23%) sepia(83%) saturate(7181%) hue-rotate(258deg) brightness(95%) contrast(96%);
} */

.industries_item.card-body {
    padding: 0;
}

.industries_item.card-body a {
    display: block;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.heading_industries {
    margin-left: auto;
    margin-right: auto;
}
/* INDUSTRIES MOBILE */
.industries_content_mobile .slick-list {
    height: 340px;
}
.industries_content_mobile .slick-prev:before,
.industries_content_mobile .slick-next:before {
    color: black;
}
.industries_item_mobile {
    text-align: center;
    /* vertical-align: top; */
    margin-bottom: 20px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    box-shadow: rgb(0 0 0 / 20%) 4px 4px 6px 0;
    margin: 10px;
}
.industries_item_mobile a {
    display: inline-block;
    padding: 10px !important;
}
.industries_item_mobile img {
    width: 60px;
    margin: auto;
}
.industries_item_mobile .title {
    font-size: 17px;
}
.industries_content_mobile .slick-slide div {
    display: flex;
}
/* INDUSTRIES MOBILE END*/
/*###################################### INDUSTRIES SECTION END ########################################*/

/*###################################### ECOSYSTEM SECTION ##############################################*/

#ecosystem {
    background: #010101;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

#ecosystem .title {
    color: white;
    padding: 50px;
    padding-bottom: 0px;
    font-size: 45px;
}

#ecosystem p {
    color: white;
    padding-left: 50px;
}

#ecosystem .ecosystem_wrapper {
    padding: 25px 0px;
}

/* .ecosystem_content {
    padding: 10px 0px;
}

.ecosystem_content img {
    transition: transform .3s;
}

.ecosystem_content img:hover {
    transform: scale(1.05);
    cursor: pointer;
} */

.ecosystem_border {
    border-left: 1px solid var(--blue-color);
}

#ecosystem hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 1px solid var(--blue-color);
}

.ecosystem_border_left {
    border-left: 1px solid var(--blue-color);
}

.ecosystem_border_right {
    border-right: 1px solid var(--blue-color);
}

.ecosystem-container {
    padding: 50px 0px 50px 50px;
}
.ecosystem-container h5 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 2rem;
    color: white;
}
#ecosystem .ecosystem-container p {
    padding: 0;
}
.ecosystem-solution-item {
    background-color: white;
    width: 90%;
    margin-bottom: 2rem;
}
.ecosystem-solution-item > a {
    display: flex;
    align-items: center;
}
.ecosystem-solution-item.bg-purple {
    background-color: var(--main-purple-color);
    color: white;
}
.ecosystem-solution-item.bg-purple a {
    color: white;
}
.ecosystem-solution-item span {
    font-weight: bold;
    margin-left: 0.5rem;
}
.ecosystem-service-item {
    text-align: center;
    font-weight: bold;
}
@media (min-width: 576px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
    .face_filter_detail + div {
        height: 210px !important;
        overflow-y: scroll;
    }
}

.ecosystem_menu_link_hover .hover_item {
    position: absolute;
    width: 300px;
    right: var(--menu-right);
    top: var(--menu-top);
    z-index: 99;
}

.ecosystem_menu_link_hover .hover_item {
    width: 210px;
}

/* .ecosystem_menu_link_hover .ecosystem_content:last-child .hover_item {
    left: var(--menu-left);
} */

.ecosystem_menu_link_hover a {
    position: relative;
    display: block;
}

#ecosystem .ecosystem_menu_link_hover a .hover_item h5 {
    font-size: 17px;
    padding: 0 12px;
}

#ecosystem .ecosystem_menu_link_hover a .hover_item p {
    color: #000;
    padding-left: 0;
}

/* #ecosystem .ecosystem_wrapper.ecosystem_menu_link_hover a .hover_item img {
    transform: unset;
    -webkit-transform: unset;
    -o-transform: unset;
    -moz-transform: unset;
}

#ecosystem .ecosystem_wrapper.ecosystem_menu_link_hover .ecosystem_content:last-child a .hover_item h5 {
    margin-left: -25px!important;
    padding: 0px 35px !important;
}

#ecosystem .ecosystem_wrapper.ecosystem_menu_link_hover .ecosystem_content:last-child a .hover_item p {
    margin-left: 15px !important;
}

#ecosystem .ecosystem_wrapper.ecosystem_menu_link_hover .ecosystem_content:last-child a .hover_item img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
} */

/*###################################### ECOSYSTEM SECTION END ##############################################*/

/*=====================================AR Image Target==============================*/

#ar_image_target .hosting-platforms {
    font-weight: 600;
}
#ar_image_target .card-body {
    padding: 0;
}
.ar_image_target_title {
    font-family: var(--serif-font);
    margin-top: -25%;
    margin-bottom: 5rem;
}

.ar_image_target_title h3 {
    font-size: 250.63px;
    color: var(--blue-color);
    margin-bottom: 2rem;
    transform: translateY(40px);
    -moz-transform: translateY(40px);
    -o-transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.ar_image_target_title span {
    display: block;
    font-size: 44px;
}

.ar_image_target_title span:first-child {
    color: #fff;
    word-spacing: 15px;
}

#ar_image_target h4 {
    font-family: var(--serif-font);
    font-size: 22px;
    margin: 10px 0px;
    font-weight: bold;
}

.ar_image_target_text h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00000000;
    position: relative;
    left: -19px;
    text-transform: uppercase;
    color: #f4f4f4e8;
    font-size: 75px;
    width: max-content;
    font-weight: 600;
    font-family: var(--sans-font);
}

@media (max-width: 575px) {
    .ar_image_target_text h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
    .ar_image_target_text h2 {
        font-size: 3rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ar_image_target_text h2 {
        font-size: 4rem !important;
    }
}

/*===========================================App==================================*/

#app {
    background-color: var(--grey-color);
    margin-top: -0.5rem;
}

.app_content .title,
.app_less_content .title {
    color: var(--main-purple-color);
    font-size: 110px;
    position: relative;
    top: -78px;
    font-family: var(--serif-font);
}
.app_less_content .title {
    top: -110px;
}
@media (max-width: 575px) {
    .app_less_content .title {
        top: -90px !important;
        font-size: 86px;
    }
}

.app_note {
    background-color: #fff;
    padding: 30px 100px;
    position: relative;
    box-shadow: -3px 3px 6px var(--shadow-color);
}

@media (max-width: 575px) {
    .app_note {
        padding: 30px 40px !important;
    }
}

.app_note p {
    color: var(--main-purple-color);
}

.app_flatform {
    text-align: center;
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin-top: -1rem;
}

.app_arrow_right {
    position: relative;
    top: 50%;
    left: 50%;
}

#app_less {
    background-color: var(--grey-color);
    padding: 30px 100px;
}

@media (max-width: 575px) {
    #app_less {
        padding: 30px 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #app_less {
        padding: 30px 0px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #app_less {
        padding: 30px 0px !important;
    }
}

.app_less_note {
    background-color: #fff;
}

.app_less_content h2 {
    top: -107px;
}

.app_less_note span strong {
    font-size: 1.5rem;
    display: inline-block;
    padding: 5px 0;
}

@media (max-width: 575px) {
    .app_less_note span strong {
        font-size: 1.8rem !important;
    }
}

.app_less_note span svg {
    margin-top: -1rem;
    margin-left: 10px;
}

.app_less_note .things-of-interest span svg {
    margin-left: 0;
}

.app_less_header {
    border-bottom: 2px solid #f4f4f4;
    border-right: 2px solid #f4f4f4;
    padding: 10px 30px;
}

.app_less_content .title span {
    color: #000;
    font-size: 1.5rem;
    font-family: var(--sans-font);
}

ul.app_less_body {
    padding: 25px 50px;
    border-right: 2px solid #f4f4f4;
    min-height: 300px;
}

.app_less_body hr {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
}
/*===================================New Flatform============================*/

#new_platform {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

#new_platform h2 {
    font-weight: bold;
    font-size: 90px;
    text-align: center;
    margin-bottom: -20px;
    font-family: var(--sans-font);
}

#new_platform h3 {
    padding: 30px;
    font-size: 45px;
    color: var(--main-purple-color);
}

#new_platform .new_platform_wrapper {
    background: url("/images/new_platform_bg.png") center no-repeat;
    background-size: cover;
}

#new_platform .new_platform_wrapper_content {
    background-color: #fff;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

#new_platform .new_platform_content h2 {
    color: var(--blue-color);
    font-weight: bold;
}

.new_platform_content {
    padding: 30px 30px 100px;
}

@media (max-width: 575px) {
    .new_platform_logo {
        position: initial !important;
        color: #00000000;
    }
}

/*############################## AR PRODUCT VIEWER SECTION ################################## */

#ar_product_viewer .container-fluid {
    overflow: hidden;
}

#ar_product_viewer .rhomb {
    text-align: right;
    margin-top: -12rem;
    position: absolute;
    right: 0;
}

.ar_product_wrapper p {
    padding: 10px 47px;
}

.ar_product_viewer_func1 .title,
.ar_product_viewer_func2 .title {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00000000;
    position: relative;
    text-transform: uppercase;
    color: #e8e8e8;
    font-size: 223.35px;
    font-weight: 700;
    font-family: var(--sans-font);
    opacity: 0.5;
}

.ar_product_viewer_func1 .title {
    left: -135px;
    bottom: -89px;
}

.ar_product_viewer_func2 .title {
    right: -270px;
    text-align: right;
    top: -140px;
    z-index: -99;
}
#ar_product_viewer .ar_product_wrapper video {
    width: 75%;
}
/*############################## AR PRODUCT VIEWER SECTION END ################################## */

/*============================ Futuristic =========================*/

#futuristic {
    background-color: var(--main-purple-color);
    padding: 80px 0px;
}

#futuristic .title {
    color: white;
    text-align: center;
    font-family: var(--serif-font);
    font-size: 25px;
}

#futuristic .title:nth-child(1) {
    font-size: 49px;
}

#futuristic .rhomb {
    position: absolute;
    top: -7rem;
    left: 2rem;
    display: inline-block;
}

/*=========================== Product 360- Photography ========================*/

.product_360_photography_header h2 {
    font-size: 119.36px;
    font-family: var(--serif-font);
}

.product_360_photography_header h2:nth-child(1) {
    margin-top: -8rem;
    color: #fff;
    position: relative;
    z-index: 1;
}

.product_360_photography_header h2:nth-child(2) {
    margin-top: -3rem;
    color: var(--main-purple-color);
}

.product_360_photography_content {
    padding: 60px 0px;
    text-align: center;
}

/*########################### AR SPACE PORTAL SECTION  ##################################*/

#space_portal {
    margin-bottom: 100px;
}

#space_portal .container-fluid {
    position: relative;
    overflow: hidden;
}

.space_portal_content {
    text-align: justify;
}

.space_portal_content h2.space_portal_title {
    font-family: var(--serif-font);
    font-size: 45px;
}

.space_portal_sub_title {
    font-weight: 600;
}

.space_portal_func1 .title,
.space_portal_func2 .title {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00000000;
    position: absolute;
    text-transform: uppercase;
    color: #e8e8e8;
    font-size: 160.62px;
    font-weight: 800;
    font-family: var(--sans-font);
    opacity: 0.5;
}

.space_portal_func1 .title {
    right: -50px;
    top: 22rem;
}

.space_portal_func2 .title {
    left: -50px;
    bottom: 3rem;
    z-index: -99;
}

#space_portal_location {
    background-color: var(--main-purple-color);
    padding: 70px;
}

.space_portal_location_title {
    margin-bottom: 3rem;
}

.space_portal_location_title .title {
    font-family: var(--serif-font);
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.space_portal_location_title a {
    color: #fff;
}

.space_portal_location_content {
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.space_portal_location_content img {
    transition: all 0.3s;
}

.space_portal_location_content img:hover {
    transform: scale(1.2);
}

.space_portal_location_content .plus svg {
    position: relative;
    top: 50%;
    bottom: 50%;
}

.space_portal_content_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

/*########################### AR SPACE PORTAL SECTION END ##################################*/

/*########################### AR GEO LOCATION SECTION ##################################*/

.ar_geo_location_header .title {
    text-align: right;
    padding: 0px 50px;
    font-family: var(--serif-font);
    font-size: 103.24px;
    color: var(--main-purple-color);
}

#marvy_co_gets .rhomb,
#space_portal .rhomb,
#interactivities .rhomb,
#ar_geo_location .rhomb {
    position: absolute;
    right: 0;
    margin-top: -10%;
}

.ar_geo_location_img {
    padding: 15px;
}

.ar_geo_location_header .ar_geo_loc_2 {
    font-size: 85.51px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    position: relative;
    left: -19px;
    color: var(--grey-light-color);
    top: -205px;
}

#ar_geo_location.ar_geo_loc_2 {
    background-color: var(--grey-light-color);
    margin-top: 200px;
}

.ar_geo_location_wrapper.ar_geo_loc_1 {
    overflow: hidden;
}

.ar_geo_location_wrapper.ar_geo_loc_2 {
    padding: 0px 15px;
    margin-top: -7rem;
    overflow: hidden;
}

.ar_geo_location_content {
    text-align: left;
    padding: 0 25px;
}

.ar_geo_location_title {
    font-size: 22px;
    font-family: var(--serif-font);
    display: inline-block;
    font-weight: bold;
}

.rhomb_decoration.ar_geo_location img:nth-child(2) {
    top: 37rem;
}

#ar_geo_location .things-of-interest {
    margin-top: 0;
    margin-bottom: 3rem;
}

#ar_geo_location .card-deck .card {
    flex: 25%;
}

/*########################### AR GEO LOCATION SECTION END ##################################*/

/*====================================Apply Scenarios ============================*/

#appply_scenarios {
    overflow: hidden;
    position: relative;
}

#appply_scenarios .rhomb {
    text-align: right;
    position: absolute;
    right: -106px;
}

.appply_scenarios_header .title {
    font-size: 74.74px;
    font-family: var(--serif-font);
    margin-top: 5rem;
    margin-bottom: 5rem;
    text-align: center;
}

.appply_scenarios_title {
    font-size: 22px;
    font-family: var(--serif-font);
    font-weight: bold;
    margin-bottom: 30px;
}

.appply_scenarios_content p {
    padding: 10px 50px;
}
#appply_scenarios.product_viewer {
    margin-top: -10rem;
    margin-bottom: 5rem;
}
#appply_scenarios.event .appply_scenarios_header .title,
#appply_scenarios.product_viewer .appply_scenarios_header .title {
    font-size: 35px;
}
#appply_scenarios.event {
    margin-bottom: 5rem;
}
/*================================ Interactivities ============================= */

#interactivities .container {
    position: relative;
    overflow: hidden;
}

.interactivities_title {
    font-size: 28px;
    font-family: var(--serif-font);
    display: flex;
    height: 60px;
    align-items: center;
    width: 75%;
    justify-content: center;
}

.interactivities_content p {
    padding: 0px 70px;
    text-align: left;
}

.interactivities_img {
    margin-bottom: 1rem;
}

.interactivities_img img {
    width: 75%;
    height: intrinsic;
}

.interactivities_conten p.interactivities_sub_title {
    padding: 10px 35px;
    text-align: left;
}

.interactivities_wrapper {
    margin-bottom: 3rem;
}
.interactivities_content.card {
    height: 100%;
}
.interactivities_content.card .card-header,
.interactivities_content.card .card-footer {
    background-color: unset;
    border-bottom: none;
    border-top: none;
}
/* ================================ Branch Detail =========================== */

#about-post .detail_about-post_post.branch_detail_content {
    margin-top: 0;
}

.branch_detail_content h1,
.branch_detail_content h2 {
    font-weight: 600;
}

.branch_detail_title {
    padding: 0 40px;
    padding-right: 140px;
}

.branch_detail_content p.sub_title {
    background: #020204;
    margin-bottom: 10px;
    padding: 5px 20px;
    display: inline-block;
    color: #80d5e4;
}

.form_table_narrow {
    color: var(--main-purple-color);
    position: fixed;
    top: 40%;
    cursor: pointer;
    right: 10px;
    z-index: 999 !important;
    font-size: 40px !important;
}

h3.branch_detail_block_title {
    font-size: 40px;
    margin-bottom: 23px;
}

div.branch_detail_block_content {
    margin-top: -15px;
    margin-bottom: 40px;
}

div.branch_detail_block_content h4 {
    margin-bottom: 15px;
}

.post_block_branch_detail {
    margin-bottom: 50px;
}

.branch_detail_title_post {
    margin-top: 40px;
    margin-bottom: 40px;
}

.post_block_branch_detail_title {
    margin-bottom: 30px;
    margin-top: 15px;
}

/*================================ Marvy's solution for ========================*/

#solution-for {
    margin-top: 50px;
}

h3.home_solution-for_title {
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    font-size: 65px;
    padding: 20px 0px;
    bottom: -37px;
    position: relative;
    z-index: 2;
    font-size: 87px;
    margin-bottom: 0;
}

.home_solution-for_icon {
    background: #000000e3;
    padding: 60px 20px;
    text-align: center;
}

.home_solution-for_icon svg {
    color: white;
    font-size: 30px;
}

.home_solution-for_icon p {
    color: white;
    visibility: hidden;
}

.home_solution-for_icon .icon:hover p {
    visibility: visible;
    transition: all 0.3s;
    cursor: pointer;
}

.portfolio_main_see-more h3,
.portfolio_main_see-more h3 > svg {
    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: #000000;
    color: #fff;
    font-size: 50px;
    display: inline-block;
}

/*============================= OCTO MODAL FORM ================================== */

#octoModal {
    padding-top: 250px !important;
}

#octoModal .modal-dialog {
    position: relative;
}

#octoModal .modal-dialog::before {
    position: absolute;
    content: url(/images/octo-chan.png);
    top: -560px;
    width: 10px;
    transform: scale(0.4);
    left: -160px;
}

#octoModal .left {
    background: #f4f4f4;
    padding: 70px 100px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    position: relative;
}

#octoModal .right {
    background: #89e1f8;
    padding: 70px 50px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    position: relative;
}

#octoModal .right::before {
    position: absolute;
    content: url(/images/rhomb_2.png);
    transform: scale(0.5);
    right: 0px;
    top: -150px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
}

#octoModal .left::before {
    position: absolute;
    content: url(/images/rhomb_2.png);
    transform: scale(0.5);
    left: 0px;
    bottom: -150px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
}

#octoModal .left::after {
    position: absolute;
    content: url(/images/rhomb_3.png);
    transform: scale(0.5);
    left: -100px;
    bottom: 0px;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    z-index: -1;
}

#octoModal .form-group {
    margin-bottom: 0px !important;
}

#octoModal .form-group input {
    margin: 10px 0px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    font-size: 15px !important;
    color: #cdcdcd !important;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(190, 190, 190, 1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(190, 190, 190, 1);
    box-shadow: 1px 1px 3px 0px rgba(190, 190, 190, 1);
    height: 40px !important;
}

#octoModal .btn {
    background-color: white !important;
    border: 2px solid black;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    color: black !important;
    padding: 5px 40px !important;
    margin-top: 10px;
}

#octoModal small {
    font-size: 10px !important;
    line-height: 5px !important;
}

#octoModal .hover_item {
    position: absolute;
    top: -150px;
    right: 0px;
    width: 230px;
    height: 130px;
    display: flex;
    background-color: white;
    align-items: center;
    padding: 0.5rem;
}
#octoModal .hover_item::after {
    content: "";
    position: absolute;

    left: -30px;
    border-width: 20px;
    border-style: solid;
    border-color: transparent white transparent transparent;
}
#octoModal .hover_item img {
    width: 100%;
    height: 100%;
}

#octoModal .hover_item h5 {
    /* position: absolute;
    top: 70px;
    font-size: 20px;
    padding: 0px 15px; */
}

/*============================= OCTO MODAL FORM END ================================== */

/*========================================Form-Table-Content ===========================*/

.form_table_content {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px #736f6f;
    overflow-x: hidden;
    z-index: 1;
}

.form_table_content a {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.form_table_content h3 {
    font-size: 20px;
    padding-left: 1.25rem;
    letter-spacing: -1px;
    font-weight: 600;
    margin-top: 20px;
}

.form_table_content .form-check-label {
    font-size: 16px;
    text-decoration: underline;
    text-decoration-color: var(--blue-color);
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form_table_content .form-check-label a {
    text-decoration-color: var(--blue-color);
    text-underline-position: under;
    margin-right: 10px;
}

.form_table_content input[type="checkbox"] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    transform: translate(0px, 6px) scale(2);
    padding: 10px;
}

.form_table_content_info_user {
    margin: 20px -20px 20px;
}

.form_table_content_submit {
    text-align: center;
    margin-top: 2rem;
}

.form_table_content .form-check-label input {
    display: none;
}

.form_table_content .form-check-label span {
    border: 3px solid #7e8a94;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.form_table_content .table td,
.form_table_content .table th {
    border-top: none;
}

.form_table_content .form-check-label input:checked + span:before {
    content: url(/images/form_servey_checkbox.png);
    transform: scale(0.2);
}

html {
    scroll-behavior: smooth;
}

/* The side navigation menu */

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    right: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */

.sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 25px;
    display: block;
    transition: 0.3s;
}

/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: unset;
    top: 0;
    right: 25px;
    font-size: 36px;
    color: #818181;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#main {
    transition: margin-left 0.5s;
    padding: 20px;
}

/*################################# CONTACT US SECTION ####################################*/

#contact_us {
    margin-bottom: 5rem;
    overflow: hidden;
}

#contact_us .contact_us_header {
    background: url("/images/Contact_bg.jpg") center no-repeat;
    background-size: cover;
    background-color: #000;
    color: #fff;
    text-align: right;
    padding-top: 5rem;
}

.contact_us_header_content {
    padding: 50px 100px;
    position: relative;
    text-align: center;
}

.contact_us_header_content p {
    overflow: hidden;
}

.contact_us_header_content h1 span,
.contact_us_header_content p span {
    display: inline-block;
    margin-right: 20px;
}

.contact_us_header_content h1 {
    font-size: 100px;
}

.contact_us_header_content p {
    font-size: 35px;
}

.contact_us_content {
    padding: 50px 0px;
}

.contact_us_content .form-control {
    height: calc(2em + 0.75rem + 2px);
    border: 0.1rem solid #000 !important;
}

.contact_us_content .form_table_content {
    box-shadow: none;
}

.contact_us_content .form_table_content .form-check-label {
    width: auto;
    font-size: 20px;
    text-decoration: none;
    margin-right: 0;
}

.contact_us_content .form_table_content .form-check-label span {
    right: 0;
    top: 1rem;
    margin-right: 10px;
    float: left;
}
.contact_us_content .form_table_content .game_option label:not(:first-child),
.contact_us_content .form_table_content .ar_option label:not(:first-child) {
    background-color: var(--grey-color);
    margin-top: 0.5rem;
}
.contact_us_content
    .form_table_content
    .game_option
    input[type="checkbox"]:checked
    + label,
.contact_us_content
    .form_table_content
    .ar_option
    input[type="checkbox"]:checked
    + label {
    background-color: var(--blue-color) !important;
}
.contact_us_content
    .form_table_content
    .game_option
    label[for="game_option_parent"],
.contact_us_content
    .form_table_content
    .ar_option
    label[for="ar_option_parent"] {
    background-color: #fff;
}

.contact_us_services .item {
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}
.contact_us_services .item.bg-purple {
    background-color: var(--main-purple-color);
    color: white;
    border: none;
}

#contact_us #slider {
    margin: 20px 0px;
}

#contact_us #slider span.ui-slider-handle span {
    top: 30px;
    position: absolute;
}

#contact_us #slider.ui-widget.ui-widget-content {
    border: 1px solid var(--main-purple-color);
}

.ui-widget input {
    outline: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    outline: none;
}

.ui-widget input {
    font-size: 22px;
}
/*################################# CONTACT US SECTION END ####################################*/

/*============================ Mobile App Development ========================== */

#mobile_app_dev_banner {
    background: url(/public/images/app_development.png) center no-repeat;
    min-height: 100vh;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.mobile_app_dev_wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mobile_app_dev_heading {
    font-size: 71.65px;
    padding: 10px;
    margin-top: 8rem;
    text-align: center;
}
.game_app_dev_black_area .ar_heading_title,
.mobile_app_dev_black_area .ar_heading_title {
    background-color: #000;
    padding: 50px 0;
    margin-top: 20px;
    font-size: 60px;
}

.mobile_app_dev_black_area .ar_heading_content {
    color: #fff;
    font-family: var(--serif-font);
    font-size: 28px;
}

.mobile_app_dev_ui_content {
    display: flex;
    align-items: center;
}

.mobile_app_dev_manage_ui {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
}

/*============================= Gift For Your Brand ====================*/

#gift_for_your_brand button {
    background-color: var(--blue-color);
    font-weight: bold;
}

.gift_for_your_brand_header {
    background-color: var(--main-purple-color);
}

.gift_for_your_brand_header button {
    border-radius: 0;
}

.gift_for_your_brand_header ul li::before {
    content: "• ";
    font-size: 16px;
}

.gift_for_your_brand_content h2 {
    font-family: var(--serif-font);
    font-size: 53px;
}

.gift_for_your_brand_content ol {
    padding-left: 1.5rem;
}

.core_team_content .why_us,
.gift_for_your_brand_content .why_us {
    font-size: 3vw;
    font-weight: lighter;
}

.gift_for_your_brand_content-2 {
    background-color: var(--grey-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.gift_for_your_brand_content-2 span.num {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0202023b;
    color: var(--grey-color);
    font-weight: bold;
    font-size: 79px;
    float: left;
    margin-top: -2.5rem;
}

.word_sinking.proccess h3 {
    left: 13rem;
    top: 2rem;
    font-size: 75px;
    -webkit-text-stroke-color: var(--main-purple-color);
    font-family: var(--serif-font);
    overflow-wrap: break-word;
    width: 10px;
}

/* ################################# GAME DEV BANNER SECTION ########################################*/

#game_dev_banner {
    position: relative;
    z-index: 9;
    min-height: 50vw;
    background: url(/images/game_bg.png) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

#game_dev_banner #game_item_1 {
    margin-left: -5%;
    /* margin-top: 3%; */
}

#game_dev_banner #game_item_2 {
    width: 80%;
    margin-top: 10%;
    /* margin-left: 10%; */
    z-index: -1;
}

.game_dev_heading_wrapper {
    text-align: right;
    color: #fff;
    margin-right: 3rem;
    /* text-shadow: 0px 1px 10px #000; */
    margin-left: 27%;
}

.game_dev_heading {
    font-size: 57.65px;
    padding: 10px;
    margin-top: 50%;
    margin-bottom: 5rem;
    font-family: var(--sans-font);
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
}

.game_dev_heading span {
    font-weight: 700;
    font-size: 150px;
    position: relative;
}

.game_dev_heading span::before {
    content: "";
    background-image: url("/images/decoration_icon/rhomb-04.png");
    background-size: 100% 100%;
    position: absolute;
    width: 50px;
    height: 120px;
    top: -32px;
    right: 8rem;
}

.game_dev_author_heading {
    font-weight: bold;
}

#game_app_dev_white_area .ar_heading_title {
    left: 6rem;
}

.game_dev_ourservice {
    font-family: var(--serif-font);
    font-weight: lighter;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game_dev_ourservice ul {
    font-size: 28px;
}

.game_dev_ourservice h2 {
    font-size: 40px;
    font-weight: bold;
}

.game_dev_ar_game h2 {
    font-size: 54px;
    font-family: var(--serif-font);
    color: var(--main-purple-color);
    margin-top: -2.4rem;
    margin-left: -5rem;
}

.game_dev_ar_game h3 {
    font-size: 45px;
    font-family: var(--serif-font);
}

.game_dev_ar_game_content {
    background-color: #fff;
    padding: 40px 50px;
    box-shadow: -5px 6px 10px #5a5656;
}

.game_dev_ar_game_content ul li {
    margin-bottom: 15px;
}

.game_dev_ar_game img {
    position: relative;
    top: 8rem;
    width: 50%;
    transform: translate(50%, 0%);
}

#game_dev_character_design {
    background: url(/images/langvan_phuc-bg.png) center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    min-height: 70vw;
    background-color: #fff;
}

#game_dev_character_design h2 {
    font-size: 64px;
    color: var(--main-purple-color);
}

#game_dev_character_design .character2DMario {
    text-align: center;
    position: absolute;
    bottom: -4vw;
    left: 5vw;
}

#game_dev_character_design .character2DMario img {
    transform: translateY(-100px);
}

#game_dev_character_design .character3DMario {
    text-align: center;
    position: absolute;
    right: 5vw;
    bottom: -4vw;
}

#game_dev_character_design .character3DMario img {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
}

.game_dev_heading_content {
    padding: 15px;
}

#game_dev_character_design .game_character {
    margin-top: 5rem;
}

#game_dev_character_design .game_character .title_1 {
    font-weight: bold;
}
/* ################################# GAME DEV BANNER SECTION END ########################################*/

/* ################################# AR DEV BANNER SECTION ########################################*/
#ar_dev_banner {
    position: relative;
    z-index: 9;
    min-height: 50vw;
    background: url(/images/game_bg.png) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

#ar_dev_banner #game_item_1 {
    margin-left: -5%;
    /* margin-top: 3%; */
}

#ar_dev_banner #game_item_2 {
    width: 80%;
    margin-top: 10%;
    /* margin-left: 10%; */
    z-index: -1;
}

.ar_dev_heading_wrapper {
    text-align: right;
    color: #fff;
    margin-right: 3rem;
    /* text-shadow: 0px 1px 10px #000; */
    margin-left: 27%;
}

.ar_dev_heading {
    font-size: 57.65px;
    padding: 10px;
    margin-top: 60%;
    margin-bottom: 5rem;
    font-family: var(--sans-font);
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    text-align: center;
}

.ar_dev_heading span {
    font-weight: 700;
    font-size: 150px;
    position: relative;
}

.ar_dev_heading span::before {
    content: "";
    background-image: url("/images/decoration_icon/rhomb-04.png");
    background-size: 100% 100%;
    position: absolute;
    width: 50px;
    height: 120px;
    top: -80px;
    right: 5.5rem;
}

.ar_dev_author_heading {
    font-weight: bold;
}
/* ################################# AR DEV BANNER SECTION END #####################################*/

/*=================================Web Development ============================*/

#web_dev_banner {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    background: url(/public/images/WebDevelopmentBackground.png) center
        no-repeat;
    background-size: cover;
}

.web_dev_heading {
    font-size: 71.65px;
    color: var(--main-purple-color);
    background-color: #fff;
    padding: 10px;
    margin-top: 8rem;
    text-align: center;
}

.web_dev_heading p {
    font-size: 44.84px;
}

.web_dev_point_content_2,
.web_dev_point_content {
    color: #fff;
}

.web_dev_point_content .num {
    font-size: 16px;
    color: #6be3fb;
    margin-top: 66px;
    display: inline-block;
}

.web_dev_point_content .experiences {
    font-size: 70px;
    color: #fff;
}

.web_experience_content_right {
    padding: 35px;
}

/*########################### VR DEV BANNER SECTION  #######################################*/

#vr_dev_banner {
    position: relative;
    z-index: 2;
    background: url(/images/vr_bg_2.png) center no-repeat;
    background-size: cover;
    min-height: 50vw;
    overflow: hidden;
}

#vr_dev_banner #vr_item_1,
#vr_dev_banner #vr_item_2,
#vr_dev_banner #vr_item_3,
#vr_dev_banner #vr_item_4,
#vr_dev_banner #vr_item_5,
#vr_dev_banner #vr_item_6,
#vr_dev_banner #vr_item_7 {
    margin-top: 5%;
    width: 90%;
}

#vr_dev_banner #vr_item_3,
#vr_dev_banner #vr_item_7,
#vr_dev_banner #vr_item_4 {
    z-index: -1;
}

.vr_dev_heading_wrapper {
    text-align: right;
    color: #fff;
    margin-right: 3rem;
    text-shadow: 0px 1px 10px #000;
}

.vr_dev_heading {
    font-size: 71.65px;
    padding: 10px;
    margin-top: 30%;
    margin-bottom: 5rem;
    font-family: var(--sans-font);
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.vr_dev_heading::after {
    content: "";
    background-image: url("/images/decoration_icon/rhomb-04.png");
    background-size: 100% 100%;
    position: absolute;
    width: 40px;
    height: 90px;
    right: -20px;
    bottom: -60px;
}

.vr_dev_heading span {
    font-weight: 700;
    font-size: 150px;
    position: relative;
}

.vr_dev_heading::before {
    content: "";
    background-image: url("/images/decoration_icon/rhomb-04.png");
    background-size: 100% 100%;
    position: absolute;
    width: 50px;
    height: 120px;
    top: -32px;
    left: 40%;
}

.vr_dev_img {
    position: absolute;
    left: -15rem;
    top: 5rem;
    height: auto;
}

.vr_dev_text_highlight {
    margin: 0 -15px;
}

.vr_dev_text_highlight p {
    background-color: var(--blue-color);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--main-purple-color);
    color: var(--blue-color);
    font-size: 28px;
}

.vr_dev_text_highlight p:first-child {
    font-size: 22px;
}

.vr_dev_text_highlight p:last-child {
    -webkit-text-stroke-color: #000;
}

.vr_dev_text_highlight p > marquee {
    margin-top: 5px;
}

.vr_dev_circle_icon {
    margin-left: -9.5vw;
    margin-top: 2rem;
}

.vr_title_purple {
    color: var(--main-purple-color);
}

.vr_dev_decoration img:nth-child(1) {
    position: absolute;
    left: -2.5rem;
}

.vr_dev_decoration img:nth-child(2) {
    position: absolute;
    right: 0;
    top: -2rem;
}

.vr_dev_decoration img:nth-child(3) {
    position: absolute;
    bottom: 0rem;
    left: 13.2rem;
}

.rhomb_decoration_vr_dev img:nth-child(1) {
    position: absolute;
    bottom: -5rem;
    width: 200px;
    left: -7rem;
}

.rhomb_decoration_vr_dev img:nth-child(2) {
    position: absolute;
    bottom: -5rem;
    width: 250px;
    right: -8rem;
}

.vr_dev_circle_icon span {
    padding: 14px 22.5px;
    font-size: 22px;
    background-color: var(--blue-color);
    border-radius: 50%;
    color: #000;
}

.vr_dev_contents {
    padding: 20px;
}

.our_services_slider .slick-prev:before,
.our_services_slider .slick-next:before,
.vr_dev_wrapper .slick-prev:before,
.vr_dev_wrapper .slick-next:before {
    font-size: 25px;
    color: black;
}

ul.vr_dev_logo_item li:first-child {
    margin-left: 0;
}

ul.vr_dev_logo_item li {
    margin-left: 5rem;
}

.vr_dev_logo_item_title {
    font-size: 83px;
    text-align: left;
    position: absolute;
    top: -5rem;
}

.vr_dev_wrapper .slick-slide img {
    margin: 0px auto;
}

/*########################### VR DEV BANNER SECTION  END #######################################*/

/*################################ ABOUT PAGE ############################################*/

#our_mission {
    text-align: center;
}

#our_mission object {
    width: 100%;
}

.our_mission_coordinates {
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    font-family: var(--serif-font);
}

.our_mission_coordinates span {
    border: 2px solid var(--blue-color);
    padding: 10px 15px;
    border-radius: 50%;
}

.our_mission_coordinates tr {
    display: flex;
    align-items: center;
}

.our_mission_coordinates th,
.our_mission_coordinates td {
    padding-bottom: 20px;
}

#our_mission .word_sinking h3 {
    top: 12rem;
    z-index: -1;
    font-size: 7.5rem;
    right: 0rem;
    text-transform: capitalize;
    opacity: 0.5;
}

.core_team_content {
    margin-top: 1rem;
}

.core_team_title {
    color: var(--grey-color);
    font-size: 125px;
}

.core_team_info_user p {
    display: inline-block;
}

.core_team_info_user span {
    font-size: 20px;
    font-weight: normal !important;
}

.core_team_info_user p:nth-child(3),
.core_team_info_user p:nth-child(2),
.core_team_info_user p:nth-child(1) {
    background-color: #000;
    color: #fff;
    padding: 20px;
}

.core_team_info_user p:nth-child(1) {
    font-weight: bold;
    font-size: 30px;
}

.core_team_info_user p:nth-child(3),
.core_team_info_user p:nth-child(4) {
    background-color: var(--grey-color);
    padding: 20px;
    color: #000;
}

.core_team_user {
    position: absolute;
    cursor: pointer;
    width: 10%;
}

.core_team_user1 {
    top: -3rem;
    left: 13rem;
}

.core_team_user2 {
    top: 2rem;
    right: 3rem;
}

.core_team_user3 {
    bottom: -5rem;
    right: 21rem;
}

.core_team_user4 {
    bottom: -6rem;
    right: 30rem;
}

.core_team_user5 {
    bottom: -6rem;
    left: 9rem;
    display: none;
}

.core_team_user6 {
    bottom: -6rem;
    right: 9rem;
}

#core_team {
    overflow: hidden;
}

#core_team .vr_dev_text_highlight p {
    color: #fff;
    -webkit-text-stroke-width: 0px;
    font-weight: bold;
}

#core_team .vr_dev_text_highlight p:last-child {
    margin-bottom: 0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: #000;
}

#core_team .vr_dev_text_highlight p {
    background-color: #000;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 0px;
}

#core_team .vr_dev_text_highlight p:nth-child(1) span.ml-5 {
    display: inline-block;
    animation: anim-marquee 10s linear infinite;
    -webkit-animation: anim-marquee 10s linear infinite;
    -moz-animation: anim-marquee 10s linear infinite;
    -o-animation: anim-marquee 10s linear infinite;
}

#core_team .vr_dev_text_highlight p:nth-child(2) span.ml-5 {
    display: inline-block;
    animation: anim-marquee-2 10s linear infinite;
    -webkit-animation: anim-marquee-2 10s linear infinite;
    -moz-animation: anim-marquee-2 10s linear infinite;
    -o-animation: anim-marquee-2 10s linear infinite;
}

@keyframes anim-marquee {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-669px);
    }
}

@keyframes anim-marquee-2 {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-621px);
    }
}

.about_marvy_ecosystem h3 {
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--main-purple-color); */
    color: var(--main-purple-color);
}

#about_marvy_ecosystem_collapse .card-header {
    background-color: #fff;
    border-bottom: none;
}

#about_marvy_ecosystem_collapse .card-body {
    width: 80%;
    margin-left: 1.5rem;
    border: 1px solid #000;
}

#about_marvy_ecosystem_collapse .collapse_title {
    font-size: 22px;
}

#about_marvy_ecosystem_collapse span.collapse_num {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    position: absolute;
    left: -20px;
}

#about_marvy_ecosystem_collapse .card {
    margin-bottom: 20px;
}

#about_marvy_ecosystem_collapse a[class="collapse_title"]:focus,
#about_marvy_ecosystem_collapse a[class="collapse_title"]:active,
#about_marvy_ecosystem_collapse a.collapse_title:hover {
    color: var(--main-purple-color);
}

#about_marvy_ecosystem_collapse span.collapse_num:hover {
    background-color: var(--main-purple-color);
}

#about_marvy_ecosystem_collapse .arrow_down {
    opacity: 0;
}
#our_mission .our_mission_title {
    margin-bottom: 5rem;
}
#our_mission .why_us {
    font-size: 4vw;
}
/*################################ ABOUT PAGE END ############################################*/

/*################################################ CATEGORIES SECTION (PORTFOLIO MAIN) ################################################# */

#categories .heading_title {
    text-align: center;
    margin-bottom: 3rem;
    font-weight: bold;
}

#categories .heading_title h1 {
    font-weight: bold;
}

#categories .portfolio_wrapper,
#categories .heading_title {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 0;
}

#menuPortfolio {
    display: flex;
}

.home_categories_ourworks,
.home_categories_industries {
    display: flex;
    align-items: center;
}

.home_categories_industries {
    margin-left: 2rem;
}

.home_categories_industries h2,
.home_categories_ourworks h2 {
    font-size: 20px;
    font-weight: 600;
    padding-right: 15px;
    margin-bottom: 0;
}

.home_categories_ourworks .ourworks {
    padding: 10px 0px;
    font-weight: 600;
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.home_categories_ourworks .ourworks .ar_type_wrapper_inline {
    display: inline-block;
    opacity: 0;
    transition: width 0.8s, opacity 0.8s;
    border: 1px solid var(--main-purple-color);
    border-radius: 10px;
    background-color: #fff;
}

.home_categories_ourworks .ourworks .ar_type_wrapper_inline button {
    border: 0;
    transition: width 0.8s, font-size 0.8s;
}

.home_categories_ourworks .ourworks .ar_type_wrapper_inline .ar_type {
    justify-content: space-evenly;
    display: flex;
    transform: translateY(2px);
    -moz-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -o-transform: translateY(2px);
}

.home_categories_ourworks .ourworks .ar_type_wrapper_inline .ar_type button {
    position: relative;
}

.home_categories_ourworks
    .ourworks
    .ar_type_wrapper_inline
    .ar_type
    button.active:before {
    content: "";
    border-left: 7px solid rgb(255 255 255 / 0%);
    border-right: 7px solid rgb(255 255 255 / 0%);
    border-bottom: 7px solid var(--main-purple-color);
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    --wekit-transform: translateX(-50%);
    --moz-transform: translateX(-50%);
    --o-transform: translateX(-50%);
}

.home_categories_ourworks
    .ourworks
    .ar_type_wrapper_inline
    .ar_type
    .industries-child-logo-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home_categories_ourworks
    .ourworks
    .ar_type_wrapper_inline
    .ar_type
    .industries-child-logo-menu
    span {
    display: none;
}

.home_categories_ourworks
    .ourworks
    .ar_type_wrapper_inline
    .ar_type
    .industries-child-logo-menu:hover
    span {
    display: block;
    position: absolute;
    width: 130px;
    left: -40px;
    top: -12px;
}

.home_categories_ourworks
    .ourworks
    .ar_type_wrapper_inline
    .ar_type
    .btn:last-child
    .industries-child-logo-menu:hover
    span {
    left: -60px;
}

.home_categories_ourworks
    .ourworks
    .ar_type_wrapper_inline
    .ar_type
    .industries-child-logo-menu
    img {
    width: 50px;
    height: 50px;
}

.home_categories_ourworks .ourworks .ar_type_wrapper_inline .ar_type button {
    padding: 0px !important;
    /* width: 60px !important;
    height: 60px !important; */
}

.home_categories_ourworks
    .ourworks
    .ar_type_wrapper_inline
    .ar_type
    .industries-child-logo-menu
    span {
    font-size: 10px;
}

.home_categories_industries .industries {
    padding: 20px 0px;
}

.home_categories_industries .industries #industries-dropdown {
    width: 250px;
    background-color: #fff;
    color: #000;
    border: 0;
    border-bottom: 1px solid #000;
    text-align: left;
}

.home_categories_industries .industries #industries-dropdown::after {
    float: right;
    margin-top: 0.5rem;
}

.home_categories_industries .industries #industries-dropdown:focus {
    box-shadow: none;
}

.home_categories_industries .industries .dropdown-menu {
    height: 200px;
    width: 253px;
    overflow-y: auto;
    border-radius: unset;
    border-top: 0;
    margin-top: -1px;
    margin-left: -1px;
    text-align: center;
}

.home_categories_industries .industries .dropdown-menu .dropdown-item {
    margin-top: 1.5rem;
}

.home_categories_industries .industries .dropdown-menu .dropdown-item:hover {
    background-color: #ededed;
}

.home_categories_industries .industries .dropdown-menu::-webkit-scrollbar {
    width: 5px;
}

/* Track */

.home_categories_industries
    .industries
    .dropdown-menu::-webkit-scrollbar-track {
    background: #ededed;
}

/* Handle */

.home_categories_industries
    .industries
    .dropdown-menu::-webkit-scrollbar-thumb {
    background: var(--main-purple-color);
    border-radius: 10px;
}

/* Handle on hover */

.home_categories_industries
    .industries
    .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: var(--main-purple-color);
}

.ar_type_wrapper button,
.home_categories_industries .industries button,
.home_categories_ourworks .ourworks button {
    font-weight: bold;
    padding: 5px 10px;
    font-size: 17px;
}

.home_categories_industries
    .industries
    button.btn.active
    .industries-logo-menu
    img {
    filter: invert(23%) sepia(83%) saturate(7181%) hue-rotate(258deg)
        brightness(95%) contrast(96%);
    -webkit-filter: invert(23%) sepia(83%) saturate(7181%) hue-rotate(258deg)
        brightness(95%) contrast(96%);
}

.home_categories_contents .ar_type_wrapper .ar_type button.btn.active,
.home_categories_contents .ar_type_wrapper .ar_type button.btn.focus,
.home_categories_industries .industries button.btn.active,
.home_categories_industries .industries button.btn:focus,
.home_categories_ourworks .ourworks button.btn.btn_portfolio_cate.active,
.home_categories_ourworks .ourworks button.btn:focus {
    outline: none;
    box-shadow: none;
    color: var(--main-purple-color);
}

.ar_type_wrapper .industries-child-logo-menu,
.home_categories_industries .industries .industries-logo-menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.home_categories_industries .industries .industries-logo-menu img {
    width: 35px;
    filter: invert(0%) sepia(7%) saturate(7483%) hue-rotate(167deg)
        brightness(0%) contrast(96%);
    -webkit-filter: invert(0%) sepia(7%) saturate(7483%) hue-rotate(167deg)
        brightness(0%) contrast(96%);
}

.ar_type_wrapper .industries-child-logo-menu img {
    width: 60px;
}

.ar_type_wrapper .industries-child-logo-menu img + span,
.home_categories_industries .industries .industries-logo-menu span {
    transform: translate(0px, 40px);
    color: #000;
    padding: 5px;
    font-size: 12px;
    position: absolute;
    visibility: hidden;
    transition: visibility 0.1s;
}

.ar_type_wrapper .industries-child-logo-menu img:hover + span,
.home_categories_industries .industries .industries-logo-menu:hover span {
    visibility: visible;
}

/* .home_categories_contents .ar_type_wrapper .ar_type button.btn:focus:before,
.home_categories_contents .ar_type_wrapper .ar_type button.btn.active:before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent var(--blue-color) transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    transform: rotate(90deg) translateY(10px);
    position: absolute;
    bottom: 1rem;
    left: 50%;
} */

.home_categories_contents .content.first-content {
    background-color: white;
    color: #000;
    border: 1px solid #ededed;
    box-shadow: 9px 7px 7px #cfcaca;
    text-align: center;
}

.home_categories_contents .content.first-content h3.content-title {
    color: #000;
    padding: 35px 10px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.home_categories_contents .content.first-content > i {
    font-size: 100px;
}

.home_categories_contents .content.first-content .content-subtitle {
    font-size: 25px;
    font-weight: 800;
    display: block;
    padding: 16px 0px;
    text-transform: capitalize;
}

.home_categories_contents .content {
    margin-bottom: 20px;
    position: relative;
    max-width: 400px;
    margin: auto;
}

.home_categories_contents .content-img {
    background: #000 no-repeat center center;
    background-size: contain;
    height: 300px;
    position: relative;
}

.home_categories_contents #categories_contents {
    margin-top: 6rem;
    position: relative;
}

.home_categories_contents .content:not(.first-content) h3.content-title {
    margin-bottom: 0;
    margin-top: 5px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 22px;
    padding: 0px 10px 10px;
}

.home_categories_contents .content:not(.first-content) span.content-subtitle {
    padding: 0px 10px 10px;
    display: block;
}

.home_categories_contents #categories_contents .port-ar .grid-item .tag,
.home_categories_contents .content .tag {
    position: absolute;
    top: 20px;
    right: 0px;
}

.home_categories_contents
    #categories_contents
    .port-ar
    .grid-item
    .tag
    .industry-tag,
.home_categories_contents
    #categories_contents
    .port-ar
    .grid-item
    .tag
    .ourwork-tag,
.home_categories_contents .content .tag .industry-tag,
.home_categories_contents .content .tag .ourwork-tag {
    display: block;
    padding: 2px 10px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.home_categories_contents
    #categories_contents
    .port-ar
    .grid-item
    .tag
    .ourwork-tag,
.home_categories_contents .content .tag .ourwork-tag {
    background: #6b2df4;
    color: #6be3fb;
}

.home_categories_contents
    #categories_contents
    .port-ar
    .grid-item
    .tag
    .industry-tag,
.home_categories_contents .content .tag .industry-tag {
    background: #fff;
    color: #6b2df4;
}

.home_categories_contents .content .try-now-ar-both,
.home_categories_contents .content .try-now-ar,
.home_categories_contents .content .in-detail-ar,
.home_categories_contents .content .in-detail {
    background: #6be3fb;
    color: #000;
    font-weight: bold;
    display: inline-block;
    padding: 10px 15px;
    visibility: hidden;
    width: 130px;
    text-align: center;
}

.home_categories_contents .content .ar_filter_buttons {
    position: absolute;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    top: 60%;
    left: 50%;
    display: flex;
    width: 80%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.home_categories_contents .content .try-now-ar {
    background: #fff;
    color: #000;
}

.home_categories_contents .content .try-now-ar-both {
    background: #fff;
    border-radius: 10px;
    border: 2px solid var(--main-purple-color);
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
}

.home_categories_contents .content .try-now-ar-both > span {
    display: flex;
}

.home_categories_contents .content .try-now-ar-both a {
    margin: 5px;
    transition: transform 0.3s;
}

.home_categories_contents .content .try-now-ar-both a:hover img {
    transform: scale(1.05);
    --webkit-transform: scale(1.05);
}

.home_categories_contents .overlay {
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}

.home_categories_contents .content:hover .overlay {
    cursor: pointer;
}

.home_categories_contents .content:not(.first-content):hover .featured,
.home_categories_contents .content:not(.first-content):hover .tag {
    visibility: hidden;
}

.home_categories_contents .content h3.content-title {
    cursor: pointer;
}

.home_categories_contents .content h3.content-title:hover {
    color: var(--main-purple-color);
}

.home_categories_contents .content-img:hover .try-now-ar-both,
.home_categories_contents .content-img:hover .try-now-ar,
.home_categories_contents .content-img:hover .in-detail-ar,
.home_categories_contents .content-img:hover .in-detail {
    visibility: visible;
}

.home_categories_contents .content-img:hover .overlay {
    background-color: #00000030;
}

.home_categories_contents .see-more h3 {
    font-size: 40px;
    color: #1100000a;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
}

#home_categories_extend li {
    transform: rotate(-90deg);
    margin-bottom: 200px;
    margin-top: 156px;
    position: relative;
    right: -25px;
}

#home_categories_extend li:last-child {
    list-style: none;
}

#home_categories_extend li a {
    display: block;
    padding: 5px 10px;
    text-align: center;
    transition: all 0.2s;
    width: 200px;
}

#home_categories_extend li a:focus,
#home_categories_extend li a:hover {
    background: #6be3fb;
    color: #000;
}

/*port ar */

.home_categories_contents #categories_contents .port-ar.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 30px 20px;
    padding: 10px;
    grid-auto-rows: minmax(180px, auto);
}

.home_categories_contents #categories_contents .port-ar .grid-item {
    background-color: rgba(143, 143, 143, 0.23);
    padding: 20px;
    font-size: 30px;
    text-align: center;
    border-radius: 25px;
    transition: all 0.5s;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.home_categories_contents
    #categories_contents
    .port-ar
    .grid-item:nth-child(15n),
.grid-item:first-child {
    grid-area: span 2 / span 2;
}

.home_categories_contents #categories_contents .port-ar .grid-item .small-hover,
.home_categories_contents
    #categories_contents
    .port-ar
    .grid-item
    .large-hover {
    position: absolute;
    top: 0;
    right: 0;
    top: 38%;
    right: 25%;
    visibility: hidden;
}

.home_categories_contents
    #categories_contents
    .port-ar
    .grid-item
    .small-hover
    a,
.grid-item .large-hover a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
    background: #fff;
    padding: 5px 10px;
    font-weight: 600;
    margin: 0px 5px;
}

.home_categories_contents
    #categories_contents
    .port-ar
    .grid-item
    .large-hover
    .in-detail {
    background: #6be3fa;
}

.home_categories_contents
    #categories_contents
    .port-ar
    .grid-item:hover
    .overlay,
.home_categories_contents
    #categories_contents
    .port-ar
    .grid-item:hover
    .small-hover,
.home_categories_contents
    #categories_contents
    .port-ar
    .grid-item:hover
    .large-hover {
    visibility: visible;
}

.home_categories_contents #categories_contents .port-ar .grid-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #6432e6;
    opacity: 0.7;
    visibility: hidden;
    border-radius: 25px;
}

#categories_contents .child {
    margin-bottom: 1.5rem;
}

/* #categories_contents .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #00000045;
} */

#categories .decoration-rhomb > img:nth-child(1) {
    position: absolute;
    left: 100px;
    top: 0;
    width: 50px;
}

#categories .decoration-rhomb > img:nth-child(2) {
    position: absolute;
    right: 100px;
    top: 0;
    width: 50px;
}

.menu_portfolio_category {
    display: flex;
}

.home_categories_contents .content .featured {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #fff;
    color: var(--main-purple-color);
    padding: 2px 10px;
    font-size: 17px;
}

/*################################################ CATEGORIES SECTION END (PORTFOLIO MAIN) ################################################# */

/*############################### PORTFOLIO SPECIAL /*###############################*/

/*=============================== Porfolio 2 ===============================*/

.porfolio_2_project_stick {
    font-size: 28px;
    background-color: var(--main-purple-color);
    color: #fff;
    text-align: center;
    margin: 0px -15px;
    padding: 10px;
    margin-top: 15rem;
}

/*################################### AR USE SECTION #################################*/

#ar_use {
    border-top: 1px solid #dee2e6;
}

#ar_use .ar_use_content_1 {
    border-bottom: 1px solid #dee2e6;
}

#ar_use .ar_use_content_2 {
    background-color: #fff;
}

#ar_use h2 object {
    margin-left: -1.65rem;
    margin-right: 1rem;
}

#ar_use .ar_use_content_2 h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    color: #fff;
    font-size: 3.5vw;
    margin-top: 3rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 15px;
}

#ar_use .ar_use_content_2 h2.has-dot-circle:before {
    position: absolute;
    display: block;
    content: " ";
    background-image: url(/images/svg_icon/circle_icon_outline_black.svg);
    background-size: cover;
    height: 20px;
    width: 20px;
    left: -25px;
    top: 20px;
}

.ar_use_content_2 .our_services_share {
    margin-top: 1rem;
    display: block;
}

.home_port_link.porfolio_2 {
    font-size: 60px;
    margin-top: 2%;
}

.ar_use_tradition_culture img,
.ar_use_history_culture img,
.ar_use_constellation img {
    transition: all 0.3s;
}

.ar_use_tradition_culture img:hover,
.ar_use_history_culture img:hover,
.ar_use_constellation img:hover {
    transform: scale(1.2);
    cursor: pointer;
}

.ar_code_logo img {
    width: 195px;
}
#ar_use .ar_use_icon_title object {
    margin-left: -6.2%;
}
/*################################### AR USE SECTION END #################################*/

/*=========================Idea & Concept=======================*/

.idea_concept {
    background-color: #e2e3e459;
    margin: 0 -15px;
    margin-top: 15rem;
}

#ar_use .ar_use_content_2.idea_wrapper p {
    margin-left: 0;
}

.idea_concept_title {
    margin-top: -5rem;
}

.idea_concept_title h2 small,
.idea_concept_title h2 span {
    color: #e2e3e412;
}

.idea_concept_title .cloud {
    position: absolute;
    left: 10rem;
    top: -3rem;
}

.ar_use_content_2.idea_wrapper .cloud_blur_bg img {
    position: absolute;
    /* top: 97rem; */
    left: -6rem;
    width: 85%;
}

.idea_concept_2 h2 .coconut_icon {
    position: absolute;
    right: -10rem;
    top: 2rem;
}

.idea_concept_2 h2 .coconut_icon_2 {
    position: absolute;
    left: -1rem;
    top: 2rem;
}

.idea_concept_2 .flower-icon {
    position: absolute;
    top: 14.5%;
    left: -2rem;
}

.idea_concept_2 .flower-icon img {
    width: 35%;
}

.idea_concept_2 .sand-icon {
    position: absolute;
    top: 13%;
    left: -5%;
}

.idea_concept_2 .sand-icon img {
    width: 400px;
}

.flower_icon_reverse {
    position: absolute;
    bottom: 0rem;
    right: -2rem;
}

.sand_icon_reverse {
    position: absolute;
    bottom: 0rem;
    right: -2rem;
    width: 800px;
}

.mouse_icon_reverse {
    position: absolute;
    bottom: 0;
    left: 2rem;
}

.cat_icon_reverse {
    position: absolute;
    bottom: 12rem;
    right: 4rem;
}

.wedding_mouse {
    animation-name: wedding_mouse_move;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes wedding_mouse_move {
    0% {
        transform: matrix(1, 0, 0, 1, -2000, 0);
    }
    100% {
        transform: matrix(1, 0, 0, 1, 2000, 0);
    }
}

.ar_use_content_2_wrapper {
    margin-bottom: 6rem;
}

/*================================================BLOG Carousel=================================*/

#blogCarousel {
    background: url("/images/blog_main_header_bg.png") center no-repeat;
    position: relative;
    background-size: cover;
    background-color: #fff;
    padding-top: 5rem;
    overflow: hidden;
}

#blogMainCarousel .carousel-inner,
#blogMainCarousel.carousel,
#blogMainCarousel .carousel-item,
#blogMainCarousel .container,
#blogMainCarousel .fill {
    height: 100%;
    min-height: 500px;
    width: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    /* box-shadow: 0px 0px 10px #00000054; */
    background-color: var(--grey-light-color);
}

#blogMainCarousel .slide-wrapper {
    display: inline;
}

#blogMainCarousel .slide-wrapper .container {
    padding: 0;
}
#blogCarousel a {
    color: #000;
}

/*------------------- vertical bootstrap slider----------------------------*/

#blogMainCarousel .carousel-inner > .carousel-item.carousel-item-next,
#blogMainCarousel .carousel-inner > .carousel-item.active.carousel-item-right {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    top: 0;
}

#blogMainCarousel .carousel-inner > .carousel-item.carousel-item-prev,
#blogMainCarousel .carousel-inner > .carousel-item.active.carousel-item-left {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    top: 0;
}

#blogMainCarousel .carousel-inner > .carousel-item.next.carousel-item-left,
#blogMainCarousel
    .carousel-inner
    > .carousel-item.carousel-item-prev.carousel-item-right,
#blogMainCarousel .carousel-inner > .carousel-item.active {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    top: 0;
}

/*------ vertical carousel indicators ----------------*/

#blogMainCarousel .carousel-indicators,
.hosttest-blog > span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: -100px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#blogMainCarousel .hosttest-blog > span {
    top: -262px;
    right: -85px;
    z-index: 50;
}

#blogMainCarousel .carousel-indicators li {
    display: block;
    margin-bottom: 5px;
    border: 1px solid var(--main-purple-color);
}

#blogMainCarousel .carousel-indicators li.active {
    margin-bottom: 5px;
    background: var(--main-purple-color);
}

.work_about-us {
    position: absolute;
    bottom: 5rem;
}

.work_about-us > ul > li {
    transform: rotate(-90deg);
    margin-bottom: 70px;
}

.work_about-us > ul > li:last-child {
    list-style: none;
}

.work_about-us > ul > li:last-child a {
    background: black;
    color: white;
    padding: 2px 8px;
}

#blogMainCarousel .topic {
    padding: 15px;
    height: 500px;
    overflow: hidden;
}

#blogMainCarousel .topic .topic-tag {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}

#blogMainCarousel .topic > a h3 {
    font-size: 1.75rem;
}

#blogMainCarousel .fill {
    position: relative;
}

#blogMainCarousel .fill object {
    font-size: 60px;
    vertical-align: middle;
}

#blogMainCarousel .topic .image {
    height: 475px;
    overflow: hidden;
}

#blogMainCarousel .topic .image {
    height: 475px;
    overflow: hidden;
    position: relative;
}

#blogMainCarousel .topic .image img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

#blogMainCarousel .topic .content-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

#blogMainCarousel .topic .content {
    padding: 10px;
}

#blogMainCarousel .topic .content a {
    color: #000;
}
#blogMainCarousel .topic .read_more {
    color: var(--main-purple-color);
}

/*------ vertical carousel indicators ----------------*/

.home_categories-tab_nav-tabs {
    border-top: 1px solid var(--grey-border-color);
}

.home_categories-tab_nav-tabs .nav.nav-tabs {
    background: var(--grey-light-color);
    padding-right: 5rem;
}

.home_categories-tab_nav-tabs .our-blogs {
    padding: 25px 0;
    width: 100px;
    border-bottom: 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.home_categories-tab_nav-tabs .nav.nav-tabs .nav-item .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
    height: 100%;
    border-right: none;
    border-left: none;
}

.home_categories-tab_nav-tabs .nav.nav-tabs .nav-link.active {
    border-radius: 0;
    border-bottom: 1px solid #dee2e6;
    color: #7235fa;
    background: #f0f0f0;
}

.home_categories-tab_nav-tabs .tab-content > #ourblogs {
    /* min-height: 1500px; */
    border: 1px solid #e8ebee;
    display: inline-block;
    border-top: none;
    border-bottom: none;
    position: relative;
    width: 100px;
}

.home_categories-tab_nav-tabs .tab-content > .see-more h3 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    color: #1100000a;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
}

.home_categories-tab_nav-tabs .post-content {
    margin-bottom: 20px;
}

.home_categories-tab_nav-tabs .post-content .meta-post-content {
    margin-top: 15px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}

.home_categories-tab_nav-tabs .post-content .info-post-content {
    margin-left: 15px;
    margin-right: 15px;
}

.home_categories-tab_nav-tabs .post-content .info-post-content .post-hashtag {
    color: var(--main-purple-color);
}

.home_categories-tab_nav-tabs .post-content .main-post-content a {
    color: black;
}

.home_categories-tab_nav-tabs .post-content .main-post-content h3 {
    font-size: 1.75rem;
}

span.post-date,
.post-break hr,
span.post-view {
    color: var(--main-purple-color);
}
.home_categories-tab_nav-tabs .post-content .meta-post-content .post-break {
    flex: 1 auto;
}
.home_categories-tab_nav-tabs .post-content h3.post-title {
    font-size: 28px;
    font-weight: 600;
}

.home_categories-tab_nav-tabs .post-content .post-break hr {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

.home_solution-for_icon {
    background: #000000e3;
    padding: 40px 20px;
    text-align: center;
}

.home_solution-for_icon i {
    color: white;
    font-size: 30px;
    padding: 20px 30px;
}

/* ############################### CASE STUDY SECTION ######################################### */

#ar_vr_casestudy {
    background: #ededed;
    padding-bottom: 5rem;
}

#ar_vr_casestudy .home_galaxy_title.text-center h3,
#ar_vr_casestudy .home_hottest-blog_title h3 {
    padding: 30px;
    font-weight: bold;
    font-size: 40px;
    padding-top: 5rem;
}

#ar_vr_casestudy .home_galaxy_content.card-deck h4.card-title {
    font-weight: 600;
    font-size: 26px;
}

#ar_vr_casestudy .home_galaxy_content.card-deck .card {
    transition: all 0.3s;
}

#ar_vr_casestudy .home_galaxy_content.card-deck .card.hidden {
    display: none;
}

#ar_vr_casestudy .home_galaxy_content.card-deck .card:hover {
    box-shadow: 12px 20px 18px #736f6f;
    cursor: pointer;
}

#ar_vr_casestudy .home_galaxy_content .card .card-img-top {
    background-color: var(--main-purple-color);
    height: 260px;
    position: relative;
}

#ar_vr_casestudy .home_galaxy_content .card .card-img-top img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#ar_vr_casestudy .home_galaxy_content .card .card-body {
    padding: 10px;
    background-color: #fff;
}

#ar_vr_casestudy .home_galaxy_content .card .card-body p.card-subtitle {
    margin-bottom: 2rem;
}

.home_galaxy_see-more h3,
.home_galaxy_see-more h3 > svg {
    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: #000000;
    color: #ededed;
    font-size: 50px;
    cursor: pointer;
    display: inline-block;
}

#ar_vr_casestudy .brand_detail_case_study .modal-header {
    padding: 0;
}

#ar_vr_casestudy .brand_detail_case_study .modal-content {
    border: 0;
}

#ar_vr_casestudy .brand_detail_case_study .modal-content button.close {
    position: absolute;
    right: -74px;
    font-size: 30px;
    color: white;
    opacity: 1;
    top: -17px;
    outline: none;
}

#ar_vr_casestudy .brand_detail_case_study .modal-content .modal-body {
    background: black;
    color: white;
    padding: 50px;
    min-height: 400px;
}

#ar_vr_casestudy
    .brand_detail_case_study
    .modal-content
    .modal-body
    .modal-title {
    padding: 15px 0px;
}

#ar_vr_casestudy
    .brand_detail_case_study
    .modal-content
    .modal-body
    .more-detail
    a {
    background: #6be3fb;
    font-weight: 700;
    padding: 12px;
    display: inline-block;
}

#ar_vr_casestudy
    .brand_detail_case_study
    .modal-content
    .modal-body
    .more-detail {
    text-align: center;
    padding: 15px;
}

#ar_vr_casestudy .card-deck .card {
    flex: 30% 0;
}

#blogContent .hidden {
    display: none;
}

/* ############################### CASE STUDY SECTION END ######################################### */

/*====================================Ar Use==============================*/

section#ar_use {
    overflow-x: hidden;
}

/*================================== Blog Detail ============================*/
.detail_about-post_post video {
    height: 500px !important;
}
#nextback .back p,
#nextback .next p {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.detail_about-post_post p {
    margin-left: 0 !important;
}

#content_blog a {
    color: black;
    text-decoration: underline;
    text-decoration-thickness: 0.1em;
    text-decoration-color: var(--main-purple-color);
}

#content_blog a span {
    color: black !important;
}

/*================================== Blog Main ============================*/

.heading-title-blog {
    text-align: center;
    margin: 2rem 0;
    opacity: 0;
    transform: translateY(150px);
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -o-transform: translateY(150px);
}

.blog_main_content {
    align-items: center;
    display: flex;
    overflow: hidden;
}

.blog_main_content a > img {
    transition: transform 0.3s;
    box-shadow: 0px 0px 5px #000000b0;
}

.blog_main_content a > img:hover {
    transform: scale(1.05);
    --webkit-transform: scale(1.05);
    box-shadow: 0px 0px 5px #000000b0;
}
.blog_main_content_img {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}
#blogCarousel .slide-wrapper {
    opacity: 0;
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
}

/*================================= Portfolio Main =========================*/

.ar_type_wrapper {
    box-shadow: 1px 1px 13px #00000078;
}

.ar_type {
    padding: 10px 0px;
}

.ar_type img {
    width: 60px;
}

.ar_type button {
    padding: 0;
    font-size: 12px;
}

.ar_type button:focus {
    box-shadow: none;
    outline: none;
}

h2.ar_types_title {
    font-size: 28px;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

p.ar_types_sub_title {
    margin-left: -15px;
    margin-right: -15px;
    background-color: var(--grey-color);
    padding: 10px 0;
    font-size: 16px;
}

#categories_contents .hidden {
    display: none;
}

/*############################# FOOTER SECTION ###########################*/

/*=========================== Footer Top Purple ========================== */

.footer_top_purple {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer_top_purple .card-header {
    border-bottom: 0;
    background-color: #fff;
}

.footer_top_purple .card-header span {
    display: block;
}

.footer_top_purple .card {
    border: 1px solid #00000029 !important;
    margin-bottom: 5px;
}

.footer_top_purple .card .card-header:after {
    content: "\2191";
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 20px;
    font-weight: 600;
    color: var(--main-purple-color);
}

.footer_top_purple .card .card-header.close_collapse:after {
    content: "\2193";
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 20px;
    color: #000;
}

.lang-footer {
    position: absolute;
    right: 5px;
    bottom: 10px;
}
@media (max-width: 575.98px){
    .lang-footer {
    position: relative;
    margin-top: 20px;
    }
}
#footer .title_newsletter {
    padding: 0px 100px 50px;
}

/*############################# FOOTER SECTION END ###########################*/

/*------------------------------------ Menu ----------------------*/

.menu_items_bottom {
    padding-bottom: 2rem;
}

/*-------------------------------------- Home ---------------------- */

.home_home_divider .svg_arrow_2,
.home_home_divider .svg_arrow_1 {
    fill: #000;
    stroke: #000;
}

/*###################################### OURSERVICE SECTION ##############################################*/

#our_services a {
    display: block;
}

#our_services a img:hover {
    box-shadow: none;
    transform: scale(1);
    -webkit-transform: scale(1);
    cursor: pointer;
}

#our_services a img:nth-child(1) {
    position: relative;
    z-index: 1;
}

#our_services .ecosystem_menu_link_hover a img {
    position: unset;
}

#our_services .ecosystem_menu_link_hover a > img {
    width: 80%;
}

#our_services .ecosystem_menu_link_hover a .hover_item p {
    color: #000;
    padding-left: 0;
}

#our_services a img:nth-child(2) {
    position: absolute;
    top: 0;
    box-shadow: none;
}

#our_services a img:nth-child(3) {
    position: absolute;
    top: 0;
    opacity: 0;
}

#translate_ar_service_2 img {
    width: 370px;
}

.showServicesDetailAR {
    transform: translateX(444px);
}

.showServicesDetailAR .detailAR img {
    width: 199px;
}

.showServicesDetailAR .detailAR.ecosystem_menu_link_hover img {
    width: auto;
}

.showServicesDetailAR .detailAR .table tr:first-child td {
    border-top: none;
}

.our_services_slider_mobile li {
    margin-bottom: 1rem;
    border: 1px solid #000;
    padding: 15px;
    font-weight: bold;
    text-align: center;
}

#our_services .our_services_slider_mobile li a {
    display: inline-block;
}

.our_services_slider_mobile li:first-child::after {
    content: "\25BC";
    font-size: 20px;
}

.our_services_slider_mobile li table tbody tr td:hover {
    background: var(--main-purple-color);
}

.our_services_slider_mobile li:hover:not(:nth-child(2)) {
    background: var(--main-purple-color);
    color: white !important;
}

.our_services_slider_mobile li a {
    color: #000;
}

.our_services_slider_mobile li:hover a {
    color: #fff;
}

/*###################################### OURSERVICE SECTION END ##############################################*/

/*------------------------------------ Bottom-nav.html -----------------------*/

#bottom-nav-side .bottom-nav-close {
    font-size: 30px !important;
}

/*------------------------------------- Home Achivement ------------------------- */

#home_achivements {
    position: relative;
}

#home_achivements .achivement_title {
    text-align: left;
    color: #fff;
    position: absolute;
    top: -117px;
    left: 19rem;
    font-size: 95px;
}
/*=================================== TECH BUDDY  ==================================*/
#tech-buddy-banner {
    position: relative;
    overflow: hidden;
    padding-bottom: 150px;
    background-color: #fff;
}
#tech-buddy-banner .title-wrapper {
    text-align: center;
    text-transform: uppercase;
    margin-top: 20%;
    position: relative;
    z-index: 2;
}
#tech-buddy-banner .title-wrapper .title {
    font-size: 90px;
    font-family: var(--sans-font);
    font-weight: bold;
}
#tech-buddy-banner .title-wrapper .sub-title {
    font-size: 48px;
    color: var(--main-purple-color);
    font-family: var(--sans-font);
    font-weight: bold;
}
#tech-buddy-banner .intro-wrapper {
    text-align: center;
    justify-content: center;
    margin-left: 10%;
    display: flex;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
}
#tech-buddy-banner .intro-wrapper .intro {
    background-color: #000;
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 50px;
    text-align: left;
}
#tech-buddy-banner .intro-wrapper img {
    width: 200px;
    transform: translate(-20%, -50%);
    -webkit-transform: translate(-20%, -50%);
    -moz-transform: translate(-20%, -50%);
    -o-transform: translate(-20%, -50%);
    position: relative;
    top: 50%;
}
#tech-buddy-banner .tech-buddy-text {
    font-size: 165px;
    color: #eeecec;
    text-transform: uppercase;
    font-weight: bold;
}
#tech-buddy-banner .rhomb img:nth-child(1) {
    left: 5%;
    position: absolute;
    width: 200px;
    top: 12%;
    z-index: 2;
}
#tech-buddy-banner .rhomb img:nth-child(2) {
    right: 20%;
    position: absolute;
    width: 100px;
    bottom: 20%;
    z-index: 2;
}
#tech-buddy-banner .tech-buddy-text span:nth-child(1) {
    left: -5%;
    position: absolute;
    top: 20%;
    z-index: 1;
}
#tech-buddy-banner .tech-buddy-text span:nth-child(2) {
    right: -15%;
    position: absolute;
    top: 20%;
    z-index: 1;
}
/*=================================== TECH BUDDY END ===============================*/
/*=================================== BENIFIT WRAPPER  ===============================*/
#benifit-wrapper {
    padding: 100px 0px;
    background-color: #fff;
    position: relative;
}
#benifit-wrapper .icon {
    color: #7c7c7c;
    font-size: 20px;
    text-align: center;
    margin: 30px 0px;
}
#benifit-wrapper .icon img {
    width: 80%;
    margin-bottom: 20px;
}
#benifit-wrapper .icon p {
    margin-top: 20px;
}
.great-benifit {
    margin-top: 100px;
}
.great-benifit .title {
    text-align: center;
    font-size: 45px;
    margin-bottom: 50px;
}
.great-benifit .content {
    background-color: #f5f4f4;
}
.great-benifit .content ul {
    list-style: none;
    padding-top: 50px;
    padding-bottom: 100px;
}
.great-benifit .content ul li:nth-child(1) {
    font-weight: bold;
}
/*=================================== BENIFIT WRAPPER END===============================*/
/*=================================== DIGITAL PARTNER WRAPPER ===============================*/
#digital-partner {
    background-color: #000;
    padding-top: 100px;
    padding-bottom: 200px;
    color: #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
}
#digital-partner ul {
    list-style: none;
    padding: 0;
    position: relative;
}
#digital-partner .title-section {
    font-size: 45px;
}
#digital-partner .box-1 {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding: 20px 50px;
}
#digital-partner .content {
    margin-top: 100px;
}
#digital-partner .content .box-1 ul {
    display: flex;
    justify-content: space-between;
    height: 150px;
    flex-direction: column;
    overflow: hidden;
}
#digital-partner .content-1 .box-1 {
    background-color: #e4e0e0;
}
#digital-partner .content-2 {
    position: relative;
}
#digital-partner .content-2::before {
    content: "";
    background-image: url("../images/octo-chan-3.png");
    background-size: 100% 100%;
    display: inline-block;
    height: 200px;
    width: 200px;
    position: absolute;
    top: -115px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
#digital-partner .content-2 .box-1 {
    background-color: var(--blue-color);
}
#digital-partner .content-3 .box-1 {
    background-color: var(--main-purple-color);
}
#digital-partner .box-1 ul li:nth-child(1) {
    font-size: 30px;
}
#digital-partner .box-1 ul li:nth-child(2) {
    font-size: 24px;
}
#digital-partner .box-2 {
    background-color: #fff;
    color: #000;
    padding: 20px 40px;
    margin-left: 5px;
    margin-right: 5px;
}
#digital-partner .box-2 ul li:nth-child(2) {
    font-weight: bold;
}
#digital-partner .box-3 {
    color: #000;
    padding: 20px 50px;
}
#digital-partner .content-1 .box-3 {
    background-color: #f0eded;
}
#digital-partner .content-2 .box-3 {
    background-color: #def9fe;
}
#digital-partner .content-3 .box-3 {
    background-color: #f3effe;
}
#digital-partner .box-3 .underline {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
}
#digital-partner .box-3 .special .title {
    color: var(--main-purple-color);
    font-weight: bold;
    margin-bottom: 5px;
}
#digital-partner .box-3 .special .content {
    margin-top: 0;
    margin-bottom: 0;
}
#digital-partner .content .box-3 ul {
    display: flex;
    justify-content: space-between;
    height: 200px;
    flex-direction: column;
    overflow: hidden;
}
#digital-partner .box-4 a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#digital-partner .content-3 .box-4,
#digital-partner .content-2 .box-4,
#digital-partner .content-1 .box-4 {
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    font-size: 22px;
    font-weight: bold;
    flex-direction: column;
}
#digital-partner .content-2 .box-4 {
    border: 1px solid var(--blue-color);
}
#digital-partner .box-4 .title {
    font-weight: bold;
}
#digital-partner .content-3 .box-4 .content,
#digital-partner .content-2 .box-4 .content {
    font-weight: normal;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 17px;
}
#digital-partner .content-3 .box-4 {
    border: none;
}
#digital-partner .content-3 .box-4 a {
    border: 1px solid var(--main-purple-color);
}
#digital-partner .content-3 .box-4 a {
    height: unset;
}
#digital-partner .content-3 .box-4 a:nth-child(1) {
    margin-bottom: 10px;
    flex-grow: 0.3;
}
#digital-partner .content-3 .box-4 a:nth-child(2) {
    flex-grow: 0.7;
}
#digital-partner .little-note {
    margin-top: 100px;
}
#digital-partner .little-note .title {
    font-size: 60px;
}
#digital-partner .little-note .content {
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 50px;
}
#digital-partner .rhomb {
    width: 200px;
    position: absolute;
    right: -50px;
    bottom: 0;
}
/*=================================== DIGITAL PARTNER END =================*/
/*================================== TECH BUDDY FEATURE ====================*/
#tech-buddy-feature {
    position: relative;
    /* z-index: -1; */
}
#tech-buddy-feature .heading {
    color: var(--blue-color);
    font-size: 50px;
    text-align: center;
    transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
}
#tech-buddy-feature section {
    padding: 100px 0px;
}
#tech-buddy-feature .title-wrapper {
    display: inline-block;
}
#tech-buddy-feature .title-wrapper .title {
    font-weight: bold;
    font-size: 40px;
    display: inline-block;
}
#tech-buddy-feature .title-wrapper hr {
    width: 50%;
    height: 2px;
    background-color: var(--blue-color);
    margin-top: 10px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
#tech-buddy-feature .title-wrapper {
    position: relative;
    margin-left: 80px;
    text-align: left;
}
#tech-buddy-feature .title-wrapper::before {
    font-size: 120px;
    position: absolute;
    line-height: 0.8;
    align-items: center;
    display: flex;
    bottom: 0;
    top: 0;
}
#tech-buddy-feature .note {
    background-color: var(--blue-color);
    padding: 20px;
    display: inline-block;
    margin: 50px 0px;
    font-size: 20px;
}
#tech-buddy-feature .item {
    position: relative;
}
#tech-buddy-feature .item img {
    margin: 0px auto;
}
#tech-buddy-feature .item p {
    width: 256px;
    margin: 0px auto;
    position: relative;
    top: -40px;
}
#tech-buddy-feature .item .num {
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: #fff;
    position: absolute;
    top: 0;
    font-size: 58px;
    left: 20%;
    font-weight: bold;
}
#tech-buddy-feature .view-all {
    padding: 10px 20px;
    border: 1px solid #000;
    margin: 50px 0px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
}
#tech-buddy-feature .view-all a {
    color: #000;
}
#tech-buddy-feature .title-wrapper .sub-title {
    font-weight: bold;
}
#tech-buddy-feature .feature-include {
    background-color: var(--blue-color);
    padding: 20px 50px;
    width: 90%;
    margin-left: auto;
    margin-top: 10%;
}
#tech-buddy-feature .feature-include ul {
    list-style: none;
    padding: 0;
}
#tech-buddy-feature .feature-include ul li:nth-child(1) {
    font-weight: bold;
}
#ar-filter .title-wrapper::before {
    content: "\2160.";
    -webkit-text-stroke: 1px var(--blue-color);
    -webkit-text-fill-color: #fff;
    left: -80px;
}
#ar-game-filter {
    position: relative;
}
#ar-game-filter .content-wrapper {
    z-index: 2;
    position: relative;
}
#ar-game-filter .rec {
    position: absolute;
    bottom: 20%;
    right: 0;
    width: 40%;
}
#ar-game-filter .title-wrapper::before {
    content: "\2160\2160.";
    color: var(--blue-color);
    left: -120px;
}
#microsite-game .title-wrapper::before {
    content: "\2160\2160\2160.";
    -webkit-text-stroke: 1px var(--blue-color);
    -webkit-text-fill-color: #fff;
    left: -150px;
}
#ar-game-filter,
#ar-backdrop {
    background-color: #edebeb;
}
#ar-backdrop .title-wrapper::before {
    content: "\2160\2164.";
    color: var(--blue-color);
    left: -160px;
}
#ar-backdrop p {
    margin-left: 20%;
    margin-top: -20px;
}
#tech-buddy-feature .microsite-slick,
#tech-buddy-feature .ar-filter-slick {
    margin: 0px 30px;
}
/*=================================== TECH BUDDY FEATURE END============================*/

@media (max-width: 1399.98px) {
    .ecosystem-solution-item{
        width: 100%;
    }
}

/* Large devices (desktops, less than 1200px) col-lg =================================================================================================*/

@media (max-width: 1199.98px) {
    .mobile_app_dev_heading,
    .vr_dev_heading,
    .mobile_app_dev_heading,
    .web_dev_heading {
        font-size: 60.65px !important;
    }
    /*#################################### VR PAGE ################################################## */
    .vr_dev_circle_icon {
        margin-left: -12.5vw !important;
        margin-top: 1rem !important;
    }
    .vr_dev_heading {
        font-size: 53.65px !important;
    }
    #vr_dev_banner #vr_item_1 {
        margin-top: 10% !important;
        width: 100% !important;
    }
    /*#################################### VR PAGE END ############################################## */
    /*#################################### GAME PAGE  ############################################## */
    .game_dev_ar_game h2 {
        margin-left: 0rem !important;
    }
    .game_dev_ar_game img {
        width: 70% !important;
        transform: translate(20%, 0%) !important;
    }
    #game_dev_character_design h2 {
        font-size: 53px !important;
    }
    #game_dev_character_design {
        min-height: 80vw !important;
    }
    .game_dev_heading {
        font-size: 53.65px !important;
        margin-bottom: 0 !important;
    }
    .game_dev_heading_wrapper {
        margin-left: 0% !important;
    }
    .game_dev_heading span {
        font-size: 130px !important;
    }
    .game_dev_heading span::before {
        right: 6.8rem !important;
    }
    /*#################################### GAME PAGE END ############################################## */
    /*###################################### HOME - OUR PARNER ####################################### */
    .trusted_by_client_wrapper .our_partners_white .our_partners_content .arrow_prev {
        left: -1% !important;
    }
    .trusted_by_client_wrapper .our_partners_white .our_partners_content .arrow_next {
        right: -1% !important;
    }
    /*###################################### HOME - OUR PARNER END ####################################### */
    /*###################################### PORTFOLIO- OUR SERVICE SECTION  ####################################### */
    #ourservice .home_ourservice_preview .info-video {
        min-height: 400px;
        font-size: 18px;
    }
    .our_services_share {
        word-spacing: 8px;
    }
    #ourservice .home_ourservice_ourmessage .message-1 h1 {
        font-size: 35px !important;
    }
    #ourservice h3.our-client-title,
    h3.roles-title {
        margin-left: -10% !important;
    }
    #ourservice .home_ourservice_preview .info-video ul {
        padding-top: 0 !important;
    }
    /*###################################### PORTFOLIO- OUR SERVICE SECTION END ####################################### */
    /*####################################### GAME_DEV_CHARACTER_DESIGN SECTION ####################################### */
    #game_dev_character_design .character2DMario {
        left: 0vw !important;
        transform: scale(0.7) !important;
    }
    #game_dev_character_design .character3DMario {
        right: 0vw!important;
        transform: scale(0.7) !important;
    }
    /*####################################### GAME_DEV_CHARACTER_DESIGN SECTION END ####################################### */
    /*######################################### FOOTER SECTION ##################################################### */
    .footer_mail {
        font-size: 40px;
    }
    /* #footer input[type=checkbox]+label {
        width: 130px !important;
    } */
    #footer ul.social-icon li a>span.fa-stack {
        font-size: 1.8em !important;
    }
    #footer .title_newsletter {
        padding: 0px 50px 50px !important;
    }
    /*######################################### FOOTER SECTION END ################################################# */
    /*######################################### HOME PORTFOLIO SECTION  ################################################# */
    .port_title {
        font-size: 18px !important;
    }
    /*######################################### HOME PORTFOLIO SECTION END ################################################# */
    /*########################################  PORTFOLIO - CATEGORIES SECTION ############################################# */
    #menuPortfolio {
        flex-direction: column !important;
    }
    .home_categories_industries {
        margin-left: 0 !important;
        margin-top: 1rem !important;
    }
    /*########################################  PORTFOLIO - CATEGORIES SECTION ############################################# */
    /*########################################  INDUSTRIES SECTION ################################################# */
    #industries .card-deck .card {
        -ms-flex: 0 0 17% !important;
        flex: 0 0 17% !important;
        margin: 0 10px 1rem !important;
    }
    .industries_item {
        padding: 15px !important;
    }
    #industries .industries_title {
        font-size: 43px !important;
    }
    .industries_item.card-body a{
        padding: 0 !important;
    }
    /*########################################  INDUSTRIES SECTION END ############################################# */
    /*########################################  AR USE SECTION  ############################################# */
    .scale_img {
        height: 100px !important;
    }
    /*########################################  AR USE SECTION END ############################################# */
    /*########################################  HOME OUR SERVICES SECTION  ############################################# */
    #home_our_services .our_services_ar_wrapper .ar_item a img {
        height: 130px !important;
    }
    
    #home_our_services .our_services_ar_wrapper .ar_item a {
        font-size: 17px !important;
    }
    #home_our_services .our_services_vr .title,
    #home_our_services .our_services_game .title,
    #home_our_services .our_services_ar .title {
        font-size: 22px !important;
    }
    #home_our_services .our_services_vr {
        left: -20% !important;
        top: 28% !important;
    }
    #home_our_services .arrow img{
        width: 40% !important;
    }
/*########################################  HOME OUR SERVICES SECTION END ############################################# */

/*########################################  FACE FILTER SECTION ############################################# */

/*########################################  FACE FILTER SECTION END ######################################### */
/*########################################  AR IMAGE TARGET SECTION ######################################### */
.ar_image_target_title span {
    margin-top: 7rem !important;
    font-size: 36px !important;
}
.ar_image_target_title span:last-child {
    margin-top: 0 !important;
}
.ar_image_target_title h3 {
    font-size: 200px !important;
}
/*########################################  AR IMAGE TARGET SECTION END ##################################### */
/*######################################## APP_LESS SECTION ########################################## */
ul.app_less_body {
    min-height: 400px !important;
}
/*######################################## APP_LESS SECTION ########################################## */
/*######################################## INTERACTIVITIES SECTION ########################################## */
/*Interactivities */
.interactivities_func1 span {
    right: -30rem !important;
    font-size: 102.28px !important
}
.interactivities_content p {
    padding: 0px 50px !important;
}
/*######################################## INTERACTIVITIES SECTION END  ##################################### */

/*######################################## CATEGORIES TAB SECTION  ################################## */
.home_categories-tab_nav-tabs .post-content h3.post-title {
    font-size: 24px !important;
}
/*######################################## CATEGORIES TAB SECTION END ################################## */
/*######################################## HOME TRUSTED BY SECTION  ################################## */
.trusted_by_content {
    max-height: 200px !important;
}
/*######################################## HOME TRUSTED BY SECTION END ################################## */
/*######################################## SERVICE BANNER SECTION  ################################## */
#service_banner h1 {
    font-size: 24px !important;
    line-height: 50px !important;

}
#service_banner {
    min-height: 45vh !important;
}
#service_banner .service_tag span {
    font-size: 24px !important;
}
#service_banner video,
#service_banner img {
    width: 90% !important;
}
#service_banner .service_tag img {
    width: 75px !important;
}
#service_banner .service_tag_content {
    height: unset!important;
} 
/*######################################## SERVICE BANNER SECTION END ################################ */
/*################################ GAME DEV SERVICES SECTION #################################### */
#game-dev-services .game-services-item .line {
    margin-left: 21% !important;
    height: 28rem !important;
}
#game-dev-services .game-services-item .title {
    font-size: 28px !important;
}
.game-services-wrapper .facebook-game-ads h3{
    font-size: 70px !important;
}
.game-services-wrapper .facebook-game-ads {
    margin-bottom: -20% !important;
}
#game-dev-services .our-service-table tr td div img{
    height: 10vw !important;
}
#game-dev-services .modal .card-demo-game-wrapper {
    height: 500px !important;
}
#game-dev-services .modal .card {
    margin-bottom: 40px !important;
}
#game-dev-services .rhomb_decoration_game img{
    width: 70px !important;
}
#game-dev-services .rhomb_decoration_game img:nth-child(2) {
    transform: translateY(-60px) !important;
    -webkit-transform: translateY(-60px) !important;
    -moz-transform: translateY(-60px) !important;
    -o-transform: translateY(-60px) !important;
}
.game-services-wrapper .game-services-item {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
}
.game-services-wrapper .game-services-item.expand-padding-facebook {
    padding-top: 100px !important;
}
#game-dev-services .game-services-item .line.game-line{
    height: 65rem !important;
}
#game-dev-services .game-services-item.has-line {
    margin-bottom: 150px !important;
    margin-top: 150px !important;
}
/*################################ GAME DEV SERVICES SECTION END ################################ */
 /*#################################### AR DEV BANNER SECTION ############################################## */
 .ar_dev_heading span {
    font-size: 130px !important;
}
.ar_dev_heading_wrapper {
    margin-left: 0% !important;
}
.ar_dev_ar_game img {
    width: 70% !important;
    transform: translate(20%, 0%) !important;
}
.ar_dev_heading {
    font-size: 53.65px !important;
    margin-bottom: 0 !important;
}
.ar_dev_heading span::before {
    right: 4.5rem !important;
}
/*#################################### AR DEV BANNER SECTION END ############################################## */
/*#################################### HOME PORTFOLIO SECTION ############################################## */
#home_portfolio .lastest_portfolio_item {
    padding: 0px 10px !important;
}
/*#################################### HOME PORTFOLIO SECTION END ############################################## */

/*################################# CONTACT US SECTION  #######################################*/
.contact_us_content .form_table_content .game_option label:not(:first-child),
.contact_us_content .form_table_content .ar_option label:not(:first-child) {
    width: 170px !important;
    padding: 10px !important;
}
.contact_us_content .form_table_content .game_option label[for=game_option_parent],
.contact_us_content .form_table_content .ar_option label[for=ar_option_parent] {
    width: auto !important;
    padding: 0 !important;
}
 /* Contact_Us */
 .contact_us_header_content p {
    font-size: 25px !important;
}
.contact_us_header_content h1 {
    font-size: 80px !important;
}
#contact_us ul#main-menu {
    top: 6.0rem !important;
}
#contact_us ul#main-menu li a {
    font-size: 20px !important;
}
#contact_us #projectBrief {
    width: 100% !important;
    height: 200px !important;
}
/*################################# CONTACT US SECTION END ####################################*/

/*################################# AR USE SECTION  ####################################*/
.ar_use_tradition_culture img,
.ar_use_constellation img {
    height: 250px !important;
}
.ar_use_history_culture_bg img {
    height: 300px !important;
}
.ar_use_icon_title {
    font-size: 33px !important;
}
#ar_use .ar_use_content_2 h2.has-dot-circle:before {
    top: 15px !important;
}
#ar_use .ar_use_icon_title object {
    transform: translate(-8px, 0px) !important;
    -webkit-transform: translate(-8px, 0px) !important;
    -moz-transform: translate(-8px, 0px) !important;
    -o-transform: translate(-8px, 0px) !important;
}
/*################################# AR USE SECTION END ####################################*/
/*################################# MARVY CO GETS SECTION ####################################*/
#marvy_co_gets span {
    font-size: .8em !important;
}
/*################################# MARVY CO GETS SECTION END ####################################*/
/*################################# AR BLACK AREA SECTION END ####################################*/
.ar_social_why_marvy.ar_heading_title.bottom_header {
    font-size: 4vw !important;
    padding-right: 0px !important;
}
.ar_heading_title.bottom_header {
    padding-right: 90px !important;
    font-size: 85px !important;
}
.ar_space_world_featured.ar_heading_title.bottom_header,
.ar_product_viewer_featured.ar_heading_title.bottom_header,
.ar_event_interact.ar_heading_title.bottom_header {
    font-size: 4vw !important;
    padding-right: 0px !important;
}
.ar_heading_title.ar_heading_title_geo_location{
    font-size: 5vw !important;
    padding-right: 0px !important;
}
.ar_geo_location_wrapper .card-body{
    padding: 10px !important;
}
.ar_geo_location_img {
    padding: 0px !important;
}
/*################################# AR BLACK AREA SECTION END ####################################*/
    .home_heading {
        font-size: 2.8vw!important;
    }
    .home_heading:first-child {
        margin-top: 300px!important;
    }
    .home_focused {
        padding: 100px 20px!important;
    }
    .home_focused hr {
        margin-right: -20px !important;
    }
    .sub_text {
        font-size: 18px;
    }
    iframe {
        height: 400px;
    }
    .facebook-responsive {
        height: 400px;
    }
    .button_blue {
        width: 100%;
    }
    .idea_concept {
        margin-bottom: 8rem !important;
    }
    h2.tradition_cultural_title img {
        height: auto !important;
    }
    .idea_concept_2 h2 .coconut_icon_2 {
        top: 0rem !important;
    }
    .idea_concept_2 .flower-icon {
        top: 13% !important;
    }
    .idea_concept_2 h2 .coconut_icon {
        right: -20% !important;
        top: 0rem !important;
    }
    .birth_element {
        left: -3% !important;
        top: -35% !important;
    }
    .cat_icon_reverse {
        right: -4rem !important;
    }
    .insight h3 {
        top: 5rem !important;
    }
    .ar_types_stroke {
        font-size: 50px !important;
        margin-bottom: 25px !important;
    }
    .ar_types_stroke span {
        font-size: 120px !important;
    }
    .rhomb_decoration img:nth-child(2) {
        top: 45.5rem !important;
    }
    .rhomb_decoration.ar_geo_location img:nth-child(2) {
        top: 40.5rem !important;
    }
    h2.ar_heading_top_title {
        font-size: 25px !important;
    }
    .mobile_app_dev_black_area .ar_heading_content {
        font-size: 22px !important;
    }
    .web_dev_point_content .experiences {
        font-size: 60px !important;
    }
    .web_experience_content_right {
        padding: 20px !important;
    }
    .web_experience_content_right h2 {
        font-size: 28px !important;
        margin-top: 1.5rem !important;
    }
    .word_sinking.proccess h3 {
        left: 6rem !important;
    }
    .home_categories-tab_nav-tabs .post-content .meta-post-content {
        margin-bottom: 5px !important;
    }
    .rhomb_deco_twin img {
        top: 3.9rem !important;
    }
    #portfolio_carousel .carousel-control-prev {
        left: -9%;
    }
    #portfolio_carousel .carousel-control-next {
        right: -9%;
    }
    .flower_branch_tradition_argame_2 {
        left: -5rem!important;
        transform: rotate(180deg) translateY(20%)!important;
    }
    .home_categories_contents #categories_contents {
        position: unset !important;
    }
    .home_categories_contents .content.first-content h3.content-title {
        padding-top: 3rem!important;
    }
    /* Form_Table_Content*/
    #new_platform h2 {
        font-size: 70px !important;
    }
    #new_platform h2 {
        font-size: 53px !important;
        margin-bottom: -11px!important;
    }
    .branch_detail_title h1 {
        font-size: 50px !important;
    }
    .branch_detail_title {
        padding-right: 100px !important;
    }
    #home_banner {
        min-height: 700px !important;
    }
    .home_marvelous_text {
        font-size: 57px !important;
        margin-top: 100px !important;
    }
    .home_icon {
        top: 50px !important;
        left: -35px !important;
    }
    .trusted_by {
        font-size: 150px !important;
    }
    #ar_black_area>div>div>div {
        padding-left: 80px !important;
        padding-top: 100px !important;
    }
    .home_marvelous_text_wrapper {
        padding-bottom: 40px !important;
    }
    #translate_ar_service_2 {
        flex-basis: 26% !important;
    }
    #translate_ar_service_2 img {
        width: 310px !important;
    }
    span#marvelous>span:nth-child(1) {
        top: 75px !important;
    }
    span#marvelous>span:nth-child(2) {
        top: 55px !important;
    }
    span#marvelous>span:nth-child(3) {
        top: 30px !important;
    }
    span#marvelous>span:nth-child(4) {
        top: 5px !important;
    }
    #header .lang_wrapper {
        margin-right: 15px !important;
    }
    #nextback .nextback-right,
    #nextback .nextback-left {
        width: 300px !important;
    }
    .space_portal_wrapper .care_ar_space {
        bottom: 50px !important;
    }
    .space_portal_wrapper .care_ar_portal {
        bottom: 25px !important;
    }
    /* Hottest Blog */
    .hottest_blog_contents .meta-video span>hr {
        width: 125px!important;
    }
    /* Next back */
    #nextback .back-svg,
    #nextback .next-svg {
        width: 120px;
        height: 200px;
    }
    /* Ar_Product_Viewer */
    .ar_product_viewer_func1 .title {
        font-size: 212px !important;
    }
    .ar_product_viewer_func2 .title {
        right: -120px !important;
    }
    /* Futuristic */
    #futuristic .title:nth-child(1) {
        font-size: 32px !important;
    }
    #futuristic .title {
        font-size: 21.67px !important;
    }
    /*Product 360- Photography */
    .product_360_photography_header h2 {
        font-size: 105.36px !important;
    }
    .product_360_photography_header h2:nth-child(2) {
        margin-top: -1.5rem !important;
    }
    /* Space_Portal */
    .space_portal_func1 .title,
    .space_portal_func2 .title {
        font-size: 128.62px !important;
    }
    /* Space_Portal_Location */
    .space_portal_location_title .title {
        font-size: 22px !important;
    }
    /* Ar_Geo_Location */
    .ar_geo_location_header .title {
        font-size: 90.24px !important;
    }
    .ar_geo_location_header .ar_geo_loc_2 {
        font-size: 72.51px !important;
        top: -170px !important;
    }
    .home_categories_industries .industries button {
        padding: 5px 10px !important;
    }
   /*######################## TECH BUDDY PAGE   #################### */
   #tech-buddy-banner .title-wrapper .title{
       font-size: 60px !important;
   }
   #tech-buddy-banner .title-wrapper .sub-title{
       font-size: 32px !important;
   }
   #tech-buddy-banner .title-wrapper{
       margin-top: 30% !important;
   }
   #tech-buddy-banner .tech-buddy-text{
       font-size: 120px !important;
   }
   #tech-buddy-banner .intro-wrapper{
    transform: translateY(25%) !important;
    -moz-transform: translateY(25%) !important;
    -o-transform: translateY(25%) !important;
    -webkit-transform: translateY(25%) !important;
   }
   #tech-buddy-banner .intro-wrapper .intro{
       padding: 20px !important;
   }
   #digital-partner .box-1 ul li:nth-child(1){
     font-size: 25px !important;
   }
   #digital-partner .box-2{
       height: 200px !important;
       display: flex !important;
       overflow: hidden !important;
       align-items: center !important;
       justify-content: center !important;
   }
   #digital-partner .rhomb {
       width: 100px !important;
   }
   #tech-buddy-feature .item{
       position: relative !important;
       padding: 0px 15px !important;
   }
   #tech-buddy-feature .item p{
       width: 200px !important;
   }
   #tech-buddy-feature .feature-include{
       width: 100%;
       padding: 20px;
   }
   /*######################## TECH BUDDY PAGE  END ################ */
   /*###################### MENU ##########################*/
   .menu_items>.menu_link_hover a{
       font-size: 28px;
   }
   /*###################### MENU END#######################*/
}


/* End Large devices (desktops, less than 1200px) col-lg =================================================================================================*/
/* Medium devices (tablets, less than 992px) col-md ========================================================================================================*/
@media (max-width: 991.98px) {
    .mobile_app_dev_heading,
    .vr_dev_heading,
    .mobile_app_dev_heading,
    .web_dev_heading {
        font-size: 43.65px !important;
    }
/*############################ VR DEV PAGE ############################## */
    .vr_dev_img {
        left: -13rem !important;
        top: 1rem !important;
    }
    .vr_dev_circle_icon {
        margin-left: -10.5vw !important;
        margin-top: 1rem !important;
    }
    .vr_dev_decoration img:nth-child(1) {
        left: -10.5rem !important;
    }
    .vr_dev_heading {
        font-size: 38.65px !important;
        margin-top: 10% !important;
        margin-bottom: 2rem !important;
    }
    #vr_dev_banner #vr_item_1 {
        width: 83% !important;
    }
    .vr_dev_heading::before{
        right: -50px !important;
    }
    .vr_title_purple.large_title{
        font-size: 35px !important;
        text-align: center !important;
    }
    #ar_black_area .vr_dev_circle_icon p{
        font-size: 18px !important;
        margin-top: -2px !important;
        padding-bottom: 15px !important;
    }
/*############################ VR DEV PAGE END ############################## */

/*############################ GAME DEV PAGE  ############################## */
    #game_item_3 img, 
    #game_item_2 img, 
    #game_item_1 img {
        max-width: 105% !important;
    }
    .game_dev_ourservice_wrapper img {
        height: auto !important;
    }
    .game_dev_ourservice h2 {
        font-size: 25px !important;
    }
    .game_dev_ourservice ul {
        font-size: 22px !important;
    }
    .game_dev_ar_game h2 {
        font-size: 40px !important;
        margin-top: -3rem !important;
    }
    .game_dev_ar_game_content {
        padding: 20px 20px !important;
    }
    .game_dev_ar_game img {
        width: 90% !important;
        transform: translate(0%, 0%) !important;
    }
    #game_dev_character_design h2 {
        font-size: 45px !important;
    }
    .game_dev_heading {
        margin-top: 30% !important;
        font-size: 38.65px !important;
    }
    .game_dev_heading span {
        font-size: 100px !important;
    }
    .game_dev_heading span::before {
        right: 4.8rem !important;
        top: -4rem !important;
    }
    #game_dev_character_design .character3DMario,
    #game_dev_character_design .character2DMario {
        position: unset !important;
    }
    #game_dev_character_design .character3DMario img,
    #game_dev_character_design .character2DMario img{
        transform: unset !important;
        -webkit-transform: unset !important;
        -o-transform: unset !important;
        -moz-transform: unset !important;
    }
/*############################ GAME DEV PAGE END ############################## */
/*###################################### PORTFOLIO- OUR SERVICE SECTION  ####################################### */
     #ourservice .home_ourservice_preview .info-video {
        font-size: 17px !important;
    }
    .our_services_share {
        word-spacing: 5px !important;
    }
    .our_services_share {
        font-size: 20px !important;
    }
    #ourservice .home_ourservice_ourmessage .message-1 h1{
        font-size: 30px !important;
    }
    .home_ourservice_top-ourservice span.download {
        font-size: 11px !important;
    }
    #ourservice ul.our-client {
        padding-top: 0 !important;
    }
    #ourservice h3.our-client-title,
    h3.roles-title {
        padding-top: 0 !important;
    }
    #ourservice h3.our-client-title,
    h3.roles-title {
        margin-left: 0% !important;
    }
    #ourservice a.button_outline_black {
        margin-top: 0 !important;
    }
/*###################################### PORTFOLIO- OUR SERVICE SECTION  END ####################################### */

/*###################################### FOOTER SECTION ############################################################ */
    .footer_mail {
        font-size: 35px !important;
    }
    #footer input[type=checkbox]+label {
        font-size: 17px !important;
        padding: 5px 8px !important;
    }
    /* #footer input[type=checkbox]+label {
        width: 220px !important;
        height: 50px !important;
    } */
    #footer {
        margin-bottom: 100px !important;
    }
    #footer ul.social-icon li {
        margin-right: 0 !important;
    }
    #footer ul.social-icon li a>span.fa-stack {
        font-size: 1.5em !important;
    }
    /*Footer */
    .footer_border_mid {
        padding: 70px 0px 60px 0px!important;
    }
    #footer .title_newsletter {
        padding: 0px 15px 50px !important;
    }
    .footer-copyright {
        padding-bottom: 6rem !important;
    }
/*###################################### FOOTER SECTION END ######################################################## */
/*###################################### HOME- OUR SERVICES SECTION  ######################################################## */
#our_services .ecosystem_menu_link_hover a>img{
    width: auto !important;
}
#our_services .ecosystem_menu_link_hover .hover_item{
    display: none ;
}
/*###################################### HOME- OUR SERVICES SECTION END ######################################################## */
/*#################################### HOME- HOME ACHIVEMENT SECTION START ############################## */
#home_achivements .achivement_title {
    left: 6rem !important;
}
.achivements_table h1 {
    font-size: 70px!important;
    margin-left: 0px!important;
}
.inner_icon img {
    width: 60% !important;
}
.spark_icon img {
    width: 60% !important;
}
/*#################################### HOME- HOME ACHIVEMENT SECTION END ################################ */
/*#################################### HOME- HOME TRUSTED BY SECTION START ############################## */
.svg_up_down svg{
    height: 150px !important;
}
.trusted_by_title {
    font-size: 24px !important;
}
/*#################################### HOME- HOME TRUSTED BY  SECTION END ################################ */
/*#################################### BLOG DETAIL ####################################################### */
.detail_about-post_post {
    margin-left: auto !important;
}
/*#################################### BLOG DETAIL END ####################################################### */

/*#################################### PORTFOLIO - CATEGORY SECTION  ####################################################### */
#categories .heading_title{
    margin-top: 3rem !important;
}
#categories.portfolio_main_wrapper {
    margin-top: 0 !important;
}
.home_categories_ourworks .ourworks {
    max-width: 600px !important;
    white-space: nowrap !important;
    overflow-y: hidden !important;
    overflow-x: auto !important;
}
.home_categories_contents #categories_contents{
    margin-top: 3rem !important;
}
/*####################################  PORTFOLIO - CATEGORY SECTION END ################################################### */

/*####################################  INDUSTRIES SECTION  ################################################### */
#industries h1 {
    font-size: 45px !important;
}
#industries h2.medium_title {
    font-size: 36px !important;
}
#industries .card-deck .card {
    -ms-flex: 0 0 43% !important;
    flex: 0 0 43% !important;
}
/* HideCard */
#industries .card-deck .card.hide_card {
    display: none;
}
#industries .card-deck .card h4 {
    font-size: 1.2rem!important;
}
/*####################################  INDUSTRIES SECTION END ################################################ */

/* ################################### ECOSYSTEM SECTION ########################################## */
.ecosystem-solution-item span{
    margin-left: 0.5rem;
}
#ecosystem .ecosystem_wrapper{
    margin-left: -50px;
    margin-right: 40px;
    text-align: center;
    font-weight: bold;
}
/* ################################### ECOSYSTEM SECTION END ########################################## */

/*####################################  BLOG - BLOG CAROUSEL SECTION  ################################################ */
/*Hottest_Blog */
.hottest_blog_contents .meta-video span>hr {
    width: 60px!important;
}
#blogCarousel{
    padding-top: 0 !important;
}
#blogMainCarousel .topic .content-wrapper {
    justify-content: center !important;
}
/*####################################  BLOG - BLOG CAROUSEL SECTION END ############################################# */
/*####################################  SERVICE BANNER SECTION ####################################################### */
#service_banner{
    padding-top: 100px !important;
}
#service_banner h1 {
    font-size: 20px !important;
    line-height: 35px !important;
}
#home_our_services .our_services_vr .title, 
#home_our_services .our_services_game .title, 
#home_our_services .our_services_ar .title{
    font-size: 20px !important;
}
#home_our_services .our_services_vr .learn_more, 
#home_our_services .our_services_game .learn_more, 
#home_our_services .our_services_ar .learn_more{
    bottom: 10% !important;
    left: 51% !important;
}
#service_banner img, #service_banner video{
    margin-bottom: 0 !important;
}
#home_our_services td {
    padding: 0 10px !important;
}
/*####################################  SERVICE BANNER SECTION END ################################################### */

/*########################################  HOME OUR SERVICES SECTION  ############################################# */
#home_our_services .our_services_game .heading, #home_our_services .our_services_ar .heading{
    width: 88%;
}
#home_our_services .home_our_services_arrow{
    left: 25%;
    top: 44%;
}
#home_our_services .home_our_services_arrow img{
    width: 50%;
}
#home_our_services .our_services_ar_wrapper .ar_item a img {
    height: 100px !important;
}

#home_our_services .our_services_vr {
    left: -16% !important;
    width: 25% !important;
    top: 33% !important;
}
/*########################################  HOME OUR SERVICES SECTION END ############################################# */

/*########################################  AR BLACK AREA SECTION ############################################# */
#ar_black_area>div>div>div {
    padding: 100px !important;
}
.ar_heading_title {
    font-size: 35px !important;
}
#ar_black_area>div>div>div {
    padding: 50px !important;
    margin-left: auto !important;
    padding-bottom: 0 !important;
}
.ar_social_why_marvy.ar_heading_title.bottom_header {
    padding-right: 40px !important;
}
.ar_space_world_featured.ar_heading_title.bottom_header,
.ar_product_viewer_featured.ar_heading_title.bottom_header,
.ar_event_interact.ar_heading_title.bottom_header {
    padding-right: 40px !important;
}
.ar_heading_top_title{
    font-size: 22px !important;
}
.ar_heading_title.bottom_header {
    font-size: 65px !important;
}
.ar_heading_title.ar_heading_title_geo_location {
    font-size: 5vw !important;
    padding-right: 40px !important;
}
.ar_geo_location_wrapper .card-body {
    padding: 10px 0px !important;
}
/*########################################  AR BLACK AREA SECTION END ######################################### */

/*########################################  FACE FILTER SECTION ############################################# */
.face_filter_bg{
    padding-bottom: 25px !important;
}
.face_filter_detail_content {
    height: 150px !important;
    overflow-y: auto !important;
}
.face_filter_wrapper .marketing_campaign .sub_content {
    margin-top: 20px !important;
}
.face_filter_wrapper .marketing_campaign .slick-dots {
    bottom: -225px !important;
}
/*########################################  FACE FILTER SECTION END ######################################### */
/*########################################  AR IMAGE TARGET SECTION ######################################### */
.ar_image_target_title h3 {
    font-size: 145px !important;
}
.ar_image_target_title span {
    margin-top: 7.8rem !important;
    font-size: 22px !important;
}
.ar_image_target_title span {
    margin-top: 4.5rem !important;
}
.ar_image_target_title span:first-child{
    word-spacing: 10px !important;
}
/*########################################  AR IMAGE TARGET SECTION END ##################################### */
/*######################################## APP/ APP_LESS SECTION ########################################## */
ul.app_less_body {
    min-height: 500px !important;
}
#app .white_spacing{
    display: none !important;
}
/*######################################## APP/ APP_LESS SECTION END ########################################## */
/*######################################## APPLLY SCENARIOS SECTION ########################################## */
#appply_scenarios .rhomb {
    right: -40px !important;
}
.appply_scenarios_header .title {
    font-size: 47.74px !important;
}
#appply_scenarios.event .appply_scenarios_header .title,
#appply_scenarios.product_viewer .appply_scenarios_header .title{
    font-size: 30px !important;
    padding: 0px 50px !important;
}
#appply_scenarios.product_viewer {
    margin-top: -5rem !important;
}
.appply_scenarios_content p {
    padding: 10px 20px !important;
}
.appply_scenarios_content .appply_scenarios_img iframe{
    width: 100% !important;
}
.appply_scenarios_title.ar_product_viewer {
    height: 53px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
/*######################################## APPLLY SCENARIOS SECTION END ###################################### */
/*######################################## INTERACTIVITIES SECTION ###################################### */
/*Interactivities */
.interactivities_content p {
    padding: 0px 10px !important;
    font-size: 16px !important;
}
.interactivities_title {
    font-size: 25px !important;
    width: 100% !important;
    height: 60px !important;
}
.interactivities_func1 span {
    right: -22rem !important;
    font-size: 94.28px !important;
    top: 25rem !important;
}
.interactivities_img img {
    width: 100% !important;
}
/*######################################## INTERACTIVITIES SECTION END ################################## */
/*######################################## CATEGORIES TAB SECTION  ################################## */
.home_categories-tab_nav-tabs .nav.nav-tabs {
    padding-right: 2rem !important;
}
/*######################################## CATEGORIES TAB SECTION END ################################## */
/*################################ GAME DEV SERVICES SECTION /AR DEV BANNER SECTION #################################### */
#game-dev-services .game-services-item.has-line {
    margin-bottom: 150px !important;
    margin-top: 150px !important;
}

#game-dev-services .game-services-item .line {
    height: 32rem !important;
}
.game-services-wrapper .facebook-game-ads h3 {
    font-size: 50px !important;
}
.game-services-wrapper .facebook-game-ads {
    margin-bottom: -24% !important;
}
.game-services-wrapper .game-services-item.expand-padding-facebook {
    padding-top: 50px !important;
}
#game-dev-services .our-service-table tr td div div{
    height: 50px !important;
    overflow: hidden !important;
}
#game-dev-services.format_ar .game-services-item .offset-md-1 {
    margin-left: 0 !important;
}
#game-dev-services .game-services-wrapper .learn_more{
    font-size: 35px !important;
}
#game-dev-services .game-services-wrapper .learn_more>img{
    width: 45px !important;
}
#game-dev-services .modal .card-demo-game-wrapper {
    height: 450px !important;
}
#game-dev-services .game-services-item .line.game-line {
    height: 80rem !important;
}
#game-dev-services .game-services-item.has-line {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
}
/*################################ GAME DEV SERVICES SECTION / AR DEV BANNER SECTION END ################################ */

/*############################ AR DEV BANNER SECTION  ############################## */
.ar_dev_heading {
    margin-top: 50% !important;
    font-size: 38.65px !important;
}
.ar_dev_heading span {
    font-size: 100px !important;
}
.ar_dev_heading span::before {
    right: 2.8rem !important;
    top: -7rem !important;
}
/*############################ AR DEV BANNER SECTION END ############################## */
/*################################# CONTACT US SECTION  #######################################*/
.contact_us_content .form_table_content .game_option label:not(:first-child),
.contact_us_content .form_table_content .ar_option label:not(:first-child) {
    width: 145px !important;
}
.contact_us_content .form_table_content .game_option label[for=game_option_parent],
.contact_us_content .form_table_content .ar_option label[for=ar_option_parent] {
    width: auto !important;
}
.form_table_content .form-check-label span {
    right: 0rem !important;
    top: 1.5rem !important;
}
.contact_us_content .form_table_content .form-check-label span {
    top: 1.2rem !important;
}
#contact_us .contact_us_header {
    padding-top: 2rem !important;
}
 /* Contact_Us */
 .contact_us_header_content p {
    font-size: 20px !important;
}
.contact_us_header_content h1 {
    font-size: 80px !important;
}
#contact_us ul#main-menu {
    top: 5.6rem !important;
}
#contact_us ul#main-menu li a {
    font-size: 20px !important;
}
#contact_us #projectBrief {
    width: 100% !important;
    height: 200px !important;
}
/*################################# CONTACT US SECTION END ####################################*/
/*################################# MARVY CO GETS SECTION ####################################*/
#marvy_co_gets .ar {
    font-size: 70px !important;
    margin-right: 5rem !important;
    margin-top: 1rem !important;
}
.marvy_co_gets_number.big_400 {
    font-size: 300px !important;
    right: -9rem !important;
    top: -130px !important;
}
.marvy_co_gets_number.big_420 {
    font-size: 320px !important;
}
.marvy_co_gets_number.big_200 {
    margin-left: -1rem !important;
}
#marvy_co_gets h3 {
    font-size: 1.5rem !important;
}
#marvy_co_gets .number_3_wrapper {
    margin-top: -5rem !important;
}
/*################################# MARVY CO GETS SECTION END ####################################*/
    /* ------Start Home------ */
    .home_heading {
        font-size: 32px!important;
    }
    .trusted_by {
        font-size: 70px!important;
        top: -100px!important;
    }
    /* ------End Home ------- */
    /* -----------start branch detail----------- */
    p.our-client-title {
        margin-left: 0px!important;
    }
    /* -----------end branch detail----------- */
    .home_port_link {
        font-size: 45px !important;
    }
    .row.ar_use_tradition_culture img,
    .row.ar_use_constellation img {
        height: 225px !important;
    }
    .button_blue {
        font-size: 17px !important;
        padding: 5px 10px !important;
    }
    .idea_concept {
        height: 430px !important;
    }
   
    .idea_concept_content_history_culture img {
        height: 250px !important;
    }
    .ar_use_history_culture_bg img {
        height: 200px !important;
    }
    .idea_concept_2 h2 .coconut_icon {
        right: -7rem !important;
        top: 0rem !important;
    }
    .idea_concept_2 .flower-icon {
        top: 14% !important;
    }
    .row.ar_use_constellation h2.tradition_cultural_title img {
        height: auto !important;
    }
    .flower_branch_tradition_argame {
        right: -5rem !important;
    }
    .idea_concept_2 .sand-icon {
        top: 14% !important;
    }
    .ar_types_stroke {
        font-size: 35px !important;
        margin-bottom: 35px !important;
    }
    .ar_types_stroke span {
        font-size: 80px !important;
    }
    .industries_item svg {
        width: 30% !important;
    }
    .rhomb_decoration img:nth-child(1) {
        width: 80px !important;
    }
    .rhomb_decoration img:nth-child(2) {
        width: 80px !important;
        right: -3.5rem !important;
        top: 43rem !important;
    }
    .rhomb img {
        width: 80px !important;
    }
    .ar_geo_location_content {
        padding: 0 !important;
    }
    #ar_geo_location.ar_geo_loc_2 {
        margin-top: 120px !important;
    }
    .ar_geo_location_header .ar_geo_loc_2 {
        top: -160px !important;
    }
    .rhomb_decoration.ar_geo_location img:nth-child(2) {
        top: 38rem !important;
    }
    .web_dev_heading p {
        font-size: 35.84px !important;
    }
   
    .gift_for_your_brand_content .title {
        font-size: 43px !important;
    }
    .word_sinking.proccess .title {
        font-size: 60px !important;
    }
    .mobile_app_dev_heading {
        margin-top: 5rem !important;
    }
    .mobile_app_dev_black_area .ar_features_content {
        padding: 70px 0px !important;
    }
    .mobile_app_dev_dashboard_ui img,
    .mobile_app_dev_manage_ui img {
        width: 85% !important;
    }
    .mobile_app_dev_manage_ui {
        margin-top: -3rem !important;
    }
    .core_team_title {
        font-size: 70px !important;
    }
    #about_marvy_ecosystem_collapse .collapse_title {
        font-size: 20px !important;
    }
    .marvy_ecosystem_circle {
        display: flex;
        align-items: center;
    }
    .marvy_ecosystem_circle object {
        flex-basis: 100%;
    }
    .core_team_user5 {
        left: 3rem !important;
    }
    .core_team_content {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .rhomb_deco_twin img {
        width: 100px !important;
        top: 7rem !important;
    }
    iframe.ar_game_zodiac {
        width: 400px !important;
    }
    .sand_icon_reverse {
        right: -17rem !important;
    }
    .home_categories_contents .content.first-content .content-subtitle {
        font-size: 30px !important;
    }
    .form_table_content_info_user {
        margin: 20px 0px !important;
    }
    #new_platform .new_platform_wrapper {
        margin-bottom: 2rem !important;
    }
    .branch_detail_title {
        padding: 0px 15px !important;
    }
    .branch_detail_title h1 {
        font-size: 45px !important;
    }
    .branch_detail .sidenav a.closebtn {
        font-size: 36px !important;
    }
    .form_table_content .form-check-label a {
        font-size: 17px !important;
    }
    /* solution_for */
    h3.home_solution-for_title {
        font-size: 60px !important;
        bottom: -34px !important;
    }
    .brand_detail_case_study .modal-dialog {
        max-width: 600px !important;
    }
    .home_marvelous_text {
        font-size: 42px !important;
    }
    .home_icon {
        top: 15px !important;
        width: 300px !important;
    }
    .about_share_all_projects {
        margin-top: 3rem !important;
        margin-bottom: 0 !important;
    }
    .core_team_info_user p:nth-child(3),
    .core_team_info_user p:nth-child(4) {
        padding: 18px !important;
    }
    p.our-client-title {
        padding-top: 0 !important;
    }
    .branch_detail_wrapper {
        padding-top: 2rem !important;
    }
    .home_focused hr {
        margin-left: -20px !important;
    }
    .home_home_divider .svg_arrow_2,
    .home_home_divider .svg_arrow_1 {
        font-size: 30px !important;
    }
    #translate_ar_service_2 {
        flex-basis: 56% !important;
    }
    #translate_ar_service_2 img {
        width: 230px !important;
    }
    .showServicesDetailAR .detailAR img {
        width: 165px;
    }
    span#marvelous>span:nth-child(1) {
        top: 83px !important;
    }
    span#marvelous>span:nth-child(2) {
        top: 67px !important;
    }
    span#marvelous>span:nth-child(3) {
        top: 50px !important;
    }
    span#marvelous>span:nth-child(4) {
        top: 33px !important;
    }
    #new_platform h2 {
        font-size: 45px !important;
    }
    section#header {
        display: none !important;
    }
    section#fixed_element {
        display: none !important;
    }
    .lang_wrapper {
        position: absolute !important;
        left: 50px !important;
        top: 27px !important;
    }
    #scrollTop{
        display: none;
    }
    #myFormChatBox.Chatbox{
        display: none;
    }
    #nextback a{
        font-size: 65px !important;
    }
    .home_focused_content .title {
        font-size: 2.4rem !important;
    }
    #app_less .care_website,
    #app_less .care_social_media{
        margin-top: -0.7rem !important;
    }
    .app_less_content .title span {
        display: block !important;
        margin-top: 1.5rem !important;
    }
    /* Next back */
    #nextback .back-svg,
    #nextback .next-svg {
        width: 100px;
        height: 200px;
    }
    #nextback .back p,
    #nextback .next p {
        font-size: 16px !important;
        font-weight: 700 !important;
        margin-bottom: 0.5rem;
    }
    /* Ar_Product_Viewer */
    .ar_product_viewer_func1 .title {
        left: -56px !important;
        font-size: 83.35px !important;
        bottom: -50px !important;
    }
    .ar_product_viewer_func2 .title {
        font-size: 83.35px !important;
    }
    .ar_product_wrapper p {
        padding: 10px 10px;
        font-size: 17px;
    }
    .ar_product_viewer_func2 .title {
        right: -95px !important;
    }
    /* Futuristic */
    #futuristic .rhomb {
        left: 38px !important;
    }
    #futuristic .title:nth-child(1) {
        font-size: 25px !important;
    }
    #futuristic .title {
        font-size: 18.67px !important;
    }
    /* Product 360- Photography */
    .product_360_photography_header h2 {
        font-size: 78.36px !important;
    }
    .product_360_photography_header h2:nth-child(1) {
        margin-top: -5rem !important;
    }
    .product_360_photography_header h2:nth-child(2) {
        margin-top: -2rem !important;
    }
    /*Space_Portal*/
    .space_portal_func1 .title {
        right: -26px !important;
        font-size: 93.62px !important;
        top: 25rem !important;
    }
    .space_portal_func2 .title {
        font-size: 93.62px !important;
        bottom: 0rem !important;
    }
    /* Space_Portal_Location */
    .space_portal_location_title .title {
        font-size: 20px !important;
    }
    /* AR Geo Location */
    .ar_geo_location_header .title {
        font-size: 74.24px !important;
    }
    .ar_geo_location_header .title {
        font-size: 58.24px !important;
        text-align: center !important;
    }
    .ar_geo_location_header .ar_geo_loc_2 {
        font-size: 50.51px !important;
        top: -143px !important;
    }
    /*Form_Table_Content*/
    .branch_detail_content {
        font-size: 16px !important;
    }
    #about-post.branch_detail .detail_about-post_post h3.title {
        font-size: 1.5rem !important;
    }
    .form_table_content h3 {
        font-weight: 600 !important;
    }
    .form_table_content .form-check {
        padding-left: 0 !important;
    }
    .form_table_narrow {
        font-size: 50px !important;
        top: 50% !important;
        bottom: 50% !important;
        z-index: 0;
    }
    /* ar_vr_casestudy */
    #ar_vr_casestudy {
        font-size: 16px !important;
    }
    #ar_vr_casestudy .home_galaxy_content.card-columns h4.card-title {
        font-size: 1.5rem !important;
    }
    .form_table_content .form-check-label span {
        top: 0.5rem !important;
    }
    /* Menu Wrapper*/
    .industries_menu .slick-list {
        overflow: hidden !important;
    }
    .industries_img_title {
        display: none !important;
    }
    .menu_link li:not(:last-child) {
        margin-right: 35px !important;
    }
    .menu_link li {
        font-size: 28px !important;
    }
    .menu_items {
        padding-left: 10px!important;
    }
    .menu_items h1 {
        margin-left: -1.5rem !important;
        font-size: 20px !important;
    }
    #ar_use .ar_use_content_2 h2.has-dot-circle:before {
        top: 10px !important;
    }
    /*######################## TECH BUDDY PAGE   ################ */ 
    #tech-buddy-banner .title-wrapper{
        margin-top: 20% !important;
    }
    #tech-buddy-banner .tech-buddy-text span:nth-child(2),
    #tech-buddy-banner .tech-buddy-text span:nth-child(1){
        top: 15% !important;
    }
    #tech-buddy-banner .tech-buddy-text{
        font-size: 80px !important;
    }
    #tech-buddy-banner .rhomb img:nth-child(2){
        right: 5% !important;
    }
    #digital-partner .box-3,
    #digital-partner .box-2,
    #digital-partner .box-1{
        padding: 15px !important;
    }
    #digital-partner .box-4 a{
        padding: 0px 10px !important;
    }
    #ar-game-filter .rec{
        width: 50% !important;
        bottom: 25% !important;
    }
    #tech-buddy-feature .title-wrapper{
        margin-bottom: 10px;
    }
    #tech-buddy-feature .item p{
        top: -20px !important;
    }
    #ar-backdrop p{
        margin-top: 0px !important;
    }
    #tech-buddy-feature .item p{
        width: 190px !important;
    }
    #tech-buddy-feature .microsite-slick, 
    #tech-buddy-feature .ar-filter-slick {
        margin: 0px 15px !important;
    }
    /*######################## TECH BUDDY PAGE END ################ */ 
}
/* End Medium devices (tablets, less than 992px) col-md ========================================================================================================*/
/* Small devices (landscape phones, less than 768px) col-sm ===================================================================================================*/
@media (max-width: 767.98px) {
    /* -----------Start Home------------ */
    .home_heading {
        font-size: 30px !important;
    }

    .home_heading:first-child {
        margin-top: 300px !important;
    }

    .home_heading:last-child {
        margin-top: 10px !important;
    }

    .home_focused {
        padding: 100px 20px !important;
    }

    .home_focused p {
        text-align: unset !important;
        text-justify: unset !important;
    }

    .home_focused_content {
        width: 100% !important;
    }

    .home_focused_content .title {
        font-weight: 800;
    }

    .home_marvelous_text {
        font-weight: bold;
        font-size: 40px !important;
        margin-top: 10px !important;
        z-index: 99;
    }

    #home_our_services a {
        display: inline;
    }

    #industries h1 {
        font-size: 40px !important;
    }

    .trusted_by {
        font-size: 60px !important;
        top: -100px !important;
    }

    .achivements_table h1 {
        font-size: 40px !important;
        margin-left: 0px !important;
    }

    .achive_content h3 {
        font-size: 25px !important;
    }

    .achive_content .fa-circle {
        font-size: 10px;
        vertical-align: super;
    }

    .achive_content p {
        font-size: 17px !important;
    }

    /* -----------End Home------------ */
    /* -----------start branch detail----------- */
    p.our-client-title {
        margin-left: 0px !important;
    }

    /* -----------end branch detail----------- */
    .branch_detail_content h2 {
        font-weight: 600;
    }

    .branch_detail_content p.sub_title {
        background: #020204;
        margin-bottom: 10px;
        padding: 5px 20px;
        display: inline-block;
        color: #80d5e4;
    }

    p.our-client-title {
        margin-left: 0px !important;
    }

    /*================================ Marvy's solution for ========================*/
    .port-VHL-islands-wrapper {
        margin-top: 0px !important;
    }

    .port-DN-text-wrapper {
        margin-top: 0px !important;
    }

    .port-SG-CBT-wrapper {
        margin-top: 0px !important;
    }

    #port-fb-images .port-fb-location-name {
        margin-top: 0px !important;
    }

    /* HideCard */
    #industries .card-deck .card.hide_card {
        display: none;
    }

    #face_filter .face_filter_section_1 {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 1) 30%,
            rgba(101, 69, 236, 1) 30%,
            rgba(101, 69, 236, 1) 100%
        ) !important;
    }

    /* ################################### ECOSYSTEM SECTION ########################################## */
    .ecosystem-container {
        padding: 50px 0px 50px 0;
    }
    #ecosystem .ecosystem_wrapper {
        margin-left: 30px;
        margin-right: 30px;
    }
    /* ################################### ECOSYSTEM SECTION END ########################################## */
}

/* End Small devices (landscape phones, less than 768px) col-sm ===================================================================================================*/

/* Extra small devices (portrait phones, less than 576px) col =================================================================================================*/

@media (max-width: 575.98px) {
    .detail_about-post_post video {
        height: 300px !important;
    }
    #vr_dev_banner,
    #mobile_app_dev_banner,
    #web_dev_banner {
        min-height: 50vh !important;
    }
    .mobile_app_dev_heading,
    .vr_dev_heading,
    .mobile_app_dev_heading,
    .game_dev_heading,
    .web_dev_heading {
        font-size: 22px !important;
    }
    .game_app_dev_black_area .ar_heading_title,
    .mobile_app_dev_black_area .ar_heading_title {
        padding: 0 !important;
    }
    /* BlockQuote */
    blockquote {
        margin: 30px auto !important;
        padding: 1.2em 20px 1.2em 30px !important;
    }
    /* BlockQuote End */
    .nav-link {
        padding: 0.5rem 0.5rem !important;
    }
    /* ######################### MENU ################################## */
    .hamburger_position {
        right: 45px;
    }
    #bottom-nav-side ul li {
        line-height: 1.5;
        padding: 15px 0px;
    }
    /* ######################### MENU END ################################## */
    /* ############################### SPACING END ##################################### */
    .spacing_padding_section {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .spacing_margin_section {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    /* ############################### SPACING END ##################################### */
    /* ############################## NOTIFICATION WIDGET ############################## */
    #notification-2,
    #notification {
        width: 15rem;
        height: 13rem;
        position: fixed;
        display: block;
        z-index: 99;
        bottom: 100px !important;
        right: -25px;
    }
    #notification-2 .notification-box,
    #notification .notification-box {
        bottom: 90px !important;
    }
    #notification {
        bottom: 14% !important;
        top: unset !important;
    }
    #notification .notification-box {
        bottom: 0 !important;
        top: unset !important;
    }
    /* ############################## NOTIFICATION WIDGET ############################## */
    /* ############################### VR PAGE  ##################################### */
    .vr_dev_heading span::before {
        width: 25px !important;
        height: 60px !important;
        top: 0px !important;
        left: 20px !important;
    }
    .vr_dev_heading::before {
        right: -5px !important;
        width: 20px !important;
        height: 50px !important;
        bottom: -40px !important;
    }
    .vr_dev_heading span {
        font-size: 100px !important;
    }
    .vr_dev_heading_wrapper {
        margin-right: 0 !important;
    }
    #vr_dev_banner #vr_item_1,
    #vr_dev_banner #vr_item_2,
    #vr_dev_banner #vr_item_3,
    #vr_dev_banner #vr_item_4,
    #vr_dev_banner #vr_item_5,
    #vr_dev_banner #vr_item_6,
    #vr_dev_banner #vr_item_7 {
        margin-top: 12% !important;
        width: 140% !important;
        margin-left: -12% !important;
    }
    .vr_dev_img {
        position: unset;
        margin-left: 15px !important;
    }
    .vr_dev_circle_icon {
        margin-left: -2rem !important;
        margin-top: -0.5rem !important;
    }
    .vr_dev_logo_item_wrapper {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .vr_dev_logo_item {
        padding: 0 !important;
    }
    .vr_dev_logo_item_title {
        font-size: 45px !important;
        top: -3rem !important;
    }
    ul.vr_dev_logo_item li {
        margin-left: 0 !important;
    }
    .vr_dev_decoration img:nth-child(2) {
        right: -4rem !important;
        top: -2rem !important;
        width: 50% !important;
    }
    .vr_dev_decoration img:nth-child(3) {
        bottom: -5rem !important;
        left: 14.2rem !important;
        width: 50% !important;
    }
    .vr_dev_circle_icon span {
        margin-left: 10px !important;
    }
    .rhomb_decoration_vr_dev img:nth-child(2) {
        bottom: 0rem !important;
        right: -12rem !important;
    }
    .rhomb_decoration_vr_dev img:nth-child(1) {
        left: -10rem !important;
        opacity: 0.3 !important;
    }
    #vr_bg_paralax {
        bottom: -15px !important;
    }
    .vr_dev_heading {
        margin-bottom: 10rem !important;
    }
    #ar_black_area .vr_dev_circle_icon p {
        padding-bottom: 30px !important;
    }
    .vr_dev_contents h3 {
        font-size: 22px !important;
        text-align: center !important;
    }
    .vr_dev_contents {
        padding: 0px !important;
    }
    .vr_dev_wrapper .slick-prev {
        left: -25px !important;
    }
    .vr_dev_wrapper .slick-next {
        right: -25px !important;
    }

    /* ############################### VR PAGE END ##################################### */
    /* ############################### GAME PAGE  ##################################### */
    .game_dev_ourservice_wrapper .block_spacing {
        padding: 3rem 0 !important;
    }
    .game_dev_ourservice {
        margin-top: 4rem !important;
    }
    .game_dev_ar_game h2 {
        font-size: 29px !important;
        margin-top: -2rem !important;
    }
    .game_dev_ar_game img {
        width: 60% !important;
        transform: translateX(30%) !important;
    }
    #game_dev_character_design h2 {
        font-size: 27px !important;
    }
    #game_bg_paralax {
        bottom: -10px !important;
    }
    .game_dev_heading {
        text-align: center !important;
        margin-top: 20% !important;
        margin-bottom: 30% !important;
    }
    .game_dev_heading span {
        font-size: 57px !important;
    }
    .game_dev_heading_wrapper {
        margin-right: 0rem !important;
        text-shadow: 0px 1px 10px #000;
    }
    .game_dev_heading span::before {
        width: 30px !important;
        height: 70px !important;
    }
    #game_dev_banner #game_item_1 {
        margin-top: 3% !important;
    }
    #game_item_3 img,
    #game_item_2 img,
    #game_item_1 img {
        max-width: 150% !important;
        margin-bottom: -2% !important;
    }
    .game_dev_ourservice_wrapper .kind-of-services {
        min-height: 50px;
    }
    /* ############################### GAME PAGE END ##################################### */
    /* ############################### HOME - HOME TRUSTED BY SECTION START ##################################### */
    .trusted_by_client_wrapper {
        margin-top: 0px !important;
    }
    .trusted_by_client_wrapper .our_partners_black {
        padding: 70px 10px !important;
    }
    .trusted_by_client_wrapper .our_partners_white {
        padding: 70px 10px !important;
    }
    .trusted_by_client_wrapper
        .our_partners_black
        .our_partners_content
        .arrow_prev {
        left: -5% !important;
    }
    .trusted_by_client_wrapper
        .our_partners_black
        .our_partners_content
        .arrow_next {
        right: -5% !important;
    }
    .trusted_by_client_wrapper
        .our_partners_white
        .our_partners_content
        .arrow_prev {
        left: -5% !important;
    }
    .trusted_by_client_wrapper
        .our_partners_white
        .our_partners_content
        .arrow_next {
        right: -5% !important;
    }
    #home_trusted_by {
        padding: 0px 0px 150px 0px !important;
    }
    .trusted_by_title {
        font-size: 23px !important;
    }
    .svg_up_down svg {
        transform: translateX(-30px);
    }
    .trusted_by_wrapper_content {
        margin: 30px 0;
    }
    /* ############################### HOME - HOME TRUSTED BY SECTION END ##################################### */
    /*###################################### ECOSYSTEM SECTION ##############################################*/
    #ecosystem .title {
        padding: 50px 8px 20px !important;
        font-size: 30px !important;
    }
    #ecosystem p {
        padding-left: 0 !important;
    }
    .ecosystem_menu_link_hover .hover_item {
        display: none !important;
    }
    /*###################################### ECOSYSTEM SECTION END##############################################*/
    /*###################################### SPACE PORTAL SECTION ##############################################*/
    .space_portal_location_title .title {
        font-size: 17px !important;
        text-align: left;
    }
    .space_portal_location_content {
        font-size: 17px !important;
    }
    .space_portal_location_content .plus svg {
        width: 70px !important;
        transform: translate(-35%, -55%) !important;
    }
    .space_portal_wrapper img {
        width: 250px !important;
    }
    .space_portal_func1 .title {
        top: 40rem !important;
        font-size: 79.62px !important;
    }
    .space_portal_content {
        text-align: center !important;
    }
    .space_portal_content .space_portal_title {
        font-size: 22px !important;
        font-weight: bold !important;
        margin-top: 1rem !important;
    }
    .space_portal_func2 .title {
        font-size: 79.62px !important;
        bottom: 0rem !important;
        left: -50px !important;
    }
    .space_portal_wrapper .care_ar_portal,
    .space_portal_wrapper .care_ar_space {
        bottom: 0 !important;
        left: 10px;
        text-align: center !important;
    }
    /* Space_Portal */
    h2.space_portal_title {
        text-align: center !important;
    }
    #space_portal .rhomb {
        margin-bottom: 15px !important;
    }
    /* Space_Portial_Location */
    #space_portal_location {
        padding: 30px 10px !important;
    }
    .space_portal_content_wrapper {
        margin-top: 2rem !important;
    }
    /*###################################### SPACE PORTAL SECTION END##############################################*/
    /*###################################### AR CASESTUDY SECTION ##############################################*/
    #ar_vr_casestudy #modalGalaxy .modal-content button.close {
        right: 0 !important;
        top: -5px !important;
        font-size: 35px !important;
    }
    #ar_vr_casestudy #modalGalaxy .modal-content .modal-body {
        padding: 20px !important;
    }
    /* ar_vr_casestudy */
    #ar_vr_casestudy {
        font-size: 16px !important;
    }
    #ar_vr_casestudy .home_galaxy_content.card-columns h4.card-title {
        font-size: 1.5rem !important;
    }
    #ar_vr_casestudy .brand_detail_case_study .modal-content button.close {
        right: 0px !important;
        top: 0px !important;
    }
    /*###################################### AR CASESTUDY SECTION END ##############################################*/
    /*###################################### HOME TRUSTED BY SECTION ##############################################*/
    .trusted_by_client_wrapper
        .our_partners_black
        .our_partners_content
        .arrow_prev
        span {
        border-top: 15px solid #ffffff00 !important;
        border-right: 15px solid #fff !important;
        border-bottom: 15px solid #ffffff00 !important;
    }
    .trusted_by_client_wrapper
        .our_partners_black
        .our_partners_content
        .arrow_next
        span {
        border-top: 15px solid #ffffff00 !important;
        border-left: 15px solid #fff !important;
        border-bottom: 15px solid #ffffff00 !important;
    }
    .trusted_by_client_wrapper
        .our_partners_black
        .our_partners_content
        .arrow_next,
    .trusted_by_client_wrapper
        .our_partners_black
        .our_partners_content
        .arrow_prev {
        top: 30% !important;
    }
    .trusted_by_client_wrapper
        .our_partners_white
        .our_partners_content
        .arrow_prev
        span {
        border-top: 15px solid #ffffff00 !important;
        border-right: 15px solid #000 !important;
        border-bottom: 15px solid #ffffff00 !important;
    }
    .trusted_by_client_wrapper
        .our_partners_white
        .our_partners_content
        .arrow_next
        span {
        border-top: 15px solid #ffffff00 !important;
        border-left: 15px solid #000 !important;
        border-bottom: 15px solid #ffffff00 !important;
    }
    /*###################################### HOME TRUSTED BY SECTION END ##############################################*/
    /*###################################### PORTFOLIO- OUR SERVICE SECTION   ####################################### */
    .home_ourservice_top-ourservice span.download > strong {
        display: none;
    }
    #ourservice ul#main-menu li {
        margin-bottom: 70px !important;
    }
    #ourservice .home_ourservice_ourmessage {
        margin-left: 0 !important;
    }
    #ourservice .home_ourservice_ourmessage .message-2 {
        margin-left: 0 !important;
    }
    #ourservice .home_ourservice_preview {
        margin-left: 0 !important;
    }
    #ourservice .home_ourservice_preview .info-video {
        margin-top: 2rem !important;
    }
    #ourservice .home_ourservice_ourmessage .message-1 h1 {
        font-size: 27px !important;
    }
    #ourservice .home_ourservice_preview .info-video h3.info-video-title,
    #ourservice .home_ourservice_preview .info-video p {
        padding: 30px 15px !important;
    }
    /*###################################### PORTFOLIO- OUR SERVICE SECTION  END ####################################### */
    /*###################################### HOME- HOME ACHIVEMENTS SECTION #############################################*/
    #home_achivements .achivement_title {
        top: -100px !important;
        left: 50px !important;
        font-size: 45px !important;
    }
    .inner_icon img,
    .spark_icon img {
        width: auto !important;
    }
    /*###################################### HOME- HOME ACHIVEMENTS SECTION END #########################################*/
    /*###################################### HOME PORTFOLIO SECTION #########################################*/
    #home_portfolio {
        padding: 50px 0px 100px !important;
        margin-bottom: 0 !important;
    }
    .port_title {
        font-size: 22px !important;
    }
    #home_portfolio .lastest_portfolio_item {
        padding: 0px !important;
    }
    /*###################################### HOME PORTFOLIO SECTION END #####################################*/
    /*###################################### PORTFOLIO - CATEGORY SECTION  ##############################################*/
    #categories .decoration-rhomb > img:nth-child(1) {
        left: 0 !important;
    }
    #categories .decoration-rhomb > img:nth-child(2) {
        right: 0 !important;
    }
    #categories .heading_title h1 {
        font-size: 28px !important;
    }
    .home_categories_industries h2,
    .home_categories_ourworks h2 {
        font-size: 17px !important;
        white-space: nowrap !important;
    }
    .home_categories_industries .industries #industries-dropdown {
        width: 230px !important;
    }
    .portfolio_main_see-more h3,
    .portfolio_main_see-more h3 > svg {
        font-size: 40px !important;
    }
    /*###################################### PORTFOLIO - CATEGORY SECTION END ###########################################*/
    /*###################################### INDUSTRIES SECTION  ###########################################*/
    .heading_industries {
        max-width: unset !important;
    }
    .industries_item svg {
        width: 60% !important;
    }
    #industries .industries_title {
        font-size: 30px !important;
        text-align: center;
    }
    .industries_item {
        padding: 0 !important;
    }
    .industries_item.card-body a {
        padding: 10px !important;
    }
    #industries .card-deck .card h2 {
        font-size: 17px !important;
    }
    #industries h1 {
        font-size: 32px !important;
        margin-top: 90px !important;
    }
    .industries_wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /* HideCard */
    #industries .card-deck .card.hide_card {
        display: none !important;
    }
    /*###################################### INDUSTRIES SECTION END ###########################################*/
    /* ##################################### Discover Marvy's Ecosystem ####################################### */
    .ecosystem-solution-item img {
        width: 60px;
    }
    /* ##################################### Discover Marvy's Ecosystem End ####################################### */
    /*###################################### FOOTER SECTION  ##############################################*/
    .footer_border {
        padding: 20px !important;
    }
    .footer_border_mid {
        margin-top: 2rem !important;
    }
    /* #footer input[type=checkbox]+label {
        width: 160px !important;
        height: 60px !important;
    } */
    .footer_border_mid {
        padding: 0 !important;
    }

    #footer .footer_services_care_ar p {
        font-size: 13px;
    }
    @supports (-webkit-touch-callout: none) {
        .footer-copyright {
            padding-bottom: 8rem !important;
        }
    }
    /* Footer */
    .footer_mail {
        font-size: 35px !important;
    }
    .footer_border_mid {
        border: 0 !important;
    }
    .footer_border svg {
        margin-bottom: 20px !important;
    }
    .footer_phone {
        font-size: 25px !important;
    }
    .footer_mail {
        font-size: 28px !important;
    }
    .footer_top_purple .card .card-header:after,
    .footer_top_purple .card .card-header.close_collapse:after {
        right: 5px !important;
    }
    /*###################################### FOOTER SECTION END ###########################################*/
    /*###################################### BLOG - CATEGORY-TAB SECTION ###############################################*/
    .home_categories-tab_nav-tabs .nav.nav-tabs {
        padding-right: 0rem !important;
    }
    .home_categories-tab_nav-tabs .nav.nav-tabs .nav-link.active {
        border-bottom: none;
    }
    .home_categories-tab_nav-tabs .post-content h3.post-title {
        font-size: 22px !important;
    }
    .blog_main_content a > img {
        position: unset !important;
        width: 100% !important;
    }
    .home_galaxy_see-more h3,
    .home_galaxy_see-more h3 > svg {
        font-size: 40px !important;
    }
    /*###################################### BLOG - CATEGORY-TAB SECTION END ###########################################*/
    /*###################################### BLOG - BLOG CAROUSEL SECTION #############################################*/
    #blogMainCarousel .topic {
        height: auto !important;
    }
    #blogMainCarousel .topic .image {
        height: 300px !important;
    }
    #blogMainCarousel .topic .content-wrapper {
        margin-top: 1rem !important;
    }
    #blogMainCarousel .topic .content .topic-title {
        font-size: 22px !important;
    }
    #blogMainCarousel .topic .content .topic-subtitle {
        display: none !important;
    }
    /*###################################### BLOG - BLOG CAROUSEL SECTION END ###########################################*/
    /*########################################  HOME OUR SERVICES SECTION  ############################################# */
    #home_our_services {
        padding-top: 100px !important;
    }
    .home_our_services {
        font-size: 45px !important;
        margin-bottom: 20px !important;
    }
    /*########################################  HOME OUR SERVICES SECTION END ############################################# */
    /*########################################  FACE FILTER SECTION ############################################# */
    .face_filter_wrapper .face_filter {
        font-size: 17px !important;
    }
    .face_filter_wrapper .marketing_campaign .slick-dots {
        bottom: -40px !important;
    }
    /*########################################  FACE FILTER SECTION END ######################################### */
    /*########################################  SERVICE BANNER SECTION  ######################################### */
    #service_banner video,
    #service_banner img {
        width: 60% !important;
    }
    #service_banner .service_tag {
        margin-top: 0px !important;
        /* margin-left: 0% !important; */
    }
    #service_banner .service_tag img {
        width: 25% !important;
    }
    #service_banner {
        margin-bottom: 2rem !important;
    }
    #service_banner .service_tag span {
        font-size: 17px !important;
    }
    #service_banner {
        padding-top: 150px !important;
    }
    /*########################################  SERVICE BANNER SECTION END ###################################### */
    /*########################################  AR IMAGE TARGET SECTION ######################################### */
    .ar_image_target_title h3 {
        font-size: 100px !important;
    }
    .ar_image_target_title span {
        font-size: 17px !important;
        margin-top: 2.7rem !important;
    }
    .ar_image_target_title {
        margin-top: -30% !important;
    }
    .ar_image_target_title span {
        font-size: 15px !important;
    }
    #ar_image_target .hosting-platforms {
        padding-top: 1rem !important;
        font-size: 30px !important;
    }
    .ar_image_target_title span:first-child {
        word-spacing: 5px !important;
    }
    .ar_image_target_title h3 {
        transform: translateY(30px);
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -webkit-transform: translateY(30px);
    }
    /*########################################  AR IMAGE TARGET SECTION END ##################################### */
    /*######################################## APP/ APP_LESS SECTION ########################################## */
    ul.app_less_body {
        padding-bottom: 50px !important;
        min-height: 300px !important;
    }
    .app_content .title,
    .app_less_content .title {
        text-align: center !important;
        font-size: 80px !important;
        top: -60px !important;
    }
    .app_less_content .title {
        padding-top: 3rem;
    }
    /*######################################## APP/ APP_LESS SECTION ########################################## */
    /*######################################## APPLLY SCENARIOS SECTION ########################################## */
    #appply_scenarios .rhomb {
        width: 80% !important;
    }
    .appply_scenarios_header .title {
        font-size: 46.74px !important;
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    #appply_scenarios.event .appply_scenarios_header .title,
    #appply_scenarios.product_viewer .appply_scenarios_header .title {
        font-size: 25px !important;
        padding: 0px 20px !important;
    }
    .appply_scenarios_content p {
        padding: 10px !important;
    }
    /*######################################## APPLLY SCENARIOS SECTION END ###################################### */
    /*######################################## INTERACTIVITIES SECTION  ################################## */
    .interactivities_func1 span {
        right: -10rem !important;
    }
    /*Interactivities */
    .interactivities_content p {
        padding: 0px 10px !important;
    }
    .interactivities_title {
        font-size: 24px !important;
    }
    .interactivities_wrapper {
        margin-bottom: 0 !important;
    }
    .interactivities_content.card {
        padding-bottom: 2rem !important;
    }
    .interactivities_content.card .card-header {
        height: unset !important;
    }
    /*######################################## INTERACTIVITIES SECTION END ################################## */
    /*################################ GAME DEV SERVICES SECTION #################################### */
    #game-dev-services .black-area .row {
        font-size: 22px;
    }
    #game-dev-services .game-services-item.has-line {
        margin-bottom: 50px !important;
        margin-top: 50px !important;
    }
    #game-dev-services .game-services-item:last-child {
        margin-bottom: 0 !important;
    }
    #game-dev-services .game-services-item .number {
        transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
        -webkit-transform: unset;
        margin: 0px auto;
    }
    #game-dev-services .game-services-item .offset-md-1 {
        margin-left: unset !important;
    }
    #game-dev-services .thumbnail {
        text-align: center !important;
    }
    #game-dev-services .thumbnail img {
        width: 50% !important;
    }
    #game-dev-services.format_ar .thumbnail img {
        width: auto !important;
    }
    #game-dev-services .game-services-item .card {
        margin-bottom: 40px !important;
    }
    #game-dev-services .game-services-item .things-of-interest.text-right,
    #game-dev-services .game-services-item .things-of-interest.text-left {
        text-align: center !important;
    }
    #game-dev-services .game-services-item .line {
        display: none !important;
    }
    #game-dev-services .our-service-table tr td {
        padding: 5px;
    }
    .game-services-wrapper .facebook-game-ads h3 {
        font-size: 35px !important;
    }
    .game-services-wrapper .facebook-game-ads {
        margin-bottom: -42% !important;
    }
    .game-services-wrapper .game-services-item.expand-padding-facebook {
        padding-top: 0px !important;
    }
    #game-dev-services .our-service-table tr td div img {
        height: unset !important;
    }
    #game-dev-services .game-services-item .title {
        text-align: center !important;
        font-size: 24px !important;
    }
    #game-dev-services .black-area .row > div {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .game-services-wrapper .game-services-item {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    /*Game Modal  */
    #game-dev-services .card-header {
        padding-left: unset !important;
        padding-right: unset !important;
    }
    /* Game Modal End */
    /*################################ GAME DEV SERVICES SECTION END ################################ */
    /* ############################### AR DEV SERVICES SECTION  ##################################### */
    .ar_dev_heading {
        text-align: center !important;
        margin-top: 20% !important;
        margin-bottom: 30% !important;
        font-size: 22px !important;
    }
    .ar_dev_heading span {
        font-size: 57px !important;
    }
    .ar_dev_heading_wrapper {
        margin-right: 0rem !important;
        text-shadow: 0px 1px 10px #000;
    }
    .ar_dev_heading span::before {
        width: 30px !important;
        height: 70px !important;
    }
    #ar_dev_banner {
        height: 400px !important;
    }
    .ar_dev_heading span::before {
        top: -4rem !important;
        right: 1.7rem !important;
    }
    /* ############################### AR DEV SERVICES SECTION END ##################################### */
    /*################################# CONTACT US SECTION  #######################################*/
    .contact_us_content .form_table_content .form-check-label span {
        margin-right: -22px !important;
        right: -17rem !important;
        top: 1rem !important;
    }
    .contact_us_content .form_table_content .game_option label:first-child span,
    .contact_us_content .form_table_content .ar_option label:first-child span {
        top: 1.5rem !important;
    }
    /* Contact Page */
    #contact_us #slider span.ui-slider-handle span {
        top: 25px !important;
        left: -10px !important;
    }
    /* Contact_Us */
    .contact_us_header_content p {
        font-size: 17px !important;
    }
    .contact_us_header_content h1 {
        font-size: 40px !important;
    }
    #contact_us ul#main-menu {
        top: 1.6rem !important;
    }
    #contact_us ul#main-menu li a {
        font-size: 20px !important;
    }
    #contact_us #projectBrief {
        width: 100% !important;
        height: 200px !important;
    }
    .contact_us_header_content {
        padding: 20px 10px !important;
    }
    #contact_us ul#main-menu li a {
        padding: 5px 10px !important;
    }
    #contact_us ul#main-menu li {
        margin-bottom: 0rem !important;
        margin-left: -3rem !important;
    }
    #contact_us .contact_us_title {
        font-size: 20px !important;
    }
    #contact_us .form_table_content .form-check {
        margin-bottom: -1rem;
    }
    /*################################# CONTACT US SECTION END #######################################*/
    /*################################# AR USE SECTION  #######################################*/
    #ar_use h2 object {
        margin-right: 0 !important;
    }
    .ar_use_content_1 table {
        margin-left: -6% !important;
    }
    #ar_use .ar_use_content_2 p {
        margin-left: 3% !important;
    }
    #ar_use h2 object {
        position: absolute !important;
        left: 5% !important;
        top: 5px !important;
    }
    .ar_use_icon {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    /* .ar_use_content_1 table tr td img {
width: 100% !important;
} */
    #ar_use .ar_use_content_2 .idea_concept_title h2 {
        margin-left: 15% !important;
        font-size: 45px !important;
        margin-top: 0.2rem !important;
    }
    #ar_use .ar_use_content_2 h2.history_cultural_title {
        text-align: center !important;
        font-size: 39px;
    }
    #ar_use .ar_use_content_2 h2.tradition_cultural_title {
        font-size: 37px !important;
        margin-bottom: 2rem !important;
    }
    .row.ar_use_tradition_culture img {
        height: 150px !important;
    }
    .ar_use_tradition_culture img {
        width: 100% !important;
    }
    .ar_use_tradition_culture p {
        margin-top: 1rem !important;
    }
    .medium_title.ar_use_icon_title {
        font-size: 23px !important;
    }
    .row.ar_use_constellation img {
        height: 200px !important;
    }
    .row.ar_use_tradition_culture img {
        height: 150px !important;
    }
    .ar_use_content_2_wrapper {
        margin-bottom: 4rem !important;
    }
    #ar_use .ar_use_content_2 h2 {
        font-size: 6vw !important;
    }
    #ar_use .ar_use_content_2 h2.has-dot-circle:before {
        top: 5px !important;
    }
    #ar_use .ar_use_icon_title object {
        transform: translate(-10px, 3px) !important;
        -webkit-transform: translate(-10px, 3px) !important;
        -moz-transform: translate(-10px, 3px) !important;
        -o-transform: translate(-10px, 3px) !important;
    }
    /*################################# AR USE SECTION END #######################################*/
    /*################################# OUR MISSION SECTION #######################################*/
    #our_mission {
        padding-top: 3rem !important;
    }
    .our_mission_title {
        text-align: center !important;
    }
    #our_mission .why_us {
        font-size: 7vw !important;
    }
    /*################################# OUR MISSION SECTION END #######################################*/
    /*################################# AR BLACK AREA SECTION  #######################################*/
    .ar_heading_title {
        font-size: 7.5vw !important;
    }
    #ar_black_area .change_width {
        width: 40% !important;
    }
    #ar_black_area .web_experience_content_wrapper {
        margin-left: -15px !important;
    }
    #ar_black_area > div > div > div {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    #ar_black_area .ar_heading_content a {
        display: block !important;
    }
    .ar_social_why_marvy.ar_heading_title.bottom_header {
        padding-right: 0px !important;
        font-size: 30px !important;
    }
    .ar_space_world_featured.ar_heading_title.bottom_header,
    .ar_product_viewer_featured.ar_heading_title.bottom_header,
    .ar_event_interact.ar_heading_title.bottom_header {
        padding-right: 0px !important;
        font-size: 30px !important;
    }
    #ar_black_area .ar_heading_content .list-branch a {
        margin-right: 15px !important;
        display: flex !important;
    }
    #ar_black_area .ar_heading_content .list-branch img {
        width: 60px !important;
        height: 60px !important;
    }
    /*################################# AR BLACK AREA SECTION END #######################################*/
    /*################################# MARVY CO GETS SECTION ####################################*/
    #marvy_co_gets .ar {
        font-size: 40px !important;
        padding-left: 15px !important;
    }
    .marvy_co_gets_number.big_400 {
        font-size: 250px !important;
        right: -9rem !important;
        top: -115px !important;
    }
    .marvy_co_gets_number.big_420 {
        font-size: 270px !important;
        margin-top: 1rem !important;
    }
    #marvy_co_gets h3 {
        font-size: 17px !important;
        line-height: 1.5 !important;
    }
    /*################################# MARVY CO GETS SECTION END ####################################*/
    /*################################# FUTURISTIC SECTION ####################################*/
    /* Futuristic */
    #futuristic .title {
        font-size: 17px !important;
        padding: 0 10px !important;
    }
    #futuristic .rhomb {
        top: -82px !important;
        left: -54px !important;
    }
    #futuristic .title:nth-child(1) {
        font-size: 30px !important;
    }
    /*################################# FUTURISTIC SECTION END ####################################*/
    /*################################# AR GEO LOCATION SECTION  ####################################*/
    .rhomb_decoration.ar_geo_location img:nth-child(2) {
        top: 42.5rem !important;
    }
    .ar_geo_location_header .title {
        padding: 24px !important;
        text-align: center !important;
        font-size: 40.24px !important;
    }
    .ar_geo_location_header h2.ar_geo_loc_2 {
        font-size: 32.51px !important;
        top: -112px !important;
        width: 100% !important;
        left: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        top: -155px !important;
    }
    #ar_geo_location.ar_geo_loc_2 {
        margin-top: 30px !important;
    }
    .ar_geo_location_header .ar_geo_loc_2 {
        font-size: 30px !important;
        left: 10px !important;
        top: -140px !important;
    }
    /*################################# AR GEO LOCATION SECTION END #################################*/
    .set_default {
        margin-top: 0 !important;
    }
    /*slick*/
    .slick-prev {
        left: -12px !important;
    }
    .slick-next {
        right: -12px !important;
    }
    .our_services_slider .slick-next {
        right: 0px !important;
    }
    .our_services_slider .slick-prev {
        left: 0px !important;
    }
    .medium_title {
        font-size: 35px !important;
    }
    .small_title {
        font-size: 20px !important;
    }
    .porfolio_2_project_stick {
        font-size: 25px !important;
        margin-top: 10rem !important;
    }
    .rhomb_deco_left img {
        width: 25% !important;
    }
    .sub_text {
        font-size: 17px !important;
    }
    .rhomb_deco_right img {
        right: 0rem !important;
        width: 20% !important;
    }
    iframe {
        height: 300px !important;
        width: 100% !important;
    }
    .facebook-responsive {
        height: 300px !important;
    }
    .rhomb_deco_twin img {
        right: -12% !important;
        width: 30% !important;
    }
    .more_video .video {
        width: 111% !important;
        position: relative !important;
    }
    .marvyco_logo_section img {
        width: 100% !important;
    }
    .p-0 .our_services_share {
        word-spacing: -1px !important;
    }
    .home_port_link.porfolio_2 {
        margin-bottom: 2rem !important;
    }
    #portfolio_carousel .carousel-item > .row > .col-md-4 {
        margin-bottom: 2rem !important;
    }
    .rhomb_deco_twin_bottom img {
        width: 25% !important;
    }
    .idea_concept_title {
        margin-top: -3rem !important;
    }
    .idea_concept {
        height: auto !important;
    }
    .idea_concept_content,
    .idea_concept_content_history_culture {
        margin-bottom: 3rem !important;
    }
    .idea_concept {
        margin-bottom: 2rem !important;
        margin-top: 6rem !important;
    }
    .idea_concept_content_history_culture img {
        height: 220px !important;
    }
    .position_and {
        top: 6.2rem !important;
        left: 0rem !important;
    }
    .idea_concept_2 h2 .coconut_icon {
        top: -2rem !important;
    }
    .idea_concept_2 .flower-icon img {
        width: 60%;
    }
    .idea_concept_2 .flower-icon {
        top: 18.2% !important;
    }
    .idea_concept_title_2 {
        margin-top: 20% !important;
    }
    .idea_concept_2 h2 .coconut_icon_2 {
        top: -2rem !important;
        right: -5rem !important;
        left: auto !important;
    }
    .flower_icon_reverse {
        right: -1rem !important;
    }
    .idea_concept_2 .sand-icon {
        top: 10.7% !important;
        left: -25% !important;
    }
    .idea_concept_2 .coconut_icon_2.red_dot_icon {
        right: -9rem !important;
    }
    .birth_element {
        left: 60% !important;
    }
    .img_small_bi {
        width: 20%;
        left: 20% !important;
    }
    .cat_icon_reverse {
        display: none;
    }
    .mouse_icon_reverse {
        width: 100px !important;
    }
    .sand_icon_reverse {
        right: -10rem !important;
    }
    /* Ar_Type */
    #ar_types .ar_types_stroke {
        font-size: 30px !important;
        overflow: hidden !important;
        margin: 15px 10px !important;
    }
    .home_port_link {
        text-align: center !important;
    }
    .ar_types_stroke span {
        font-size: 40px !important;
    }
    #face_filter .title img {
        display: none;
    }
    .rhomb_decoration img:nth-child(1) {
        right: -4rem !important;
    }
    .ar_icons_wrapper h3,
    .ar_icons_wrapper h2 {
        font-size: 17px !important;
    }
    .rhomb_decoration img:nth-child(2) {
        top: 40.5rem !important;
    }
    #new_platform h2 {
        font-size: 35px !important;
        margin-bottom: 20px !important;
    }
    .ar_icons_wrapper object {
        width: 80% !important;
    }
    .rhomb_decoration img:nth-child(2) {
        top: 44rem !important;
    }
    .web_dev_heading p {
        font-size: 30.84px !important;
        margin-bottom: 0 !important;
    }
    .mobile_app_dev_black_area .ar_heading_content {
        font-size: 17px !important;
    }
    .web_dev_point_content .experiences {
        font-size: 38px !important;
    }
    .web_experience_content_right {
        margin-top: 2rem !important;
    }
    .core_team_content .why_us,
    .gift_for_your_brand_content h3 {
        font-size: 33px !important;
    }
    .word_sinking.proccess h3 {
        left: 0.5rem !important;
        top: 10rem !important;
    }
    .mobile_app_dev_heading {
        background-color: #000 !important;
        padding: 15px !important;
    }
    .mobile_app_dev_dashboard_ui img,
    .mobile_app_dev_manage_ui img {
        width: 50% !important;
    }
    .mobile_app_dev_ui_content div {
        margin-top: 10% !important;
    }
    .mobile_app_dev_manage_ui {
        margin-top: -7rem !important;
    }
    .character3DMario .button_outline_black,
    .character2DMario .button_outline_black {
        font-size: 16px !important;
    }
    .our_mission_coordinates {
        margin-top: 2rem !important;
    }
    .core_team_title {
        font-size: 50px !important;
    }
    .core_team_content {
        width: auto !important;
    }
    .core_team_info_user p:nth-child(1) {
        font-size: 22px !important;
    }
    .core_team_user {
        width: 70px !important;
    }
    .core_team_user1 {
        top: -5rem !important;
        left: 5rem !important;
    }
    .core_team_user2 {
        top: -4rem !important;
    }
    .core_team_user3 {
        bottom: -3rem !important;
        right: 0rem !important;
    }
    .core_team_user4 {
        bottom: -5rem !important;
        right: 6rem !important;
    }
    .core_team_user5 {
        left: 1rem !important;
        bottom: -3rem !important;
    }
    .core_team_user6 {
        bottom: -5rem !important;
        right: 11rem !important;
    }
    #blogMainCarousel .carousel-inner,
    #blogMainCarousel.carousel,
    #blogMainCarousel .carousel-item,
    #blogMainCarousel .container,
    #blogMainCarousel .fill {
        min-height: 350px !important;
    }
    #blogMainCarousel .topic > a h1 {
        font-size: 18px !important;
    }
    #blogMainCarousel .hosttest-blog > a > span {
        right: -70px !important;
    }
    #blogMainCarousel .carousel-indicators,
    .hosttest-blog > a > span {
        right: -85px !important;
    }
    .mobile_app_dev_wrapper {
        position: unset;
        transform: translateY(0%);
    }
    h3.home_solution-for_title {
        font-size: 35px !important;
        bottom: -27px !important;
        margin-top: -20px !important;
    }
    iframe.ar_game_zodiac {
        width: 325px !important;
    }
    .ar_code_logo img {
        width: 123px;
    }
    .wedding_mouse {
        display: none !important;
    }
    .home_categories_industries .industries button,
    .home_categories_ourworks .ourworks button {
        padding: 4px 6px !important;
        /* font-size: 16px !important; */
    }
    h3.ar_types_title,
    .home_categories_industries h3,
    .home_categories_ourworks h3 {
        font-size: 13px !important;
        font-weight: 600;
        height: 80px;
        padding: 30px 0px;
    }
    #categories .ar_type_wrapper .ar_type {
        display: block !important;
        padding: 20px 0px !important;
        min-height: 110px !important;
        white-space: nowrap;
        overflow-x: auto;
    }
    #new_platform .new_platform_wrapper_content {
        margin-top: 15px !important;
        margin-bottom: 0 !important;
    }
    #new_platform .new_platform_wrapper {
        margin-bottom: 0rem !important;
    }
    .branch_detail_title h1 {
        font-size: 32px !important;
    }
    /* .brand_detail_case_study .modal-content,
    .brand_detail_case_study .modal-content iframe {
    z-index: -1 !important;
    } */
    h3.branch_detail_block_title {
        font-size: 30px !important;
    }
    #home_header_top-header img {
        margin-left: 2rem !important;
    }
    .home_heading {
        font-size: 4.7vw !important;
    }
    #our_services {
        padding-top: 80px !important;
    }
    #home_divider {
        margin-top: 130px;
    }
    .core_team_content {
        margin-top: 0rem !important;
    }
    .core_team_info_user_main_img {
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    .core_team_info_user p {
        display: block !important;
    }
    .ar_servie_banner_img {
        margin-top: -80px !important;
    }
    .form_table_content .form-check-label span {
        right: 0rem !important;
        top: 0.4rem !important;
    }
    .port_box {
        margin-bottom: 20px !important;
        padding-top: 320px !important;
    }
    .home_port_link_svg svg {
        transform: translate(10px, 10px) !important;
    }
    .home_home_divider {
        margin-top: 1rem !important;
    }
    .home_home_divider .svg_arrow_2,
    .home_home_divider .svg_arrow_1 {
        font-size: 45px !important;
    }
    .web_experience_content_wrapper .d-flex.align-items-center {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .home_icon {
        top: 100px !important;
        width: 180px !important;
        right: 0px !important;
        left: auto !important;
    }
    #home_divider p {
        font-size: 17px !important;
    }
    .achive_content {
        padding: 30px 21px;
        width: 300px;
    }
    .home_focused {
        padding-bottom: 50px !important;
    }
    .home_marvelous_text_wrapper {
        padding-bottom: 70px !important;
    }
    #home_banner {
        min-height: 500px !important;
    }
    .home_heading:first-child {
        margin-top: 200px !important;
    }
    .ar_heading_title.bottom_header {
        padding-right: 0px !important;
        text-align: center !important;
        font-size: 43px !important;
    }
    #ar_most_important .col-md-6 p:not(:first-child) {
        font-size: 17px !important;
    }
    #marvy_co_gets .rhomb,
    #space_portal .rhomb,
    #interactivities .rhomb,
    #ar_geo_location .rhomb {
        margin-top: -5% !important;
    }
    .ar_product_viewer_func2 h2 {
        right: -35px;
        font-size: 83.35px !important;
        text-align: right;
        top: -75px !important;
    }
    button#exitFullScreenIcon,
    button#fullScreenIcon {
        width: 50px !important;
    }
    iframe#fullScreenWeb {
        height: 500px !important;
    }
    .purple_border {
        border-bottom: none;
    }
    span#marvelous > span {
        display: none;
    }
    .app_flatform svg {
        width: 200px;
    }
    .app_flatform {
        position: initial !important;
        margin-top: 2rem !important;
    }
    #home_divider h1 img {
        display: none;
    }
    #nextback a {
        font-size: 30px !important;
    }
    .nav-justified .nav-item {
        flex-grow: unset !important;
        flex-basis: 50% !important;
    }
    .loading-read-this-post .loader_wrapper {
        top: 100px !important;
    }
    /* About_Post */
    #about-post .detail_about-post_post h3.title {
        font-size: 1.6rem !important;
    }
    /* Next_Back */
    #nextback svg {
        margin-top: 0 !important;
    }
    #nextback .back p,
    #nextback .next p {
        font-size: 10px !important;
        font-weight: 700 !important;
        margin-bottom: 0.5rem;
    }
    #nextback .back-svg,
    #nextback .next-svg {
        width: 44px;
        height: 105px;
    }
    /* Hottest_Blog */
    .hottest_blog_contents .meta-video span > hr {
        width: 170px !important;
    }
    /* Ar_Product_Viewer */
    .ar_product_viewer_func1 .title {
        left: -56px !important;
        font-size: 77.35px !important;
        bottom: -50px !important;
    }
    /* Product 360 - Photography */
    .product_360_photography_header h2:nth-child(1) {
        margin-top: -4rem !important;
    }
    .product_360_photography_header h2 {
        font-size: 55.36px !important;
    }
    .product_360_photography_header h2:nth-child(2) {
        margin-top: -1rem !important;
    }
    /* Ar_Geo_Location */
    .ar_geo_location_header h2 {
        font-size: 36.24px !important;
    }
    .ar_geo_location_content p.ar_geo_location_title {
        height: auto !important;
        font-size: 22px !important;
    }
    .ar_geo_location_content p {
        padding: 0px 25px !important;
        font-size: 16px !important;
    }
    /*Form_Table_Content*/
    #about-post.branch_detail .detail_about-post_post h3.title {
        font-size: 1.5rem !important;
    }
    .form_table_content .form-check {
        padding-left: 0 !important;
    }
    .form_table_narrow {
        z-index: 99 !important;
        top: 50% !important;
        bottom: 50% !important;
    }
    .branch_detail .sidenav a.closebtn {
        font-size: 30px !important;
    }
    .form_table_content .form-check-label {
        width: 100% !important;
        margin-bottom: -1rem !important;
    }
    .home_solution-for_icon p {
        font-size: 16px;
    }
    /* Menu Wrapper*/
    .industries_menu .slick-list {
        overflow: hidden !important;
    }
    .industries_img_title {
        display: none !important;
    }
    .menu_link li:not(:last-child) {
        margin-right: 10px !important;
    }
    .menu_link li {
        font-size: 20px !important;
    }
    .menu_items {
        padding-left: 10px !important;
    }
    .menu_items h1 {
        margin-left: -1.5rem !important;
        font-size: 20px !important;
        margin-bottom: 0 !important;
    }
    .industries_img_wrapper img {
        width: 50% !important;
    }
    #face_filter .face_filter_section_1 {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 1) 30%,
            rgba(101, 69, 236, 1) 30%,
            rgba(101, 69, 236, 1) 100%
        ) !important;
    }
    .ar_type_wrapper {
        box-shadow: none;
        border-bottom: 1px solid #ededed;
    }
    .ar_type_wrapper button.all-type {
        padding: 4px 6px !important;
    }
    .home_focused_content .title {
        font-size: 35px !important;
    }
    /*######################## TECH BUDDY PAGE #####################*/
    #tech-buddy-banner .title-wrapper .title {
        font-size: 44px !important;
    }
    #tech-buddy-banner .rhomb img:nth-child(1) {
        left: 0 !important;
    }
    #tech-buddy-banner .tech-buddy-text span:nth-child(2),
    #tech-buddy-banner .tech-buddy-text span:nth-child(1) {
        top: 25% !important;
    }
    #tech-buddy-banner .tech-buddy-text {
        font-size: 50px !important;
    }
    #tech-buddy-banner .intro-wrapper {
        margin-left: 0 !important;
    }
    #tech-buddy-banner .intro-wrapper img {
        width: 100px !important;
        position: absolute !important;
        top: -5% !important;
        right: -25% !important;
    }
    #benifit-wrapper {
        padding: 50px 0px !important;
    }
    #benifit-wrapper .icon {
        font-size: 17px !important;
    }
    .great-benifit .content {
        margin: 10px 0px !important;
        padding: 20px 15px !important;
    }
    .great-benifit .content ul {
        padding: 0 !important;
    }
    #digital-partner .title-section {
        font-size: 35px !important;
    }
    #digital-partner .sub-title-section {
        padding: 0px 50px !important;
    }
    #digital-partner .content .box-1 ul {
        height: auto !important;
    }
    #digital-partner .box-2 {
        height: auto !important;
    }
    #digital-partner .content .box-3 ul {
        height: auto !important;
    }
    #digital-partner .content-3 .box-4,
    #digital-partner .content-2 .box-4,
    #digital-partner .content-1 .box-4 {
        height: auto !important;
    }
    #tech-buddy-feature .heading {
        transform: unset !important;
        -moz-transform: unset !important;
        -o-transform: unset !important;
        -webkit-transform: unset !important;
        margin-top: 50px !important;
    }
    #tech-buddy-feature .note {
        font-size: unset !important;
    }
    #tech-buddy-feature .item p {
        width: 150px !important;
    }
    #tech-buddy-feature .title-wrapper::before {
        font-size: 55px !important;
    }
    #ar-game-filter .title-wrapper::before {
        left: -83px !important;
    }
    #ar-game-filter .rec {
        bottom: 41% !important;
    }
    #microsite-game .title-wrapper::before {
        left: -90px !important;
    }
    #ar-backdrop .title-wrapper::before {
        left: -90px !important;
    }
    #tech-buddy-feature .microsite-slick,
    #tech-buddy-feature .ar-filter-slick {
        margin-bottom: 50px !important;
    }
    /*######################## TECH BUDDY PAGE END ##################*/
}

/* End Extra small devices (portrait phones, less than 576px) col =================================================================================================*/

/* Start breakpoint extend */
@media (min-width: 576px) and (max-width: 767px) {}

@media(min-width: 768px) and (max-width: 812px){
    .vr_dev_circle_icon {
        margin-left: -12vw !important;
    }
    .menu_content_wrapper {
        height: 300px !important;
        overflow: scroll !important;
        margin-top: 10px!important;
    }
    /* .vr_dev_heading::before{
        left: 44% !important;
    } */
}
@media (min-width: 768px) and (max-width: 991px) {}
@media(min-width: 992px) and (max-width: 1024px){
    .vr_dev_circle_icon {
        margin-left: -12vw !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
     /*############# MENU WRAPPER ######################*/
     .menu_content_wrapper_top{
        transform: scale(.8) !important;
     }
     .menu_content_wrapper{
        transform: scale(.8) !important;
    }
    .industries_menu_wrapper{
        margin-top: 3% !important;
    }
    .menu_link li:not(:last-child){
        margin-right: 25px !important;
    }
    /*############# MENU WRAPPER END ##################*/
}

@media (min-width: 1200px) and (max-width: 1367px) {
    /*############# MENU WRAPPER ######################*/
    .menu_content_wrapper_top{
        transform: scale(.8) !important;
     }
    .menu_content_wrapper{
        transform: scale(.8) !important;
    }
    .industries_menu_wrapper{
        margin-top: 5% !important;
    }
    /*############# MENU WRAPPER END ##################*/
    .vr_dev_heading {
        margin-top: 20% !important;
    }
    .home_heading:first-child {
        margin-top: 300px !important;
    }
    .space_portal_wrapper .care_ar_space {
        bottom: 15% !important;
    }
    .space_portal_wrapper .care_ar_portal {
        bottom: 10% !important;
    }
    /* Space_Portal */
    .space_portal_func2 h2 {
        bottom: 0rem !important;
    }
    /*Interactivities */
    .interactivities_func1 span {
        right: -39rem !important;
    }
    /*Space_Portal_Location */
    .space_portal_location_ar_screen {
        margin-top: -1.5rem !important;
    }
    /* ############################### SERVICE BANNER SECTION ##################################### */ 
    #service_banner{
        min-height: 70vh !important;
    }
    /* ############################### SERVICE BANNER SECTION END ################################## */ 
    /*################################ GAME DEV SERVICES SECTION  ################################ */
    .game-services-wrapper .facebook-game-ads {
        margin-top: 10% !important;
        margin-bottom: -17% !important;
    }
    #game-dev-services .game-services-item .line.game-line{
        height: 60rem !important;
    }
    /*################################ GAME DEV SERVICES SECTION END ################################ */
    /*################################ TECH BUDDY BANNER SECTION  ################################ */
    #tech-buddy-banner .title-wrapper{
        margin-top: 30% !important;
    }
    /*################################ TECH BUDDY BANNER SECTION END ################################ */
}

@media (min-width: 1368px) and (max-width: 1400px){
    .space_portal_wrapper .care_ar_space {
        bottom: 20% !important;
    }
    .space_portal_wrapper .care_ar_portal {
        bottom: 13% !important;
    }
}


/* End breakpoint extend */

@media (max-height: 757.98px) {
    .menu_items_bottom{
        padding-bottom: 0;
    }
}
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}