body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #2fdd10 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #2fdd10 !important;
  border-color: #2fdd10 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1e8c0a !important;
  border-color: #1e8c0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1e8c0a !important;
  border-color: #1e8c0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2fdd10;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1e8c0a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2fdd10 !important;
  border-color: #2fdd10 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #2fdd10 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1b7e09 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c8fabf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e43f3f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sWPmN5Nn0J {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sWPmN5Nn0J nav.navbar {
  position: fixed;
}
.cid-sWPmN5Nn0J .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWPmN5Nn0J .dropdown-menu {
  padding: 0;
}
.cid-sWPmN5Nn0J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWPmN5Nn0J .dropdown-item:hover,
.cid-sWPmN5Nn0J .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sWPmN5Nn0J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sWPmN5Nn0J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWPmN5Nn0J .nav-link {
  position: relative;
}
.cid-sWPmN5Nn0J .container {
  display: flex;
  margin: auto;
}
.cid-sWPmN5Nn0J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWPmN5Nn0J .navbar-caption {
  padding-right: 4rem;
}
.cid-sWPmN5Nn0J .dropdown-menu,
.cid-sWPmN5Nn0J .navbar.opened {
  background: #bed3f9 !important;
}
.cid-sWPmN5Nn0J .nav-item:focus,
.cid-sWPmN5Nn0J .nav-link:focus {
  outline: none;
}
.cid-sWPmN5Nn0J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWPmN5Nn0J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWPmN5Nn0J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sWPmN5Nn0J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWPmN5Nn0J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWPmN5Nn0J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWPmN5Nn0J .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #bed3f9;
}
.cid-sWPmN5Nn0J .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWPmN5Nn0J .navbar.opened {
  transition: all .3s;
}
.cid-sWPmN5Nn0J .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sWPmN5Nn0J .navbar .navbar-logo img {
  width: auto;
}
.cid-sWPmN5Nn0J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWPmN5Nn0J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWPmN5Nn0J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWPmN5Nn0J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sWPmN5Nn0J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWPmN5Nn0J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWPmN5Nn0J .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWPmN5Nn0J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWPmN5Nn0J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sWPmN5Nn0J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sWPmN5Nn0J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWPmN5Nn0J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWPmN5Nn0J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWPmN5Nn0J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWPmN5Nn0J .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWPmN5Nn0J .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWPmN5Nn0J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWPmN5Nn0J .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWPmN5Nn0J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWPmN5Nn0J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sWPmN5Nn0J .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sWPmN5Nn0J .navbar.navbar-short {
  min-height: 60px;
}
.cid-sWPmN5Nn0J .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWPmN5Nn0J .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWPmN5Nn0J .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWPmN5Nn0J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWPmN5Nn0J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWPmN5Nn0J .dropdown-item.active,
.cid-sWPmN5Nn0J .dropdown-item:active {
  background-color: transparent;
}
.cid-sWPmN5Nn0J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWPmN5Nn0J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWPmN5Nn0J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWPmN5Nn0J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bed3f9;
}
.cid-sWPmN5Nn0J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWPmN5Nn0J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWPmN5Nn0J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sWPmN5Nn0J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sWPmN5Nn0J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sWPmN5Nn0J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sWPmN5Nn0J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWPmN5Nn0J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWPmN5Nn0J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWPmN5Nn0J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWPmN5Nn0J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWPmN5Nn0J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWPmN5Nn0J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWPmN5Nn0J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWPmN5Nn0J .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWPmN5Nn0J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sWPmN5Nn0J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sWPmN5Nn0J .navbar {
    height: 77px;
  }
  .cid-sWPmN5Nn0J .navbar.opened {
    height: auto;
  }
  .cid-sWPmN5Nn0J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK2xRvTruK {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK2xRvTruK .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uK2xRvTruK .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uK2xRvTruK .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uK2xRvTruK P {
  color: #0243b9;
}
.cid-sZbPWBNWq2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-sZbPWBNWq2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sZbPWBNWq2 .form-control,
.cid-sZbPWBNWq2 .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #ecedee;
  border-color: #4479d9;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-sZbPWBNWq2 .form-control::-webkit-input-placeholder,
.cid-sZbPWBNWq2 .field-input::-webkit-input-placeholder,
.cid-sZbPWBNWq2 .form-control::-webkit-input-placeholder,
.cid-sZbPWBNWq2 .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-sZbPWBNWq2 .form-control:-moz-placeholder,
.cid-sZbPWBNWq2 .field-input:-moz-placeholder,
.cid-sZbPWBNWq2 .form-control:-moz-placeholder,
.cid-sZbPWBNWq2 .field-input:-moz-placeholder {
  color: #606060;
}
.cid-sZbPWBNWq2 .form-control:hover,
.cid-sZbPWBNWq2 .field-input:hover,
.cid-sZbPWBNWq2 .form-control:focus,
.cid-sZbPWBNWq2 .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sZbPWBNWq2 .form-control:hover::-webkit-input-placeholder,
.cid-sZbPWBNWq2 .field-input:hover::-webkit-input-placeholder,
.cid-sZbPWBNWq2 .form-control:focus::-webkit-input-placeholder,
.cid-sZbPWBNWq2 .field-input:focus::-webkit-input-placeholder,
.cid-sZbPWBNWq2 .form-control:hover::-webkit-input-placeholder,
.cid-sZbPWBNWq2 .field-input:hover::-webkit-input-placeholder,
.cid-sZbPWBNWq2 .form-control:focus::-webkit-input-placeholder,
.cid-sZbPWBNWq2 .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-sZbPWBNWq2 .form-control:hover:-moz-placeholder,
.cid-sZbPWBNWq2 .field-input:hover:-moz-placeholder,
.cid-sZbPWBNWq2 .form-control:focus:-moz-placeholder,
.cid-sZbPWBNWq2 .field-input:focus:-moz-placeholder,
.cid-sZbPWBNWq2 .form-control:hover:-moz-placeholder,
.cid-sZbPWBNWq2 .field-input:hover:-moz-placeholder,
.cid-sZbPWBNWq2 .form-control:focus:-moz-placeholder,
.cid-sZbPWBNWq2 .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-sZbPWBNWq2 textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-sZbPWBNWq2 .jq-number__spin:hover,
.cid-sZbPWBNWq2 .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sZbPWBNWq2 .jq-number__spin {
  background-color: #ecedee;
  border-color: #4479d9;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sZbPWBNWq2 .jq-selectbox li,
.cid-sZbPWBNWq2 .jq-selectbox li {
  background-color: #ecedee;
  color: #000000;
}
.cid-sZbPWBNWq2 .jq-selectbox li:hover,
.cid-sZbPWBNWq2 .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-sZbPWBNWq2 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sZbPWBNWq2 .jq-number__spin.minus:hover:after,
.cid-sZbPWBNWq2 .jq-number__spin.plus:hover:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-sZbPWBNWq2 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sZbPWBNWq2 .jq-number__spin.minus:after,
.cid-sZbPWBNWq2 .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-sZbPWBNWq2 input::-webkit-clear-button {
  display: none;
}
.cid-sZbPWBNWq2 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sZbPWBNWq2 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sZbPWBNWq2 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sZbPWBNWq2 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sZbPWBNWq2 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sZbPWBNWq2 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sZbPWBNWq2 .mbr-text {
  color: #606060;
}
.cid-sZbPWBNWq2 .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-sZbPWBNWq2 .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sZbPWBNWq2 .required {
  color: #808080;
}
.cid-sZbPWBNWq2 .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-sZbPWBNWq2 .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-sZbPWBNWq2 .list-block .list-item-text {
  color: #606060;
}
.cid-sZbPWBNWq2 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-sZbPWBNWq2 .list-block {
  position: relative;
}
.cid-sZbPWBNWq2 .list-block h4,
.cid-sZbPWBNWq2 .list-block p {
  padding-left: 3.5rem;
}
.cid-sZbPWBNWq2 .card-img {
  display: block;
  font-size: 30px;
}
.cid-sZbPWBNWq2 .mbr-iconfont {
  color: #ffe161;
  font-size: 2rem;
}
.cid-sZbPWBNWq2 .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-sZbPWBNWq2 .form-control-label,
.cid-sZbPWBNWq2 .form-check {
  margin-left: 20px;
}
.cid-uKvajonhkh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pte-academic-exam.jpg-822x389.jpg");
}
.cid-uKvajonhkh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKvajonhkh .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uKvajonhkh .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uKvajonhkh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKvajonhkh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKvajonhkh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uKvajonhkh .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uKvajonhkh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKvajonhkh .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKvajonhkh .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uKvajonhkh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKvajonhkh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKvajonhkh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uKvajonhkh .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uKvajonhkh foot-menu-item P {
  text-align: right;
}
.cid-sWKGDLoHYc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sWKGDLoHYc nav.navbar {
  position: fixed;
}
.cid-sWKGDLoHYc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWKGDLoHYc .dropdown-menu {
  padding: 0;
}
.cid-sWKGDLoHYc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWKGDLoHYc .dropdown-item:hover,
.cid-sWKGDLoHYc .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sWKGDLoHYc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sWKGDLoHYc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWKGDLoHYc .nav-link {
  position: relative;
}
.cid-sWKGDLoHYc .container {
  display: flex;
  margin: auto;
}
.cid-sWKGDLoHYc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKGDLoHYc .navbar-caption {
  padding-right: 4rem;
}
.cid-sWKGDLoHYc .dropdown-menu,
.cid-sWKGDLoHYc .navbar.opened {
  background: #bed3f9 !important;
}
.cid-sWKGDLoHYc .nav-item:focus,
.cid-sWKGDLoHYc .nav-link:focus {
  outline: none;
}
.cid-sWKGDLoHYc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWKGDLoHYc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWKGDLoHYc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sWKGDLoHYc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWKGDLoHYc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWKGDLoHYc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWKGDLoHYc .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #bed3f9;
}
.cid-sWKGDLoHYc .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWKGDLoHYc .navbar.opened {
  transition: all .3s;
}
.cid-sWKGDLoHYc .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sWKGDLoHYc .navbar .navbar-logo img {
  width: auto;
}
.cid-sWKGDLoHYc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKGDLoHYc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWKGDLoHYc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKGDLoHYc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sWKGDLoHYc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKGDLoHYc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKGDLoHYc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKGDLoHYc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKGDLoHYc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sWKGDLoHYc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sWKGDLoHYc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWKGDLoHYc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKGDLoHYc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKGDLoHYc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKGDLoHYc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKGDLoHYc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKGDLoHYc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKGDLoHYc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWKGDLoHYc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWKGDLoHYc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sWKGDLoHYc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sWKGDLoHYc .navbar.navbar-short {
  min-height: 60px;
}
.cid-sWKGDLoHYc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKGDLoHYc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKGDLoHYc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKGDLoHYc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKGDLoHYc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKGDLoHYc .dropdown-item.active,
.cid-sWKGDLoHYc .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKGDLoHYc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKGDLoHYc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKGDLoHYc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKGDLoHYc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bed3f9;
}
.cid-sWKGDLoHYc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWKGDLoHYc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKGDLoHYc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sWKGDLoHYc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sWKGDLoHYc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sWKGDLoHYc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sWKGDLoHYc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKGDLoHYc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKGDLoHYc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKGDLoHYc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKGDLoHYc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKGDLoHYc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKGDLoHYc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKGDLoHYc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKGDLoHYc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKGDLoHYc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sWKGDLoHYc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sWKGDLoHYc .navbar {
    height: 77px;
  }
  .cid-sWKGDLoHYc .navbar.opened {
    height: auto;
  }
  .cid-sWKGDLoHYc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIaPDAYbJa {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uIaPDAYbJa .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uIaPDAYbJa .mbr-text {
  color: #0243b9;
}
.cid-uIaOnEmnGb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uIaOnEmnGb .mbr-text {
  text-align: left;
}
.cid-uIaOnEmnGb .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uIaOnEmnGb .mbr-section-subtitle {
  text-align: left;
}
.cid-sWKGDHzqHs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sWKGDHzqHs .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sWKGDHzqHs .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sWKGDHzqHs .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uKvajonhkh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pte-academic-exam.jpg-822x389.jpg");
}
.cid-uKvajonhkh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKvajonhkh .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uKvajonhkh .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uKvajonhkh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKvajonhkh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKvajonhkh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uKvajonhkh .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uKvajonhkh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKvajonhkh .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKvajonhkh .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uKvajonhkh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKvajonhkh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKvajonhkh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uKvajonhkh .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uKvajonhkh foot-menu-item P {
  text-align: right;
}
.cid-uJZ4EXvggP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJZ4EXvggP nav.navbar {
  position: fixed;
}
.cid-uJZ4EXvggP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJZ4EXvggP .dropdown-menu {
  padding: 0;
}
.cid-uJZ4EXvggP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJZ4EXvggP .dropdown-item:hover,
.cid-uJZ4EXvggP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uJZ4EXvggP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uJZ4EXvggP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJZ4EXvggP .nav-link {
  position: relative;
}
.cid-uJZ4EXvggP .container {
  display: flex;
  margin: auto;
}
.cid-uJZ4EXvggP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uJZ4EXvggP .navbar-caption {
  padding-right: 4rem;
}
.cid-uJZ4EXvggP .dropdown-menu,
.cid-uJZ4EXvggP .navbar.opened {
  background: #bed3f9 !important;
}
.cid-uJZ4EXvggP .nav-item:focus,
.cid-uJZ4EXvggP .nav-link:focus {
  outline: none;
}
.cid-uJZ4EXvggP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJZ4EXvggP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJZ4EXvggP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJZ4EXvggP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJZ4EXvggP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJZ4EXvggP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJZ4EXvggP .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #bed3f9;
}
.cid-uJZ4EXvggP .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJZ4EXvggP .navbar.opened {
  transition: all .3s;
}
.cid-uJZ4EXvggP .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uJZ4EXvggP .navbar .navbar-logo img {
  width: auto;
}
.cid-uJZ4EXvggP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJZ4EXvggP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJZ4EXvggP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJZ4EXvggP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uJZ4EXvggP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJZ4EXvggP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJZ4EXvggP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uJZ4EXvggP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJZ4EXvggP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uJZ4EXvggP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uJZ4EXvggP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJZ4EXvggP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJZ4EXvggP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJZ4EXvggP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJZ4EXvggP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uJZ4EXvggP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uJZ4EXvggP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJZ4EXvggP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJZ4EXvggP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJZ4EXvggP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJZ4EXvggP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uJZ4EXvggP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJZ4EXvggP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uJZ4EXvggP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uJZ4EXvggP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJZ4EXvggP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJZ4EXvggP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJZ4EXvggP .dropdown-item.active,
.cid-uJZ4EXvggP .dropdown-item:active {
  background-color: transparent;
}
.cid-uJZ4EXvggP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJZ4EXvggP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJZ4EXvggP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJZ4EXvggP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bed3f9;
}
.cid-uJZ4EXvggP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJZ4EXvggP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJZ4EXvggP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJZ4EXvggP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJZ4EXvggP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uJZ4EXvggP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uJZ4EXvggP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJZ4EXvggP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJZ4EXvggP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJZ4EXvggP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJZ4EXvggP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJZ4EXvggP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJZ4EXvggP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJZ4EXvggP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJZ4EXvggP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uJZ4EXvggP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJZ4EXvggP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJZ4EXvggP .navbar {
    height: 77px;
  }
  .cid-uJZ4EXvggP .navbar.opened {
    height: auto;
  }
  .cid-uJZ4EXvggP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK2GhI8sjN {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK2GhI8sjN .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uK2GhI8sjN .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uK2GhI8sjN .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uK2GhI8sjN P {
  color: #0243b9;
}
.cid-uJZ7Jlg20d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJZ7Jlg20d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJZ7Jlg20d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJZ7Jlg20d .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJZ7Jlg20d img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uJZ7Jlg20d img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uJZ7Jlg20d .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-uJZ7Jlg20d .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uJZ7Jlg20d .card-link:hover a {
  background-image: none !important;
}
.cid-uJZ7Jlg20d .card-link:hover {
  cursor: pointer;
}
.cid-uJZ7Jlg20d .card-link:hover:before {
  width: 0%;
}
.cid-uJZ7Jlg20d .card {
  margin-bottom: 3rem;
}
.cid-uJZ7Jlg20d .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uJZ7Jlg20d .row {
  justify-content: center;
}
.cid-uJZ7Jlg20d .card-box {
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: .8rem;
}
.cid-uJZ7Jlg20d .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uJZ7Jlg20d .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uJZ7Jlg20d .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uJZ7Jlg20d .card-text {
  color: #232323;
}
.cid-uJZ7Jlg20d .card-title,
.cid-uJZ7Jlg20d .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uJZ7Jlg20d .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJZ7Jlg20d .card-link,
.cid-uJZ7Jlg20d .link-icon,
.cid-uJZ7Jlg20d .link-align {
  color: #232323;
}
.cid-uK18vGogis {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eff3f3;
}
.cid-uK18vGogis .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK18vGogis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK18vGogis .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uK18vGogis .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uK18vGogis .container {
    padding: 0 25px;
  }
}
.cid-uK18vGogis .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uK18vGogis .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uK18vGogis .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uK18vGogis .image-wrapper img {
    height: 350px;
  }
}
.cid-uK18vGogis .content-wrapper {
  margin-left: 40px;
  margin-left: 0;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uK18vGogis .content-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uK18vGogis .content-wrapper {
    margin: 0;
  }
}
.cid-uK18vGogis .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 8px;
  background-color: #0243b9;
  padding: 2px 4px 0;
}
.cid-uK18vGogis .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uK18vGogis .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uK18vGogis .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uK18vGogis .content-wrapper .contacts-wrap {
  margin-top: 30px;
}
.cid-uK18vGogis .content-wrapper .contacts-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uK18vGogis .content-wrapper .contacts-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uK18vGogis .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uK18vGogis .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uK18vGogis .content-wrapper .contacts-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
.cid-uK18vGogis .content-wrapper .social-wrap {
  margin-top: 30px;
}
.cid-uK18vGogis .content-wrapper .social-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uK18vGogis .content-wrapper .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uK18vGogis .content-wrapper .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uK18vGogis .content-wrapper .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
}
.cid-uK18vGogis .content-wrapper .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #2f2e30;
}
.cid-uK18vGogis .mbr-section-title {
  color: #2f2e30;
}
.cid-uK18vGogis .mbr-desc {
  color: #2f2e30;
}
.cid-uK18vGogis .mbr-text {
  color: #2f2e30;
}
.cid-uK18vGogis .mbr-section-subtitle {
  color: #2f2e30;
}
.cid-uK18vGogis .list {
  color: #2f2e30;
}
.cid-uKvajonhkh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pte-academic-exam.jpg-822x389.jpg");
}
.cid-uKvajonhkh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKvajonhkh .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uKvajonhkh .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uKvajonhkh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKvajonhkh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKvajonhkh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uKvajonhkh .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uKvajonhkh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKvajonhkh .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKvajonhkh .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uKvajonhkh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKvajonhkh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKvajonhkh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uKvajonhkh .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uKvajonhkh foot-menu-item P {
  text-align: right;
}
.cid-twFMobVxad {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twFMobVxad nav.navbar {
  position: fixed;
}
.cid-twFMobVxad .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twFMobVxad .dropdown-menu {
  padding: 0;
}
.cid-twFMobVxad .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twFMobVxad .dropdown-item:hover,
.cid-twFMobVxad .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-twFMobVxad .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-twFMobVxad .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twFMobVxad .nav-link {
  position: relative;
}
.cid-twFMobVxad .container {
  display: flex;
  margin: auto;
}
.cid-twFMobVxad .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-twFMobVxad .navbar-caption {
  padding-right: 4rem;
}
.cid-twFMobVxad .dropdown-menu,
.cid-twFMobVxad .navbar.opened {
  background: #bed3f9 !important;
}
.cid-twFMobVxad .nav-item:focus,
.cid-twFMobVxad .nav-link:focus {
  outline: none;
}
.cid-twFMobVxad .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twFMobVxad .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twFMobVxad .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-twFMobVxad .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twFMobVxad .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twFMobVxad .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twFMobVxad .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #bed3f9;
}
.cid-twFMobVxad .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twFMobVxad .navbar.opened {
  transition: all .3s;
}
.cid-twFMobVxad .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-twFMobVxad .navbar .navbar-logo img {
  width: auto;
}
.cid-twFMobVxad .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twFMobVxad .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twFMobVxad .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twFMobVxad .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-twFMobVxad .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twFMobVxad .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twFMobVxad .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-twFMobVxad .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twFMobVxad .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-twFMobVxad .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-twFMobVxad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twFMobVxad .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twFMobVxad .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twFMobVxad .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twFMobVxad .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-twFMobVxad .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-twFMobVxad .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twFMobVxad .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twFMobVxad .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twFMobVxad .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twFMobVxad .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-twFMobVxad .navbar.navbar-short {
  min-height: 60px;
}
.cid-twFMobVxad .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-twFMobVxad .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-twFMobVxad .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twFMobVxad .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twFMobVxad .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twFMobVxad .dropdown-item.active,
.cid-twFMobVxad .dropdown-item:active {
  background-color: transparent;
}
.cid-twFMobVxad .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twFMobVxad .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twFMobVxad .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twFMobVxad .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bed3f9;
}
.cid-twFMobVxad .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twFMobVxad .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twFMobVxad ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twFMobVxad .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twFMobVxad button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-twFMobVxad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-twFMobVxad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-twFMobVxad button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-twFMobVxad button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-twFMobVxad button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-twFMobVxad nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twFMobVxad nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-twFMobVxad nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-twFMobVxad nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twFMobVxad .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-twFMobVxad a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twFMobVxad .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-twFMobVxad .navbar {
    height: 77px;
  }
  .cid-twFMobVxad .navbar.opened {
    height: auto;
  }
  .cid-twFMobVxad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twFMobkGCF {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-twFMobkGCF .mbr-section-title {
  text-align: center;
}
.cid-twFMobkGCF .mbr-text,
.cid-twFMobkGCF .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-twFMobkGCF .mbr-section-title,
  .cid-twFMobkGCF .mbr-section-btn,
  .cid-twFMobkGCF .mbr-text {
    text-align: center;
  }
}
.cid-uK2DRJ4CrU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK2DRJ4CrU .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uK2DRJ4CrU .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uK2DRJ4CrU .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uK2DRJ4CrU P {
  color: #0243b9;
}
.cid-uKvajonhkh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pte-academic-exam.jpg-822x389.jpg");
}
.cid-uKvajonhkh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKvajonhkh .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uKvajonhkh .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uKvajonhkh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKvajonhkh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKvajonhkh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uKvajonhkh .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uKvajonhkh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKvajonhkh .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKvajonhkh .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uKvajonhkh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKvajonhkh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKvajonhkh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uKvajonhkh .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uKvajonhkh foot-menu-item P {
  text-align: right;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #bed3f9 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #bed3f9;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bed3f9;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKBlFJohuZ {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-uKBlFJohuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBlFJohuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBlFJohuZ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uKBlFJohuZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uKBlFJohuZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uKBlFJohuZ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uKBlFJohuZ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uKBsy614Yc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKBsy614Yc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBsy614Yc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBsy614Yc b,
.cid-uKBsy614Yc strong {
  font-weight: 900;
}
.cid-uKBsy614Yc .mbr-section-title {
  color: #17003b;
}
.cid-uKBsy614Yc .mbr-section-subtitle {
  color: #17003b;
}
.cid-uKBzBLrZuq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKBzBLrZuq .content-row {
  background-color: #d4e7eb;
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-uKBzBLrZuq .content-row {
    padding: 1rem;
  }
}
.cid-uKBzBLrZuq p {
  margin-bottom: 0rem;
}
.cid-uKBzBLrZuq .btn {
  margin-bottom: 0rem;
}
.cid-uKBzBLrZuq .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uKBzBLrZuq .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uKBzBLrZuq .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-uKBzBLrZuq .mbr-section-btn {
    text-align: left;
  }
  .cid-uKBzBLrZuq .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uKBzBLrZuq .mbr-section-btn {
    text-align: left;
  }
  .cid-uKBzBLrZuq .btn {
    margin-left: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uKBzBLrZuq .mbr-section-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKBzBLrZuq .btn {
    margin-top: 0rem;
  }
}
.cid-uKBzBLrZuq H1 {
  text-align: left;
}
.cid-uKBzBLrZuq .mbr-text {
  text-align: left;
}
.cid-uKBzBLrZuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBzBLrZuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBL1r1X5c {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bed3f9;
}
.cid-uKBL1r1X5c .item-img {
  position: relative;
}
.cid-uKBL1r1X5c .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uKBL1r1X5c .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-uKBL1r1X5c .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uKBL1r1X5c .image-wrapper {
  overflow: hidden;
}
.cid-uKBL1r1X5c .item1 {
  margin-bottom: 2rem !important;
}
.cid-uKBL1r1X5c .item-wrapper {
  position: relative;
  background: #bbbbbb;
  border: 3px solid #bbbbbb;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uKBL1r1X5c .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uKBL1r1X5c .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uKBL1r1X5c .item1,
.cid-uKBL1r1X5c .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uKBL1r1X5c .item1 .item:hover,
.cid-uKBL1r1X5c .item .item:hover {
  cursor: pointer;
}
.cid-uKBL1r1X5c .item1:hover .link-icon-wrapper span,
.cid-uKBL1r1X5c .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uKBL1r1X5c .card2 {
    margin-top: 1rem;
  }
}
.cid-uKBL1r1X5c .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #bbbbbb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uKBL1r1X5c .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uKBL1r1X5c .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uKBL1r1X5c .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uKBL1r1X5c .link-icon-wrapper .svg1 path {
  fill: #bbbbbb;
}
.cid-uKBL1r1X5c .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uKBL1r1X5c .link-icon-wrapper .svg2 path {
  fill: #bbbbbb;
}
.cid-uKBL1r1X5c .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uKBL1r1X5c .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uKBL1r1X5c img,
.cid-uKBL1r1X5c .item-img {
  width: 100%;
}
.cid-uKBL1r1X5c .item:focus,
.cid-uKBL1r1X5c span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uKBL1r1X5c .item {
    margin-bottom: 1rem;
  }
}
.cid-uKBL1r1X5c .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uKBL1r1X5c .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uKBL1r1X5c .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uKBL1r1X5c .mbr-section-subtitle,
.cid-uKBL1r1X5c .subtitle-wrap,
.cid-uKBL1r1X5c .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uKBL1r1X5c .mbr-text,
.cid-uKBL1r1X5c .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uKBKkcvdgR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dcd7d0;
}
.cid-uKBKkcvdgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBKkcvdgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBKkcvdgR h1 {
  font-weight: 500;
  line-height: 1;
}
.cid-uKBKkcvdgR .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uKBKkcvdgR .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #6592e6;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uKBKkcvdgR .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #e43f3f;
  font-size: 1.5rem;
}
.cid-uKBKkcvdgR .mbr-section-title {
  color: #04492e;
}
.cid-uKBKkcvdgR .mbr-text,
.cid-uKBKkcvdgR .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uKBKkcvdgR .mbr-section-subtitle,
.cid-uKBKkcvdgR .align-wrapper {
  color: #2fdd10;
}
.cid-uKvajonhkh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pte-academic-exam.jpg-822x389.jpg");
}
.cid-uKvajonhkh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKvajonhkh .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uKvajonhkh .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uKvajonhkh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKvajonhkh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKvajonhkh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uKvajonhkh .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uKvajonhkh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKvajonhkh .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKvajonhkh .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uKvajonhkh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKvajonhkh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKvajonhkh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uKvajonhkh .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uKvajonhkh foot-menu-item P {
  text-align: right;
}
.cid-uKv3sQwtV2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKv3sQwtV2 nav.navbar {
  position: fixed;
}
.cid-uKv3sQwtV2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKv3sQwtV2 .dropdown-menu {
  padding: 0;
}
.cid-uKv3sQwtV2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKv3sQwtV2 .dropdown-item:hover,
.cid-uKv3sQwtV2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uKv3sQwtV2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uKv3sQwtV2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKv3sQwtV2 .nav-link {
  position: relative;
}
.cid-uKv3sQwtV2 .container {
  display: flex;
  margin: auto;
}
.cid-uKv3sQwtV2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKv3sQwtV2 .navbar-caption {
  padding-right: 4rem;
}
.cid-uKv3sQwtV2 .dropdown-menu,
.cid-uKv3sQwtV2 .navbar.opened {
  background: #bed3f9 !important;
}
.cid-uKv3sQwtV2 .nav-item:focus,
.cid-uKv3sQwtV2 .nav-link:focus {
  outline: none;
}
.cid-uKv3sQwtV2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKv3sQwtV2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKv3sQwtV2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKv3sQwtV2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKv3sQwtV2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKv3sQwtV2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKv3sQwtV2 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #bed3f9;
}
.cid-uKv3sQwtV2 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKv3sQwtV2 .navbar.opened {
  transition: all .3s;
}
.cid-uKv3sQwtV2 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uKv3sQwtV2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKv3sQwtV2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKv3sQwtV2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKv3sQwtV2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKv3sQwtV2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uKv3sQwtV2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKv3sQwtV2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKv3sQwtV2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKv3sQwtV2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKv3sQwtV2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKv3sQwtV2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKv3sQwtV2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKv3sQwtV2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKv3sQwtV2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKv3sQwtV2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKv3sQwtV2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKv3sQwtV2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKv3sQwtV2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKv3sQwtV2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKv3sQwtV2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKv3sQwtV2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKv3sQwtV2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKv3sQwtV2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKv3sQwtV2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKv3sQwtV2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKv3sQwtV2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKv3sQwtV2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKv3sQwtV2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKv3sQwtV2 .dropdown-item.active,
.cid-uKv3sQwtV2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKv3sQwtV2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKv3sQwtV2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKv3sQwtV2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKv3sQwtV2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bed3f9;
}
.cid-uKv3sQwtV2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKv3sQwtV2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKv3sQwtV2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKv3sQwtV2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKv3sQwtV2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKv3sQwtV2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uKv3sQwtV2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKv3sQwtV2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKv3sQwtV2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKv3sQwtV2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKv3sQwtV2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKv3sQwtV2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKv3sQwtV2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKv3sQwtV2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKv3sQwtV2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKv3sQwtV2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKv3sQwtV2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKv3sQwtV2 .navbar {
    height: 77px;
  }
  .cid-uKv3sQwtV2 .navbar.opened {
    height: auto;
  }
  .cid-uKv3sQwtV2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKv3sTBssl {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKvajonhkh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pte-academic-exam.jpg-822x389.jpg");
}
.cid-uKvajonhkh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKvajonhkh .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uKvajonhkh .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uKvajonhkh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKvajonhkh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKvajonhkh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uKvajonhkh .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uKvajonhkh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKvajonhkh .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKvajonhkh .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uKvajonhkh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKvajonhkh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKvajonhkh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uKvajonhkh .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uKvajonhkh foot-menu-item P {
  text-align: right;
}
.cid-uKBQG75BLa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKBQG75BLa nav.navbar {
  position: fixed;
}
.cid-uKBQG75BLa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKBQG75BLa .dropdown-menu {
  padding: 0;
}
.cid-uKBQG75BLa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKBQG75BLa .dropdown-item:hover,
.cid-uKBQG75BLa .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uKBQG75BLa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uKBQG75BLa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKBQG75BLa .nav-link {
  position: relative;
}
.cid-uKBQG75BLa .container {
  display: flex;
  margin: auto;
}
.cid-uKBQG75BLa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKBQG75BLa .navbar-caption {
  padding-right: 4rem;
}
.cid-uKBQG75BLa .dropdown-menu,
.cid-uKBQG75BLa .navbar.opened {
  background: #bed3f9 !important;
}
.cid-uKBQG75BLa .nav-item:focus,
.cid-uKBQG75BLa .nav-link:focus {
  outline: none;
}
.cid-uKBQG75BLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKBQG75BLa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKBQG75BLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKBQG75BLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKBQG75BLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKBQG75BLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKBQG75BLa .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #bed3f9;
}
.cid-uKBQG75BLa .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKBQG75BLa .navbar.opened {
  transition: all .3s;
}
.cid-uKBQG75BLa .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uKBQG75BLa .navbar .navbar-logo img {
  width: auto;
}
.cid-uKBQG75BLa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKBQG75BLa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKBQG75BLa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKBQG75BLa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uKBQG75BLa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKBQG75BLa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKBQG75BLa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKBQG75BLa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKBQG75BLa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKBQG75BLa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKBQG75BLa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKBQG75BLa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKBQG75BLa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKBQG75BLa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKBQG75BLa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKBQG75BLa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKBQG75BLa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKBQG75BLa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKBQG75BLa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKBQG75BLa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKBQG75BLa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKBQG75BLa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKBQG75BLa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKBQG75BLa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKBQG75BLa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKBQG75BLa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKBQG75BLa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKBQG75BLa .dropdown-item.active,
.cid-uKBQG75BLa .dropdown-item:active {
  background-color: transparent;
}
.cid-uKBQG75BLa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKBQG75BLa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKBQG75BLa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKBQG75BLa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bed3f9;
}
.cid-uKBQG75BLa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKBQG75BLa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKBQG75BLa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKBQG75BLa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKBQG75BLa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKBQG75BLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uKBQG75BLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKBQG75BLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBQG75BLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBQG75BLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKBQG75BLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBQG75BLa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKBQG75BLa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKBQG75BLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBQG75BLa .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKBQG75BLa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKBQG75BLa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKBQG75BLa .navbar {
    height: 77px;
  }
  .cid-uKBQG75BLa .navbar.opened {
    height: auto;
  }
  .cid-uKBQG75BLa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKBSdCYIzI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uKBSdCYIzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBSdCYIzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBSdCYIzI .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKBSdCYIzI .container {
    padding: 10px 8px;
  }
}
.cid-uKBSdCYIzI .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #73abff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uKBSdCYIzI .row {
    padding: 50px 10px;
  }
}
.cid-uKBSdCYIzI .row .card {
  padding: 0;
}
.cid-uKBSdCYIzI .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKBSdCYIzI .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uKBSdCYIzI .mbr-section-title {
  margin: 0;
  color: #bad6ff;
  text-align: center;
}
.cid-uKBSdCYIzI .mbr-section-title span {
  opacity: .5;
}
.cid-uKBRlGSvMu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7fff7;
}
.cid-uKBRlGSvMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBRlGSvMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBRlGSvMu .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uKBRlGSvMu .content-wrapper {
    padding: 0;
  }
}
.cid-uKBRlGSvMu .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uKBRlGSvMu .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uKBRlGSvMu .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uKBRlGSvMu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKBRlGSvMu .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uKBRlGSvMu .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKBRlGSvMu .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uKBRlGSvMu .mbr-text,
.cid-uKBRlGSvMu .text-wrapper {
  color: #050f0f;
}
.cid-uKBRlGSvMu .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uKBRlGSvMu .mbr-text,
.cid-uKBRlGSvMu .text-wrapper,
.cid-uKBRlGSvMu .rating-wrapper {
  text-align: center;
}
.cid-uKBTCPG2Wh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7fff7;
}
.cid-uKBTCPG2Wh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBTCPG2Wh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBTCPG2Wh .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uKBTCPG2Wh .content-wrapper {
    padding: 0;
  }
}
.cid-uKBTCPG2Wh .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uKBTCPG2Wh .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uKBTCPG2Wh .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uKBTCPG2Wh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKBTCPG2Wh .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uKBTCPG2Wh .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKBTCPG2Wh .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uKBTCPG2Wh .mbr-text,
.cid-uKBTCPG2Wh .text-wrapper {
  color: #050f0f;
}
.cid-uKBTCPG2Wh .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uKBTCPG2Wh .mbr-text,
.cid-uKBTCPG2Wh .text-wrapper,
.cid-uKBTCPG2Wh .rating-wrapper {
  text-align: center;
}
.cid-uKBTDxchBZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7fff7;
}
.cid-uKBTDxchBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBTDxchBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBTDxchBZ .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uKBTDxchBZ .content-wrapper {
    padding: 0;
  }
}
.cid-uKBTDxchBZ .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uKBTDxchBZ .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uKBTDxchBZ .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uKBTDxchBZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKBTDxchBZ .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uKBTDxchBZ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKBTDxchBZ .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uKBTDxchBZ .mbr-text,
.cid-uKBTDxchBZ .text-wrapper {
  color: #050f0f;
}
.cid-uKBTDxchBZ .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uKBTDxchBZ .mbr-text,
.cid-uKBTDxchBZ .text-wrapper,
.cid-uKBTDxchBZ .rating-wrapper {
  text-align: center;
}
.cid-uKBTDXuMLs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7fff7;
}
.cid-uKBTDXuMLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBTDXuMLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBTDXuMLs .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uKBTDXuMLs .content-wrapper {
    padding: 0;
  }
}
.cid-uKBTDXuMLs .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uKBTDXuMLs .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uKBTDXuMLs .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uKBTDXuMLs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKBTDXuMLs .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uKBTDXuMLs .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKBTDXuMLs .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uKBTDXuMLs .mbr-text,
.cid-uKBTDXuMLs .text-wrapper {
  color: #050f0f;
}
.cid-uKBTDXuMLs .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uKBTDXuMLs .mbr-text,
.cid-uKBTDXuMLs .text-wrapper,
.cid-uKBTDXuMLs .rating-wrapper {
  text-align: center;
}
.cid-uKBU1LLbjS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7fff7;
}
.cid-uKBU1LLbjS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBU1LLbjS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBU1LLbjS .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uKBU1LLbjS .content-wrapper {
    padding: 0;
  }
}
.cid-uKBU1LLbjS .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uKBU1LLbjS .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uKBU1LLbjS .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uKBU1LLbjS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKBU1LLbjS .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uKBU1LLbjS .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKBU1LLbjS .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uKBU1LLbjS .mbr-text,
.cid-uKBU1LLbjS .text-wrapper {
  color: #050f0f;
}
.cid-uKBU1LLbjS .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uKBU1LLbjS .mbr-text,
.cid-uKBU1LLbjS .text-wrapper,
.cid-uKBU1LLbjS .rating-wrapper {
  text-align: center;
}
.cid-uKBS16pdpF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pearson-header-image-1024x576.jpg-1024x576.jpg");
}
.cid-uKBS16pdpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBS16pdpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBS16pdpF .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKBS16pdpF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKBS16pdpF .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKBS16pdpF .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKBS16pdpF .container {
    padding: 0 14px;
  }
}
.cid-uKBS16pdpF .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 40px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uKBS16pdpF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKBS16pdpF .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKBS16pdpF .content-wrapper .mbr-section-btn {
  margin: 10px 25px;
}
.cid-uKBS16pdpF .mbr-text,
.cid-uKBS16pdpF .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uKBS16pdpF .mbr-section-title {
  color: #f1f1f1;
}
.cid-uKBS16pdpF .mbr-section-title,
.cid-uKBS16pdpF .mbr-section-btn {
  text-align: center;
}
.cid-uKBQGcuQ0L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pte-academic-exam.jpg-822x389.jpg");
}
.cid-uKBQGcuQ0L .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKBQGcuQ0L .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uKBQGcuQ0L .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uKBQGcuQ0L .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKBQGcuQ0L .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKBQGcuQ0L .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uKBQGcuQ0L .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uKBQGcuQ0L .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKBQGcuQ0L .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKBQGcuQ0L .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uKBQGcuQ0L .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKBQGcuQ0L .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKBQGcuQ0L .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uKBQGcuQ0L .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uKBQGcuQ0L foot-menu-item P {
  text-align: right;
}
.cid-uLCxnDl8yU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLCxnDl8yU nav.navbar {
  position: fixed;
}
.cid-uLCxnDl8yU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLCxnDl8yU .dropdown-menu {
  padding: 0;
}
.cid-uLCxnDl8yU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLCxnDl8yU .dropdown-item:hover,
.cid-uLCxnDl8yU .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uLCxnDl8yU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uLCxnDl8yU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLCxnDl8yU .nav-link {
  position: relative;
}
.cid-uLCxnDl8yU .container {
  display: flex;
  margin: auto;
}
.cid-uLCxnDl8yU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLCxnDl8yU .navbar-caption {
  padding-right: 4rem;
}
.cid-uLCxnDl8yU .dropdown-menu,
.cid-uLCxnDl8yU .navbar.opened {
  background: #bed3f9 !important;
}
.cid-uLCxnDl8yU .nav-item:focus,
.cid-uLCxnDl8yU .nav-link:focus {
  outline: none;
}
.cid-uLCxnDl8yU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLCxnDl8yU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLCxnDl8yU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLCxnDl8yU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLCxnDl8yU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLCxnDl8yU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLCxnDl8yU .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #bed3f9;
}
.cid-uLCxnDl8yU .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLCxnDl8yU .navbar.opened {
  transition: all .3s;
}
.cid-uLCxnDl8yU .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uLCxnDl8yU .navbar .navbar-logo img {
  width: auto;
}
.cid-uLCxnDl8yU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLCxnDl8yU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLCxnDl8yU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLCxnDl8yU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uLCxnDl8yU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLCxnDl8yU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLCxnDl8yU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uLCxnDl8yU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLCxnDl8yU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLCxnDl8yU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLCxnDl8yU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLCxnDl8yU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLCxnDl8yU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLCxnDl8yU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLCxnDl8yU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLCxnDl8yU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLCxnDl8yU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLCxnDl8yU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLCxnDl8yU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLCxnDl8yU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLCxnDl8yU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLCxnDl8yU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLCxnDl8yU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLCxnDl8yU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLCxnDl8yU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLCxnDl8yU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLCxnDl8yU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLCxnDl8yU .dropdown-item.active,
.cid-uLCxnDl8yU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLCxnDl8yU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLCxnDl8yU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLCxnDl8yU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLCxnDl8yU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bed3f9;
}
.cid-uLCxnDl8yU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLCxnDl8yU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLCxnDl8yU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLCxnDl8yU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLCxnDl8yU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uLCxnDl8yU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uLCxnDl8yU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLCxnDl8yU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLCxnDl8yU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLCxnDl8yU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLCxnDl8yU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLCxnDl8yU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLCxnDl8yU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLCxnDl8yU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLCxnDl8yU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLCxnDl8yU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLCxnDl8yU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLCxnDl8yU .navbar {
    height: 77px;
  }
  .cid-uLCxnDl8yU .navbar.opened {
    height: auto;
  }
  .cid-uLCxnDl8yU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLCxnE6Avg {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLCxnE6Avg .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uLCxnE6Avg .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uLCxnE6Avg .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uLCxnE6Avg P {
  color: #0243b9;
}
.cid-uLCxnEGTah {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eff3f3;
}
.cid-uLCxnEGTah .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLCxnEGTah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLCxnEGTah .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLCxnEGTah .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uLCxnEGTah .container {
    padding: 0 25px;
  }
}
.cid-uLCxnEGTah .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLCxnEGTah .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uLCxnEGTah .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uLCxnEGTah .image-wrapper img {
    height: 350px;
  }
}
.cid-uLCxnEGTah .content-wrapper {
  margin-left: 40px;
  margin-left: 0;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uLCxnEGTah .content-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLCxnEGTah .content-wrapper {
    margin: 0;
  }
}
.cid-uLCxnEGTah .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 8px;
  background-color: #0243b9;
  padding: 2px 4px 0;
}
.cid-uLCxnEGTah .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLCxnEGTah .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLCxnEGTah .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uLCxnEGTah .content-wrapper .contacts-wrap {
  margin-top: 30px;
}
.cid-uLCxnEGTah .content-wrapper .contacts-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uLCxnEGTah .content-wrapper .contacts-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLCxnEGTah .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uLCxnEGTah .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uLCxnEGTah .content-wrapper .contacts-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
.cid-uLCxnEGTah .content-wrapper .social-wrap {
  margin-top: 30px;
}
.cid-uLCxnEGTah .content-wrapper .social-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uLCxnEGTah .content-wrapper .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLCxnEGTah .content-wrapper .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uLCxnEGTah .content-wrapper .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
}
.cid-uLCxnEGTah .content-wrapper .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #2f2e30;
}
.cid-uLCxnEGTah .mbr-section-title {
  color: #2f2e30;
}
.cid-uLCxnEGTah .mbr-desc {
  color: #2f2e30;
}
.cid-uLCxnEGTah .mbr-text {
  color: #2f2e30;
}
.cid-uLCxnEGTah .mbr-section-subtitle {
  color: #2f2e30;
}
.cid-uLCxnEGTah .list {
  color: #2f2e30;
}
.cid-uLCxnFyuJP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLCxnFyuJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLCxnFyuJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLCxnFyuJP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLCxnFyuJP .row {
  flex-direction: row-reverse;
}
.cid-uLCxnFyuJP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLCxnFyuJP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLCxnGeWAS {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uLCxnGeWAS {
    align-items: center;
  }
  .cid-uLCxnGeWAS .row {
    justify-content: center;
  }
}
.cid-uLCxnGeWAS p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLCxnGeWAS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLCxnGeWAS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLCxnGeWAS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLCxnGeWAS .content-wrap {
    width: 100%;
  }
}
.cid-uLCxnGeWAS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLCxnGeWAS .mbr-text,
.cid-uLCxnGeWAS .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uLCxnGeWAS .mbr-section-subtitle {
  color: #a1a1a1;
  text-align: center;
}
.cid-uLCxnHrjnc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLCxnHrjnc .card {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-uLCxnHrjnc .title-section .mbr-section-title {
  text-align: center;
}
.cid-uLCxnHrjnc .card-title {
  flex: 1 1 auto;
}
.cid-uLCxnHrjnc .accordion-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.cid-uLCxnHrjnc .heading-acc[aria-expanded="true"] .acc-button {
  transform: rotate(-45deg);
}
.cid-uLCxnHrjnc .heading-acc:hover .acc-button {
  background-color: #ff0066;
}
.cid-uLCxnHrjnc .heading-acc:hover .acc-button .acc-button-line1,
.cid-uLCxnHrjnc .heading-acc:hover .acc-button .acc-button-line2 {
  background-color: white;
}
.cid-uLCxnHrjnc .acc-button-container .acc-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s linear;
}
.cid-uLCxnHrjnc .acc-button-container .acc-button .acc-button-line1,
.cid-uLCxnHrjnc .acc-button-container .acc-button .acc-button-line2 {
  transition: 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: black;
  width: 2px;
  height: 22px;
  transform: translate(-50%, -50%);
}
.cid-uLCxnHrjnc .acc-button-container .acc-button .acc-button-line1 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-uLCxnHrjnc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLCxnHrjnc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLCxnIxYH9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLCxnIxYH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLCxnIxYH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLCxnIxYH9 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uLCxnIxYH9 img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uLCxnIxYH9 img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uLCxnIxYH9 .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-uLCxnIxYH9 .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uLCxnIxYH9 .card-link:hover a {
  background-image: none !important;
}
.cid-uLCxnIxYH9 .card-link:hover {
  cursor: pointer;
}
.cid-uLCxnIxYH9 .card-link:hover:before {
  width: 0%;
}
.cid-uLCxnIxYH9 .card {
  margin-bottom: 3rem;
}
.cid-uLCxnIxYH9 .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uLCxnIxYH9 .row {
  justify-content: center;
}
.cid-uLCxnIxYH9 .card-box {
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: .8rem;
}
.cid-uLCxnIxYH9 .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uLCxnIxYH9 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uLCxnIxYH9 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uLCxnIxYH9 .card-text {
  color: #232323;
}
.cid-uLCxnIxYH9 .card-title,
.cid-uLCxnIxYH9 .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uLCxnIxYH9 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uLCxnIxYH9 .card-link,
.cid-uLCxnIxYH9 .link-icon,
.cid-uLCxnIxYH9 .link-align {
  color: #232323;
}
.cid-uLCxnJqZuL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dcd7d0;
}
.cid-uLCxnJqZuL .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uLCxnJqZuL .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-uLCxnJqZuL .svg-top .st0 {
  fill: #dcd7d0;
}
@media (max-width: 992px) {
  .cid-uLCxnJqZuL .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uLCxnJqZuL .text-content {
    max-width: none;
  }
}
.cid-uLCxnJqZuL .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #1a449a;
  border: 2px solid #1a449a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uLCxnJqZuL .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uLCxnJqZuL .mbr-iconfont-social:hover {
  background-color: #1a449a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uLCxnJqZuL .icons {
    justify-content: center !important;
  }
  .cid-uLCxnJqZuL .text-content * {
    text-align: center;
  }
}
.cid-uLCxnJqZuL P {
  color: #1a449a;
  text-align: center;
}
.cid-uLCxnJqZuL .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-uLCxnKmmdO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pte-academic-exam.jpg-822x389.jpg");
}
.cid-uLCxnKmmdO .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLCxnKmmdO .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLCxnKmmdO .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLCxnKmmdO .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLCxnKmmdO .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLCxnKmmdO .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLCxnKmmdO .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uLCxnKmmdO .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLCxnKmmdO .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLCxnKmmdO .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLCxnKmmdO .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLCxnKmmdO .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLCxnKmmdO .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLCxnKmmdO .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLCxnKmmdO foot-menu-item P {
  text-align: right;
}
.cid-uKAWz1fLat {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKAWz1fLat nav.navbar {
  position: fixed;
}
.cid-uKAWz1fLat .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKAWz1fLat .dropdown-menu {
  padding: 0;
}
.cid-uKAWz1fLat .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKAWz1fLat .dropdown-item:hover,
.cid-uKAWz1fLat .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uKAWz1fLat .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uKAWz1fLat .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKAWz1fLat .nav-link {
  position: relative;
}
.cid-uKAWz1fLat .container {
  display: flex;
  margin: auto;
}
.cid-uKAWz1fLat .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKAWz1fLat .navbar-caption {
  padding-right: 4rem;
}
.cid-uKAWz1fLat .dropdown-menu,
.cid-uKAWz1fLat .navbar.opened {
  background: #bed3f9 !important;
}
.cid-uKAWz1fLat .nav-item:focus,
.cid-uKAWz1fLat .nav-link:focus {
  outline: none;
}
.cid-uKAWz1fLat .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKAWz1fLat .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKAWz1fLat .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKAWz1fLat .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKAWz1fLat .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKAWz1fLat .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKAWz1fLat .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #bed3f9;
}
.cid-uKAWz1fLat .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKAWz1fLat .navbar.opened {
  transition: all .3s;
}
.cid-uKAWz1fLat .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uKAWz1fLat .navbar .navbar-logo img {
  width: auto;
}
.cid-uKAWz1fLat .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKAWz1fLat .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKAWz1fLat .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKAWz1fLat .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uKAWz1fLat .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKAWz1fLat .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKAWz1fLat .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKAWz1fLat .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKAWz1fLat .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKAWz1fLat .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKAWz1fLat .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKAWz1fLat .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKAWz1fLat .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKAWz1fLat .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKAWz1fLat .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKAWz1fLat .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKAWz1fLat .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKAWz1fLat .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKAWz1fLat .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKAWz1fLat .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKAWz1fLat .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKAWz1fLat .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKAWz1fLat .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKAWz1fLat .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKAWz1fLat .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKAWz1fLat .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKAWz1fLat .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKAWz1fLat .dropdown-item.active,
.cid-uKAWz1fLat .dropdown-item:active {
  background-color: transparent;
}
.cid-uKAWz1fLat .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKAWz1fLat .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKAWz1fLat .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKAWz1fLat .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bed3f9;
}
.cid-uKAWz1fLat .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKAWz1fLat .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKAWz1fLat ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKAWz1fLat .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKAWz1fLat button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKAWz1fLat button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uKAWz1fLat button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKAWz1fLat button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKAWz1fLat button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKAWz1fLat button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKAWz1fLat nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKAWz1fLat nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKAWz1fLat nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKAWz1fLat nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKAWz1fLat .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKAWz1fLat a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKAWz1fLat .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKAWz1fLat .navbar {
    height: 77px;
  }
  .cid-uKAWz1fLat .navbar.opened {
    height: auto;
  }
  .cid-uKAWz1fLat .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKAWz23YrW {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKAWz23YrW .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uKAWz23YrW .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uKAWz23YrW .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uKAWz23YrW P {
  color: #0243b9;
}
.cid-uLCzRJ9rIv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLCzRJ9rIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLCzRJ9rIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLCzRJ9rIv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLCzRJ9rIv .row {
  flex-direction: row-reverse;
}
.cid-uLCzRJ9rIv img {
  width: 100%;
}
.cid-uKAWz3olgx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #eff3f3;
}
.cid-uKAWz3olgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKAWz3olgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKAWz3olgx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uKAWz3olgx .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uKAWz3olgx .container {
    padding: 0 25px;
  }
}
.cid-uKAWz3olgx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKAWz3olgx .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uKAWz3olgx .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKAWz3olgx .image-wrapper img {
    height: 350px;
  }
}
.cid-uKAWz3olgx .content-wrapper {
  margin-left: 40px;
  margin-left: 0;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uKAWz3olgx .content-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uKAWz3olgx .content-wrapper {
    margin: 0;
  }
}
.cid-uKAWz3olgx .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 8px;
  background-color: #0243b9;
  padding: 2px 4px 0;
}
.cid-uKAWz3olgx .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uKAWz3olgx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKAWz3olgx .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKAWz3olgx .content-wrapper .contacts-wrap {
  margin-top: 30px;
}
.cid-uKAWz3olgx .content-wrapper .contacts-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uKAWz3olgx .content-wrapper .contacts-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uKAWz3olgx .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uKAWz3olgx .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uKAWz3olgx .content-wrapper .contacts-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
.cid-uKAWz3olgx .content-wrapper .social-wrap {
  margin-top: 30px;
}
.cid-uKAWz3olgx .content-wrapper .social-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uKAWz3olgx .content-wrapper .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKAWz3olgx .content-wrapper .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uKAWz3olgx .content-wrapper .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
}
.cid-uKAWz3olgx .content-wrapper .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #2f2e30;
}
.cid-uKAWz3olgx .mbr-section-title {
  color: #2f2e30;
}
.cid-uKAWz3olgx .mbr-desc {
  color: #2f2e30;
}
.cid-uKAWz3olgx .mbr-text {
  color: #2f2e30;
}
.cid-uKAWz3olgx .mbr-section-subtitle {
  color: #2f2e30;
}
.cid-uKAWz3olgx .list {
  color: #2f2e30;
}
.cid-uKDQHcbOS9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKDQHcbOS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKDQHcbOS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKDQHcbOS9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKDQHcbOS9 .row {
  flex-direction: row-reverse;
}
.cid-uKDQHcbOS9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKDQHcbOS9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uKDOVd6KRu {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uKDOVd6KRu {
    align-items: center;
  }
  .cid-uKDOVd6KRu .row {
    justify-content: center;
  }
}
.cid-uKDOVd6KRu p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKDOVd6KRu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKDOVd6KRu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uKDOVd6KRu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKDOVd6KRu .content-wrap {
    width: 100%;
  }
}
.cid-uKDOVd6KRu .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uKDOVd6KRu .mbr-text,
.cid-uKDOVd6KRu .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uKDOVd6KRu .mbr-section-subtitle {
  color: #a1a1a1;
  text-align: center;
}
.cid-uKMQ2UccGX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKMQ2UccGX .card {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-uKMQ2UccGX .title-section .mbr-section-title {
  text-align: center;
}
.cid-uKMQ2UccGX .card-title {
  flex: 1 1 auto;
}
.cid-uKMQ2UccGX .accordion-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.cid-uKMQ2UccGX .heading-acc[aria-expanded="true"] .acc-button {
  transform: rotate(-45deg);
}
.cid-uKMQ2UccGX .heading-acc:hover .acc-button {
  background-color: #ff0066;
}
.cid-uKMQ2UccGX .heading-acc:hover .acc-button .acc-button-line1,
.cid-uKMQ2UccGX .heading-acc:hover .acc-button .acc-button-line2 {
  background-color: white;
}
.cid-uKMQ2UccGX .acc-button-container .acc-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s linear;
}
.cid-uKMQ2UccGX .acc-button-container .acc-button .acc-button-line1,
.cid-uKMQ2UccGX .acc-button-container .acc-button .acc-button-line2 {
  transition: 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: black;
  width: 2px;
  height: 22px;
  transform: translate(-50%, -50%);
}
.cid-uKMQ2UccGX .acc-button-container .acc-button .acc-button-line1 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-uKMQ2UccGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKMQ2UccGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKAWz2zNrw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKAWz2zNrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKAWz2zNrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKAWz2zNrw .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uKAWz2zNrw img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uKAWz2zNrw img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uKAWz2zNrw .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-uKAWz2zNrw .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uKAWz2zNrw .card-link:hover a {
  background-image: none !important;
}
.cid-uKAWz2zNrw .card-link:hover {
  cursor: pointer;
}
.cid-uKAWz2zNrw .card-link:hover:before {
  width: 0%;
}
.cid-uKAWz2zNrw .card {
  margin-bottom: 3rem;
}
.cid-uKAWz2zNrw .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uKAWz2zNrw .row {
  justify-content: center;
}
.cid-uKAWz2zNrw .card-box {
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: .8rem;
}
.cid-uKAWz2zNrw .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uKAWz2zNrw .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uKAWz2zNrw .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uKAWz2zNrw .card-text {
  color: #232323;
}
.cid-uKAWz2zNrw .card-title,
.cid-uKAWz2zNrw .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uKAWz2zNrw .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uKAWz2zNrw .card-link,
.cid-uKAWz2zNrw .link-icon,
.cid-uKAWz2zNrw .link-align {
  color: #232323;
}
.cid-uKN29HLs6f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dcd7d0;
}
.cid-uKN29HLs6f .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uKN29HLs6f .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-uKN29HLs6f .svg-top .st0 {
  fill: #dcd7d0;
}
@media (max-width: 992px) {
  .cid-uKN29HLs6f .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uKN29HLs6f .text-content {
    max-width: none;
  }
}
.cid-uKN29HLs6f .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #1a449a;
  border: 2px solid #1a449a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uKN29HLs6f .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uKN29HLs6f .mbr-iconfont-social:hover {
  background-color: #1a449a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uKN29HLs6f .icons {
    justify-content: center !important;
  }
  .cid-uKN29HLs6f .text-content * {
    text-align: center;
  }
}
.cid-uKN29HLs6f P {
  color: #1a449a;
  text-align: center;
}
.cid-uKN29HLs6f .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-uKAWz48gDz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pte-academic-exam.jpg-822x389.jpg");
}
.cid-uKAWz48gDz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKAWz48gDz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uKAWz48gDz .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uKAWz48gDz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKAWz48gDz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKAWz48gDz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uKAWz48gDz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uKAWz48gDz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKAWz48gDz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKAWz48gDz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uKAWz48gDz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKAWz48gDz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKAWz48gDz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uKAWz48gDz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uKAWz48gDz foot-menu-item P {
  text-align: right;
}
