/*@import 'appbar.css';*/
/*@import 'modal.css';*/
/*@import 'modalbottomsheet.css';*/
:root {
  --background-color: #fff;
  --gray5: #F9F9FB;
  --gray10: #F3F4F8;
  --gray20: #D2D4DA;
  --gray30: #B3B5BD;
  --gray40: #9496A1;
  --gray50: #777986;
  --gray60: #5B5D6B;
  --gray70: #404252;
  --gray80: #282A3A;
  --gray90: #101223;
  --padding: 16px;
  --text-size: 14px;
  --maxwidth: 480px;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, form, fieldset, img, button {
  margin: 0;
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: revert;
}

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

ul, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

html {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: var(--gray20);
}

body, th, td, input, select, textarea, button {
  font-size: var(--text-size);
  line-height: 1.5;
  font-family: "Noto Sans KR", -apple-system, "SF Pro Display", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  color: #000;
}

img {
  max-width: 100%;
}

html, body {
  min-width: 320px;
  min-height: 568px;
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  max-width: var(--maxwidth);
  min-height: 100%;
  margin: 0 auto;
  background-color: var(--background-color);
}
.container.counsel .list-wrapper .message-box {
  gap: 6px;
}
.container.counsel .list-wrapper .message-box .profile-wrapper {
  gap: 4px;
}
.container.counsel .list-wrapper .message-box .profile-wrapper .profile-image .avatar {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-size: 90% auto;
  background-repeat: no-repeat;
  background-position: center 30%;
}
.container.counsel .list-wrapper .message-box .profile-wrapper .profile-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #464646;
}
.container.counsel .list-wrapper .message-box .profile-wrapper .profile-char {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
}
.container.counsel .list-wrapper .message-box .profile-wrapper .answer-state {
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
}
.container.counsel .list-wrapper .message-box .datetime {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  color: #818181;
  flex-shrink: 0;
}
.container.counsel .list-wrapper .message-box .ask-wrapper {
  display: flex;
  gap: 2px;
}
.container.counsel .list-wrapper .message-box .ask-wrapper .ask-symbol {
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  color: #009DFF;
}
.container.counsel .list-wrapper .message-box .ask-wrapper .ask-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  color: #1D1D1D;
  word-wrap: break-word;
  padding-right: 5px;
}
.container.counsel .list-wrapper .answer-wrapper {
  display: flex;
  gap: 8px;
  margin-left: 15px;
  margin-top: 10px;
}
.container.counsel .list-wrapper .answer-wrapper .inner-wrap {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.container.counsel .list-wrapper .answer-wrapper:before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 2px;
  background-color: #D9D9D9;
}
.container.counsel .list-wrapper .answer-view-wrapper {
  display: flex;
  gap: 2px;
  margin-bottom: 16px;
}
.container.counsel .list-wrapper .answer-view-wrapper.not-yet {
  flex-direction: column;
  gap: 7px;
  margin-top: 10px;
}
.container.counsel .list-wrapper .answer-view-wrapper.not-yet .answer-symbol {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #ACACAC;
}
.container.counsel .list-wrapper .answer-view-wrapper.not-yet .answer-text {
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  color: #FF6767;
}
.container.counsel .list-wrapper .answer-view-wrapper .answer-symbol {
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  color: #009DFF;
}
.container.counsel .list-wrapper .answer-view-wrapper .answer-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #6F6F6F;
  word-wrap: break-word;
  padding-right: 5px;
}
.container.counsel .navigation {
  display: flex;
  gap: 10px;
  align-items: center;
}
.container.counsel .navigation .nav-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #999999;
}
.container.counsel .navigation .nav-link.active {
  color: #000;
  font-weight: 700;
}
.container.counsel .navigation .divider.vertical {
  content: "";
  display: inline-block;
  height: 12px;
  border: 1px solid #999999;
}
.container.counsel .list-counsel {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.container.counsel .list-counsel .item {
  position: relative;
  display: flex;
  gap: 14px;
}
.container.counsel .list-counsel .item .left .photo {
  width: 122px;
  height: 122px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.container.counsel .list-counsel .item .right {
  gap: 6px;
}
.container.counsel .list-counsel .item .right .row {
  display: flex;
  align-items: center;
}
.container.counsel .list-counsel .item .right .row.profile {
  gap: 3px;
}
.container.counsel .list-counsel .item .right .row.profile .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #1D1D1D;
}
.container.counsel .list-counsel .item .right .row.profile .char {
  font-weight: 700;
  font-size: 14px;
  color: #009DFF;
}
.container.counsel .list-counsel .item .right .row.hashtag {
  font-weight: 400;
  font-size: 14px;
  color: #858585;
}
.container.counsel .list-counsel .item .right .row.star {
  color: #1D1D1D;
}
.container.counsel .list-counsel .item .right .row.star .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/pro/icon_star.png");
  margin-right: 5px;
}
.container.counsel .list-counsel .item .right .row.star .num {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}
.container.counsel .list-counsel .item .right .row.star .count {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
}
.container.counsel .list-counsel .item .right .feedback {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 24px;
  border: 1px solid #ECF9FF;
}
.container.counsel .list-counsel .item .ask {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 10px 12px;
  background-color: #000000;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.container.pro-profile {
  padding-top: 0;
}
.container.pro-profile .header {
  padding-top: 26px;
  padding-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/pro/bg_head.png");
}
.container.pro-profile .header .profile-wrapper {
  max-width: 206px;
}
.container.pro-profile .header .profile-wrapper .top-wrapper {
  padding: 13px 13px 0;
  border-top: 4px solid #FFFFFF;
  border-left: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #d4f4fa;
}
.container.pro-profile .header .profile-wrapper .bottom-wrapper {
  border-left: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
  background: linear-gradient(360deg, #F9F8EF 3%, #d4f4fa 100%);
  padding-bottom: 18px;
}
.container.pro-profile .header .profile-wrapper .avatar-border {
  border: 6px solid #cce1e4;
  border-radius: 50%;
  overflow: hidden;
}
.container.pro-profile .header .profile-wrapper .avatar {
  width: 160px;
  height: 160px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 30%;
}
.container.pro-profile .header .profile-wrapper .name {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  color: #1D1D1D;
  white-space: nowrap;
}
.container.pro-profile .header .profile-wrapper .char {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}
.container.pro-profile .header .feedback-wrapper {
  gap: 7px;
}
.container.pro-profile .header .feedback-wrapper .item {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 16px;
  box-shadow: 0 12px 24px 0 rgba(165, 159, 128, 0.12);
  background-color: #FFFFFF;
  flex: 1;
}
.container.pro-profile .header .feedback-wrapper .item .num {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.container.pro-profile .header .feedback-wrapper .item .num:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.container.pro-profile .header .feedback-wrapper .item .num.hour:before {
  background-image: url("../img/pro/icon_clock.png");
}
.container.pro-profile .header .feedback-wrapper .item .num.done:before {
  background-image: url("../img/pro/icon_done.png");
}
.container.pro-profile .header .feedback-wrapper .item .txt {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #676767;
}
.container .body-wrapper {
  background-color: #FFFFFF;
}
.container .body-wrapper .content .title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
}
.container .body-wrapper .content .text {
  font-weight: 400;
  font-size: 15px;
}
.container .body-wrapper .content .list .item {
  position: relative;
  padding-left: 16px;
}
.container .body-wrapper .content .list .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/pro/icon_bullet.png");
}
.container .body-wrapper .content .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.container .body-wrapper .content .tag .item {
  display: inline-block;
  border-radius: 10px;
  padding: 6px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #008EF4;
  background-color: #E2F4FF;
}

