@charset "UTF-8";
.ip-banner {
  display: none;
}

#inner-page-wrapper {
  margin: 0 !important;
}
#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

.ip-coach2 {
  position: relative;
  background: #fbf9f7;
  padding: 135px 0 70px;
  font-size: 0;
}
.ip-coach2 .gsite-title {
  line-height: 0.9;
}

.ip-coach2-main {
  position: relative;
}

.ip-coach2-main-container {
  position: relative;
}

.ip-coach2-main-image {
  width: 49.5%;
  padding-left: max(15px, 11.875vw);
}

.ip-coach2-main-image .canvas-img {
  margin-right: max(-5.625vw, -100px);
}

.ip-coach2-main-image .canvas-img canvas {
  background: none;
}

.ip-coach2-main-text {
  width: 50.5%;
  padding-left: max(15px, 4.063vw);
  padding-right: max(15px, 12.25vw);
  margin-top: 85px;
}
.ip-coach2-main-text .gsite-title {
  margin-bottom: 42px;
}
.ip-coach2-main-text p {
  font-size: var(--font-size-default);
  font-weight: 300;
  color: #333333;
  line-height: 1.9;
  margin-bottom: 30px;
}

.ip-coach2-main-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5.36%;
}
.ip-coach2-main-buttons br {
  display: none;
}
.ip-coach2-main-buttons a.gsite-button {
  width: 200px;
  width: 37.5%;
}
.ip-coach2-main-buttons a.gsite-button:last-child {
  width: 310px;
  width: 57.14%;
}

.ip-coach2-video {
  position: relative;
  padding: 75px 0;
}

.ip-coach2-video-container {
  position: relative;
}

.ip-coach2-video-text p {
  font-size: var(--font-size-default);
  font-weight: 300;
  color: #333333;
  line-height: 1.9;
  margin-bottom: 28px;
}

.ip-coach2-video-text-column-1 {
  width: 51.37%;
  padding-left: max(15px, 11.875vw);
  padding-right: max(15px, 5vw);
}

.ip-coach2-video-text-column-2 {
  width: 100%;
  padding-left: max(15px, 11.875vw);
  padding-right: max(15px, 11.875vw);
  margin-top: 40px;
}

.ip-coach2-video-image {
  position: relative;
  width: 48.63%;
}
.ip-coach2-video-image a {
  display: block;
  position: relative;
}
.ip-coach2-video-image .canvas-img {
  overflow: hidden;
}
.ip-coach2-video-image .canvas-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ip-coach2-video-image .canvas-img i {
  position: absolute;
  aspect-ratio: 170/170;
  width: 170px;
  top: 50%;
  left: 50%;
  padding-left: 4px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ip-coach2-video-image .canvas-img i::before {
  position: relative;
  z-index: 5;
}
.ip-coach2-video-image .canvas-img i::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all var(--default-transition);
}
.ip-coach2-video-image a:hover .canvas-img i::after {
  background: rgb(51, 51, 51);
}
.ip-coach2-video-image .canvas-img img {
  filter: blur(5px);
}
.ip-coach2-video-image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ip-coach2-program {
  position: relative;
  padding: 85px 0 100px;
}
.ip-coach2-program .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(126, 118, 109, 0.9);
}
.ip-coach2-program .gsite-bg canvas {
  filter: grayscale(1);
}

.ip-coach2-program-container {
  padding: 0 max(15px, 10.313vw);
}
.ip-coach2-program-container .gsite-title {
  text-align: center;
  margin-bottom: 20px;
}

.ip-coach2-program-list {
  margin: 0 -30px;
}

