@charset "UTF-8";

/*!
Theme Name: zoomtopia
Theme URI: http://underscores.me/
Author: Ryan Hunter
Author URI: https://ryanjhunter.com/
Description: Theme WP to Zoomtopia
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zoomtopia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

zoomtopia is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap");
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * Remove the inner border and padding in Firefox.
 */

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


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: royalblue;
    outline: none;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
}

a:focus {
    outline: 5px auto #EC0085 !important;
}

button:focus {
    outline: 5px auto #EC0085 !important;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

html {
    font-size: 12pt;
    background-color: #252c66;
}

body {
    background-color: #fff;
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 16px;
    color: #333;
    overflow-x: hidden;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 28px;
    margin: 0px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 28px;
    margin: 0px;
}

h5 {
    font-size: 22px;
    line-height: 31px;
    color: #fff;
    margin: 0px;
}

p {
    font-weight: 300;
}

a,
a:hover,
a:visited {
    color: #fff;
}

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

.entry-content,
.page {
    margin: 0px;
}

.custom-container {
    max-width: 1200px;
    margin: 0px auto;
    width: 100%;
    float: initial !important;
}

.custom-container-500 {
    max-width: 1500px;
    margin: 0px auto;
    width: 100%;
    float: initial !important;
}

header.site-header {
    background-color: #025256;
    min-height: 3.25rem;
    z-index: 30;
    left: 0;
    width: 100%;
}

@media (max-width: 767px) {
    header.site-header {
        background-color: #00B2A9;
    }
}

header.site-header .container-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 80px;
    position: relative;
}

@media (min-width: 992px) {
    header.site-header .container-header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1440px) {
    header.site-header .container-header {
        max-width: 1306px;
    }
}

header.site-header .container-header .site-logo {
    height: 28px;
    margin-right: auto;
}

@media (min-width: 992px) {
    header.site-header .container-header .site-logo {
        display: block;
    }
}

header.site-header .container-header .site-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
    text-decoration: none;
}

header.site-header .container-header .site-logo a svg {
    height: 100%;
    height: 100%;
}

@media (max-width: 479px) {
    header.site-header .container-header .site-logo a svg {
        height: 80%;
    }
}

header.site-header .container-header .menu-toggle {
    background-color: transparent;
    border: none;
    width: 30px;
    height: 24px;
    cursor: pointer;
    outline: none;
    z-index: 101;
    position: relative;
}

@media (min-width: 992px) {
    header.site-header .container-header .menu-toggle {
        display: none;
    }
}

header.site-header .container-header .menu-toggle .hamburger .line {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 20px;
    background: #fff;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

header.site-header .container-header .menu-toggle .hamburger .line:nth-child(1) {
    margin-top: 0px;
}

header.site-header .container-header .menu-toggle .hamburger .line:nth-child(2) {
    width: 80%;
    margin-top: 9px;
    margin-left: 20%;
}

header.site-header .container-header .menu-toggle .hamburger .line:nth-child(3) {
    margin-top: 9px;
}

header.site-header .container-header .menu-toggle .hamburger.close {
    color: #fff !important;
    text-shadow: none !important;
    opacity: 1 !important;
}

header.site-header .container-header .menu-toggle .hamburger.close .line {
    background: #fff !important;
    height: 2px;
}

header.site-header .container-header .menu-toggle .hamburger.close .line:nth-child(1) {
    top: 0;
    width: 100%;
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
}

header.site-header .container-header .menu-toggle .hamburger.close .line:nth-child(2) {
    opacity: 0;
}

header.site-header .container-header .menu-toggle .hamburger.close .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

header.site-header .container-header .menu-toggle .hamburger.close:hover {
    opacity: 1 !important;
}

header.site-header .container-header .menu-toggle .hamburger.active-red .line {
    background: #fff;
}

header.site-header .container-header .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    header.site-header .container-header .main-navigation ul {
        display: block;
    }
}

header.site-header .container-header .main-navigation ul li {
    margin-left: 20px;
}

header.site-header .container-header .main-navigation ul li a {
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    white-space: nowrap;
}

header.site-header .container-header .main-navigation ul li a:hover {
    color: #F89E1B;
}

@media (max-width: 991px) {
    header.site-header .container-header .main-navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #025256;
        padding: 50px 15px;
        z-index: 100;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        -webkit-box-shadow: 5px 14px 18px -3px rgba(0, 0, 0, 0.2);
        box-shadow: 5px 14px 18px -3px rgba(0, 0, 0, 0.2);
    }
    header.site-header .container-header .main-navigation ul {
        display: inline-block !important;
        width: 100%;
        padding-top: 50px;
    }
    header.site-header .container-header .main-navigation ul li {
        display: block;
        width: 100%;
        margin-left: 0px !important;
        text-align: center;
        padding: 20px;
    }
}

@media (min-width: 992px) {
    header.site-header .container-header .main-navigation {
        display: block !important;
    }
}

header.site-header .container-header .main-navigation .nav-cta-btn a {
    padding: 10px 20px;
    background-color: #EC0085;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-weight: bold;
}

@media (max-width: 767px) {
    header.site-header .container-header .main-navigation .nav-cta-btn a {
        padding: 20px;
    }
}

header.site-header .container-header .main-navigation .nav-cta-btn a:hover {
    background-color: #9b0058;
    color: #FFFFFF;
}

@media (min-width: 1140px) {
    header.site-header .container-header .main-navigation .nav-cta-btn {
        margin-left: 30px;
    }
    header.site-header .container-header .main-navigation .nav-cta-btn a {
        padding: 10px 30px;
    }
}

section.s-header {
    padding-top: 80px;
    position: relative;
    height: 690px;
    background: url(/wp-content/uploads/2020/01/background-hero.png), #00B2A9;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 150%;
}

@media (min-width: 1300px) {
    section.s-header {
        background-size: 100%;
    }
}

section.s-header * {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

section.s-header .container-zoomtopia {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

section.s-header .container-zoomtopia .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

section.s-header .container-zoomtopia .wpb_wrapper svg {
    width: 100%;
    height: 100%;
}

section.s-header .container-zoomtopia .wpb_wrapper svg:first-child {
    margin-right: 15px;
}

section.s-header .zoom-head {
    margin-bottom: 7%;
    position: relative;
    z-index: 1;
}

section.s-header .zoom-head h2 {
    color: #008580;
    line-height: initial;
    margin-bottom: 15px;
}

section.s-header .zoom-head h3 {
    margin-top: 0px;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    section.s-header {
        padding-top: 80px;
        min-height: calc(100vh - 80px);
        max-height: 690px;
    }
}

@media (max-width: 768px) {
    section.s-header .zoom-head h2 {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    section.s-header .container-zoomtopia {
        margin-bottom: 20px;
    }
    section.s-header .container-zoomtopia .wpb_wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    section.s-header .container-zoomtopia .wpb_wrapper svg {
        width: 200px;
        margin-top: 10px;
        margin-right: 0px !important;
    }
}

@media (max-width: 575px) and (-ms-high-contrast: none),
(max-width: 575px) and (-ms-high-contrast: active) {
    section.s-header .container-zoomtopia .wpb_wrapper svg:first-child {
        margin-bottom: -90px;
    }
    section.s-header .container-zoomtopia .wpb_wrapper svg:last-child {
        margin-bottom: -30px;
    }
}

@media (max-width: 575px) {
    section.s-header .zoom-head {
        margin-bottom: 20px;
    }
    section.s-header .zoom-head h2 {
        line-height: initial;
    }
    section.s-header .zoom-head h3 {
        line-height: initial;
    }
}

section.s-icons {
    background: url(/wp-content/uploads/2020/01/background-carousel.png) center top no-repeat, #025256;
    background-size: 150%;
    min-height: 813px;
    padding-bottom: 110px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
}

@media (max-width: 575px) {
    section.s-icons {
        padding-left: 0px;
        padding-right: 0px;
    }
}

section.s-icons:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/bg-bottom-icons.png) center bottom -5px no-repeat, rgba(2, 82, 86, 0.6);
    background-size: 130%;
    z-index: -1;
}

@media (min-width: 1300px) {
    section.s-icons:before {
        background-size: 100%;
    }
}

section.s-icons .bg-left-icons {
    position: absolute;
    left: -10%;
    top: -5%;
    z-index: -1;
}

section.s-icons .bg-right-icons {
    position: absolute;
    width: 175px;
    height: 520px;
    right: -8%;
    top: -30%;
    z-index: -1;
}

section.s-icons .box-video {
    width: 100%;
    padding: 100px 0px;
}

@media (max-width: 575px) {
    section.s-icons .box-video {
        padding-left: 15px;
        padding-right: 15px;
    }
}

section.s-icons .box-video .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.s-icons .box-video .wpb_wrapper .zoomtopia-video {
    width: 100%;
    margin-bottom: 0px;
}

section.s-icons .box-video .wpb_wrapper .text-video {
    width: 100%;
    margin-left: 50px;
    margin-bottom: 0px;
}

section.s-icons .box-video .wpb_wrapper .text-video .wpb_wrapper {
    display: block;
}

section.s-icons .box-video .wpb_wrapper .text-video .wpb_wrapper h3 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
}

section.s-icons .box-video .wpb_wrapper .text-video .wpb_wrapper p {
    margin-top: 10px;
    margin-bottom: 30px;
}

section.s-icons .box-video .wpb_wrapper .text-video .wpb_wrapper h5 {
    font-size: 20px;
    font-weight: 400;
}

section.s-icons .box-video .wpb_wrapper .text-video .wpb_wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    margin-top: 10px;
}

section.s-icons .box-video .wpb_wrapper .text-video .wpb_wrapper a:hover {
    color: #F89E1B;
}

section.s-icons .box-video .wpb_wrapper .text-video .wpb_wrapper a img {
    margin-left: 15px;
    width: 30px;
}