.action-wrapper .button {
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
.action-wrapper .button.button-blue {
  background-color: #00BFFF;
  color: #fff;
}

.rating-wrapper {
  padding: 28px 16px 14px;
  border-radius: 24px;
  background-color: #F8F7F5;
}
.rating-wrapper .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #6F6F6F;
}
.rating-wrapper .button {
  height: 42px;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.rating-wrapper .star {
  margin: 14px auto 20px;
  width: 100%;
  justify-content: space-evenly;
  max-width: 300px;
}
.rating-wrapper .star .item {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/pro/icon_star_g.png");
}
.rating-wrapper .star .item.active {
  background-image: url("../img/pro/icon_star.png");
}

.my-question {
  position: relative;
  font-weight: 700;
  font-size: 15px;
  color: #353535;
  padding-right: 5px;
}

.icon-new {
  position: absolute;
  right: -4px;
  top: -5px;
  display: inline-block;
  width: 11px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/pro/icon_new.png");
}

.divider {
  height: 1px;
  background-color: #F7F8F9;
  margin-top: 11px;
  margin-bottom: 11px;
  padding-top: 0;
}
.divider.thick {
  height: 8px;
}
.divider.black {
  height: 4px;
  background-color: #1D1D1D;
  margin-top: 28px;
  margin-bottom: 28px;
}

.video-container {
  position: relative;
  padding-bottom: 50.05%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-center {
  align-items: center;
  justify-content: center;
}

.flex-stretch {
  align-items: stretch;
  justify-content: stretch;
}

.flex-between {
  justify-content: space-between;
}

.flex-top {
  flex-shrink: 0;
  flex-grow: 1;
  height: 50%;
}

.flex-bottom {
  flex-shrink: 0;
  flex-grow: 1;
  height: 50%;
}

.glow-0 {
  flex-grow: 0;
}

.glow-1 {
  flex-grow: 1;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.bg-pink {
  background-color: #FFDEF2;
}

.bg-blue {
  background-color: #ECF9FF;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.margin-content {
  margin-left: 16px;
  margin-right: 16px;
}

.pad-content {
  padding-left: 16px;
  padding-right: 16px;
}

.image-wrapper {
  line-height: 0;
}

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

.blue-chip {
  color: #009DFF;
}

.text-pink {
  color: #FF2EA1;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #009DFF;
}

.text-bold {
  font-weight: bold;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

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

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.mx-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mt-55 {
  margin-top: 55px;
}

.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.mx-65 {
  margin-left: 65px;
  margin-right: 65px;
}

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mt-65 {
  margin-top: 65px;
}

.px-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mt-75 {
  margin-top: 75px;
}

.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

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

.mx-85 {
  margin-left: 85px;
  margin-right: 85px;
}

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mt-85 {
  margin-top: 85px;
}

.px-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.mx-95 {
  margin-left: 95px;
  margin-right: 95px;
}

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mt-95 {
  margin-top: 95px;
}

.px-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

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

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

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

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

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