.ip-coach2-program-item {
  width: 50%;
  padding: 30px;
}
.ip-coach2-program-item .inner {
  width: 100%;
  height: 100%;
  padding: 60px 15px 70px;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
.ip-coach2-program-item .heading-title {
  font-family: var(--font-family-title);
  font-size: 45px;
  color: #ffffff;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
.ip-coach2-program-item .heading-title span {
  display: block;
  font-family: var(--font-family-default);
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  margin-top: 12px;
}
.ip-coach2-program-item ul {
  max-width: 460px;
  margin: 30px auto 0;
}
.ip-coach2-program-item ul li {
  position: relative;
  font-size: var(--font-size-default);
  font-weight: 300;
  color: #ffffff;
  line-height: 1.9;
  padding-left: 45px;
  margin-bottom: 15px;
}
.ip-coach2-program-item ul li::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 23/23;
  width: 23px;
  top: 2px;
  left: 0;
  background: url(../../images/coach-2/icon-checkbox.png) no-repeat center center/contain;
  filter: brightness(0) invert(1);
}
.ip-coach2-program-item p {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 2.1;
  text-align: center;
  max-width: 415px;
  margin: 20px auto 0;
}
.ip-coach2-program-item a.gsite-button {
  display: block;
  margin: 35px auto 0;
}

.ip-coach2-speaking {
  position: relative;
  padding: 105px 0 0;
}

.ip-coach2-speaking-container {
  position: relative;
  padding: 0 max(15px, 11.25vw);
}

.ip-coach2-speaking-text {
  width: 49.84%;
  padding-right: 45px;
}
.ip-coach2-speaking-text .gsite-title {
  margin-bottom: 38px;
}
.ip-coach2-speaking-text p {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  line-height: 1.9;
  margin-bottom: 38px;
}
.ip-coach2-speaking-text a.gsite-button {
  width: 210px;
}

.ip-coach2-speaking-image {
  width: 50.16%;
  margin-top: 40px;
}
.ip-coach2-speaking-image a {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.ip-coach2-speaking-image a .canvas-img canvas {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(3px);
}
.ip-coach2-speaking-image a .canvas-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.ip-coach2-speaking-image a .canvas-img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 170/170;
  width: 170px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  padding-left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ip-coach2-speaking-image a .canvas-img i::before {
  position: relative;
  z-index: 4;
}
.ip-coach2-speaking-image a .canvas-img i::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all var(--default-transition);
}
.ip-coach2-speaking-image a:hover .canvas-img i::after {
  background: #333333;
}

.ip-coach2-speaking-feed {
  width: 100%;
  margin: 80px 0 0;
}

.ip-coach2-speaking-list {
  margin: 0 -12px;
}
.ip-coach2-speaking-list:not(.slick-initialized) {
  display: flex;
}
.ip-coach2-speaking-list:not(.slick-initialized) .ip-coach2-speaking-item {
  width: 33.3333333333%;
}
.ip-coach2-speaking-list:not(.slick-initialized) .ip-coach2-speaking-item:nth-child(3) ~ div {
  display: none;
}
.ip-coach2-speaking-list .slick-dots {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.ip-coach2-speaking-list .slick-dots li {
  margin: 3px 7px;
}
.ip-coach2-speaking-list .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  aspect-ratio: 10/10;
  width: 10px;
  background: #e3e3e3;
  border-radius: 50%;
  transition: all var(--default-transition);
}
.ip-coach2-speaking-list .slick-dots li button:hover {
  background: #333333;
}
.ip-coach2-speaking-list .slick-dots li.slick-active button {
  background: #333333;
}

.ip-coach2-speaking-item {
  padding: 12px;
}
.ip-coach2-speaking-item a {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.ip-coach2-speaking-item a .canvas-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ip-coach2-speaking-item a .canvas-img canvas {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(3px);
}
.ip-coach2-speaking-item a .canvas-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.ip-coach2-speaking-item a .canvas-img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 128/128;
  width: 128px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 25px;
  color: #ffffff;
  padding-left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ip-coach2-speaking-item a .canvas-img i::before {
  position: relative;
  z-index: 4;
}
.ip-coach2-speaking-item a .canvas-img i::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all var(--default-transition);
}
.ip-coach2-speaking-item a:hover .canvas-img i::after {
  background: #333333;
}

.ip-coach2-testimonials {
  position: relative;
  padding: 130px 0 160px;
}

.ip-coach2-testimonials .gsite-bg {
  height: 48.7%;
  top: inherit;
  bottom: 0;
}
.ip-coach2-testimonials .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgb(251, 249, 247) 0%, rgba(251, 249, 247, 0) 80%);
}