@media (max-width: 991px) {
    section.s-icons .box-video .wpb_wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    section.s-icons .box-video .wpb_wrapper .zoomtopia-video {
        max-width: 600px;
        margin: 0 auto;
    }
    section.s-icons .box-video .wpb_wrapper .text-video {
        max-width: 600px;
        margin: 0 auto;
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    section.s-icons .box-video .wpb_wrapper .text-video .wpb_wrapper h3 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    section.s-icons .animated-icons {
        padding-left: 15px;
        padding-right: 15px;
    }
}

section.s-icons .animated-icons .head-icons {
    margin-top: 50px;
    margin-bottom: 50px;
}

section.s-icons .animated-icons .head-icons h2 {
    font-size: 34px;
    font-weight: 400;
}

section.s-icons .animated-icons .container-icons {
    max-width: 1080px;
}

section.s-icons .animated-icons .container-icons .vc_col-sm-3 {
    padding: 0px 15px;
}

section.s-icons .animated-icons .container-icons .box-icon {
    margin-bottom: 20px;
    text-align: center;
    height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

section.s-icons .animated-icons .container-icons .box-icon .wpb_wrapper {
    text-align: center;
    vertical-align: baseline;
}

section.s-icons .animated-icons .container-icons .box-icon .wpb_wrapper img {
    height: initial;
}

section.s-icons .animated-icons .container-icons .happy-icon {
    min-height: 106px;
    display: block;
    vertical-align: baseline;
}

section.s-icons .animated-icons .container-icons .happy-icon .wpb_wrapper {
    display: block;
    padding-top: 20px;
}

section.s-icons .animated-icons .container-icons .happy-icon .wpb_wrapper svg {
    height: 80px;
}

section.s-icons .animated-icons p {
    font-weight: bold;
    color: #25D5CD;
}

section.s-icons .tracks {
    max-width: 1200px;
    padding: 100px 0px 90px;
}

@media (max-width: 767px) {
    section.s-icons .tracks {
        padding-bottom: 0px;
    }
}

@media (max-width: 575px) {
    section.s-icons .tracks .vc_column-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
}

section.s-icons .tracks .title-tracks {
    background-color: #00B2A9;
    padding: 35px 90px;
    margin-bottom: 0px;
}

section.s-icons .tracks .title-tracks h2 {
    font-size: 36px;
    line-height: initial;
    margin-bottom: 7px;
    text-transform: uppercase;
}

section.s-icons .tracks .title-tracks p {
    margin: 0px;
    font-size: 16px;
    color: #025256;
    font-weight: bold;
}

@media (max-width: 991px) {
    section.s-icons .tracks .title-tracks {
        padding: 35px 45px;
    }
}

@media (max-width: 575px) {
    section.s-icons .tracks .title-tracks {
        padding: 35px 30px;
    }
    section.s-icons .tracks .title-tracks h2 {
        font-size: 30px;
    }
    section.s-icons .tracks .title-tracks p {
        padding-right: 50px;
    }
}

section.s-icons .tracks .container-accordeon {
    background-color: #FFFFFF;
}

section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks {
    width: 100%;
    background-color: transparent;
    border: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    border-bottom: 1px solid rgba(0, 178, 169, 0.4);
    border-left: 15px solid transparent;
    border-radius: 0px;
    padding: 0px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    position: relative;
}

section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks:before {
    content: "";
    position: absolute;
    left: 75px;
    border-left: 1px solid rgba(0, 178, 169, 0.4);
    height: 100%;
}

section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks:hover {
    border-left: 15px solid #FFA000;
}

section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks .title-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
    margin-left: 75px;
    padding: 30px 0px;
    height: 100%;
    width: 100%;
    min-width: 240px;
    max-width: 240px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks .title-tab .color {
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    border-radius: 50%;
    background-color: #EF558D;
    margin-left: -7px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 100;
}

section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks .title-tab strong {
    font-size: 16px;
    font-weight: bold;
    color: #025256;
    font-family: "Lato", sans-serif;
    padding: 0px 25px;
}

section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks .excerpt {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    cursor: pointer;
    color: #005256;
    line-height: 1.5;
    padding: 30px 0px;
    padding-right: 90px;
}

section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks[aria-expanded=true] {
    border-bottom: 0px solid transparent;
    border-left: 15px solid #FFA000;
}

section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks[aria-expanded=true]:before {
    border-left: 1px solid transparent;
}

section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks[aria-expanded=true] .title-tab .color {
    opacity: 0;
}

@media (max-width: 767px) {
    section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks[aria-expanded=true] {
        border-left: 8px solid #FFA000;
    }
}

section.s-icons .tracks .container-accordeon .card .card-body {
    border-left: 15px solid #FFA000;
    padding-left: 315px;
    padding-right: 90px;
    padding-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 178, 169, 0.4);
    color: #232333;
    font-size: 16px;
}

@media (min-width: 768px) {
    section.s-icons .tracks .container-accordeon .card .card-body p:first-child {
        margin-top: 0px;
    }
}

section.s-icons .tracks .container-accordeon .card .card-body .excerpt {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    cursor: pointer;
    color: #005256;
    line-height: 1.5;
    padding: 30px 0px;
    padding-right: 90px;
}

@media (min-width: 768px) {
    section.s-icons .tracks .container-accordeon .card .card-body .excerpt {
        display: none;
    }
}

@media (max-width: 991px) {
    section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks:before {
        left: 30px;
    }
    section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks .title-tab {
        margin-left: 30px;
    }
    section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks .excerpt {
        padding-right: 45px;
    }
    section.s-icons .tracks .container-accordeon .card .card-body {
        padding-left: 270px;
        padding-right: 45px;
    }
}

@media (max-width: 767px) {
    section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks {
        border-left: 8px solid transparent;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks:hover {
        border-left: 8px solid #FFA000;
    }
    section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks .excerpt {
        display: none;
    }
    section.s-icons .tracks .container-accordeon .card .card-body {
        border-left: 8px solid #FFA000;
        padding-left: 63px;
        padding-top: 15px;
    }
}

@media (max-width: 575px) {
    section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks:before {
        left: 23px;
    }
    section.s-icons .tracks .container-accordeon .card .card-header .btn-tracks .title-tab {
        margin-left: 23px;
    }
    section.s-icons .tracks .container-accordeon .card .card-body {
        padding-left: 55px;
    }
}

section.s-sessions {
    padding-top: 0px;
    background: url(img/bottom-background-plans.png) center bottom no-repeat, #008580;
    background-size: 130%;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
}

@media (min-width: 1300px) {
    section.s-sessions {
        background-size: 100%;
    }
}

section.s-sessions .sessions {
    max-width: 1080px;
    padding: 0px 50px;
    position: relative;
}

@media (max-width: 767px) {
    section.s-sessions .sessions {
        padding: 0px;
    }
}

section.s-sessions .sessions .bg-left-sessions {
    position: absolute;
    top: 40%;
    left: -15%;
    width: 125px;
    height: 300px;
}

section.s-sessions .sessions .bg-right-sessions {
    position: absolute;
    right: -12%;
    top: 56%;
    width: 25px;
    height: 50px;
}

section.s-sessions .sessions .title-sessions {
    color: #FFFFFF;
}

section.s-sessions .sessions .title-sessions p {
    margin-bottom: 0px;
}

section.s-sessions .sessions .box-sessions {
    margin-bottom: 20px;
}

section.s-sessions .sessions .box-sessions .container-session {
    margin-bottom: 10px;
}

section.s-sessions .sessions .box-sessions .container-session .cover-session {
    background-color: #00B2A9;
    padding: 20px 30px;
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section.s-sessions .sessions .box-sessions .container-session .cover-session .cover-session-column {
    width: calc(100% / 3);
}

@media (max-width: 767px) {
    section.s-sessions .sessions .box-sessions .container-session .cover-session .cover-session-column {
        width: 100%;
    }
}

section.s-sessions .sessions .box-sessions .container-session .cover-session .name-session span {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
}

section.s-sessions .sessions .box-sessions .container-session .cover-session .name-session .desc-session {
    display: none;
}

section.s-sessions .sessions .box-sessions .container-session .cover-session .date-session {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.s-sessions .sessions .box-sessions .container-session .cover-session .date-session span {
    font-size: 20px;
    color: #FFFFFF;
}

@media (min-width: 1200px) {
    section.s-sessions .sessions .box-sessions .container-session .cover-session .date-session {
        margin-right: 150px;
    }
}

section.s-sessions .sessions .box-sessions .container-session .cover-session .price-session {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

section.s-sessions .sessions .box-sessions .container-session .cover-session .price-session span {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
}

section.s-sessions .sessions .box-sessions .container-session .cover-session .price-session a {
    display: none;
}

@media (max-width: 991px) {
    section.s-sessions .sessions .box-sessions .container-session .cover-session .name-session span {
        font-size: 24px;
    }
    section.s-sessions .sessions .box-sessions .container-session .cover-session .date-session span {
        font-size: 18px;
    }
    section.s-sessions .sessions .box-sessions .container-session .cover-session .price-session span {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    section.s-sessions .sessions .box-sessions .container-session .cover-session {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    section.s-sessions .sessions .box-sessions .container-session .cover-session .name-session {
        width: 100%;
        text-align: center;
    }
    section.s-sessions .sessions .box-sessions .container-session .cover-session .name-session span {
        display: block;
        width: 100%;
        font-size: 22px;
    }
    section.s-sessions .sessions .box-sessions .container-session .cover-session .date-session {
        width: 100%;
        text-align: center;
    }
    section.s-sessions .sessions .box-sessions .container-session .cover-session .date-session span {
        width: 100%;
        font-size: 16px;
    }
    section.s-sessions .sessions .box-sessions .container-session .cover-session .price-session {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    section.s-sessions .sessions .box-sessions .container-session .cover-session .price-session span {
        width: 100%;
        font-size: 22px;
    }
    section.s-sessions .sessions .box-sessions .container-session .cover-session .price-session a {
        width: 100%;
    }
}

section.s-sessions .sessions .box-sessions .container-session.active-session .cover-session-column {
    width: auto;
}

@media (max-width: 767px) {
    section.s-sessions .sessions .box-sessions .container-session.active-session .cover-session-column {
        width: 100%;
    }
}

@media (max-width: 767px) {
    section.s-sessions .sessions .box-sessions .container-session {
        padding-right: 0px;
    }
}

section.s-sessions .sessions .box-sessions .active-session {
    padding-right: 0px;
}

@media (min-width: 1200px) {
    section.s-sessions .sessions .box-sessions .active-session {
        width: 108%;
    }
}

section.s-sessions .sessions .box-sessions .active-session .cover-session {
    background-color: #EC0085;
}

section.s-sessions .sessions .box-sessions .active-session .cover-session .name-session .desc-session {
    display: none;
    font-size: 18px;
    font-weight: normal;
}

section.s-sessions .sessions .box-sessions .active-session .cover-session .date-session {
    display: none;
}

section.s-sessions .sessions .box-sessions .active-session .cover-session .price-session {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

section.s-sessions .sessions .box-sessions .active-session .cover-session .price-session span {
    text-decoration: none;
}

section.s-sessions .sessions .box-sessions .active-session .cover-session .price-session a {
    display: block;
    margin-left: 15px;
}

section.s-sessions .sessions .box-sessions .active-session .cover-session .price-session a .btn-register-session {
    margin-left: 20px;
}

@media (max-width: 767px) {
    section.s-sessions .sessions .box-sessions .active-session .cover-session .price-session {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section.s-sessions .sessions .box-sessions .active-session .cover-session .price-session a {
        margin-left: 0px;
        margin-top: 10px;
    }
}

section.s-sessions .sessions .note-sessions {
    color: #FFFFFF;
    margin-bottom: 80px;
}

section.s-sessions .sessions .note-sessions p {
    margin-top: 0px;
    font-size: 18px;
}

@media (max-width: 767px) {
    section.s-sessions .sessions .note-sessions p {
        font-size: 16px;
    }
}

section.s-sessions .call-action .box-action {
    margin-bottom: 0px;
}

section.s-sessions .call-action .box-action .container-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.s-sessions .call-action .box-action .container-action .speakers,
section.s-sessions .call-action .box-action .container-action .sponsors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    border-right: 1px solid #FFFFFF;
    width: 100%;
    padding: 20.5px 30px;
    margin-bottom: 0px;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    section.s-sessions .call-action .box-action .container-action .speakers,
    section.s-sessions .call-action .box-action .container-action .sponsors {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

section.s-sessions .call-action .box-action .container-action .speakers button,
section.s-sessions .call-action .box-action .container-action .sponsors button {
    width: 100%;
    background-color: transparent;
    border: 0px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 15px;
    cursor: pointer;
}

@media (max-width: 767px) {
    section.s-sessions .call-action .box-action .container-action .speakers button,
    section.s-sessions .call-action .box-action .container-action .sponsors button {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

section.s-sessions .call-action .box-action .container-action .speakers .text,
section.s-sessions .call-action .box-action .container-action .sponsors .text {
    max-width: 85%;
    cursor: pointer;
}

section.s-sessions .call-action .box-action .container-action .speakers .text h5,
section.s-sessions .call-action .box-action .container-action .sponsors .text h5 {
    font-size: 30px;
    font-weight: 400;
    line-height: initial;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

section.s-sessions .call-action .box-action .container-action .speakers .text span,
section.s-sessions .call-action .box-action .container-action .sponsors .text span {
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-top: 10px;
    font-size: 16px;
}

section.s-sessions .call-action .box-action .container-action .speakers .text p,
section.s-sessions .call-action .box-action .container-action .sponsors .text p {
    font-size: 16px;
    margin-top: 0px;
}

section.s-sessions .call-action .box-action .container-action .speakers .text:hover h5,
section.s-sessions .call-action .box-action .container-action .sponsors .text:hover h5 {
    color: #F89E1B;
}

section.s-sessions .call-action .box-action .container-action .speakers .text:hover span,
section.s-sessions .call-action .box-action .container-action .sponsors .text:hover span {
    color: #F89E1B;
}

section.s-sessions .call-action .box-action .container-action .speakers svg,
section.s-sessions .call-action .box-action .container-action .sponsors svg {
    width: 40px;
    margin-left: 50px;
    margin-top: 7px;
}

@media (max-width: 767px) {
    section.s-sessions .call-action .box-action .container-action .speakers svg,
    section.s-sessions .call-action .box-action .container-action .sponsors svg {
        margin-left: 0px;
    }
}

section.s-sessions .call-action .box-action .container-action .sponsors {
    border-right: 0px;
}

@media (max-width: 991px) {
    section.s-sessions .call-action .box-action .container-action .speakers .text h5,
    section.s-sessions .call-action .box-action .container-action .sponsors .text h5 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    section.s-sessions .call-action .box-action .container-action {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    section.s-sessions .call-action .box-action .container-action .speakers,
    section.s-sessions .call-action .box-action .container-action .sponsors {
        border-right: 0px;
        padding: 25px 0px;
    }
    section.s-sessions .call-action .box-action .container-action .speakers .text h5,
    section.s-sessions .call-action .box-action .container-action .sponsors .text h5 {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    section.s-sessions .call-action .box-action .container-action .speakers,
    section.s-sessions .call-action .box-action .container-action .sponsors {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right: 0px;
        padding: 25px 0px;
    }
    section.s-sessions .call-action .box-action .container-action .speakers button,
    section.s-sessions .call-action .box-action .container-action .sponsors button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    section.s-sessions .call-action .box-action .container-action .speakers button .text,
    section.s-sessions .call-action .box-action .container-action .sponsors button .text {
        min-width: 100%;
        text-align: center;
    }
    section.s-sessions .call-action .box-action .container-action .speakers button .text h5,
    section.s-sessions .call-action .box-action .container-action .sponsors button .text h5 {
        font-size: 26px;
    }
    section.s-sessions .call-action .box-action .container-action .speakers svg,
    section.s-sessions .call-action .box-action .container-action .sponsors svg {
        margin-top: 15px;
    }
}

section.s-sessions .carousel {
    text-align: center;
    padding: 120px 0px 100px;
}

section.s-sessions .carousel .vc_item {
    height: 350px !important;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    section.s-sessions .carousel .vc_item {
        height: 500px !important;
    }
}

@media (max-width: 768px) and (-ms-high-contrast: none),
(max-width: 768px) and (-ms-high-contrast: active) {
    section.s-sessions .carousel .vc_item {
        height: 350px !important;
    }
}

section.s-sessions .carousel .vc_item .vc_inner {
    display: block;
    height: 100%;
    max-width: 810px;
    margin: 0 auto;
}

section.s-sessions .carousel .vc_item .vc_inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 575px) {
    section.s-sessions .carousel .vc_item {
        height: 300px !important;
    }
}

section.s-sessions .carousel .vc_images_carousel {
    width: 100% !important;
}

section.s-sessions .carousel .vc_carousel-indicators {
    bottom: -40px;
    width: 100%;
    margin: 0 auto !important;
    left: 0;
}

@media (max-width: 700px) {
    section.s-sessions .carousel .vc_carousel-indicators {
        bottom: -60px;
    }
}

@media (max-width: 360px) {
    section.s-sessions .carousel .vc_carousel-indicators {
        bottom: -80px;
    }
}

section.s-sessions .carousel .vc_carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    border: 1px solid #33CCCC;
    background-color: transparent;
    position: relative;
}

section.s-sessions .carousel .vc_carousel-indicators .vc_active {
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}

section.s-sessions .carousel .slide-popup {
    width: 60px;
    height: 40px;
    background-color: #025256;
    position: absolute;
    top: -50px;
    left: -25px;
    border-radius: 5px;
}

section.s-sessions .carousel .slide-popup .popup-content {
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    border-radius: 5px;
}

section.s-sessions .carousel .slide-popup .popup-content .popup-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

section.s-sessions .carousel .vc_left,
section.s-sessions .carousel .vc_right {
    width: 60px;
    height: 100px;
    margin-top: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
}

section.s-sessions .carousel .vc_left span,
section.s-sessions .carousel .vc_right span {
    display: none;
}

section.s-sessions .carousel .vc_left svg,
section.s-sessions .carousel .vc_right svg {
    width: 50%;
    height: 50%;
}

@media (min-width: 768px) {
    section.s-sessions .carousel .vc_left svg,
    section.s-sessions .carousel .vc_right svg {
        width: 70%;
        height: 70%;
    }
}

@media (min-width: 1200px) {
    section.s-sessions .carousel .vc_left svg,
    section.s-sessions .carousel .vc_right svg {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    section.s-sessions .carousel .vc_left {
        left: 70px;
    }
    section.s-sessions .carousel .vc_right {
        right: 70px;
    }
}

section.s-sessions .map {
    color: #FFFFFF;
    padding-bottom: calc(100px + (200 - 100) * ((100vw - 320px) / (1200 - 320)));
}

section.s-sessions .map .container-map {
    margin-top: 50px;
    max-width: 980px;
}

section.s-sessions .map .container-map .vc_column-inner .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.s-sessions .map .container-map .vc_column-inner .wpb_wrapper .map-location {
    width: calc(100% - 280px);
    margin-bottom: 0px;
}

section.s-sessions .map .container-map .vc_column-inner .wpb_wrapper .map-location .wpb_wrapper {
    padding: 0px;
}

section.s-sessions .map .container-map .vc_column-inner .wpb_wrapper .map-location .wpb_wrapper .wpb_map_wraper {
    width: 100%;
}

section.s-sessions .map .container-map .vc_column-inner .wpb_wrapper .map-location .wpb_wrapper .wpb_map_wraper iframe {
    width: 100%;
}

section.s-sessions .map .container-map .vc_column-inner .wpb_wrapper .text-map {
    width: 100%;
    max-width: 280px;
    background-color: #025256;
    margin-bottom: 0px;
    padding: 50px 30px;
}

section.s-sessions .map .container-map .vc_column-inner .wpb_wrapper .text-map .wpb_wrapper {
    display: block;
}

section.s-sessions .map .container-map .vc_column-inner .wpb_wrapper .text-map .wpb_wrapper h4 {
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

section.s-sessions .map .container-map .vc_column-inner .wpb_wrapper .text-map .wpb_wrapper p {
    color: #FFFFFF;
    font-size: 20px;
}

@media (min-width: 1200px) {
    section.s-sessions .map .container-map .vc_column-inner .wpb_wrapper .text-map .wpb_wrapper p {
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    section.s-sessions .map .container-map .vc_column-inner .wpb_wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section.s-sessions .map .container-map .vc_column-inner .wpb_wrapper .map-location {
        width: 100%;
    }
    section.s-sessions .map .container-map .vc_column-inner .wpb_wrapper .text-map {
        width: 100%;
        max-width: 100%;
        background-color: #025256;
        text-align: center;
    }
    section.s-sessions .map .container-map .vc_column-inner .wpb_wrapper .text-map .wpb_wrapper {
        display: block;
    }
    section.s-sessions .map .container-map .vc_column-inner .wpb_wrapper .text-map .wpb_wrapper h4 {
        color: #FFFFFF;
        font-size: 26px;
        margin-bottom: 0px;
    }
    section.s-sessions .map .container-map .vc_column-inner .wpb_wrapper .text-map .wpb_wrapper p {
        color: #FFFFFF;
    }
}

section.s-interested {
    padding: 45px 0px;
}

section.s-interested .vc_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.s-interested .vc_row .free-account {
    margin-bottom: 0px;
}

section.s-interested .vc_row .free-account h4 span {
    font-size: 26px;
    color: #025256 !important;
    margin: 0px;
}

section.s-interested .vc_row .btn-interested .wpb_wrapper {
    text-align: right;
}

@media (max-width: 767px) {
    section.s-interested .vc_row .btn-interested .wpb_wrapper {
        text-align: center;
    }
}

section.s-interested .vc_row .btn-interested .solid-button {
    margin: 10px 0px;
    margin-bottom: 0px;
}

section.s-interested .vc_row .btn-interested .solid-button a {
    background-color: #EC0085;
    border-radius: 0px;
    font-weight: bold;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 2px solid #EC0085;
    color: #FFFFFF;
    border-radius: 5px;
}

section.s-interested .vc_row .btn-interested .solid-button a:focus {
    outline: 1px dotted #EC0085;
}

section.s-interested .vc_row .btn-interested .solid-button a:hover {
    background-color: #9b0058;
    border: 2px solid #9b0058;
}

section.s-interested .vc_row .btn-interested .transparent-button {
    margin: 10px 0px;
    margin-bottom: 0px;
}

section.s-interested .vc_row .btn-interested .transparent-button a {
    background-color: transparent;
    border: 2px solid #EC0085 !important;
    color: #EC0085;
    font-weight: bold;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 5px;
}

section.s-interested .vc_row .btn-interested .transparent-button a:focus {
    outline: 1px dotted #EC0085;
}

section.s-interested .vc_row .btn-interested .transparent-button a:hover {
    color: #FFFFFF;
    background-color: #EC0085;
    border: 2px solid #EC0085 !important;
}

@media (max-width: 767px) {
    section.s-interested .vc_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    section.s-interested .vc_row .free-account {
        width: 100%;
        text-align: center;
    }
    section.s-interested .vc_row .btn-interested {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

section.s-share {
    padding: 30px 0px;
    background-color: #00B2A9;
}

section.s-share .facebook-icon {
    margin-bottom: 0px;
}

section.s-share .facebook-icon .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    section.s-share .facebook-icon .wpb_wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    section.s-share .facebook-icon .wpb_wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
}

section.s-share .facebook-icon .wpb_wrapper h5 {
    margin-right: 20px;
}

@media (max-width: 767px) {
    section.s-share .facebook-icon .wpb_wrapper h5 {
        width: 100%;
        margin-right: 0px;
    }
}

section.s-share .facebook-icon .wpb_wrapper .social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    section.s-share .facebook-icon .wpb_wrapper .social-media {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 15px 0px;
    }
}

section.s-share .facebook-icon .wpb_wrapper a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0px 10px;
}

section.s-share .facebook-icon .wpb_wrapper a svg {
    width: 100%;
    height: 100%;
}

section.s-share .hashtag {
    text-align: right;
    margin-bottom: 0px;
}

section.s-share .hashtag h5 {
    margin-top: 5px;
}

@media (max-width: 767px) {
    section.s-share .hashtag {
        text-align: center;
    }
}

section.footer-navigation {
    padding-top: 80px;
    background-color: #008580;
    font-size: 1rem;
    color: #E4E4ED;
}

section.footer-navigation .Container-footer-navegation {
    max-width: 980px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    section.footer-navigation .Container-footer-navegation .vc_col-sm-3 {
        width: 50%;
    }
}

@media (max-width: 575px) {
    section.footer-navigation .Container-footer-navegation .vc_col-sm-3 {
        width: 100%;
    }
}

section.footer-navigation h5 {
    color: #fff;
    font-size: 26px;
}

section.footer-navigation p {
    line-height: 27px;
}

section.footer-navigation .wpb_content_element {
    margin: 0px;
}

section.footer-navigation .wpb_column {
    margin-bottom: 35px;
}

section.footer-navigation a,
section.footer-navigation a:visited,
section.footer-navigation a:hover {
    color: #fff;
    text-decoration: none;
}

section.footer-navigation a:hover {
    text-decoration: underline;
}

.vc_section.hero {
    background: url(/wp-content/uploads/2020/01/FAQ-hero.png) center bottom no-repeat, #00B2A9;
    padding-top: calc(50px + (130 - 50) * ((100vw - 320px) / (1300 - 320)));
    padding-bottom: calc(100px + (230 - 100) * ((100vw - 320px) / (1300 - 320)));
    position: relative;
    background-size: 100%;
}

@media (min-width: 1200px) {
    .vc_section.hero {
        background-position: center bottom -1px;
    }
}

.vc_section.hero>.vc_row {
    max-width: initial;
    width: auto;
    margin: auto;
}

.vc_section.hero .container-title {
    margin-bottom: 0px;
}

.vc_section.hero h1 {
    margin: 0px;
    color: #025256;
    font-size: 50px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .vc_section.hero h1 {
        font-size: 40px;
    }
}

.vc_section.hero .starfield .vc_col-sm-12 {
    padding-bottom: 0px;
}

section.s-faq-standalone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding-top: calc(75px + (150 - 75) * ((100vw - 320px) / (1300 - 320)));
    padding-bottom: calc(75px + (230 - 75) * ((100vw - 320px) / (1300 - 320)));
    background: url(/wp-content/uploads/2020/01/FAQ-questions.png) center top no-repeat, url(/wp-content/uploads/2020/01/bottom-background-plans.png) center bottom no-repeat, #008580;
    background-size: 100%;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
}

section.s-faq-standalone .bg-left-faq {
    position: absolute;
    left: -20%;
    bottom: -10%;
    z-index: -1;
}

section.s-faq-standalone .bg-right-faq {
    position: absolute;
    right: -25%;
    top: 15%;
    z-index: -1;
}

section.s-faq-standalone .container-acordeon {
    max-width: 980px;
    margin: 0 auto;
}

section.s-faq-standalone .container-acordeon .vc_toggle {
    width: 100%;
    margin-bottom: 10px;
    background-color: #025256;
}

@media (min-width: 1200px) {
    section.s-faq-standalone .container-acordeon .vc_toggle {
        padding-left: 30px;
        padding-right: 30px;
    }
}

section.s-faq-standalone .container-acordeon .vc_toggle_content {
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 15px;
    margin-top: 0px;
    border-top: 1px solid #FFFFFF10;
}

section.s-faq-standalone .container-acordeon .vc_toggle_content p:last-child {
    margin-bottom: 0px;
}

section.s-faq-standalone .container-acordeon .vc_toggle_content a {
    color: #fff;
    font-weight: 700;
}

section.s-faq-standalone .container-acordeon .vc_toggle_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

section.s-faq-standalone .container-acordeon .vc_toggle_title h4 {
    width: 100%;
    font-size: 22px;
    font-weight: 400;
}

@media (max-width: 757px) {
    section.s-faq-standalone .container-acordeon .vc_toggle_title h4 {
        font-size: 18px;
        font-weight: bold;
    }
}

section.s-faq-standalone i.vc_toggle_icon::before,
section.s-faq-standalone i.vc_toggle_icon::after {
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

section.s-faq-standalone .vc_toggle_active i.vc_toggle_icon:after,
section.s-faq-standalone .vc_toggle_active i.vc_toggle_icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

section.s-sponsors {
    background-color: #008580;
    min-height: 630px;
    padding: 70px 20px 100px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.s-sponsors h2 {
    font-size: 37px;
}

section.s-registration {
    background-color: #3d2fa4;
    min-height: 813px;
    padding-top: 70px;
    padding-bottom: 70px;
    background: url(/wp-content/uploads/2019/05/s-registration-top-left.png) 0 0 no-repeat, url(/wp-content/uploads/2019/05/s-registration-top-right.png) 100% 0/108px 233px no-repeat, url(/wp-content/uploads/2019/05/s-registration-bottom-left.png) 0 100% no-repeat, url(/wp-content/uploads/2019/05/s-registration-bottom-right.png) 100% 100% no-repeat, #3d2fa4;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.s-registration .wpb_wrapper>h2 {
    padding-bottom: 50px;
}

section.s-registration .wpb_wrapper .vc_col-sm-6:first-child {
    width: 60%;
}

section.s-registration .wpb_wrapper .vc_col-sm-6:first-child h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 31px;
    min-width: 200px;
}

section.s-registration .wpb_wrapper .vc_col-sm-6:first-child p {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    line-height: 31px;
}

section.s-registration .wpb_wrapper .vc_col-sm-6:last-child {
    width: 40%;
    text-align: right;
}

section.s-registration .wpb_wrapper .vc_col-sm-6:last-child .wpb_text_column,
section.s-registration .wpb_wrapper .vc_col-sm-6:last-child .vc_btn3-container.vc_btn3-inline {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
}

section.s-registration .wpb_wrapper .vc_col-sm-6:last-child .vc_btn3-container.vc_btn3-inline {
    margin-left: 25px;
}

section.s-registration .wpb_wrapper .vc_col-sm-6:last-child .vc_btn3-container.vc_btn3-inline a {
    width: 109px;
    font-size: 14px;
}

section.s-registration .rate-selection {
    max-width: 875px;
}

section.s-registration .vc_row .vc_row.vc_inner {
    background-color: #4B58D5;
    border-radius: 3px;
    margin: 0px;
    margin-bottom: 10px;
    padding: 20px;
    padding-left: 30px;
    padding-right: 51px;
    max-width: 726px;
}

section.s-registration .vc_row .vc_row.vc_inner h4 {
    margin-top: 0px;
}

section.s-registration .vc_row .vc_row.vc_inner p {
    font-size: 1.1rem;
}

section.s-registration .vc_row .vc_row.vc_inner .wpb_text_column {
    opacity: 0.7;
}

section.s-registration .vc_row .vc_row.vc_inner.active {
    padding-right: 34px;
    background-color: #2D8CFF;
    max-width: 844px;
    min-height: 131px;
}

section.s-registration .vc_row .vc_row.vc_inner.active .wpb_text_column {
    opacity: 1;
}

section.s-registration .vc_row .wpb_content_element {
    margin: 0px;
}

section.s-registration .vc_row.vc_inner.rate-information {
    background-color: transparent;
    opacity: 1;
    padding-top: 0px;
    padding-left: 0px;
}

section.s-launch-details {
    background-color: #252c66;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 70px 20px;
    /*
	background: url(/wp-content/uploads/2019/05/s-launch-details-top-left.png) 0 0/103px 217px no-repeat,
	url(/wp-content/uploads/2019/05/s-launch-details-top-right.png) 100% 0 no-repeat,
	url(/wp-content/uploads/2019/05/s-launch-details-bottom-left.png) 0 100% no-repeat,
	url(/wp-content/uploads/2019/05/s-launch-details-bottom-right.png) 100% 100% no-repeat,#252c66;
	*/
    background: url(/wp-content/uploads/2019/05/event_01.png) top left/270px no-repeat, url(/wp-content/uploads/2019/05/event_02.png) top right 30px/336px no-repeat, url(/wp-content/uploads/2019/05/event_03.png) bottom left 34px/547px no-repeat, url(/wp-content/uploads/2019/05/event_04.png) bottom 50px right 0px/50px no-repeat, #252c66;
}

section.s-launch-details .vc_row .vc_row.vc_inner {
    max-width: 1048px;
}

section.s-launch-details .wpb_wrapper>.wpb_map_wraper {
    height: 100vh;
    max-height: 480px;
}

section.s-launch-details .vc_column_container>.vc_column-inner {
    padding-left: 0px;
}

section.s-launch-details .wpb_content_element.vc_map_responsive {
    margin-bottom: 0px;
}

section.s-launch-details .row-hotels {
    background-color: #4B58D5;
    margin-bottom: 80px;
    position: relative;
}

section.s-launch-details .row-hotels a:hover {
    color: #30E0F2;
}

section.s-launch-details .column-event-right {
    padding: 35px;
    padding-right: 45px;
    padding-bottom: 0px;
}

section.s-launch-details .col-speaker,
section.s-launch-details .col-sponsor {
    margin-bottom: 20px;
}

section.s-launch-details .col-speaker .vc_column-inner,
section.s-launch-details .col-sponsor .vc_column-inner {
    border-radius: 2px;
}

section.s-launch-details .row-interested {
    border-radius: 4px;
}

section.s-launch-details .row-interested h4 {
    font-size: 22px;
}

section.s-launch-details .row-interested .wpb_column.col-speaker>.vc_column-inner {
    background: url(/wp-content/uploads/2019/05/modal_graphic.svg) bottom -220px right 0px/210px no-repeat, #2D8CFF;
}

section.s-launch-details .row-interested .wpb_column.col-speaker>.vc_column-inner .speaker-link a,
section.s-launch-details .row-interested .wpb_column.col-speaker>.vc_column-inner .speaker-link a:visited,
section.s-launch-details .row-interested .wpb_column.col-speaker>.vc_column-inner .speaker-link a:hover {
    color: #252C66;
    border-bottom: 2px solid #252C66;
}

section.s-launch-details .row-interested .wpb_column.col-sponsor>.vc_column-inner {
    background: url(/wp-content/uploads/2019/05/dayone_circle.svg) bottom 40px right -30px/180px no-repeat, #3C2FA4;
}

section.s-launch-details .row-interested .wpb_column.col-sponsor>.vc_column-inner .sponsor-link a,
section.s-launch-details .row-interested .wpb_column.col-sponsor>.vc_column-inner .sponsor-link a:visited,
section.s-launch-details .row-interested .wpb_column.col-sponsor>.vc_column-inner .sponsor-link a:hover {
    color: #30E0F2;
    border-bottom: 2px solid #30E0F2;
}

section.s-launch-details .row-interested .wpb_column .sponsor-link a,
section.s-launch-details .row-interested .wpb_column .speaker-link a {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-decoration: none;
}

section.s-launch-details .row-interested .vc_column-inner {
    padding: 45px;
}

section.s-launch-details .row-interested a.vc_general {
    width: 290px;
}

section.s-launch-details .row-interested .vc_btn3-container {
    margin-bottom: 0px;
}

section.s-launch-details .row-interested .vc_col-sm-6 .wpb_content_element {
    margin-bottom: 0px;
}

section.s-agenda {
    background-color: #252c66;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 240px;
    background: url(/wp-content/uploads/2019/05/agenda_01-1.png) top 90px left 40px/30px no-repeat, url(/wp-content/uploads/2019/05/agenda_02-1.png) top right 0px/180px no-repeat, url(/wp-content/uploads/2019/05/agenda_04.png) bottom left 102px/500px no-repeat, url(/wp-content/uploads/2019/05/agenda_03.png) bottom 50px right 0px/260px no-repeat, #252c66;
}

section.s-agenda .vc_col-sm-6>.vc_column-inner {
    padding: 40px;
}

section.s-agenda .vc_col-sm-6 .wpb_wrapper>h2 {
    display: inline-block;
    font-size: 37px;
    line-height: 48px;
    width: 100%;
    max-width: 180px;
}

section.s-agenda .vc_col-sm-6 .wpb_wrapper>h4 {
    display: inline-block;
    font-size: 22px;
    font-weight: 300;
    vertical-align: text-bottom;
}

section.s-agenda .day-one {
    margin-bottom: 25px;
}

section.s-agenda .day-one .vc_column-inner {
    background-color: #3C2FA4;
    background: url(/wp-content/uploads/2019/05/dayone_circle.svg) bottom -60px left -30px/250px no-repeat, #3C2FA4;
}

section.s-agenda .day-one .vc_toggle {
    background-color: #4B58D5;
}

section.s-agenda .day-two .vc_column-inner {
    background-color: #4B58D5;
    background: url(/wp-content/uploads/2019/05/daytwo_circle.svg) top -50px right 0px/240px no-repeat, #4B58D5;
}

section.s-agenda .day-two .vc_toggle {
    background-color: #2D8CFF;
}

section.s-agenda .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after,
section.s-agenda .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #fff !important;
}

section.s-agenda .vc_toggle_arrow .vc_toggle_icon {
    display: inline-block;
}

section.s-agenda .vc_toggle {
    max-width: 550px;
    /* min-width: 300px; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 0 10px 0;
}

section.s-agenda .vc_toggle_content p:first-child {
    margin-top: 0px;
}

section.s-agenda .vc_toggle_content p:last-child {
    margin-bottom: 0px;
}

section.s-agenda .vc_toggle_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

section.s-agenda .vc_toggle_title h4 {
    width: 100%;
    font-size: 22px;
    font-weight: 300;
}

.pt-when-sticky {
    padding-top: 80px;
}

:root {
    --swiper-theme-color: #025256 !important;
}

html {
    background-color: #025256 !important;
}

@media (min-width: 768px) {
    h2 {
        font-size: 48px;
    }
}

.left {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.expired {
    text-decoration: line-through;
    color: #FFFFFF;
}

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

.btn-zoomtopia {
    position: relative;
    z-index: 1;
}

.btn-zoomtopia a {
    display: inline-block;
    padding: 14px 30px !important;
    background-color: #EC0085 !important;
    color: #FFFFFF !important;
    border: 2px solid #EC0085 !important;
    border-radius: 5px;
    font-size: 16px !important;
    font-weight: bold;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn-zoomtopia a:hover {
    background-color: #9b0058 !important;
    border: 2px solid #9b0058 !important;
    color: #FFFFFF !important;
}

.btn-register-session {
    display: inline-block;
    padding: 9px 20px;
    background-color: #FFFFFF;
    color: #3C2FA4;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-transform: uppercase;
}

.btn-register-session:hover {
    background-color: #00B2A9;
    color: #FFFFFF;
}

.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 iframe,
.embed-responsive embed,
.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.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}

body.page-template-default header.site-header.scrolled {
    z-index: 1000;
}

#wpadminbar {
    position: fixed;
}

body.home header.site-header,
body.page-template-default header.site-header {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

body.home header.site-header.transparent,
body.page-template-default header.site-header.transparent {
    opacity: 0;
    background-color: transparent;
}

body.home header.site-header.scrolled,
body.page-template-default header.site-header.scrolled {
    position: fixed;
    opacity: 1;
    background-color: #025256;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    top: 0;
}

@media (min-width: 768px) {
    body.home header.site-header.scrolled,
    body.page-template-default header.site-header.scrolled {
        background-color: #025256;
    }
}

.modal-sponsor,
.modal-speaker {
    display: none;
}

.modal.is-open {
    display: block;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
}

@media (max-width: 767px) {
    .modal__overlay {
        padding: 50px 15px;
    }
}

.modal__container {
    padding: 50px 50px 40px;
    width: 100%;
    max-width: 630px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    position: relative;
}

@media (max-width: 767px) {
    .modal__container {
        padding: 30px;
        max-height: 90vh;
    }
}

.modal__container .modal__header h2 {
    font-size: 30px;
    line-height: initial;
    margin-bottom: 20px;
}

.modal__container .modal__content .step-1 p:first-child input {
    width: 100%;
    max-width: 310px;
}

@media (max-width: 575px) {
    .modal__container .modal__content .step-1 p:first-child input {
        max-width: 100%;
    }
}

.modal__container .modal__content .step-1 p {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.modal__container .modal__content .step-1 p input {
    width: 100%;
    max-width: 270px;
    border-radius: 3px;
    height: 30px;
    padding: 0px 10px;
    font-size: 14px;
    color: #737373;
    border: 0px;
}

.modal__container .modal__content .step-1 p input:focus {
    outline: 5px auto #EC0085 !important;
}

@media (max-width: 575px) {
    .modal__container .modal__content .step-1 p input {
        max-width: 100%;
    }
}

.modal__container .modal__content .step-1 p textarea {
    width: 100%;
    max-width: 470px;
    height: 70px;
    resize: none;
    font-size: 14px;
    color: #737373;
    padding: 5px 10px;
    border: 0px;
}

.modal__container .modal__content .step-1 p textarea:focus {
    outline: 5px auto #EC0085 !important;
}

@media (max-width: 575px) {
    .modal__container .modal__content .step-1 p textarea {
        max-width: 100%;
    }
}

.modal__container .modal__content .step-1 label {
    line-height: 26px;
}

.modal__container .modal__footer {
    margin-top: 25px;
}

.modal__container .modal__footer button {
    display: inline-block;
    padding: 12px 15px;
    background-color: #EC0085;
    color: #FFFFFF;
    border: 2px solid #EC0085;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    outline: none;
}

.modal__container .modal__footer button:focus {
    outline: 5px auto #EC0085 !important;
}

.modal__container .modal__footer button:hover {
    background-color: #9b0058;
    border: 2px solid #9b0058;
    color: #FFFFFF;
}

.modal-speaker .modal__container {
    background-image: url(img/svg/bg-modal.svg) !important;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.modal-speaker .modal__container .modal__content .step-1 p textarea {
    height: 90px !important;
    max-width: 480px !important;
}

.modal-sponsor .modal__container {
    background-image: url(img/svg/bg-modal.svg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.modal-sponsor-answer,
.modal-speaker-answer {
    display: none;
}

.modal-sponsor-answer .modal__container,
.modal-speaker-answer .modal__container {
    background: url(/wp-content/uploads/2020/01/bg-modal-thanks-1.png) right bottom -10px no-repeat, #025256;
    background-size: 100%;
    height: 520px;
}

@media (max-width: 767px) {
    .modal-sponsor-answer .modal__container,
    .modal-speaker-answer .modal__container {
        height: 400px;
    }
}

@media (min-width: 768px) {
    .modal-sponsor-answer .modal__container h2,
    .modal-speaker-answer .modal__container h2 {
        max-width: 88%;
    }
    .modal-sponsor-answer .modal__container p,
    .modal-speaker-answer .modal__container p {
        max-width: 88%;
        font-size: 20px !important;
    }
}

.btn-close-modal .modal__close {
    background: transparent;
    border: 0;
    color: #fff;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 20px;
    padding: 0px;
    width: 30px;
    line-height: 24px;
    height: 30px;
    cursor: pointer;
}

.btn-close-modal .modal__close:before {
    content: "✕";
}

.btn-close-modal .modal__close:hover {
    color: #00B2A9;
}

.btn-close-modal .modal__close:focus {
    outline: 5px auto #EC0085 !important;
}

@media (max-width: 767px) {
    .btn-close-modal .modal__close {
        top: 0px;
        right: 0px;
        background-color: #EC0085;
        border-radius: 0px;
        color: #FFFFFF;
        width: 30px;
        height: 30px;
    }
    .btn-close-modal .modal__close:hover {
        color: #FFFFFF;
    }
}

.underline-text span {
    text-decoration: underline;
    -webkit-text-decoration-color: #00B2A9;
    text-decoration-color: #00B2A9;
    text-underline-position: under;
}

.page-subTitles {
    color: #025256;
}

@media (max-width: 768px) {
    .page-subTitles h2 {
        font-size: 34px;
    }
}

#attendees {
    background-color: #008580;
    padding: 113px 0 210px 0;
    position: relative;
}

#attendees .statistics-slider {
    max-width: 1265px;
    padding: 0 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1200px) {
    #attendees .statistics-slider {
        max-width: 100%;
        padding: 0 15px;
    }
}

@media screen and (max-width: 576px) {
    #attendees .statistics-slider {
        padding: 0 0 0 0;
    }
}

@media screen and (max-width: 320px) {
    #attendees .statistics-slider {
        padding: 0 0 0 0;
    }
}

#attendees .counters-zoomtopia {
    width: 290px;
    height: 247px;
    background-color: #025256;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1200px) {
    #attendees .counters-zoomtopia {
        width: 96%;
    }
}

@media screen and (max-width: 576px) {
    #attendees .counters-zoomtopia {
        width: 290px;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@media screen and (max-width: 385px) {
    #attendees .counters-zoomtopia {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@media screen and (max-width: 320px) {
    #attendees .counters-zoomtopia {
        width: 250px;
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }
}

#attendees .counters-zoomtopia .heading {
    margin: 0;
    margin-bottom: 20px;
    font-size: 72px;
    color: #FFFFFF;
    line-height: 60px;
    font-weight: bold;
}

#attendees .counters-zoomtopia .title {
    margin: 0;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 992px) {
    #attendees .counters-zoomtopia .title {
        width: 150px;
    }
}

#attendees .section-testimonials {
    margin-top: 139px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 100px;
    position: relative;
}

@media screen and (max-width: 992px) {
    #attendees .section-testimonials {
        padding-bottom: 525px;
    }
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials {
        padding-bottom: 100px;
        margin-top: 75px;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#attendees .section-testimonials .vc_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials .vc_row {
        display: block;
    }
}

#attendees .section-testimonials .image-slideshow {
    width: 35%;
    position: relative;
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials .image-slideshow {
        width: 100%;
    }
}

#attendees .section-testimonials .image-slideshow .owl-carousel-container {
    position: absolute;
    top: 0;
    right: -210px;
}

@media screen and (max-width: 992px) {
    #attendees .section-testimonials .image-slideshow .owl-carousel-container {
        right: -100px;
    }
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials .image-slideshow .owl-carousel-container {
        position: initial;
        right: 0 !important;
    }
}

#attendees .section-testimonials .image-slideshow .owl-carousel-container .image {
    height: 1181px;
}

@media screen and (max-width: 992px) {
    #attendees .section-testimonials .image-slideshow .owl-carousel-container .image {
        height: 583px;
    }
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials .image-slideshow .owl-carousel-container .image {
        max-height: auto;
        height: auto;
    }
}

#attendees .section-testimonials .image-slideshow .owl-carousel-container .image img {
    min-width: 1389px;
}

@media screen and (max-width: 992px) {
    #attendees .section-testimonials .image-slideshow .owl-carousel-container .image img {
        min-width: 685px;
    }
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials .image-slideshow .owl-carousel-container .image img {
        width: 100%;
        height: 440px;
        -o-object-fit: cover;
        object-fit: cover;
        position: initial;
    }
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials .image-slideshow .owl-carousel-container .image img {
        min-width: 100%;
    }
}

#attendees .section-testimonials .zoomtopia-pie-charts {
    width: 65%;
    height: 1181px;
    background-color: #008580;
    z-index: 100;
}

@media screen and (max-width: 992px) {
    #attendees .section-testimonials .zoomtopia-pie-charts {
        height: 583px;
    }
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials .zoomtopia-pie-charts {
        width: 100%;
        height: auto;
    }
}

#attendees .section-testimonials .zoomtopia-pie-charts h2 {
    color: #FFFFFF;
    margin-bottom: 80px;
    margin-left: 100px;
    margin-top: 110px;
}

@media screen and (max-width: 992px) {
    #attendees .section-testimonials .zoomtopia-pie-charts h2 {
        font-size: 36px;
        margin-bottom: 30px;
        margin-left: 50px;
        margin-top: 55px;
    }
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials .zoomtopia-pie-charts h2 {
        margin-bottom: 100px;
    }
}

#attendees .section-testimonials .zoomtopia-pie-charts .graphic-container {
    width: 100%;
    height: 315px;
    position: relative;
}

@media (min-width: 769px) {
    #attendees .section-testimonials .zoomtopia-pie-charts .graphic-container {
        margin-left: 100px;
    }
}

#attendees .section-testimonials .zoomtopia-pie-charts .graphic-container .owl-carousel-graphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: inline-block;
}

#attendees .section-testimonials .zoomtopia-pie-charts .graphic-container .owl-carousel-graphic .owl-carousel.owl-drag .owl-item {
    width: 300px !important;
}

@media screen and (max-width: 992px) {
    #attendees .section-testimonials .zoomtopia-pie-charts .graphic-container .owl-carousel-graphic .owl-carousel.owl-drag .owl-item {
        width: 250px !important;
    }
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials .zoomtopia-pie-charts .graphic-container .owl-carousel-graphic .owl-carousel.owl-drag .owl-item {
        width: 250px !important;
    }
}

#attendees .section-testimonials .zoomtopia-pie-charts .graphic-container .owl-carousel-graphic .graphic {
    width: 226px;
    margin-right: 72px;
}

@media screen and (max-width: 1200px) {
    #attendees .section-testimonials .zoomtopia-pie-charts .graphic-container .owl-carousel-graphic .graphic {
        margin-right: 10px;
    }
}

#attendees .section-testimonials .zoomtopia-pie-charts .graphic-container .owl-carousel-graphic .graphic:nth-last-child(1) {
    margin-right: 0;
}

#attendees .section-testimonials .zoomtopia-pie-charts .graphic-container .owl-carousel-graphic .graphic .graphic-header {
    width: 226px;
    height: 226px;
    position: relative;
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials .zoomtopia-pie-charts .graphic-container .owl-carousel-graphic .graphic .graphic-header {
        width: 180px;
        height: 180px;
        margin: 0 auto;
    }
}

#attendees .section-testimonials .zoomtopia-pie-charts .graphic-container .owl-carousel-graphic .graphic .graphic-header svg {
    width: 226px;
    height: 226px;
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials .zoomtopia-pie-charts .graphic-container .owl-carousel-graphic .graphic .graphic-header svg {
        width: 180px;
        height: 180px;
        margin: 0 auto;
    }
}

#attendees .section-testimonials .zoomtopia-pie-charts .graphic-container .owl-carousel-graphic .graphic .graphic-header h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
}

@media screen and (max-width: 992px) {
    #attendees .section-testimonials .zoomtopia-pie-charts .graphic-container .owl-carousel-graphic .graphic .graphic-header h3 {
        font-size: 25px;
    }
}

#attendees .section-testimonials .zoomtopia-pie-charts .graphic-container .owl-carousel-graphic .graphic p {
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
}

#attendees .section-testimonials .attendees-testimonials {
    height: 460px;
    width: 100%;
    margin-top: 100px;
    position: relative;
}

@media screen and (max-width: 992px) {
    #attendees .section-testimonials .attendees-testimonials {
        margin-top: 50px;
        height: 75%;
    }
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials .attendees-testimonials {
        height: auto;
    }
}

@media screen and (max-width: 320px) {
    #attendees .section-testimonials .attendees-testimonials {
        margin-top: 5px;
    }
}

#attendees .section-testimonials .attendees-testimonials-nav {
    position: absolute;
    bottom: -100px;
    left: 350px;
}

@media screen and (max-width: 1200px) {
    #attendees .section-testimonials .attendees-testimonials-nav {
        bottom: -100px;
        left: 35%;
    }
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials .attendees-testimonials-nav {
        bottom: 100px !important;
    }
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials .attendees-testimonials-nav {
        position: initial;
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 40px;
    }
}

#attendees .section-testimonials .attendees-testimonials-nav #customNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 300px;
}

#attendees .section-testimonials .attendees-testimonials-nav #customNav .owl-prev,
#attendees .section-testimonials .attendees-testimonials-nav #customNav .owl-next {
    color: #25d5cd;
    background-color: transparent;
    border: none;
    padding: 0;
}

#attendees .section-testimonials .attendees-testimonials-nav #customNav .owl-prev span,
#attendees .section-testimonials .attendees-testimonials-nav #customNav .owl-next span {
    font-size: 110px;
    font-weight: 300;
    line-height: 35px;
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials .attendees-testimonials-nav #customNav .owl-prev span,
    #attendees .section-testimonials .attendees-testimonials-nav #customNav .owl-next span {
        font-size: 80px;
        font-weight: 200px;
    }
}

#attendees .section-testimonials .attendees-testimonials-nav #customNav .owl-prev {
    margin-right: 40px;
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials .attendees-testimonials-nav #customNav .owl-prev {
        margin-right: 20px !important;
    }
}

#attendees .section-testimonials .attendees-testimonials-nav #customNav .owl-next {
    margin-left: 40px;
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials .attendees-testimonials-nav #customNav .owl-next {
        margin-left: 20px !important;
    }
}

#attendees .section-testimonials .attendees-testimonials-nav #nav-slider button {
    border: none;
    width: 16px;
    height: 16px;
    background-color: #008580;
    border-radius: 50%;
    border: solid 1px #00B2A9;
    margin-left: 10px;
    padding: 0;
}

@media screen and (max-width: 768px) {
    #attendees .section-testimonials .attendees-testimonials-nav #nav-slider button {
        margin-left: 6px !important;
        width: 10px;
        height: 10px;
    }
}

#attendees .section-testimonials .attendees-testimonials-nav #nav-slider button:nth-child(1) {
    margin-left: 0;
}

#attendees .section-testimonials .attendees-testimonials-nav #nav-slider .active {
    background-color: #FFFFFF !important;
}

.overflow-x_hidden {
    overflow-x: hidden;
}

.icon1-position {
    position: absolute;
    top: 55px;
    right: 57px;
}

@media (max-width: 768px) {
    .icon1-position {
        top: 40px;
    }
}

.icon2-position {
    position: absolute;
    top: 230px;
    left: -130px;
}

@media (max-width: 1200px) {
    .icon2-position {
        left: 2vw;
    }
}

.icon3-position {
    position: absolute;
    bottom: -70px;
    left: -85px;
    z-index: 1000;
}

@media (max-width: 1200px) {
    .icon3-position {
        left: 2vw;
    }
}

@media (max-width: 768px) {
    .icon3-position {
        left: -10vw;
    }
}

.icon4-position {
    position: absolute;
    bottom: -20px;
    right: 264px;
}

.icon5-position {
    position: absolute;
    top: 82px;
    right: -112px;
    display: none;
}

.icon6-position2 {
    position: absolute;
    top: -285px;
    left: 90px;
}

@media (max-width: 992px) {
    .icon6-position2 {
        display: none;
    }
}

.icon7-position2 {
    position: absolute;
    top: -280px;
    right: 120px;
}

@media (max-width: 992px) {
    .icon7-position2 {
        display: none;
    }
}

.tweets-section-padding {
    padding: 0;
    margin: 0;
    background-color: #008580;
}

.site {
    overflow-x: hidden;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

#attendees-tweets {
    max-width: 1529px;
    margin: 0 auto;
    margin-top: 70px;
    padding: 0 15px;
    padding-bottom: 45px;
}

@media (max-width: 991px) {
    #attendees-tweets {
        padding: 0;
        background-color: #fff;
    }
}

#attendees-tweets h2 {
    color: #025256;
}

@media (max-width: 992px) {
    #attendees-tweets h2 {
        margin: 0 36px;
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    #attendees-tweets .twitter-window-heading {
        margin-bottom: 40px;
    }
}

#attendees-tweets .card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 15px;
}

@media (min-width: 576px) {
    #attendees-tweets .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;
    }
}

#attendees-tweets .card-columns .card {
    margin-bottom: 0.75rem;
    padding-bottom: 55px;
}

@media (min-width: 576px) {
    #attendees-tweets .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

#attendees-tweets .card-columns .card .name {
    color: #232323;
}

#attendees-tweets .card-columns .card p {
    font-size: 18.16px;
    font-weight: bold;
    color: #828282;
}

#attendees-tweets .card-columns .card .date {
    position: absolute;
    bottom: 22px;
    right: 27px;
}

#attendees-tweets .card-columns .card .date p {
    font-weight: bold;
    font-size: 15.57px;
}

.twitter-window {
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

@media (max-width: 992px) {
    .twitter-window {
        border-radius: 0;
        overflow-x: hidden;
    }
}

.twitter-window .seeMore-arrow {
    position: absolute;
    bottom: 60px;
    right: 100px;
}

.twitter-window .seeMore-arrow a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.twitter-window .seeMore-arrow a p {
    color: #025256;
    margin-right: 10px;
    font-weight: bold;
}

.twitter-window__header {
    background-color: #F2F2F7;
    padding: 18px 40px;
}

.twitter-window__header .twitter-window__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.twitter-window__header .twitter-window__controls span {
    width: 14.4px;
    height: 14.4px;
    background-color: #C4C4C4;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.twitter-window__header .twitter-window__controls span:last-child {
    margin-right: 0;
}

.twitter-window__body {
    padding: 60px 130px 127px 130px;
}

@media (max-width: 1999px) {
    .twitter-window__body {
        padding: 60px 50px 127px 50px;
    }
}

@media (max-width: 991px) {
    .twitter-window__body {
        padding: 114px 0px 0px 0px;
    }
}

.twitter-window__body .card-columns {
    padding-top: 50px;
}

@media (min-width: 1200px) {
    .twitter-window__body .card-columns {
        padding-top: 85px;
    }
}

.twitter-cards {
    margin-top: 60px;
    position: relative;
    display: initial;
}

.twitter-cards:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #008580;
}

.twitter-cards .owl-stage-outer {
    background-color: #fff;
}

#attendees-tweets .card {
    padding: 22px;
    border-radius: 15px;
    padding-bottom: 55px;
}

@media (max-width: 992px) {
    #attendees-tweets .card {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }
}

@media (max-width: 768px) {
    #attendees-tweets .card {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@media (max-width: 575px) {
    #attendees-tweets .card {
        width: 302px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 360px) {
    #attendees-tweets .card {
        width: 260px;
    }
}

#attendees-tweets .card p {
    margin: 0;
}

#attendees-tweets .card .card-header .profile-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

#attendees-tweets .card .card-header .profile-info .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 40px);
}

#attendees-tweets .card .card-header .profile-info .photo {
    width: 39px;
    height: 39px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #008480;
    border-radius: 50%;
}

#attendees-tweets .card .card-header .profile-info .name-user {
    width: calc(100% - 40px);
    padding-left: 12px;
}

#attendees-tweets .card .card-header .profile-info .name-user .name {
    font-size: 18px;
    font-weight: 400;
    color: #828282;
}

#attendees-tweets .card .card-header .profile-info .name-user .user {
    font-size: 18px;
    color: #828282;
    text-decoration: none;
}

#attendees-tweets .card .card-body {
    margin-top: 20px;
}

#attendees-tweets .card .card-body p {
    font-size: 18.16px;
    font-weight: bold;
    color: #828282;
}

#attendees-tweets .card .card-body a {
    color: #EB0484;
}

#attendees-tweets .card .card-body .date {
    position: absolute;
    bottom: 22px;
    right: 27px;
}

#attendees-tweets .card .card-body .date p {
    font-weight: bold;
    font-size: 15.57px;
}

.icon8-tweets {
    position: absolute;
    bottom: 1px;
    left: 192px;
}

@media (max-width: 992px) {
    .icon8-tweets {
        display: none;
    }
}


/* Testimonials Carousel */

.graphic {
    width: 226px;
}

@media (min-width: 769px) {
    .graphic {
        margin-right: 72px;
    }
}

.graphic-header {
    position: relative;
    width: 226px;
    height: 226px;
}

.graphic .graphic-header svg {
    width: 226px;
    height: 226px;
}

.graphic p {
    text-align: center;
    color: white;
    font-size: 20px;
}

.graphic .graphic-header h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
}


/* text carousel style */

#attendees .section-testimonials .zoomtopia-pie-charts .graphic-container .owl-carousel-graphic {
    width: 100%;
    position: initial;
}

@media screen and (min-width: 769px) {
    .graphic-container .owl-stage {
        padding-left: 0 !important;
    }
}

.inner-attendees-testimonials {
    position: absolute;
    z-index: 100;
    left: -300px;
    width: 155%;
}

.inner-attendees-testimonials .owl-stage {
    padding-left: 0 !important;
}

dfdfdf .inner-attendees-testimonials .owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.inner-attendees-testimonials .testimonial-item {
    background-color: #025256;
    /* max-width: 906px; */
    /* width: 100%; */
    /* height: 460px; */
    padding: 0px 60px;
    padding-top: 125px;
    padding-bottom: 50px;
    margin-right: 20px;
    position: relative;
}

.inner-attendees-testimonials .testimonial-item h1 {
    font-size: 200px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -165px;
    left: 53px;
    opacity: 0.3;
    -webkit-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
}

.inner-attendees-testimonials .testimonial-item p {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 36px;
    margin: 0;
    opacity: 0.3;
    -webkit-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
}

.inner-attendees-testimonials .owl-item.active p,
h1 {
    opacity: 1 !important;
}

@media screen and (max-width: 991px) {
    .inner-attendees-testimonials {
        left: -215px;
        width: 140%;
    }
    .testimonial-item {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .inner-attendees-testimonials .testimonial-item h1 {
        font-size: 92px;
        top: -60px;
    }
    .inner-attendees-testimonials .testimonial-item p {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    .inner-attendees-testimonials {
        left: 15px;
        width: 100%;
    }
    .testimonial-item {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .inner-attendees-testimonials .testimonial-item h1 {
        font-size: 92px;
        top: -60px;
    }
    .inner-attendees-testimonials .testimonial-item p {
        font-size: 20px;
    }
}

@media (min-width: 1400px) {
    .owl-carousel-graphics .owl-carousel .owl-stage-outer {
        overflow: initial;
    }
}

@media screen and (min-width: 1200px) {
    .inner-attendees-testimonials {
        width: 1505%;
        overflow: hidden;
    }
    .container-carousel {
        max-width: 1209px;
    }
    .inner-attendees-testimonials .owl-carousel .owl-stage-outer {
        overflow: initial !important;
    }
}

.see-more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.see-more-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.see-more-btn a span {
    color: #025256;
    font-size: 16px;
    margin-right: 15px;
    font-weight: 500;
    margin-top: -7px;
}

.inner-image-slideshow {
    position: absolute;
    width: 100%;
    z-index: 1;
}

@media (max-width: 768px) {
    .inner-image-slideshow {
        position: relative;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 2000px) {
    .inner-image-slideshow {
        max-width: 2000px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.inner-image-slideshow .slide-image {
    height: 1181px;
    width: 820px;
    z-index: 999;
}

@media (max-width: 1599px) {
    .inner-image-slideshow .slide-image {
        height: auto;
        padding-bottom: 74%;
        width: 40vw;
    }
}

@media (max-width: 768px) {
    .inner-image-slideshow .slide-image {
        width: 100%;
    }
}

.inner-image-slideshow .slide-image .slide-image {
    width: 100%;
    height: 100%;
}

.cover-img {
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .hide-desktop {
        display: none;
    }
}

@media (min-width: 992px) {
    .show-desktop {
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .hide-mobile {
        display: none;
    }
}

.dark-pink:focus {
    outline: 5px auto #40c5bf !important;
}

.modal__container .modal__footer .dark-pink:focus {
    outline: 5px auto #40c5bf !important;
}

.container-header #main-navigation div ul li a:focus {
    color: #fff;
}

.cover-session .price-session a .btn-register-session {
    margin-left: 0 !important;
}

.page-subTitles {
    color: #025256;
}

@media (max-width: 768px) {
    .page-subTitles h2 {
        font-size: 34px;
    }
}

#attendees {
    padding: 113px 0 0px 0;
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    #attendees {
        padding-bottom: 600px;
    }
}

@media (max-width: 767px) {
    #attendees {
        padding-bottom: 10px;
    }
}

.section-testimonials {
    padding-bottom: 0 !important;
}

@media (max-width: 767px) {
    .inner-attendees-testimonials {
        position: initial;
        margin-top: 96px;
    }
    .inner-attendees-testimonials .testimonial-item {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }
}

.inner-attendees-testimonials .testimonial-item span {
    font-size: 200px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -35px !important;
    left: 53px;
    opacity: 0.3;
    -webkit-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
}

@media screen and (max-width: 991px) {
    .inner-attendees-testimonials .testimonial-item span {
        left: 53px;
        font-size: 150px;
        top: 5px !important;
    }
}

@media screen and (max-width: 767px) {
    .inner-attendees-testimonials .testimonial-item span {
        font-size: 92px;
        top: 5px !important;
        left: 30px;
    }
}

.inner-attendees-testimonials .active span {
    opacity: 1 !important;
}

@media screen and (max-width: 1999px) {
    .attendees-testimonials-nav {
        bottom: -135px !important;
    }
}

@media screen and (max-width: 992px) {
    .attendees-testimonials-nav {
        bottom: -267px !important;
    }
}

@media screen and (max-width: 768px) {
    .attendees-testimonials-nav {
        position: initial;
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 40px;
    }
}

.attendees-testimonials-nav #customNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 300px;
}

.attendees-testimonials-nav #customNav .owl-prev,
.attendees-testimonials-nav #customNav .owl-next {
    color: #25d5cd;
    background-color: transparent;
    border: none;
    padding: 0;
}

.attendees-testimonials-nav #customNav .owl-prev span,
.attendees-testimonials-nav #customNav .owl-next span {
    font-size: 110px;
    font-weight: 300;
    line-height: 35px;
}

@media screen and (max-width: 768px) {
    .attendees-testimonials-nav #customNav .owl-prev span,
    .attendees-testimonials-nav #customNav .owl-next span {
        font-size: 80px;
        font-weight: 200px;
    }
}

.attendees-testimonials-nav #customNav .owl-prev {
    margin-right: 40px;
}

@media screen and (max-width: 768px) {
    .attendees-testimonials-nav #customNav .owl-prev {
        margin-right: 20px !important;
    }
}

.attendees-testimonials-nav #customNav .owl-next {
    margin-left: 40px;
}

@media screen and (max-width: 768px) {
    .attendees-testimonials-nav #customNav .owl-next {
        margin-left: 20px !important;
    }
}

.attendees-testimonials-nav #nav-slider button {
    border: none;
    width: 16px;
    height: 16px;
    background-color: #008580;
    border-radius: 50%;
    border: solid 1px #00B2A9;
    margin-left: 10px;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .attendees-testimonials-nav #nav-slider button {
        margin-left: 6px !important;
        width: 10px;
        height: 10px;
    }
}

.attendees-testimonials-nav #nav-slider button:nth-child(1) {
    margin-left: 0;
}

.attendees-testimonials-nav #nav-slider .active {
    background-color: #fff !important;
}

#attendees-tweets {
    padding-bottom: 100px;
}

.card .card-header .profile-info .name-user .name {
    color: #232323;
}

.seeMore-arrow a {
    width: 185px;
}

.icon1-position {
    position: absolute;
    top: -74px !important;
    right: 112px !important;
}

@media (max-width: 991px) {
    .icon3-position {
        display: none;
    }
}

.icon5-position {
    position: absolute;
    top: 82px;
    right: -112px;
    display: block !important;
}

.icon8-tweets {
    position: absolute;
    bottom: 187px !important;
    left: 192px;
}