@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&family=Roboto:ital,wght@1,500&display=swap");
body {
  background-color: #fefbfb;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #3F4441;
}

.navbar {
  padding-top: 30px;
}
.navbar .navbar-brand img {
  margin-right: 12px;
  width: 31px;
}
.navbar .navbar-nav .nav-link {
  color: #1578B6;
  text-transform: uppercase;
  padding-right: 32px;
  padding-left: 32px;
  padding-top: 14px;
}
.navbar .navbar-nav .nav-link.active {
  font-weight: 900;
}

.navbar-transparent {
  padding-top: 0px;
}
.navbar-transparent .navbar-nav .nav-link {
  color: #ffffff;
}

.btn-gradient {
  background-image: linear-gradient(45deg, #1177B6, #acd8eb);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: bold;
  padding-top: 36px;
  padding-bottom: 36px;
  margin-bottom: 17px;
  border-radius: 30px;
  border-color: transparent;
}

.error-message {
  background-color: var(--bs-danger);
  color: #ffffff;
  padding: 8px;
  border-radius: 10px;
}

.alert .icon {
  margin-right: 10px;
}

.alert .close, .alert .mailbox-attachment-close {
  color: #000;
  opacity: 0.2;
}

.alert .close:hover, .alert .mailbox-attachment-close:hover {
  opacity: 0.5;
}

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

.alert-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #006fe6;
}

.alert-default-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-default-primary hr {
  border-top-color: #9fcdff;
}

.alert-default-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #60686f;
}

.alert-default-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-default-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-default-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #fff;
  background-color: #28a745;
  border-color: #23923d;
}

.alert-default-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-default-success hr {
  border-top-color: #b1dfbb;
}

.alert-default-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #148ea1;
}

.alert-default-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-default-info hr {
  border-top-color: #abdde5;
}

.alert-default-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #1f2d3d;
  background-color: #ffc107;
  border-color: #edb100;
}

.alert-default-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-default-warning hr {
  border-top-color: #ffe8a1;
}

.alert-default-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #d32535;
}

.alert-default-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-default-danger hr {
  border-top-color: #f1b0b7;
}

.alert-default-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #1f2d3d;
  background-color: #f8f9fa;
  border-color: #e9ecef;
}

.alert-default-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-default-light hr {
  border-top-color: #ececf6;
}

.alert-default-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #292d32;
}

.alert-default-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-default-dark hr {
  border-top-color: #b9bbbe;
}

.alert-default-dark .alert-link {
  color: #040505;
}

.dark-mode .alert-primary {
  color: #fff;
  background-color: #3f6791;
  border-color: #375a7f;
}

.dark-mode .alert-default-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.dark-mode .alert-default-primary hr {
  border-top-color: #9fcdff;
}

.dark-mode .alert-default-primary .alert-link {
  color: #002752;
}

.dark-mode .alert-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #60686f;
}

.dark-mode .alert-default-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.dark-mode .alert-default-secondary hr {
  border-top-color: #c8cbcf;
}

.dark-mode .alert-default-secondary .alert-link {
  color: #202326;
}

.dark-mode .alert-success {
  color: #fff;
  background-color: #00bc8c;
  border-color: #00a379;
}

.dark-mode .alert-default-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.dark-mode .alert-default-success hr {
  border-top-color: #b1dfbb;
}

.dark-mode .alert-default-success .alert-link {
  color: #0b2e13;
}

.dark-mode .alert-info {
  color: #fff;
  background-color: #3498db;
  border-color: #258cd1;
}

.dark-mode .alert-default-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.dark-mode .alert-default-info hr {
  border-top-color: #abdde5;
}

.dark-mode .alert-default-info .alert-link {
  color: #062c33;
}

.dark-mode .alert-warning {
  color: #1f2d3d;
  background-color: #f39c12;
  border-color: #e08e0b;
}

.dark-mode .alert-default-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.dark-mode .alert-default-warning hr {
  border-top-color: #ffe8a1;
}

.dark-mode .alert-default-warning .alert-link {
  color: #533f03;
}

.dark-mode .alert-danger {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e43725;
}

.dark-mode .alert-default-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.dark-mode .alert-default-danger hr {
  border-top-color: #f1b0b7;
}

.dark-mode .alert-default-danger .alert-link {
  color: #491217;
}