.ip-coach2-testimonials-container {
  position: relative;
  max-width: 800px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-coach2-testimonials-list:not(.slick-initialized) .ip-coach2-testimonials-item:nth-child(1) ~ div {
  display: none;
}
.ip-coach2-testimonials-list .slick-dots {
  display: flex;
  justify-content: center;
  margin: 80px 0 0;
}
.ip-coach2-testimonials-list .slick-dots li {
  margin: 3px 7px;
}
.ip-coach2-testimonials-list .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  aspect-ratio: 10/10;
  width: 10px;
  background: #ffffff;
  border-radius: 50%;
  transition: all var(--default-transition);
}
.ip-coach2-testimonials-list .slick-dots li button:hover {
  background: #333333;
}
.ip-coach2-testimonials-list .slick-dots li.slick-active button {
  background: #333333;
}

.ip-coach2-testimonials-name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.ip-coach2-testimonials-name-image {
  width: 128px;
  border: 7px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.2);
}
.ip-coach2-testimonials-name-image .canvas-img {
  border-radius: 50%;
  overflow: hidden;
}

.ip-coach2-testimonials-name-text {
  font-family: var(--font-family-title);
  font-size: 40px;
  color: #333333;
  line-height: 1.1;
  letter-spacing: 0.03em;
  margin-left: 30px;
}
.ip-coach2-testimonials-name-text span {
  display: block;
  font-family: var(--font-family-default);
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  text-transform: uppercase;
  margin-top: 15px;
}

.ip-coach2-testimonials-item p {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
}

.ip-coach2-testimonials-container a.gsite-button {
  display: block;
  margin: 30px auto 0;
}

.ip-coach2-schedule {
  position: relative;
  padding: 25px 0 0;
}

.ip-coach2-schedule-container {
  position: relative;
  z-index: 2;
}

.ip-coach2-schedule-left {
  position: relative;
  width: 56.25%;
  padding-left: 11vw;
  padding-right: 7.313vw;
  padding-top: 82px;
  /* padding-bottom: 80px; */
}

.ip-coach2-schedule-left p {
  font-size: var(--font-size-default);
  font-weight: 300;
  color: #454545;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 355px;
  margin: 20px auto 10px;
}

.ip-coach2-schedule-title {
  text-align: center;
  max-width: 570px;
  margin: 0 auto 22px;
}

.ip-coach2-schedule-form {
  position: relative;
}

.ip-coach2-schedule-form .gsite-input-fields {
  margin: 0 -15px;
}

.ip-coach2-schedule-form .gsite-input {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 3px;
}

.ip-coach2-schedule-form .gsite-input input,
.ip-coach2-schedule-form .gsite-input textarea {
  height: 78px;
  font-size: 13px;
  font-weight: 300;
  color: #454545;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.ip-coach2-schedule-form .gsite-input textarea {
  height: 118px;
  padding-top: 34px;
}

.ip-coach2-schedule-form .gsite-input-sm {
  width: 50%;
}

.ip-coach2-schedule-form .gsite-submit {
  width: 240px;
  margin: 40px auto 0;
}

.ip-coach2-schedule-form .wpcf7-form-control-wrap {
  display: block;
}

.ip-coach2-schedule-form .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: 0 auto;
}

.ip-coach2-schedule-form .wpcf7 form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  margin: 5px 0 0;
  color: #454545 !important;
  text-align: center;
}

.ip-coach2-schedule-form .kc_captcha .wpcf7-radio {
  display: block;
  width: 490px;
  max-width: 100%;
  margin: 40px auto 0;
}

.ip-coach2-schedule-form .kc_captcha .captcha-image {
  width: 100%;
  padding: 25px 10px 20px;
}

.ip-coach2-schedule-form .kc_captcha .cf7ic_instructions {
  font-size: 13px;
  font-weight: 300;
  color: #454545;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.ip-coach2-schedule-right {
  position: relative;
  width: 43.75%;
  padding-right: 14.25vw;
  padding-top: 96px;
}

.ip-coach2-schedule-right .gsite-bg {
  height: calc(100% - 25px);
  top: 25px;
  z-index: 1;
  background: #7E766D;
}

.ip-coach2-schedule-right .gsite-bg canvas {
  filter: grayscale(1);
  opacity: 0.2;
}

.ip-coach2-schedule-right .gsite-bg::before,
.ip-coach2-schedule-right .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ip-coach2-schedule-right .gsite-bg::before {
  background: linear-gradient(to right, rgb(251, 249, 247) 0%, rgba(251, 249, 247, 0.9) 25%, rgba(251, 249, 247, 0) 50%);
  z-index: 3;
}

.ip-coach2-schedule-right .gsite-bg::after {
  background: linear-gradient(to bottom, rgb(251, 249, 247) 0%, rgba(251, 249, 247, 0.9) 25%, rgba(251, 249, 247, 0) 50%);
}

.ip-coach2-schedule-right .canvas-img {
  z-index: 2;
}

.ip-coach2-schedule-right .canvas-img canvas {
  opacity: 0;
}

.ui-widget.ui-widget-content {
  width: 430px;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #7e766d;
  background: #fbf9f7;
  z-index: 1200 !important;
}

.ui-datepicker .ui-datepicker-header {
  background: #7e766d;
  border: 0;
  border-radius: 6px;
  padding: 10px 0;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1;
}

.ui-datepicker .ui-datepicker-title select {
  margin: 0;
  height: 22px;
  font-size: 13px;
  font-weight: 600;
  color: #333333;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 50%;
  transform: translateY(-50%);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  width: 0;
  height: 0;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover, .ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover,
.ui-datepicker .ui-datepicker-next:hover {
  background: none;
}

.ui-datepicker .ui-datepicker-prev {
  border-right: 4px solid #ffffff;
  border-left: 0;
  left: 1.5em;
}

.ui-datepicker .ui-datepicker-next {
  border-left: 4px solid #ffffff;
  border-right: 0;
  right: 1.5em;
}

.ui-datepicker th {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
}

.ui-datepicker td span,
.ui-datepicker td a {
  font-size: 12px;
  color: #333333 !important;
  border: 1px solid #7e766d !important;
  background: none !important;
}

.ui-datepicker td a.ui-state-highlight {
  background: #c9c5c0 !important;
}

.ui-datepicker td a.ui-state-active {
  background: #7e766d !important;
  color: #ffffff !important;
}

.ui-timepicker-standard {
  width: 100px !important;
  z-index: 1200 !important;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #7e766d;
  background: #fbf9f7;
}

.ui-timepicker {
  width: 100% !important;
  border: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.ui-timepicker-viewport {
  width: 100% !important;
}

.ui-timepicker-standard .ui-menu-item {
  width: 100% !important;
}
.ui-timepicker-standard .ui-menu-item a {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  padding: 7px 5px;
  border: 0;
  border-radius: 6px;
}
.ui-timepicker-standard .ui-menu-item a.ui-state-hover, .ui-timepicker-standard .ui-menu-item a:hover {
  background: #7e766d;
  color: #ffffff;
}

.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-book-popup .aios-popup-body {
  width: 800px;
  max-width: 100%;
  padding: 0;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-book-popup .aios-popup-body .aiosp-close {
  width: auto;
  height: auto;
  line-height: 1;
  top: 18px;
  right: 18px;
  opacity: 1;
  font-size: 0;
  color: #393939;
  transition: all var(--default-transition);
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-book-popup .aios-popup-body .aiosp-close::before {
  content: "򰉂";
  font-family: "agentimage";
  font-size: 20px;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-book-popup .aios-popup-body .aiosp-close:hover {
  opacity: 0.7;
}

.ip-book-popup {
  padding: 65px 15px 75px;
  font-size: 0;
}
.ip-book-popup .gsite-title {
  text-align: center;
}
.ip-book-popup .heading-title {
  font-size: 20px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}
.ip-book-popup p {
  font-size: var(--font-size-default);
  font-weight: 300;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  max-width: 620px;
  margin: 35px auto 0;
}
.ip-book-popup .wpcf7 {
  position: relative;
  max-width: 620px;
  margin: 30px auto 0;
}
.ip-book-popup .gsite-input-fields {
  margin: 0 -15px;
}
.ip-book-popup .gsite-input {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 3px;
}
.ip-book-popup .gsite-input input,
.ip-book-popup .gsite-input textarea {
  height: 78px;
  font-size: 13px;
  font-weight: 300;
  color: #454545;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.ip-book-popup .gsite-input textarea {
  height: 118px;
  padding-top: 34px;
}
.ip-book-popup .gsite-input-sm {
  width: 50%;
}
.ip-book-popup .gsite-submit {
  width: 240px;
  margin: 40px auto 0;
}
.ip-book-popup .wpcf7-form-control-wrap {
  display: block;
}
.ip-book-popup .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: 0 auto;
}
.ip-book-popup .wpcf7 form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  margin: 5px 0 0;
  color: #454545 !important;
  text-align: center;
}

.footer-top {
  display: none;
}

@media only screen and (min-width: 992px) {
  body:not(.home) .fixed-header:not(.is-active) {
    background: rgba(84, 84, 84, 0.9);
  }
  body:not(.home) .fixed-header:not(.is-active) .header-logo a img {
    filter: brightness(0) invert(1);
  }
  body:not(.home) .fixed-header:not(.is-active) .site-navi > li > a {
    color: #ffffff;
  }
  body:not(.home) .fixed-header:not(.is-active) .site-navi > li {
    border-right-color: rgba(255, 255, 255, 0.3);
  }
  body:not(.home) .fixed-header:not(.is-active) .header-contact a {
    color: #ffffff;
  }
  .ip-coach2 .gsite-title {
    font-size: 60px !important;
  }
  .ip-book-popup .gsite-title {
    font-size: 60px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ip-coach2-main-image {
      padding-left: max(15px, 4.875vw);
  }
  .ip-coach2-main-text {
    padding-left: max(15px, 2.063vw);
    padding-right: max(15px, 3.25vw);
  }
  .ip-coach2-video-text-column-1 {
    padding-left: max(15px, 4.875vw);
    padding-right: max(15px, 3vw);
  }
  .ip-coach2-video-text-column-2 {
    padding-left: max(15px, 4.875vw);
    padding-right: max(15px, 4.875vw);
  }
  .ip-coach2-program-container {
    padding: 0 max(15px, 4.313vw);
  }
  .ip-coach2-speaking-container {
    padding: 0 max(15px, 4.25vw);
  }
  .ip-coach2-schedule-left {
    padding-left: 7vw;
    padding-right: 7.313vw;
  }
}
@media only screen and (max-width: 991px) {
  .ip-coach2-main-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .ip-coach2-main-image {
    width: 100%;
  }
  .ip-coach2-main-text {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .ip-coach2-main-buttons {
    align-items: center;
  }
  .ip-coach2-main-buttons a.gsite-button {
    width: 300px !important;
  }
  .ip-coach2-video-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .ip-coach2-video-text {
    text-align: center;
  }
  .ip-coach2-video-text-column-1 {
    width: 100%;
    padding: 0;
  }
  .ip-coach2-video-text-column-2 {
    width: 100%;
    padding: 0;
  }
  .ip-coach2-video-image {
    width: 100%;
  }
  .ip-coach2-program-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .ip-coach2-program-item {
    width: 100%;
  }
  .ip-coach2-speaking-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .ip-coach2-speaking-text {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .ip-coach2-speaking-image {
    width: 100%;
  }
  .ip-coach2-testimonials-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .ip-coach2-schedule-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .ip-coach2-schedule-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
  }
  .ip-coach2-schedule-form .gsite-input-sm {
    width: 100%;
  }
  .ip-coach2-schedule-right {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .ip-coach2 {
    padding: 50px 0 0;
  }
  .ip-coach2-main-text {
    margin-top: 40px;
  }
  .ip-coach2-video {
    padding: 50px 0;
  }
  .ip-coach2-video-image a .canvas-img i {
    width: 100px;
  }
  .ip-coach2-speaking-item a .canvas-img i {
    width: 100px;
  }
  .ip-coach2-program {
    padding: 80px 0;
  }
  .ip-coach2-program-item .heading-title {
    font-size: 35px;
  }
  .ip-coach2-speaking {
    padding: 80px 0 0;
  }
  .ip-coach2-testimonials {
    padding: 80px 0 160px;
  }
  .ip-coach2-testimonials-item p {
    font-size: var(--font-size-default);
  }
  .ip-coach2-testimonials-name-text {
    font-size: 25px;
    margin-left: 20px;
  }
  .ip-coach2-testimonials-name-text span {
    font-size: 12px;
    margin-top: 10px;
  }
}