.dark-mode .alert-light {
  color: #1f2d3d;
  background-color: #f8f9fa;
  border-color: #e9ecef;
}

.dark-mode .alert-default-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.dark-mode .alert-default-light hr {
  border-top-color: #ececf6;
}

.dark-mode .alert-default-light .alert-link {
  color: #686868;
}

.dark-mode .alert-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #292d32;
}

.dark-mode .alert-default-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.dark-mode .alert-default-dark hr {
  border-top-color: #b9bbbe;
}

.dark-mode .alert-default-dark .alert-link {
  color: #040505;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close, .alert-dismissible .mailbox-attachment-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

section.home-header {
  background-image: url(/img/home-headerbg.png);
  background-position: right top;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
section.home-header blockquote {
  margin-top: 110px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  color: #3F4441;
  padding-left: 32px;
  margin-right: 28px;
}
section.home-header blockquote:before, section.home-header blockquote:after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 30px;
  position: absolute;
}
section.home-header blockquote:before {
  background-image: url("/img/quotestart.png");
  left: 2px;
  top: -38px;
}
section.home-header blockquote:after {
  background-image: url("/img/quoteend.png");
  right: 0px;
  bottom: -24px;
}
section.home-header h1 {
  font-size: 148px;
  font-weight: bold;
  margin-top: 65px;
  background-color: #1177B6;
  background-image: linear-gradient(45deg, #1177B6, #acd8eb);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
section.home-header .img-profile {
  margin-top: -115px;
}
section.home-header .card-support, section.home-header .card-subscribe {
  border: 0;
  border-radius: 20px;
}
section.home-header .card-support {
  background-color: #1177B6;
  background-image: linear-gradient(45deg, #1177B6, #acd8eb);
  background-size: 100%;
  background-repeat: repeat;
}
section.home-header .card-support .card-body {
  color: #ffffff;
  padding: 40px 50px;
}
section.home-header .card-support .card-body h2 {
  font-size: 32px;
  font-weight: bold;
}
section.home-header .card-support .card-body h2 img {
  width: 43px;
  height: 43px;
}
section.home-header .card-support .card-body .btn-support {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #b8d6e9;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  min-width: 128px;
  margin-right: 20px;
}
section.home-header .card-support .card-body .btn-circle-arrow {
  background-image: url(/img/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
}
section.home-header .card-subscribe {
  box-shadow: rgba(100, 100, 100, 0.2) 0px 0px 29px 0px;
}
section.home-header .card-subscribe .card-body {
  padding: 40px 50px;
}
section.home-header .card-subscribe .card-body h2 {
  font-size: 32px;
  font-weight: bold;
  background-color: #1177B6;
  background-image: linear-gradient(45deg, #1177B6, #acd8eb);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
section.home-header .card-subscribe .card-body h2 img {
  width: 43px;
  height: 43px;
}
section.home-header .card-subscribe .card-body .email {
  width: 450px;
}
section.home-header .card-subscribe .card-body .btn img {
  width: 53px;
  height: 53px;
}

section.home-program {
  box-shadow: rgba(100, 100, 100, 0.2) 0px 0px 29px 0px;
  padding-bottom: 80px;
}
section.home-program .left h2 {
  font-size: 72px;
  font-weight: bold;
  margin-top: 85px;
  margin-bottom: 70px;
  background-color: #1177B6;
  background-image: linear-gradient(45deg, #1177B6, #acd8eb);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
section.home-program .left h2 img {
  height: 100px;
  margin-right: 20px;
}
section.home-program .left .btn-gradient {
  background-image: linear-gradient(45deg, #1177B6, #acd8eb);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 19px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 17px;
  border-radius: 20px;
  border-color: transparent;
}
section.home-program .right {
  background-image: linear-gradient(45deg, #1177B6, #acd8eb);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  padding-left: 20px;
}
section.home-program .right h2 {
  font-size: 64px;
  font-weight: bold;
  margin-top: 85px;
  margin-bottom: 70px;
}
section.home-program .right .card {
  background-color: transparent;
  border: 0;
}
section.home-program .right .card img {
  width: 120px;
  margin-top: 48px;
}
section.home-program .right .card h5 {
  font-size: 32px;
  font-weight: bold;
}
section.home-program .right .card p {
  font-size: 19px;
}

section.home-news {
  padding-bottom: 24px;
}
section.home-news h2 {
  font-size: 64px;
  font-weight: bold;
  margin-top: 124px;
  margin-bottom: 62px;
  background-color: #1177B6;
  background-image: linear-gradient(45deg, #1177B6, #acd8eb);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
section.home-news h2 img {
  width: 93px;
}
section.home-news .card {
  border: 0;
}
section.home-news .card .card-body {
  padding-top: 20px;
  min-height: 170px;
}
section.home-news .card .card-body h5 {
  background-color: #1177B6;
  background-image: linear-gradient(45deg, #1177B6, #acd8eb);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  font-size: 22px;
  font-weight: bold;
}
section.home-news .card .card-body p {
  font-size: 16px;
}
section.home-news .btn-gradient {
  padding-left: 145px;
  padding-right: 145px;
  margin-top: 58px;
}

section.myteam .left {
  background: #96cde5;
  background: linear-gradient(90deg, #96cde5 0%, #006bae 100%);
  padding-top: 20px;
  padding-bottom: 40px;
}
section.myteam .left h1 {
  font-weight: bold;
  color: #ffffff;
}
section.myteam .left h1 .logoimage {
  width: 32px;
}
section.myteam .left .btn-gradient {
  background-image: linear-gradient(45deg, #1177B6, #acd8eb);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  border-radius: 18px;
  border-color: transparent;
}
section.myteam .left .btn-gradient.btn-next {
  background-image: linear-gradient(45deg, #acd8eb, #1177B6);
}
section.myteam .left .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 15px;
}
section.myteam .left .card-join-my-team {
  box-shadow: rgba(100, 100, 100, 0.2) 0px 0px 29px 0px;
  border-radius: 25px;
  margin-top: 30px;
}
section.myteam .left .card-join-my-team .card-body {
  padding: 40px 50px;
}
section.myteam .left .card-join-my-team .card-body a {
  color: #1578B6;
}
section.myteam .left .card-join-my-team .card-body h2 {
  font-size: 32px;
  font-weight: bold;
  background-color: #1177B6;
  background-image: linear-gradient(45deg, #1177B6, #acd8eb);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
section.myteam .left .card-join-my-team .card-body h2 img {
  width: 43px;
  height: 43px;
}
section.myteam .left .card-join-my-team .card-body h3 {
  font-size: 16px;
  font-weight: normal;
  margin-top: 30px;
}
section.myteam .left .card-join-my-team .card-body .input {
  margin-bottom: 20px;
}
section.myteam .left .card-join-my-team .card-body .form-control {
  padding: 13px 15px;
}
section.myteam .left .card-join-my-team .card-body .btn img {
  width: 53px;
  height: 53px;
}
section.myteam .left .card-join-my-team .card-body .form-check-label {
  color: #1578B6;
  font-weight: bold;
}
section.myteam .right {
  padding-top: 75px;
}

section.articles h1 {
  font-weight: bold;
  font-size: 41px;
  color: #1578B6;
  margin-top: 20px;
  margin-bottom: 20px;
}
section.articles h1 img {
  width: 43px;
}
section.articles .img-article-detail {
  border-radius: 20px;
}
section.articles .article-content {
  margin-top: 20px;
}
section.articles .btn-gradient {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  border-radius: 18px;
}
section.articles .next-title {
  text-transform: uppercase;
  font-size: 19px;
}
section.articles h2 {
  font-weight: bold;
  font-size: 41px;
  color: #1578B6;
  margin-top: 20px;
  margin-bottom: 20px;
}
section.articles h2 img {
  width: 43px;
}
section.articles .article-card-link {
  text-decoration: none;
}
section.articles .article-card-link .card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 20px;
}
section.articles .article-card-link .card .card-img-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
section.articles .article-card-link .card .card-title {
  font-size: 22px;
  font-weight: bold;
  color: #1578B6;
}
section.articles .article-card-link .card .card-text {
  font-size: 18px;
  color: #3F4441;
}
section.articles .article-card-link .card .card-footer {
  background-color: #ffffff;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}
section.articles .article-card-link .card .card-footer p {
  color: #1578B6;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0;
}
section.articles .article-card-link:hover .card-img-top {
  filter: grayscale(1);
}
section.articles .article-card-link:hover .card-footer p {
  opacity: 1;
}

section.home-events h2 {
  font-size: 64px;
  font-weight: bold;
  margin-top: 124px;
  margin-bottom: 64px;
  background-color: #1177B6;
  background-image: linear-gradient(45deg, #1177B6, #acd8eb);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
section.home-events h2 img {
  width: 93px;
}
section.home-events .btn-gradient {
  padding-left: 120px;
  padding-right: 120px;
  margin-top: 24px;
}

section.events h1 {
  font-weight: bold;
  font-size: 41px;
  color: #1578B6;
  margin-top: 20px;
  margin-bottom: 20px;
}
section.events h1 img {
  width: 43px;
}
section.events .event-detail-title {
  margin-bottom: 0px;
}
section.events .event-date-from, section.events .event-place {
  font-weight: bold;
  font-size: 41px;
  color: #1578B6;
  margin-bottom: 0px;
}
section.events .event-date-to, section.events .event-address {
  font-weight: bold;
  font-size: 25px;
  color: #1578B6;
}
section.events .event-content {
  margin-top: 20px;
}

.event-card-link {
  text-decoration: none;
}
.event-card-link .card {
  border: 0;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 100, 0.2) 0px 0px 29px 0px;
}
.event-card-link .card .card-body .event-date {
  padding-left: 36px;
}
.event-card-link .card .card-body .event-date .year {
  color: #3F4441;
  margin-bottom: 0px;
}
.event-card-link .card .card-body .event-date .date {
  color: #1578B6;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 0px;
}
.event-card-link .card .card-body .event-date .time {
  color: #1578B6;
  font-size: 24px;
  font-weight: bold;
}
.event-card-link .card .card-body .event-title h5 {
  color: #1578B6;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}
.event-card-link .card .card-body .event-lead {
  color: #3F4441;
}

section.myprogram .left {
  background: #96cde5;
  background: linear-gradient(90deg, #96cde5 0%, #006bae 100%);
  padding-top: 20px;
  padding-bottom: 40px;
}
section.myprogram .left h1 {
  font-weight: bold;
  color: #ffffff;
}
section.myprogram .left h1 .logoimage {
  width: 32px;
}
section.myprogram .left .next-title {
  text-transform: uppercase;
  font-size: 19px;
  color: #ffffff;
}
section.myprogram .left p {
  color: #ffffff;
  text-align: justify;
}
section.myprogram .left .vid-program-detail {
  margin-bottom: 20px;
}
section.myprogram .left .img-program-detail {
  margin-bottom: 20px;
}
section.myprogram .left .btn-gradient {
  background-image: linear-gradient(45deg, #1177B6, #acd8eb);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  border-radius: 18px;
  border-color: transparent;
}
section.myprogram .left .btn-gradient.btn-next {
  background-image: linear-gradient(45deg, #acd8eb, #1177B6);
}
section.myprogram .right {
  padding-top: 75px;
}

footer {
  margin-top: 65px;
}
footer section.footer-top {
  background-color: #1177B6;
  background-image: linear-gradient(45deg, #1177B6, #acd8eb);
  background-size: 100%;
  background-repeat: repeat;
  color: #ffffff;
  padding-top: 75px;
}
footer section.footer-top h2 {
  margin-bottom: 65px;
  font-size: 64px;
  font-weight: bold;
}
footer section.footer-top h2 img {
  width: 93px;
}
footer section.footer-top p {
  font-size: 24px;
}
footer section.footer-top .social-link {
  margin-bottom: 28px;
}
footer section.footer-top .social-link a {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
}
footer section.footer-top .social-link a img {
  width: 84px;
}
footer section.footer-top .img-profile {
  width: 460px;
}
footer section.footer-bottom {
  background-color: #2C2E2D;
  color: #ffffff;
  padding-top: 28px;
  padding-bottom: 75px;
}
footer section.footer-bottom .link-gotop img {
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
}
footer section.footer-bottom h2 {
  font-size: 52px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 22px;
}
footer section.footer-bottom p {
  font-size: 24px;
}

.footer-webview {
  margin-top: 65px;
}
.footer-webview p {
  font-size: 25px;
}
.footer-webview p a {
  color: #3F4441;
  text-decoration: none;
}
.footer-webview .social-link {
  margin-bottom: 28px;
  text-align: center;
}
.footer-webview .social-link a {
  color: #3F4441;
  text-decoration: none;
  font-size: 25px;
}
.footer-webview .social-link a img {
  width: 70px;
}
@media (max-width: 991px) {
  .footer-webview .social-link span {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
