@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@font-face {
  font-family: 'CeraPro-Regular';
  src: url(../assets/fonts/CeraPro-Regular.ttf) format("truetype"); }
@font-face {
  font-family: 'CeraPro-Bold';
  src: url(../assets/fonts/CeraPro-Bold.ttf) format("truetype"); }
@font-face {
  font-family: 'CeraPro-Light';
  src: url(../assets/fonts/CeraPro-Light.ttf) format("truetype"); }
@font-face {
  font-family: 'Avenir-Regular';
  src: url(../assets/fonts/AvenirLTStd-Medium.otf) format("opentype"); }
@font-face {
  font-family: 'Avenir-Bold';
  src: url(../assets/fonts/AvenirLTStd-Heavy.otf) format("opentype"); }
@font-face {
  font-family: 'Avenir-Light';
  src: url(../assets/fonts/AvenirLTStd-Light.otf) format("opentype"); }
@font-face {
  font-family: 'Avenir-Black';
  src: url(../assets/fonts/AvenirLTStd-Black.otf) format("opentype"); }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: "Avenir-Regular";
  overflow-x: hidden;
  max-width: 100%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #fff; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

@keyframes MoveUpDown {
  0% {
    transform: translate(-50%, -5px);
    opacity: 1; }
  100% {
    transform: translate(-50%, 3px);
    opacity: .5; } }
@keyframes btIcon {
  0%, 100% {
    top: 50%; }
  50% {
    top: 65%; } }
.center {
  padding-left: 25px;
  padding-right: 25px; }

.clear {
  clear: both; }

.socmed {
  position: absolute;
  bottom: 50px;
  right: 80px; }
  .socmed .socmed-icon {
    font-size: 35px;
    color: #fff;
    font-family: "CeraPro-Bold";
    line-height: 1.6;
    letter-spacing: 0px;
    margin-right: 35px;
    cursor: pointer;
    transition: all .42s; }
    .socmed .socmed-icon:hover {
      color: #d9d9d9; }
    @media only screen and (max-width: 700px) {
      .socmed .socmed-icon {
        font-size: 25px;
        margin-right: 25px; } }

.button-row {
  position: relative;
  width: 100%; }
  .button-row .button {
    border: none;
    outline: none;
    background-color: #0be7c8;
    font-size: 15px;
    color: #fff;
    font-family: "CeraPro-Bold";
    line-height: 1.1;
    letter-spacing: 3px;
    padding: 13px 15px;
    border-radius: 0 16px 0 16px;
    display: flex;
    align-items: center;
    transition: all .42s;
    width: 160px;
    position: relative; }
    .button-row .button:hover {
      box-shadow: 0 3px 12px rgba(30, 247, 189, 0.37);
      background-color: #57F7E0;
      width: 190px; }
      .button-row .button:hover .icon {
        right: 15px;
        visibility: visible;
        opacity: 1; }
    .button-row .button .text {
      margin-top: 2px; }
    .button-row .button .icon {
      position: absolute;
      right: 50px;
      visibility: hidden;
      opacity: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: all .42s;
      width: 25px;
      height: 25px;
      border-radius: 50px;
      border: 2px solid rgba(255, 255, 255, 0.3);
      display: inline-block;
      margin-left: 10px; }
      .button-row .button .icon i {
        position: absolute;
        left: 57%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 15px; }

.nav {
  width: calc(100% - 50px * 2);
  height: calc(100px - 25px * 2);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  padding: 25px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 700px) {
    .nav {
      width: calc(100% - 25px * 2);
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 25px; } }
  .nav .logo {
    position: relative; }
    .nav .logo.scrolled {
      margin-top: -10px; }
      .nav .logo.scrolled img {
        background-color: #fff;
        padding: 25px;
        border-radius: 0 0 16px 16px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); }
    .nav .logo img {
      height: 55px;
      transition: all .4s; }
      @media only screen and (max-width: 700px) {
        .nav .logo img {
          height: 45px; } }
  .nav .menu-trigger {
    width: 185px;
    padding: 10px 15px;
    height: 20px;
    background-color: #7fb9dd;
    border-radius: 4px;
    position: relative;
    font-size: 17px;
    color: #fff;
    font-family: "CeraPro-Bold";
    line-height: 1.1;
    letter-spacing: 3px;
    cursor: pointer;
    transition: all .32s; }
    @media only screen and (max-width: 700px) {
      .nav .menu-trigger {
        width: 100px; } }
    .nav .menu-trigger:hover {
      background-color: #57a3d2;
      box-shadow: -6px 6px 12px rgba(127, 185, 221, 0.6); }
    .nav .menu-trigger.clicked {
      background-color: #2dbcbe;
      box-shadow: -6px 6px 12px rgba(45, 188, 190, 0.6); }
      .nav .menu-trigger.clicked span.text.menu {
        visibility: hidden;
        opacity: 0;
        left: 45px; }
      .nav .menu-trigger.clicked span.text.close {
        visibility: visible;
        opacity: 1;
        left: 15px; }
      .nav .menu-trigger.clicked span.icon .icon-line.line-1 {
        transform: rotate(-45deg);
        left: 50%; }
      .nav .menu-trigger.clicked span.icon .icon-line.line-2 {
        transform: rotate(45deg);
        left: 50%; }
      .nav .menu-trigger.clicked:hover {
        box-shadow: -6px 6px 12px rgba(45, 188, 190, 0.6); }
    .nav .menu-trigger span.text {
      transition: all .32s;
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%); }
      .nav .menu-trigger span.text.close {
        visibility: hidden;
        opacity: 0;
        left: -35px; }
    .nav .menu-trigger span.icon {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      height: 60%;
      width: 12px; }
      .nav .menu-trigger span.icon-line {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        height: 100%;
        width: 2.5px;
        background-color: #fff;
        transition: all .32s; }
        .nav .menu-trigger span.icon-line.line-1 {
          left: 6px; }
        .nav .menu-trigger span.icon-line.line-2 {
          left: 0px; }

.full-menu {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  transition: all .62s;
  top: 0;
  right: -100%;
  visibility: hidden;
  opacity: 0;
  z-index: 8; }
  .full-menu.active {
    right: 0;
    visibility: visible;
    opacity: 1; }
  .full-menu .bilingual {
    position: absolute;
    left: 5%;
    bottom: 50px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 9; }
    @media only screen and (max-width: 700px) {
      .full-menu .bilingual {
        bottom: 30px; }
        .full-menu .bilingual img {
          height: 25px; }
          .full-menu .bilingual img:not(:last-child) {
            margin-right: 15px; } }
    .full-menu .bilingual img {
      height: 35px;
      cursor: pointer; }
      .full-menu .bilingual img:not(:last-child) {
        margin-right: 25px; }
  .full-menu .panel-left,
  .full-menu .panel-right {
    width: 60%;
    height: 100%;
    display: inline-block;
    background-color: #fff;
    position: relative; }
  .full-menu .panel-left {
    padding-left: 250px;
    width: calc(40% - 250px); }
    @media only screen and (max-width: 700px) {
      .full-menu .panel-left {
        width: calc(100% - 50px);
        padding: 50px 25px 50px;
        padding-left: 50px;
        height: calc(100% - 50px * 2); } }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .full-menu .panel-left {
        width: calc(60% - 130px);
        height: calc(100% - 50px * 2);
        padding: 50px 65px 50px;
        padding-left: 50px;
        left: 15px; } }
    .full-menu .panel-left .menu-item-wrapper {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); }
      .full-menu .panel-left .menu-item-wrapper .menu-item {
        font-size: 48px;
        color: #bbc4d6;
        font-family: "CeraPro-Bold";
        line-height: 1.1;
        letter-spacing: 5px;
        text-transform: uppercase;
        cursor: pointer;
        transition: all .62s;
        position: relative;
        min-height: 50px;
        cursor: pointer; }
        @media only screen and (max-width: 700px) {
          .full-menu .panel-left .menu-item-wrapper .menu-item {
            font-size: 35px; } }
        .full-menu .panel-left .menu-item-wrapper .menu-item .number-icon {
          font-size: 24px;
          color: #bbc4d6;
          position: absolute;
          left: -35px;
          top: 58px;
          padding-left: 0;
          letter-spacing: 0;
          transition: all .42s; }
          @media only screen and (max-width: 700px) {
            .full-menu .panel-left .menu-item-wrapper .menu-item .number-icon {
              font-size: 17px;
              top: 50px;
              left: -25px; } }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .full-menu .panel-left .menu-item-wrapper .menu-item .number-icon {
              font-size: 17px;
              top: 50px;
              left: -25px; } }
          .full-menu .panel-left .menu-item-wrapper .menu-item .number-icon:after {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            height: 3px;
            width: 0;
            background-color: #bbc4d6;
            transition: all .62s; }
        .full-menu .panel-left .menu-item-wrapper .menu-item:hover {
          color: #2dbcbe;
          transform: translateX(15px);
          text-shadow: 0 2px 6px rgba(45, 188, 190, 0.3); }
          .full-menu .panel-left .menu-item-wrapper .menu-item:hover .number-icon {
            color: #2dbcbe; }
        .full-menu .panel-left .menu-item-wrapper .menu-item.has-submenu {
          min-height: 70px; }
          @media only screen and (max-width: 700px) {
            .full-menu .panel-left .menu-item-wrapper .menu-item.has-submenu {
              min-height: 70px; } }
          .full-menu .panel-left .menu-item-wrapper .menu-item.has-submenu .submenu {
            padding: 25px 0 0;
            font-size: 25px;
            color: #b3b7bf;
            font-family: "CeraPro-Regular";
            line-height: 1.2;
            letter-spacing: 2px;
            display: none; }
            @media only screen and (max-width: 700px) {
              .full-menu .panel-left .menu-item-wrapper .menu-item.has-submenu .submenu {
                font-size: 17px; } }
            @media only screen and (max-width: 1100px) and (min-width: 700px) {
              .full-menu .panel-left .menu-item-wrapper .menu-item.has-submenu .submenu {
                font-size: 17px; } }
            .full-menu .panel-left .menu-item-wrapper .menu-item.has-submenu .submenu .sub-item {
              margin-bottom: 15px;
              transition: all .32s;
              position: relative; }
  .full-menu .panel-right {
    background-image: url(../assets/images/full-menu-image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: right;
    width: 40%;
    position: relative;
    height: 100%; }
    @media only screen and (max-width: 700px) {
      .full-menu .panel-right {
        display: none; } }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .full-menu .panel-right {
        width: calc(40% - 0px); } }
    .full-menu .panel-right .accent-header {
      position: absolute;
      width: 100%;
      right: 0;
      bottom: 0;
      opacity: 0; }
    .full-menu .panel-right:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #2dbcbe;
      opacity: .5; }

.body-master {
  position: relative;
  margin: 0 auto;
  background-color: #F4F5FB; }
  .body-master .background-header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: visible; }
    .body-master .background-header .white-background {
      background-color: #fff;
      border-bottom-right-radius: 54px;
      width: 100%;
      height: 95vh;
      z-index: 1;
      overflow: hidden;
      position: relative;
      position: relative;
      left: 0;
      top: 0; }
      .body-master .background-header .white-background .accent-header {
        position: absolute;
        width: 100%;
        right: 0;
        bottom: 0;
        opacity: .30; }
        @media only screen and (max-width: 700px) {
          .body-master .background-header .white-background .accent-header {
            transform: rotate(-90deg);
            width: auto;
            height: 100%;
            right: auto;
            left: -410px;
            bottom: auto;
            top: 0; } }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master .background-header .white-background .accent-header {
            transform: rotate(-90deg);
            width: auto;
            height: 100%;
            right: auto;
            left: -410px;
            bottom: auto;
            top: 0; } }
    .body-master .background-header .line-ache-wrapper {
      width: 100%;
      position: relative;
      height: calc(683px + 50px);
      overflow: hidden; }
      @media only screen and (max-width: 700px) {
        .body-master .background-header .line-ache-wrapper {
          top: -50px;
          left: 0px; } }
      .body-master .background-header .line-ache-wrapper .line-ache-accent {
        position: absolute;
        left: -100px;
        top: -200px;
        height: 700px;
        z-index: -1;
        opacity: .35;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .body-master .background-header .line-ache-wrapper .line-ache-accent-2 {
        position: absolute;
        right: -100px;
        bottom: 0px;
        height: 700px;
        z-index: -1;
        opacity: .35;
        -webkit-transform: scaleX(-1) scaleY(-1) rotate(-45deg);
        transform: scaleX(-1) scaleY(-1) rotate(-45deg); }
        @media only screen and (max-width: 700px) {
          .body-master .background-header .line-ache-wrapper .line-ache-accent-2 {
            display: none; } }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master .background-header .line-ache-wrapper .line-ache-accent-2 {
            display: none; } }
    .body-master .background-header .blue-background {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 600px;
      background-color: #344593; }
      @media only screen and (max-width: 700px) {
        .body-master .background-header .blue-background {
          height: 700px; } }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master .background-header .blue-background {
          height: 500px; } }
      .body-master .background-header .blue-background .blue-bg-line-accent {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    .body-master .background-header .footer-bg {
      position: relative;
      margin-top: 900px;
      width: 100%; }
      .body-master .background-header .footer-bg img {
        width: 120%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
    .body-master .background-header .illustrasi-header {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 700px; }
  .body-master .main {
    width: 100%;
    position: relative;
    max-width: 1400px;
    min-width: 330px;
    margin: 0 auto;
    z-index: 1; }
    .body-master .main section {
      width: 1200px;
      padding: 0;
      margin: 0 auto;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master .main section .bg-image {
          width: 100% !important; } }
      @media only screen and (max-width: 700px) {
        .body-master .main section .bg-image {
          width: 100% !important; } }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master .main section .section-inner .content-wrapper {
          width: calc(100% - 50px * 2) !important;
          padding-left: 50px !important;
          padding-right: 50px !important; }
          .body-master .main section .section-inner .content-wrapper .header-title span {
            bottom: 120px !important;
            right: auto !important;
            left: 65px !important;
            font-size: 15px; } }
      @media only screen and (max-width: 700px) {
        .body-master .main section .section-inner .content-wrapper {
          width: calc(100% - 25px * 2) !important;
          padding-left: 25px !important;
          padding-right: 25px !important; }
          .body-master .main section .section-inner .content-wrapper .header-title span {
            bottom: 80px !important;
            right: auto !important;
            left: 65px !important;
            font-size: 12px; } }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master .main section {
          width: calc(100% - 50px * 2);
          padding-left: 50px;
          padding-right: 50px; } }
      @media only screen and (max-width: 700px) {
        .body-master .main section {
          width: calc(100% - 25px * 2);
          padding-left: 25px;
          padding-right: 25px; } }
      .body-master .main section .section-accent {
        position: absolute;
        right: -70px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        font-size: 14px;
        color: #D8D8D8;
        font-family: "CeraPro-Bold";
        line-height: 1.1;
        letter-spacing: 3px;
        text-transform: uppercase; }
        @media only screen and (max-width: 700px) {
          .body-master .main section .section-accent {
            right: -80px;
            font-size: 10px; } }
        .body-master .main section .section-accent:after {
          content: '';
          position: absolute;
          left: -50px;
          top: 50%;
          transform: translateY(-50%);
          width: 35px;
          height: 2px;
          background-color: #d8d8d8; }
    .body-master .main .header {
      height: 95vh; }
      .body-master .main .header .illustrasi-header {
        position: absolute;
        right: -50px;
        bottom: 0;
        height: 700px; }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master .main .header .illustrasi-header {
            bottom: 20%; } }
        @media only screen and (max-width: 700px) {
          .body-master .main .header .illustrasi-header {
            bottom: 30%;
            height: 350px; } }
      .body-master .main .header .text-header {
        font-size: 75px;
        color: #7fb9dd;
        font-family: "Avenir-Black";
        line-height: 1.1;
        letter-spacing: 5px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master .main .header .text-header {
            left: 50px;
            top: 80%; } }
        @media only screen and (max-width: 700px) {
          .body-master .main .header .text-header {
            font-size: 48px;
            left: 25px;
            top: 80%; } }
        .body-master .main .header .text-header span {
          color: #2dbcbe; }
    .body-master .main .scroll-sign {
      height: 5vh;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      color: #D8D8D8;
      font-family: "CeraPro-Bold";
      line-height: 1.1;
      letter-spacing: 5px; }
      .body-master .main .scroll-sign span {
        margin-left: 8px;
        height: 17px;
        width: 17px;
        border-radius: 50px;
        border: 2px solid rgba(0, 0, 0, 0.1);
        font-size: 15px;
        color: #D8D8D8;
        font-family: "CeraPro-Bold";
        line-height: 0;
        letter-spacing: 0;
        position: relative; }
        .body-master .main .scroll-sign span i {
          position: absolute;
          left: 50%;
          transition: all .62s;
          transform: translate(-50%, 0);
          webkit-animation: MoveUpDown 1s infinite;
          animation: MoveUpDown 1s infinite  alternate; }
    .body-master .main .about-us {
      padding: 150px 0; }
      @media only screen and (max-width: 700px) {
        .body-master .main .about-us {
          padding: 250px 0 50px; } }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master .main .about-us {
          padding: 250px 0 50px; } }
      .body-master .main .about-us .content-wp {
        width: 1000px;
        margin: 0 auto; }
        @media only screen and (max-width: 700px) {
          .body-master .main .about-us .content-wp {
            width: 100%; } }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master .main .about-us .content-wp {
            width: 550px; } }
        .body-master .main .about-us .content-wp .illustrasi-about {
          position: absolute;
          left: 100px;
          top: 50%;
          transform: translate(0, -50%);
          height: 450px; }
          @media only screen and (max-width: 700px) {
            .body-master .main .about-us .content-wp .illustrasi-about {
              left: 50%;
              top: 75px;
              transform: translate(-50%, 0);
              height: 250px; } }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master .main .about-us .content-wp .illustrasi-about {
              left: 50%;
              top: 25px;
              transform: translate(-50%, 0);
              height: 350px; } }
        .body-master .main .about-us .content-wp .inner {
          float: right;
          width: calc(75% - 35px * 2);
          padding: 75px 35px;
          border-radius: 32px 0 32px 0;
          background-color: #EFFFFC;
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05); }
          @media only screen and (max-width: 700px) {
            .body-master .main .about-us .content-wp .inner {
              float: none;
              width: calc(100% - 20px * 2);
              padding: 100px 20px 25px;
              border-radius: 0 32px 0 32px; } }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master .main .about-us .content-wp .inner {
              float: none;
              width: calc(100% - 20px * 2);
              padding: 150px 20px 25px;
              border-radius: 0 32px 0 32px; } }
          .body-master .main .about-us .content-wp .inner .inner-wrapper {
            float: right;
            width: 50%;
            font-size: 16px;
            color: #b3b7bf;
            font-family: "CeraPro-Regular";
            line-height: 1.1;
            letter-spacing: 3px; }
            @media only screen and (max-width: 700px) {
              .body-master .main .about-us .content-wp .inner .inner-wrapper {
                float: none;
                width: 100%; } }
            @media only screen and (max-width: 1100px) and (min-width: 700px) {
              .body-master .main .about-us .content-wp .inner .inner-wrapper {
                float: none;
                width: 100%; } }
            .body-master .main .about-us .content-wp .inner .inner-wrapper .inner-title {
              font-size: 28px;
              padding-bottom: 20px;
              margin-bottom: 25px;
              color: #2dbcbe;
              font-family: "Avenir-Black";
              text-transform: uppercase;
              position: relative; }
              .body-master .main .about-us .content-wp .inner .inner-wrapper .inner-title:after {
                content: '';
                width: 75px;
                height: 2.5px;
                position: absolute;
                left: 0;
                bottom: 0;
                background-color: #2dbcbe; }
            .body-master .main .about-us .content-wp .inner .inner-wrapper .inner-text {
              letter-spacing: 0px;
              line-height: 1.5;
              margin-bottom: 30px; }
    .body-master .main .our-product {
      padding: 100px 0; }
      @media only screen and (max-width: 700px) {
        .body-master .main .our-product {
          margin-top: 30px; } }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master .main .our-product {
          margin-top: 10px; } }
      .body-master .main .our-product .inner-subtitle {
        font-size: 14px;
        color: #344593;
        font-family: "CeraPro-Bold";
        line-height: 1.1;
        letter-spacing: 3px;
        text-transform: uppercase;
        background-color: #fff;
        position: absolute;
        left: 225px;
        top: 0;
        padding: 15px 35px;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 0 3px 6px rgba(0, 0, 0, 0.05); }
        @media only screen and (max-width: 700px) {
          .body-master .main .our-product .inner-subtitle {
            display: block;
            font-size: 10px;
            left: auto; } }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master .main .our-product .inner-subtitle {
            display: block;
            font-size: 10px;
            left: auto; } }
      .body-master .main .our-product .inner {
        padding-left: 225px; }
        @media only screen and (max-width: 700px) {
          .body-master .main .our-product .inner {
            padding-left: 0; } }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master .main .our-product .inner {
            padding-left: 0; } }
        .body-master .main .our-product .inner .inner-title {
          font-size: 38px;
          color: #fff;
          font-family: "Avenir-Bold";
          line-height: 1.3;
          letter-spacing: 1px;
          max-width: 650px; }
          @media only screen and (max-width: 700px) {
            .body-master .main .our-product .inner .inner-title {
              font-size: 24px; } }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master .main .our-product .inner .inner-title {
              font-size: 30px;
              width: 75%; } }
        .body-master .main .our-product .inner .inner-list-wrapper {
          display: flex;
          align-items: flex-start;
          justify-content: flex-start; }
          @media only screen and (max-width: 700px) {
            .body-master .main .our-product .inner .inner-list-wrapper {
              flex-direction: column;
              padding-top: 15px; } }
          .body-master .main .our-product .inner .inner-list-wrapper .list {
            width: 33.333%;
            padding: 25px 0;
            font-size: 28px;
            color: #fff;
            font-family: "Avenir-Bold";
            line-height: 1.1;
            letter-spacing: 1px; }
            @media only screen and (max-width: 700px) {
              .body-master .main .our-product .inner .inner-list-wrapper .list {
                width: 100%;
                font-size: 19px;
                padding-bottom: 0; } }
            .body-master .main .our-product .inner .inner-list-wrapper .list .list-icon {
              height: 100px;
              margin-bottom: 20px; }
              @media only screen and (max-width: 700px) {
                .body-master .main .our-product .inner .inner-list-wrapper .list .list-icon {
                  height: 55px;
                  margin-bottom: 0; } }
              @media only screen and (max-width: 1100px) and (min-width: 700px) {
                .body-master .main .our-product .inner .inner-list-wrapper .list .list-icon {
                  height: 75px; } }
            .body-master .main .our-product .inner .inner-list-wrapper .list .list-title {
              margin-bottom: 15px; }
              @media only screen and (max-width: 700px) {
                .body-master .main .our-product .inner .inner-list-wrapper .list .list-title {
                  float: right;
                  margin-left: 15px;
                  text-align: left;
                  width: calc(80% - 15px);
                  margin-bottom: 0; } }
            .body-master .main .our-product .inner .inner-list-wrapper .list .list-text {
              font-size: 15px;
              font-family: "CeraPro-Light";
              line-height: 1.6;
              width: 85%; }
              @media only screen and (max-width: 700px) {
                .body-master .main .our-product .inner .inner-list-wrapper .list .list-text {
                  float: right;
                  margin-left: 15px;
                  width: calc(80% - 15px);
                  position: relative;
                  top: -25px;
                  font-size: 13px; } }
              @media only screen and (max-width: 1100px) and (min-width: 700px) {
                .body-master .main .our-product .inner .inner-list-wrapper .list .list-text {
                  font-size: 13px; } }
    .body-master .main .our-value {
      padding: 150px 0; }
      @media only screen and (max-width: 700px) {
        .body-master .main .our-value {
          padding: 50px 25px; } }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master .main .our-value {
          padding: 100px 25px; } }
      .body-master .main .our-value .content-wp {
        width: 1000px;
        margin: 0 auto; }
        @media only screen and (max-width: 700px) {
          .body-master .main .our-value .content-wp {
            width: 100%; } }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master .main .our-value .content-wp {
            width: 100%; } }
        .body-master .main .our-value .content-wp .content-title {
          font-size: 52px;
          color: #2dbcbe;
          font-family: "Avenir-Light";
          line-height: 1.1;
          letter-spacing: 1px;
          text-align: center;
          width: 100%;
          margin-bottom: 35px; }
          @media only screen and (max-width: 700px) {
            .body-master .main .our-value .content-wp .content-title {
              font-size: 28px; } }
          .body-master .main .our-value .content-wp .content-title span {
            font-family: "Avenir-Bold"; }
        .body-master .main .our-value .content-wp .illustrasi-value {
          position: absolute;
          right: 100px;
          top: 55%;
          transform: translate(0, -50%);
          height: 650px; }
          @media only screen and (max-width: 700px) {
            .body-master .main .our-value .content-wp .illustrasi-value {
              display: none; } }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master .main .our-value .content-wp .illustrasi-value {
              right: 30px;
              height: 550px; } }
        .body-master .main .our-value .content-wp .inner {
          float: left;
          width: calc(75% - 35px * 2);
          padding: 50px 35px 50px;
          border-radius: 0 32px 0 32px;
          background-color: #fff;
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05); }
          @media only screen and (max-width: 700px) {
            .body-master .main .our-value .content-wp .inner {
              float: none;
              width: calc(100% - 20px * 2);
              padding: 20px 20px; } }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master .main .our-value .content-wp .inner {
              padding: 50px 35px 50px; } }
          .body-master .main .our-value .content-wp .inner .inner-wrapper {
            float: left;
            width: 80%;
            font-size: 16px;
            color: #b3b7bf;
            font-family: "CeraPro-Regular";
            line-height: 1.1;
            letter-spacing: 1px; }
            @media only screen and (max-width: 700px) {
              .body-master .main .our-value .content-wp .inner .inner-wrapper {
                float: none;
                width: 100%; } }
            .body-master .main .our-value .content-wp .inner .inner-wrapper .value-item {
              width: 100%;
              position: relative;
              display: flex;
              align-items: center; }
              .body-master .main .our-value .content-wp .inner .inner-wrapper .value-item:not(:last-child) {
                margin-bottom: 25px; }
              .body-master .main .our-value .content-wp .inner .inner-wrapper .value-item .value-icon {
                width: 45px;
                height: 45px;
                position: relative; }
                @media only screen and (max-width: 700px) {
                  .body-master .main .our-value .content-wp .inner .inner-wrapper .value-item .value-icon {
                    width: 35px;
                    height: 35px; } }
                @media only screen and (max-width: 1100px) and (min-width: 700px) {
                  .body-master .main .our-value .content-wp .inner .inner-wrapper .value-item .value-icon {
                    width: 35px;
                    height: 35px; } }
                .body-master .main .our-value .content-wp .inner .inner-wrapper .value-item .value-icon img {
                  height: 45px;
                  position: absolute;
                  left: 50%;
                  top: 50%;
                  transform: translate(-50%, -50%); }
                  @media only screen and (max-width: 700px) {
                    .body-master .main .our-value .content-wp .inner .inner-wrapper .value-item .value-icon img {
                      height: 35px; } }
                  @media only screen and (max-width: 1100px) and (min-width: 700px) {
                    .body-master .main .our-value .content-wp .inner .inner-wrapper .value-item .value-icon img {
                      height: 35px; } }
              .body-master .main .our-value .content-wp .inner .inner-wrapper .value-item .value-text {
                position: relative;
                margin-left: calc(25px + 25px); }
                @media only screen and (max-width: 700px) {
                  .body-master .main .our-value .content-wp .inner .inner-wrapper .value-item .value-text {
                    margin-left: 45px;
                    padding-top: 5px; } }
                .body-master .main .our-value .content-wp .inner .inner-wrapper .value-item .value-text .value-title {
                  font-size: 24px;
                  color: #54A8FF;
                  font-family: "CeraPro-Regular";
                  line-height: 1.1;
                  letter-spacing: 1px; }
                  @media only screen and (max-width: 700px) {
                    .body-master .main .our-value .content-wp .inner .inner-wrapper .value-item .value-text .value-title {
                      font-size: 17px; } }
                  @media only screen and (max-width: 1100px) and (min-width: 700px) {
                    .body-master .main .our-value .content-wp .inner .inner-wrapper .value-item .value-text .value-title {
                      font-size: 20px; } }
                .body-master .main .our-value .content-wp .inner .inner-wrapper .value-item .value-text .value-subtitle {
                  font-size: 15px;
                  color: #707A8E;
                  font-family: "CeraPro-Regular";
                  line-height: 1.6;
                  letter-spacing: 0px; }
    .body-master .main .our-client {
      padding: 75px 0; }
      @media only screen and (max-width: 700px) {
        .body-master .main .our-client {
          padding: 50px 25px 0; } }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master .main .our-client {
          padding: 100px 25px 0; } }
      .body-master .main .our-client .inner-title {
        font-size: 42px;
        color: #2dbcbe;
        font-family: "Avenir-Light";
        line-height: 1.3;
        letter-spacing: 1px;
        margin-bottom: 15px; }
        .body-master .main .our-client .inner-title span {
          font-family: "Avenir-Bold"; }
        @media only screen and (max-width: 700px) {
          .body-master .main .our-client .inner-title {
            font-size: 24px; } }
      .body-master .main .our-client .inner {
        position: relative;
        padding: 25px 0px;
        width: calc(100% - 0px * 2);
        height: calc(150px - 25px * 2);
        border-radius: 32px 0 32px 0; }
        @media only screen and (max-width: 700px) {
          .body-master .main .our-client .inner {
            padding: 25px 0;
            margin-left: -25px;
            width: calc(100% - 0px * 2 + 50px); } }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master .main .our-client .inner {
            padding: 25px 0;
            width: calc(100% - 0px * 2); } }
        .body-master .main .our-client .inner .slider-wp {
          width: 100%;
          display: flex;
          flex-wrap: nowrap;
          position: relative; }
          .body-master .main .our-client .inner .slider-wp .slider-item {
            width: calc(100% - 15px * 2 - 25px * 2);
            padding: 10px 25px;
            margin: 0 15px;
            border-radius: 16px;
            background-color: #fff;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden; }
            .body-master .main .our-client .inner .slider-wp .slider-item .client-icon {
              position: relative;
              width: 100%;
              height: 65px; }
              .body-master .main .our-client .inner .slider-wp .slider-item .client-icon .client-icon-accent {
                display: none;
                position: absolute;
                z-index: 0;
                height: 100px;
                left: calc(100% - 85px);
                top: 50%;
                transform: translate(0%, -50%) scale(-1, 1);
                opacity: .35; }
                @media only screen and (max-width: 700px) {
                  .body-master .main .our-client .inner .slider-wp .slider-item .client-icon .client-icon-accent {
                    height: auto;
                    width: 100%; } }
              .body-master .main .our-client .inner .slider-wp .slider-item .client-icon img {
                position: absolute;
                left: 50%;
                top: 50%;
                margin-top: 10px;
                transform: translate(-50%, -50%);
                height: 80px;
                z-index: 1; }
                @media only screen and (max-width: 700px) {
                  .body-master .main .our-client .inner .slider-wp .slider-item .client-icon img {
                    height: 85%;
                    margin-top: 10px; } }
            .body-master .main .our-client .inner .slider-wp .slider-item .client-title {
              font-size: 17px;
              color: #b3b7bf;
              font-family: "CeraPro-Regular";
              line-height: 1;
              letter-spacing: 0px;
              margin-top: 15px; }
  .body-master .footer {
    padding-top: 75px !important;
    padding-bottom: 50px;
    height: 300px; }
    .body-master .footer .footer-accent {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      opacity: .15; }
    @media only screen and (max-width: 700px) {
      .body-master .footer {
        height: auto;
        display: flex;
        flex-direction: column; } }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .body-master .footer {
        height: 500px; } }
    .body-master .footer .panel-left {
      position: relative;
      width: 50%;
      display: inline-block;
      font-size: 17px;
      color: #b3b7bf;
      font-family: "CeraPro-Regular";
      line-height: 1.6;
      letter-spacing: 0px; }
      @media only screen and (max-width: 700px) {
        .body-master .footer .panel-left {
          display: flex;
          flex-direction: column;
          width: 100%; } }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master .footer .panel-left {
          display: flex;
          flex-direction: column;
          width: 50%;
          float: left; } }
      .body-master .footer .panel-left .contact {
        display: inline-block;
        margin-right: 35px;
        width: calc(50% - 35px);
        float: left; }
        @media only screen and (max-width: 700px) {
          .body-master .footer .panel-left .contact {
            width: 100%;
            margin-right: 0;
            margin-bottom: 25px; } }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master .footer .panel-left .contact {
            width: 80%;
            margin-right: 0;
            margin-bottom: 25px; } }
        .body-master .footer .panel-left .contact .title {
          font-size: 28px;
          color: #2dbcbe;
          font-family: "Avenir-Black";
          line-height: 1;
          letter-spacing: 2px;
          margin-bottom: 10px; }
          @media only screen and (max-width: 700px) {
            .body-master .footer .panel-left .contact .title {
              font-size: 24px; } }
        .body-master .footer .panel-left .contact .subtitle {
          font-size: 17px;
          color: #BFBFBF;
          font-family: "Avenir-Regular";
          line-height: 1.6;
          letter-spacing: 0px; }
          @media only screen and (max-width: 700px) {
            .body-master .footer .panel-left .contact .subtitle {
              font-size: 14px; } }
    .body-master .footer .panel-right {
      position: relative;
      float: right;
      width: 50%;
      display: inline-block;
      font-size: 24px;
      color: #4D6FAF;
      font-family: "CeraPro-Bold";
      line-height: 1.6;
      letter-spacing: 0px; }
      @media only screen and (max-width: 700px) {
        .body-master .footer .panel-right {
          display: block;
          width: 100%;
          float: none;
          font-size: 20px; } }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master .footer .panel-right {
          height: 360px; } }
      .body-master .footer .panel-right .back-top {
        position: absolute;
        left: -60px;
        top: -60px;
        width: 60px;
        height: 60px;
        border-radius: 16px;
        background-color: #CBE5FF; }
        @media only screen and (max-width: 700px) {
          .body-master .footer .panel-right .back-top {
            left: auto;
            right: 0;
            top: -75px;
            border-radius: 16px 0 16px 0; } }
        .body-master .footer .panel-right .back-top span.icon {
          position: absolute;
          width: 50px;
          height: 50px;
          border-radius: 10px;
          border: 4px solid #4D6FAF;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          cursor: pointer; }
          @media only screen and (max-width: 700px) {
            .body-master .footer .panel-right .back-top span.icon {
              border: none;
              border-radius: 16px 0 16px 0; } }
          .body-master .footer .panel-right .back-top span.icon i {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
      .body-master .footer .panel-right .inner {
        position: relative;
        padding: 25px 50px;
        width: calc(100% - 50px * 2);
        max-height: calc(300px - 40px * 1);
        background-color: #CBE5FF;
        border-radius: 32px 0 32px 0; }
        @media only screen and (max-width: 700px) {
          .body-master .footer .panel-right .inner {
            padding: 25px 25px 75px;
            width: calc(100% - 25px * 2);
            max-height: calc(240px - 25px * 2); } }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master .footer .panel-right .inner {
            padding: 25px 25px 75px;
            width: calc(100% - 25px * 2);
            height: calc(220px - 25px - 75px); } }
        .body-master .footer .panel-right .inner .socmed {
          position: relative;
          bottom: 0;
          right: auto;
          margin-top: 25px; }
          @media only screen and (max-width: 700px) {
            .body-master .footer .panel-right .inner .socmed {
              bottom: 0; } }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master .footer .panel-right .inner .socmed {
              bottom: 0; } }
          .body-master .footer .panel-right .inner .socmed-icon {
            color: #4D6FAF; }
            .body-master .footer .panel-right .inner .socmed-icon:hover {
              color: #8199c8; }
    .body-master .footer .copyright {
      width: 100%;
      margin-top: 50px;
      display: block;
      font-size: 14px;
      color: #b3b7bf;
      font-family: "CeraPro-Regular";
      line-height: 1.6;
      letter-spacing: 0px; }
      @media only screen and (max-width: 700px) {
        .body-master .footer .copyright {
          margin-top: 25px;
          margin-bottom: 25px;
          text-align: center; } }

@media only screen and (max-width: 1100px) and (min-width: 700px) {
  .body-master.about .nav .logo {
    margin-top: -10px; }
    .body-master.about .nav .logo img {
      background-color: #fff;
      padding: 25px;
      border-radius: 0 0 16px 16px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); } }
@media only screen and (max-width: 700px) {
  .body-master.about .nav .logo {
    margin-top: -10px; }
    .body-master.about .nav .logo img {
      background-color: #fff;
      padding: 25px;
      border-radius: 0 0 16px 16px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); } }
.body-master.about .main {
  width: 100%;
  position: relative;
  max-width: 100%;
  min-width: auto;
  margin: 0 auto;
  z-index: 1; }
  .body-master.about .main section {
    width: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    .body-master.about .main section .section-inner {
      width: 100%;
      position: relative;
      max-width: 1400px;
      min-width: 330px;
      margin: 0 auto; }
      .body-master.about .main section .section-inner .content-wrapper {
        width: 1200px;
        padding: 0;
        margin: 0 auto;
        position: relative; }
  .body-master.about .main .header {
    position: relative;
    height: 75vh; }
    .body-master.about .main .header .bg-image {
      position: absolute;
      right: 0;
      top: 0;
      width: 90%;
      height: 100%;
      background-image: url(../assets/images/full-menu-image.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 4px;
      z-index: 0; }
      .body-master.about .main .header .bg-image:after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #2dbcbe;
        opacity: .5;
        position: absolute;
        left: 0;
        top: 0;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 4px; }
    .body-master.about .main .header .section-inner {
      height: 100%; }
      .body-master.about .main .header .section-inner .content-wrapper {
        height: 100%; }
    .body-master.about .main .header .header-title {
      position: absolute;
      width: 100%;
      left: 10%;
      bottom: 50px;
      z-index: 1;
      font-size: 80px;
      color: #fff;
      font-family: "Avenir-Black";
      line-height: 1;
      letter-spacing: 2px; }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master.about .main .header .header-title {
          font-size: 60px; } }
      @media only screen and (max-width: 700px) {
        .body-master.about .main .header .header-title {
          font-size: 38px; } }
      .body-master.about .main .header .header-title span {
        font-size: 18px;
        font-family: "Avenir-Light";
        display: block;
        margin-bottom: 20px;
        position: absolute;
        right: 10%;
        bottom: 25px; }
        .body-master.about .main .header .header-title span:after {
          content: '';
          position: absolute;
          left: -65px;
          transform: translate(0, -50%);
          width: 50px;
          height: 2px;
          background-color: #fff;
          top: 50%; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.about .main .header .header-title span:after span {
              bottom: -20px; } }
          @media only screen and (max-width: 700px) {
            .body-master.about .main .header .header-title span:after span {
              bottom: -13px; } }
  .body-master.about .main .section-2 {
    padding: 75px 0; }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .body-master.about .main .section-2 {
        padding: 50px 0; } }
    @media only screen and (max-width: 700px) {
      .body-master.about .main .section-2 {
        padding: 25px 0; } }
    @media only screen and (max-width: 700px) {
      .body-master.about .main .section-2 .left-panel {
        float: none !important;
        width: 100% !important; }
        .body-master.about .main .section-2 .left-panel .title {
          font-size: 38px !important; } }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .body-master.about .main .section-2 .left-panel {
        float: none !important;
        width: 100% !important; }
        .body-master.about .main .section-2 .left-panel .title {
          font-size: 42px !important; } }
    @media only screen and (max-width: 700px) {
      .body-master.about .main .section-2 .right-panel {
        float: none !important;
        width: calc(100% - 20px * 3) !important;
        padding: 0 20px !important; }
        .body-master.about .main .section-2 .right-panel p {
          font-size: 14px !important; } }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .body-master.about .main .section-2 .right-panel {
        float: none !important;
        width: calc(100% - 20px * 3) !important;
        padding: 0 20px !important; }
        .body-master.about .main .section-2 .right-panel p {
          font-size: 14px !important; } }
    .body-master.about .main .section-2 .left-panel {
      width: 45%;
      float: left; }
      .body-master.about .main .section-2 .left-panel .title {
        font-size: 48px;
        color: #2A3348;
        font-family: "Avenir-Black";
        line-height: 1.4;
        letter-spacing: 1px;
        position: relative;
        padding-top: 20px;
        padding-left: 20px; }
        .body-master.about .main .section-2 .left-panel .title:after {
          content: '';
          display: none;
          position: absolute;
          left: 0;
          bottom: -10px;
          width: 75px;
          background-color: #7fb9dd;
          height: 3px; }
      .body-master.about .main .section-2 .left-panel .circle-accent {
        height: 250px;
        float: left;
        opacity: .3;
        display: none; }
    .body-master.about .main .section-2 .right-panel {
      width: 55%;
      float: right; }
      .body-master.about .main .section-2 .right-panel p {
        padding-top: 20px;
        font-size: 16px;
        color: #b3b7bf;
        font-family: "Avenir-Light";
        line-height: 1.6;
        letter-spacing: 0.8px; }
  .body-master.about .main .section-3 {
    padding: 75px 0;
    background-color: #2dbcbe;
    margin-top: 225px;
    overflow: visible; }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .body-master.about .main .section-3 {
        padding: 50px 0 50px; } }
    @media only screen and (max-width: 700px) {
      .body-master.about .main .section-3 {
        padding: 25px 0 25px; } }
    .body-master.about .main .section-3 .section-img {
      position: absolute;
      right: 0;
      top: calc(-450px/2);
      height: 450px;
      border-radius: 110px 0 0 110px;
      width: 90%;
      background-image: url("../assets/images/full-menu-image.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media only screen and (max-width: 700px) {
        .body-master.about .main .section-3 .section-img {
          width: 100%;
          border-radius: 0 50px 0 50px;
          top: calc(-350px/2);
          height: 350px; } }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master.about .main .section-3 .section-img {
          width: 100%;
          border-radius: 0 50px 0 50px;
          top: calc(-450px/2);
          height: 450px; } }
    .body-master.about .main .section-3 .section-inner {
      padding-top: 225px; }
      @media only screen and (max-width: 700px) {
        .body-master.about .main .section-3 .section-inner {
          padding-top: 175px; } }
      .body-master.about .main .section-3 .section-inner .content-wrapper:not(:last-child) {
        margin-bottom: 50px; }
        @media only screen and (max-width: 700px) {
          .body-master.about .main .section-3 .section-inner .content-wrapper:not(:last-child) {
            margin-bottom: 25px; } }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master.about .main .section-3 .section-inner .content-wrapper:not(:last-child) {
            margin-bottom: 25px; } }
      @media only screen and (max-width: 700px) {
        .body-master.about .main .section-3 .section-inner .content-wrapper .left-panel {
          float: none !important;
          width: 100% !important; }
          .body-master.about .main .section-3 .section-inner .content-wrapper .left-panel .title {
            font-size: 38px !important; } }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master.about .main .section-3 .section-inner .content-wrapper .left-panel {
          float: none !important;
          width: 100% !important; }
          .body-master.about .main .section-3 .section-inner .content-wrapper .left-panel .title {
            font-size: 42px !important; } }
      @media only screen and (max-width: 700px) {
        .body-master.about .main .section-3 .section-inner .content-wrapper .right-panel {
          float: none !important;
          width: calc(100% - 20px * 3) !important;
          padding: 0 20px !important; }
          .body-master.about .main .section-3 .section-inner .content-wrapper .right-panel p {
            font-size: 14px !important; } }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master.about .main .section-3 .section-inner .content-wrapper .right-panel {
          float: none !important;
          width: calc(100% - 20px * 3) !important;
          padding: 0 20px !important; }
          .body-master.about .main .section-3 .section-inner .content-wrapper .right-panel p {
            font-size: 17px !important; } }
      .body-master.about .main .section-3 .section-inner .left-panel {
        width: 45%;
        float: left; }
        .body-master.about .main .section-3 .section-inner .left-panel .title {
          font-size: 48px;
          color: #fff;
          font-family: "Avenir-Black";
          line-height: 1.4;
          letter-spacing: 1px;
          position: relative;
          padding-left: 20px; }
          .body-master.about .main .section-3 .section-inner .left-panel .title:after {
            content: '';
            display: none;
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 75px;
            background-color: #fff;
            height: 3px; }
      .body-master.about .main .section-3 .section-inner .right-panel {
        width: 55%;
        float: right; }
        .body-master.about .main .section-3 .section-inner .right-panel ul {
          list-style: disc !important;
          padding-left: 15px;
          margin-top: -20px; }
          .body-master.about .main .section-3 .section-inner .right-panel ul li {
            list-style: disc !important;
            padding-top: 20px;
            font-size: 16px;
            color: #fff;
            font-family: "Avenir-Light";
            line-height: 1.4;
            letter-spacing: 0.3px; }
        .body-master.about .main .section-3 .section-inner .right-panel p {
          padding-top: 20px;
          font-size: 16px;
          color: #fff;
          font-family: "Avenir-Light";
          line-height: 2;
          letter-spacing: 0.3px; }
  .body-master.about .main .section-4 {
    padding: 150px 0;
    overflow: visible; }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .body-master.about .main .section-4 {
        padding: 100px 0 100px; } }
    @media only screen and (max-width: 700px) {
      .body-master.about .main .section-4 {
        padding: 50px 0 50px; } }
    .body-master.about .main .section-4 .map-accent {
      z-index: -1;
      position: absolute;
      left: -250px;
      bottom: -250px;
      height: 550px; }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master.about .main .section-4 .map-accent {
          height: 450px; } }
      @media only screen and (max-width: 700px) {
        .body-master.about .main .section-4 .map-accent {
          height: 350px; } }
    .body-master.about .main .section-4 .section-inner {
      padding-top: 0; }
      .body-master.about .main .section-4 .section-inner .content-wrapper .timeline-title {
        text-align: center;
        width: 100%;
        font-size: 48px;
        color: #2A3348;
        font-family: "Avenir-Black";
        line-height: 1.4;
        letter-spacing: 1px; }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master.about .main .section-4 .section-inner .content-wrapper .timeline-title {
            font-size: 42px;
            padding: 0 30px;
            width: calc(100% - 30px * 2); } }
        @media only screen and (max-width: 700px) {
          .body-master.about .main .section-4 .section-inner .content-wrapper .timeline-title {
            font-size: 38px;
            padding-left: 20px;
            width: calc(100% - 30px * 2);
            text-align: left; } }
      .body-master.about .main .section-4 .section-inner .content-wrapper .timeline-subtitle {
        text-align: center;
        width: calc(100% - 20%*2);
        font-size: 17px;
        color: #707A8E;
        font-family: "Avenir-Light";
        line-height: 1.8;
        letter-spacing: 0;
        padding: 0 20%; }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master.about .main .section-4 .section-inner .content-wrapper .timeline-subtitle {
            margin: 50px 0; } }
        @media only screen and (max-width: 700px) {
          .body-master.about .main .section-4 .section-inner .content-wrapper .timeline-subtitle {
            font-size: 14px;
            padding: 0 20px;
            width: calc(100% - 20px * 2); } }
        .body-master.about .main .section-4 .section-inner .content-wrapper .timeline-subtitle span {
          color: #2dbcbe; }
      .body-master.about .main .section-4 .section-inner .content-wrapper .timeline {
        width: 100%;
        margin-top: 50px; }
        .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone {
          width: 100%;
          height: 175px;
          display: flex;
          align-items: flex-start;
          justify-content: space-between;
          flex-wrap: nowrap;
          position: relative; }
          @media only screen and (max-width: 700px) {
            .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone {
              justify-content: flex-start;
              height: auto;
              margin-left: 7px; } }
          .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone:not(:last-child):after {
            content: '';
            background-color: #2dbcbe;
            display: block;
            position: absolute;
            width: 4px;
            height: 100%;
            left: calc(50% - 3px);
            top: 100px;
            transform: translate(0, -50%);
            z-index: -1; }
            @media only screen and (max-width: 700px) {
              .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone:not(:last-child):after {
                left: calc(41px - 5px);
                top: 120px; } }
          @media only screen and (max-width: 700px) {
            .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone .text:not(:last-child) {
              display: none; } }
          .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone .text {
            width: 40%;
            padding: 20px 40px 0;
            font-size: 18px;
            color: #707A8E;
            font-family: "Avenir-Light";
            line-height: 1.8;
            letter-spacing: 0px; }
            @media only screen and (max-width: 700px) {
              .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone .text {
                font-size: 14px;
                padding: 20px 40px 30px;
                width: 50%; }
                .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone .text.hide {
                  opacity: 1 !important;
                  visibility: visible !important; } }
            @media only screen and (max-width: 1100px) and (min-width: 700px) {
              .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone .text {
                font-size: 16px; } }
            .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone .text.hide {
              opacity: 0;
              visibility: hidden; }
            .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone .text:not(:last-child) {
              text-align: right; }
            .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone .text span {
              font-family: "Avenir-Black";
              color: #2A3348; }
          .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone .hexagon {
            clip-path: polygon(50% 0%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            background-color: rgba(51, 196, 198, 0.2);
            position: relative;
            height: 100px;
            width: 100px;
            border-radius: 16px;
            overflow: visible; }
            @media only screen and (max-width: 1100px) and (min-width: 700px) {
              .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone .hexagon {
                width: calc(90px - 10px);
                height: 75px; } }
            @media only screen and (max-width: 700px) {
              .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone .hexagon {
                width: calc(85px - 10px);
                height: 85px; } }
            .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone .hexagon .hexagon-inner {
              position: absolute;
              clip-path: polygon(50% 0%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
              height: 85px;
              width: 85px;
              background-color: #2dbcbe;
              border-radius: 16px;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              overflow: visible; }
              @media only screen and (max-width: 1100px) and (min-width: 700px) {
                .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone .hexagon .hexagon-inner {
                  width: calc(65px - 10px);
                  height: 65px; } }
              @media only screen and (max-width: 700px) {
                .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone .hexagon .hexagon-inner {
                  width: calc(70px - 10px);
                  height: 70px; } }
              .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone .hexagon .hexagon-inner span {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                font-size: 24px;
                color: #fff;
                font-family: "Avenir-Bold";
                line-height: 0;
                letter-spacing: 0px; }
                @media only screen and (max-width: 1100px) and (min-width: 700px) {
                  .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone .hexagon .hexagon-inner span {
                    font-size: 17px; } }
                @media only screen and (max-width: 700px) {
                  .body-master.about .main .section-4 .section-inner .content-wrapper .timeline .milestone .hexagon .hexagon-inner span {
                    font-size: 15px; } }
  .body-master.about .main .section-5 {
    padding: 100px 0;
    overflow: visible; }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .body-master.about .main .section-5 {
        padding: 75px 0; } }
    @media only screen and (max-width: 700px) {
      .body-master.about .main .section-5 {
        padding: 50px 0; } }
    .body-master.about .main .section-5 .map-accent {
      z-index: -1;
      position: absolute;
      right: -250px;
      bottom: -250px;
      height: 550px;
      display: none; }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master.about .main .section-5 .map-accent {
          height: 450px; } }
      @media only screen and (max-width: 700px) {
        .body-master.about .main .section-5 .map-accent {
          height: 350px; } }
    .body-master.about .main .section-5 .section-inner {
      padding-top: 0;
      position: relative;
      z-index: 1; }
      .body-master.about .main .section-5 .section-inner .content-wrapper .title {
        text-align: center;
        width: 100%;
        font-size: 48px;
        color: #2A3348;
        font-family: "Avenir-Black";
        line-height: 1.4;
        letter-spacing: 1px; }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master.about .main .section-5 .section-inner .content-wrapper .title {
            font-size: 42px; } }
        @media only screen and (max-width: 700px) {
          .body-master.about .main .section-5 .section-inner .content-wrapper .title {
            font-size: 38px; } }
      .body-master.about .main .section-5 .section-inner .content-wrapper .subtitle {
        text-align: center;
        font-size: 20px;
        color: #2dbcbe;
        font-family: "Avenir-Light";
        line-height: 1.8;
        letter-spacing: 1px; }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master.about .main .section-5 .section-inner .content-wrapper .subtitle {
            font-size: 17px; } }
        @media only screen and (max-width: 700px) {
          .body-master.about .main .section-5 .section-inner .content-wrapper .subtitle {
            font-size: 14px; } }
      .body-master.about .main .section-5 .section-inner .row {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 50px; }
        .body-master.about .main .section-5 .section-inner .row .card {
          width: 200px;
          height: 75px;
          border-radius: 8px;
          background-color: #fff;
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 25px;
          z-index: 9; }
          .body-master.about .main .section-5 .section-inner .row .card .card-logo {
            height: 45px; }
  .body-master.about .main .section-6 {
    padding: 100px 0;
    overflow: visible; }
    .body-master.about .main .section-6 .map-accent {
      z-index: -1;
      position: absolute;
      right: -250px;
      top: -250px;
      height: 550px; }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master.about .main .section-6 .map-accent {
          height: 450px;
          top: -200px; } }
      @media only screen and (max-width: 700px) {
        .body-master.about .main .section-6 .map-accent {
          height: 350px;
          top: -150px; } }
    .body-master.about .main .section-6 .section-inner {
      padding-top: 0;
      position: relative;
      z-index: 1; }
      .body-master.about .main .section-6 .section-inner .content-wrapper {
        position: relative;
        z-index: 9; }
        .body-master.about .main .section-6 .section-inner .content-wrapper .title {
          text-align: left;
          width: 100%;
          font-size: 48px;
          color: #2A3348;
          font-family: "Avenir-Black";
          line-height: 1.4;
          letter-spacing: 1px; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.about .main .section-6 .section-inner .content-wrapper .title {
              font-size: 42px;
              text-align: center; } }
          @media only screen and (max-width: 700px) {
            .body-master.about .main .section-6 .section-inner .content-wrapper .title {
              font-size: 38px;
              text-align: center; } }
        .body-master.about .main .section-6 .section-inner .content-wrapper .coverage-dekstop {
          display: block !important; }
          .body-master.about .main .section-6 .section-inner .content-wrapper .coverage-dekstop .row {
            height: calc((90px + 16px * 2 + 35px) * 3); }
          @media only screen and (max-width: 700px) {
            .body-master.about .main .section-6 .section-inner .content-wrapper .coverage-dekstop {
              display: none !important; } }
        .body-master.about .main .section-6 .section-inner .content-wrapper .coverage-mobile {
          display: none !important; }
          @media only screen and (max-width: 700px) {
            .body-master.about .main .section-6 .section-inner .content-wrapper .coverage-mobile {
              display: flex !important; } }
        .body-master.about .main .section-6 .section-inner .content-wrapper .row {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          flex-wrap: wrap;
          width: 100%;
          margin-top: 50px;
          position: relative;
          margin-right: 5px;
          right: -5px;
          z-index: 9; }
          .body-master.about .main .section-6 .section-inner .content-wrapper .row .card {
            padding: 16px 32px;
            height: 90px;
            width: calc(20% - 32px * 2 - 35px);
            border-radius: 8px;
            background-color: #fff;
            box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 35px 35px 0;
            z-index: 9; }
            .body-master.about .main .section-6 .section-inner .content-wrapper .row .card .card-logo {
              height: 80px; }
            @media only screen and (max-width: 1100px) and (min-width: 700px) {
              .body-master.about .main .section-6 .section-inner .content-wrapper .row .card {
                width: calc(33.333% - 32px * 2 - 30px);
                margin: 15px; } }

@media only screen and (max-width: 1100px) and (min-width: 700px) {
  .body-master.services .nav .logo {
    margin-top: -10px; }
    .body-master.services .nav .logo img {
      background-color: #fff;
      padding: 25px;
      border-radius: 0 0 16px 16px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); } }
@media only screen and (max-width: 700px) {
  .body-master.services .nav .logo {
    margin-top: -10px; }
    .body-master.services .nav .logo img {
      background-color: #fff;
      padding: 25px;
      border-radius: 0 0 16px 16px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); } }
.body-master.services .main {
  width: 100%;
  position: relative;
  max-width: 100%;
  min-width: auto;
  margin: 0 auto;
  z-index: 1; }
  .body-master.services .main section {
    width: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    .body-master.services .main section .section-inner {
      width: 100%;
      position: relative;
      max-width: 1400px;
      min-width: 330px;
      margin: 0 auto; }
      .body-master.services .main section .section-inner .content-wrapper {
        width: 1200px;
        padding: 0;
        margin: 0 auto;
        position: relative; }
  .body-master.services .main .header {
    position: relative;
    height: 75vh; }
    .body-master.services .main .header .bg-image {
      position: absolute;
      right: 0;
      top: 0;
      width: 90%;
      height: 100%;
      background-image: url(../assets/images/full-menu-image.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 4px;
      z-index: 0; }
      .body-master.services .main .header .bg-image:after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #2dbcbe;
        opacity: .5;
        position: absolute;
        left: 0;
        top: 0;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 4px; }
    .body-master.services .main .header .section-inner {
      height: 100%; }
      .body-master.services .main .header .section-inner .content-wrapper {
        height: 100%; }
    .body-master.services .main .header .header-title {
      position: absolute;
      width: 100%;
      left: 10%;
      bottom: 50px;
      z-index: 1;
      font-size: 80px;
      color: #fff;
      font-family: "Avenir-Black";
      line-height: 1;
      letter-spacing: 2px; }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master.services .main .header .header-title {
          font-size: 60px; } }
      @media only screen and (max-width: 700px) {
        .body-master.services .main .header .header-title {
          font-size: 38px; } }
      .body-master.services .main .header .header-title span {
        font-size: 18px;
        font-family: "Avenir-Light";
        display: block;
        margin-bottom: 20px;
        position: absolute;
        right: 10%;
        bottom: 25px; }
        .body-master.services .main .header .header-title span:after {
          content: '';
          position: absolute;
          left: -65px;
          transform: translate(0, -50%);
          width: 50px;
          height: 2px;
          background-color: #fff;
          top: 50%; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.services .main .header .header-title span:after span {
              bottom: -20px; } }
          @media only screen and (max-width: 700px) {
            .body-master.services .main .header .header-title span:after span {
              bottom: -13px; } }
  .body-master.services .main .section-2 {
    padding: 0 0 150px;
    overflow: visible; }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .body-master.services .main .section-2 {
        padding: 0 0 100px 8px; } }
    @media only screen and (max-width: 700px) {
      .body-master.services .main .section-2 {
        padding: 0 0 50px 8px; } }
    .body-master.services .main .section-2 .section-inner {
      padding-top: 0; }
      .body-master.services .main .section-2 .section-inner .content-wrapper .list {
        width: 100%;
        display: flex;
        align-items: flex-end;
        position: relative;
        padding: 100px 50px 0; }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master.services .main .section-2 .section-inner .content-wrapper .list {
            padding: 50px 0 0;
            align-items: flex-start; } }
        @media only screen and (max-width: 700px) {
          .body-master.services .main .section-2 .section-inner .content-wrapper .list {
            padding: 50px 0 0;
            align-items: flex-start; } }
        .body-master.services .main .section-2 .section-inner .content-wrapper .list:not(:last-child):after {
          content: '';
          background-color: #2dbcbe;
          display: block;
          position: absolute;
          width: 4px;
          height: calc(100% + 130px);
          left: calc(95px - 3px);
          top: -10px;
          transform: translate(0, 0);
          z-index: -1; }
          @media only screen and (max-width: 700px) {
            .body-master.services .main .section-2 .section-inner .content-wrapper .list:not(:last-child):after {
              left: calc(41px - 5px);
              height: calc(100% + 75px); } }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.services .main .section-2 .section-inner .content-wrapper .list:not(:last-child):after {
              left: calc(41px - 5px);
              height: calc(100% + 75px); } }
        .body-master.services .main .section-2 .section-inner .content-wrapper .list .hexagon {
          clip-path: polygon(50% 0%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          background-color: rgba(51, 196, 198, 0.2);
          position: relative;
          height: 100px;
          width: calc(100px - 10px);
          border-radius: 16px;
          overflow: visible; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.services .main .section-2 .section-inner .content-wrapper .list .hexagon {
              width: calc(85px - 10px);
              height: 75px; } }
          @media only screen and (max-width: 700px) {
            .body-master.services .main .section-2 .section-inner .content-wrapper .list .hexagon {
              width: calc(85px - 10px);
              height: 85px; } }
          .body-master.services .main .section-2 .section-inner .content-wrapper .list .hexagon .hexagon-inner {
            position: absolute;
            clip-path: polygon(50% 0%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            height: 85px;
            width: calc(85px - 10px);
            background-color: #2dbcbe;
            border-radius: 16px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            overflow: visible; }
            @media only screen and (max-width: 1100px) and (min-width: 700px) {
              .body-master.services .main .section-2 .section-inner .content-wrapper .list .hexagon .hexagon-inner {
                width: calc(75px - 10px);
                height: 65px; } }
            @media only screen and (max-width: 700px) {
              .body-master.services .main .section-2 .section-inner .content-wrapper .list .hexagon .hexagon-inner {
                width: calc(70px - 10px);
                height: 70px; } }
            .body-master.services .main .section-2 .section-inner .content-wrapper .list .hexagon .hexagon-inner span {
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              font-size: 24px;
              color: #fff;
              font-family: "Avenir-Bold";
              line-height: 0;
              letter-spacing: 0px; }
              @media only screen and (max-width: 1100px) and (min-width: 700px) {
                .body-master.services .main .section-2 .section-inner .content-wrapper .list .hexagon .hexagon-inner span {
                  font-size: 17px; } }
              @media only screen and (max-width: 700px) {
                .body-master.services .main .section-2 .section-inner .content-wrapper .list .hexagon .hexagon-inner span {
                  font-size: 15px; } }
        .body-master.services .main .section-2 .section-inner .content-wrapper .list .text {
          margin-left: 35px;
          width: calc(100% - 35px - 100px); }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.services .main .section-2 .section-inner .content-wrapper .list .text {
              width: 65%; } }
          @media only screen and (max-width: 700px) {
            .body-master.services .main .section-2 .section-inner .content-wrapper .list .text {
              width: 65%; } }
          .body-master.services .main .section-2 .section-inner .content-wrapper .list .text .title {
            font-size: 48px;
            color: #2A3348;
            font-family: "Avenir-Black";
            line-height: 1.4;
            letter-spacing: 1px; }
            @media only screen and (max-width: 1100px) and (min-width: 700px) {
              .body-master.services .main .section-2 .section-inner .content-wrapper .list .text .title {
                font-size: 38px; } }
            @media only screen and (max-width: 700px) {
              .body-master.services .main .section-2 .section-inner .content-wrapper .list .text .title {
                font-size: 28px; } }
          .body-master.services .main .section-2 .section-inner .content-wrapper .list .text .subtitle {
            font-size: 16px;
            color: #b3b7bf;
            font-family: "Avenir-Light";
            line-height: 1.4;
            letter-spacing: 0.8px;
            width: 70%; }
            @media only screen and (max-width: 700px) {
              .body-master.services .main .section-2 .section-inner .content-wrapper .list .text .subtitle {
                font-size: 14px;
                width: 100%; } }
  .body-master.services .main .section-3 {
    padding: 75px 0;
    background-color: #2dbcbe;
    margin-top: 225px;
    overflow: visible; }
    .body-master.services .main .section-3 .section-img {
      position: absolute;
      right: 0;
      top: calc(-450px/2);
      height: 450px;
      border-radius: 110px 0 0 110px;
      width: 90%;
      background-image: url("../assets/images/full-menu-image.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media only screen and (max-width: 700px) {
        .body-master.services .main .section-3 .section-img {
          width: 100%;
          border-radius: 0 50px 0 50px;
          top: calc(-350px/2);
          height: 350px; } }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master.services .main .section-3 .section-img {
          width: 100%;
          border-radius: 0 50px 0 50px;
          top: calc(-450px/2);
          height: 450px; } }
    .body-master.services .main .section-3 .section-inner {
      padding-top: 225px; }
      @media only screen and (max-width: 700px) {
        .body-master.services .main .section-3 .section-inner {
          padding: 175px 5px 0; } }
      .body-master.services .main .section-3 .section-inner .content-wrapper .row {
        display: flex;
        align-items: flex-start;
        width: calc(100% - 20px);
        padding-left: 20px; }
        @media only screen and (max-width: 700px) {
          .body-master.services .main .section-3 .section-inner .content-wrapper .row {
            width: calc(100% - 0px);
            padding-left: 0px;
            flex-wrap: wrap; } }
        .body-master.services .main .section-3 .section-inner .content-wrapper .row .card {
          width: 33.33%; }
          @media only screen and (max-width: 700px) {
            .body-master.services .main .section-3 .section-inner .content-wrapper .row .card:not(:last-child) .content {
              margin-bottom: 45px; } }
          @media only screen and (max-width: 700px) {
            .body-master.services .main .section-3 .section-inner .content-wrapper .row .card {
              width: 100%;
              display: flex;
              align-items: flex-start;
              justify-content: flex-start; }
              .body-master.services .main .section-3 .section-inner .content-wrapper .row .card .title {
                width: 40%; }
              .body-master.services .main .section-3 .section-inner .content-wrapper .row .card .content {
                padding-left: 25px;
                width: calc(60% - 25px); } }
          .body-master.services .main .section-3 .section-inner .content-wrapper .row .card .title {
            font-size: 24px;
            color: #fff;
            font-family: "Avenir-Black";
            line-height: 1.4;
            letter-spacing: 1px;
            margin-bottom: 15px; }
            @media only screen and (max-width: 700px) {
              .body-master.services .main .section-3 .section-inner .content-wrapper .row .card .title {
                font-size: 17px;
                margin-bottom: 0; } }
            @media only screen and (max-width: 1100px) and (min-width: 700px) {
              .body-master.services .main .section-3 .section-inner .content-wrapper .row .card .title {
                font-size: 20px; } }
          .body-master.services .main .section-3 .section-inner .content-wrapper .row .card .content {
            font-size: 16px;
            color: #fff;
            font-family: "Avenir-Light";
            line-height: 2;
            letter-spacing: 0.3px; }
            @media only screen and (max-width: 700px) {
              .body-master.services .main .section-3 .section-inner .content-wrapper .row .card .content {
                font-size: 14px; } }
            @media only screen and (max-width: 1100px) and (min-width: 700px) {
              .body-master.services .main .section-3 .section-inner .content-wrapper .row .card .content {
                font-size: 16px; } }
      .body-master.services .main .section-3 .section-inner .content-wrapper:not(:last-child) {
        margin-bottom: 50px; }
        @media only screen and (max-width: 700px) {
          .body-master.services .main .section-3 .section-inner .content-wrapper:not(:last-child) {
            margin-bottom: 25px; } }
      .body-master.services .main .section-3 .section-inner .left-panel {
        width: 100%;
        display: block; }
        .body-master.services .main .section-3 .section-inner .left-panel .title {
          font-size: 48px;
          color: #fff;
          font-family: "Avenir-Black";
          line-height: 1.4;
          letter-spacing: 1px;
          position: relative;
          padding-left: 20px; }
          @media only screen and (max-width: 700px) {
            .body-master.services .main .section-3 .section-inner .left-panel .title {
              font-size: 38px;
              padding-left: 0; } }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.services .main .section-3 .section-inner .left-panel .title {
              font-size: 42px; } }
          .body-master.services .main .section-3 .section-inner .left-panel .title:after {
            content: '';
            display: none;
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 75px;
            background-color: #fff;
            height: 3px; }
      .body-master.services .main .section-3 .section-inner .right-panel {
        width: 100%;
        display: block;
        padding-left: 20px; }
        @media only screen and (max-width: 700px) {
          .body-master.services .main .section-3 .section-inner .right-panel {
            padding-left: 0; } }
        .body-master.services .main .section-3 .section-inner .right-panel p {
          font-size: 16px;
          color: #fff;
          font-family: "Avenir-Light";
          line-height: 2;
          letter-spacing: 0.3px; }
          @media only screen and (max-width: 700px) {
            .body-master.services .main .section-3 .section-inner .right-panel p {
              font-size: 14px; } }
  .body-master.services .main .section-4 {
    padding: 100px 0;
    overflow: visible; }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .body-master.services .main .section-4 {
        padding: 75px 0; } }
    @media only screen and (max-width: 700px) {
      .body-master.services .main .section-4 {
        padding: 50px 0; } }
    .body-master.services .main .section-4 .section-inner {
      padding-top: 0;
      position: relative;
      z-index: 1; }
      @media only screen and (max-width: 700px) {
        .body-master.services .main .section-4 .section-inner {
          padding: 0 5px 0; } }
      .body-master.services .main .section-4 .section-inner .content-wrapper {
        position: relative;
        z-index: 9; }
        .body-master.services .main .section-4 .section-inner .content-wrapper .title {
          text-align: left;
          width: 100%;
          font-size: 48px;
          color: #2A3348;
          font-family: "Avenir-Black";
          line-height: 1.4;
          letter-spacing: 1px;
          margin-bottom: 35px; }
          @media only screen and (max-width: 700px) {
            .body-master.services .main .section-4 .section-inner .content-wrapper .title {
              font-size: 38px;
              padding-left: 0; } }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.services .main .section-4 .section-inner .content-wrapper .title {
              font-size: 42px; } }
        .body-master.services .main .section-4 .section-inner .content-wrapper .row {
          display: flex;
          align-items: flex-start;
          width: calc(100% - 20px); }
          @media only screen and (max-width: 700px) {
            .body-master.services .main .section-4 .section-inner .content-wrapper .row {
              flex-wrap: wrap;
              width: 100%; } }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.services .main .section-4 .section-inner .content-wrapper .row {
              flex-wrap: wrap;
              width: 100%; } }
          .body-master.services .main .section-4 .section-inner .content-wrapper .row .card {
            width: 33.33%; }
            .body-master.services .main .section-4 .section-inner .content-wrapper .row .card:last-child {
              padding-left: 25px;
              width: calc(33.333% - 25px); }
            @media only screen and (max-width: 700px) {
              .body-master.services .main .section-4 .section-inner .content-wrapper .row .card:not(:last-child) ul {
                margin-bottom: 45px; } }
            @media only screen and (max-width: 700px) {
              .body-master.services .main .section-4 .section-inner .content-wrapper .row .card {
                width: 100%;
                display: flex;
                align-items: flex-start;
                justify-content: flex-start; }
                .body-master.services .main .section-4 .section-inner .content-wrapper .row .card .info-inner {
                  padding: 0 35px; } }
            .body-master.services .main .section-4 .section-inner .content-wrapper .row .card .card-icon {
              height: 75px; }
              @media only screen and (max-width: 700px) {
                .body-master.services .main .section-4 .section-inner .content-wrapper .row .card .card-icon {
                  height: 45px; } }
              @media only screen and (max-width: 1100px) and (min-width: 700px) {
                .body-master.services .main .section-4 .section-inner .content-wrapper .row .card .card-icon {
                  height: 55px; } }
            .body-master.services .main .section-4 .section-inner .content-wrapper .row .card .title {
              font-size: 24px;
              color: #2A3348;
              font-family: "Avenir-Black";
              line-height: 1.4;
              letter-spacing: 1px;
              margin: 35px 0 20px; }
              @media only screen and (max-width: 700px) {
                .body-master.services .main .section-4 .section-inner .content-wrapper .row .card .title {
                  font-size: 17px;
                  margin: 0 0 5px; } }
              @media only screen and (max-width: 1100px) and (min-width: 700px) {
                .body-master.services .main .section-4 .section-inner .content-wrapper .row .card .title {
                  font-size: 20px;
                  margin: 20px 0 5px; } }
            .body-master.services .main .section-4 .section-inner .content-wrapper .row .card ul {
              font-size: 16px;
              color: #b3b7bf;
              font-family: "Avenir-Light";
              line-height: 2;
              letter-spacing: 0.3px; }
              @media only screen and (max-width: 700px) {
                .body-master.services .main .section-4 .section-inner .content-wrapper .row .card ul {
                  font-size: 14px; } }
              @media only screen and (max-width: 1100px) and (min-width: 700px) {
                .body-master.services .main .section-4 .section-inner .content-wrapper .row .card ul {
                  font-size: 16px; } }
              .body-master.services .main .section-4 .section-inner .content-wrapper .row .card ul li {
                padding-top: 5px; }
                .body-master.services .main .section-4 .section-inner .content-wrapper .row .card ul li:before {
                  content: "•   ";
                  color: #2dbcbe;
                  margin-right: 10px; }

@media only screen and (max-width: 1100px) and (min-width: 700px) {
  .body-master.integration .nav .logo {
    margin-top: -10px; }
    .body-master.integration .nav .logo img {
      background-color: #fff;
      padding: 25px;
      border-radius: 0 0 16px 16px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); } }
@media only screen and (max-width: 700px) {
  .body-master.integration .nav .logo {
    margin-top: -10px; }
    .body-master.integration .nav .logo img {
      background-color: #fff;
      padding: 25px;
      border-radius: 0 0 16px 16px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); } }
.body-master.integration .main {
  width: 100%;
  position: relative;
  max-width: 100%;
  min-width: auto;
  margin: 0 auto;
  z-index: 1; }
  .body-master.integration .main section {
    width: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    .body-master.integration .main section .section-inner {
      width: 100%;
      position: relative;
      max-width: 1400px;
      min-width: 330px;
      margin: 0 auto; }
      .body-master.integration .main section .section-inner .content-wrapper {
        width: 1200px;
        padding: 0;
        margin: 0 auto;
        position: relative; }
  .body-master.integration .main .header {
    position: relative;
    height: 75vh; }
    .body-master.integration .main .header .bg-image {
      position: absolute;
      right: 0;
      top: 0;
      width: 90%;
      height: 100%;
      background-image: url(../assets/images/full-menu-image.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 4px;
      z-index: 0; }
      .body-master.integration .main .header .bg-image:after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #2dbcbe;
        opacity: .5;
        position: absolute;
        left: 0;
        top: 0;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 4px; }
    .body-master.integration .main .header .section-inner {
      height: 100%; }
      .body-master.integration .main .header .section-inner .content-wrapper {
        height: 100%; }
    .body-master.integration .main .header .header-title {
      position: absolute;
      width: 100%;
      left: 10%;
      bottom: 50px;
      z-index: 1;
      font-size: 80px;
      color: #fff;
      font-family: "Avenir-Black";
      line-height: 1.2;
      letter-spacing: 2px; }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master.integration .main .header .header-title {
          font-size: 60px; } }
      @media only screen and (max-width: 700px) {
        .body-master.integration .main .header .header-title {
          font-size: 38px; } }
      .body-master.integration .main .header .header-title span {
        font-size: 18px;
        font-family: "Avenir-Light";
        display: block;
        margin-bottom: 20px;
        position: absolute;
        right: 10%;
        bottom: 25px; }
        .body-master.integration .main .header .header-title span:after {
          content: '';
          position: absolute;
          left: -65px;
          transform: translate(0, -50%);
          width: 50px;
          height: 2px;
          background-color: #fff;
          top: 50%; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.integration .main .header .header-title span:after span {
              bottom: -20px; } }
          @media only screen and (max-width: 700px) {
            .body-master.integration .main .header .header-title span:after span {
              bottom: -13px; } }
  .body-master.integration .main .section-2 {
    padding: 0 0 150px;
    overflow: visible; }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .body-master.integration .main .section-2 {
        padding: 0 0 100px; } }
    @media only screen and (max-width: 700px) {
      .body-master.integration .main .section-2 {
        padding: 0 0 50px; } }
    .body-master.integration .main .section-2 .section-inner {
      padding-top: 0; }
      .body-master.integration .main .section-2 .section-inner .content-wrapper .list {
        width: 100%;
        display: flex;
        align-items: flex-end;
        position: relative;
        padding: 100px 50px 0; }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master.integration .main .section-2 .section-inner .content-wrapper .list {
            flex-wrap: wrap; } }
        @media only screen and (max-width: 700px) {
          .body-master.integration .main .section-2 .section-inner .content-wrapper .list {
            font-size: 14px;
            flex-wrap: wrap; } }
        .body-master.integration .main .section-2 .section-inner .content-wrapper .list:after {
          content: '';
          background-color: #2dbcbe;
          display: block;
          position: absolute;
          width: 3px;
          height: 100%;
          left: calc(95px - 3px);
          top: -10px;
          transform: translate(0, 0);
          z-index: -1; }
          @media only screen and (max-width: 700px) {
            .body-master.integration .main .section-2 .section-inner .content-wrapper .list:after {
              left: calc(41px - 5px);
              height: 125px; } }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.integration .main .section-2 .section-inner .content-wrapper .list:after {
              left: calc(41px - 5px);
              height: 125px; } }
        .body-master.integration .main .section-2 .section-inner .content-wrapper .list .info {
          display: flex;
          justify-content: space-between; }
          @media only screen and (max-width: 700px) {
            .body-master.integration .main .section-2 .section-inner .content-wrapper .list .info {
              flex-direction: column;
              justify-content: flex-start;
              margin-top: 25px; } }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.integration .main .section-2 .section-inner .content-wrapper .list .info {
              flex-direction: column;
              justify-content: flex-start; } }
        .body-master.integration .main .section-2 .section-inner .content-wrapper .list .hexagon {
          clip-path: polygon(50% 0%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          background-color: rgba(51, 196, 198, 0.2);
          position: relative;
          height: 100px;
          width: calc(100px - 10px);
          border-radius: 16px;
          overflow: visible; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.integration .main .section-2 .section-inner .content-wrapper .list .hexagon {
              width: calc(85px - 10px);
              height: 75px;
              position: absolute;
              left: 0;
              top: 100px; } }
          @media only screen and (max-width: 700px) {
            .body-master.integration .main .section-2 .section-inner .content-wrapper .list .hexagon {
              width: calc(85px - 10px);
              height: 85px;
              position: absolute;
              left: 0;
              top: 100px; } }
          .body-master.integration .main .section-2 .section-inner .content-wrapper .list .hexagon .hexagon-inner {
            position: absolute;
            clip-path: polygon(50% 0%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            height: 85px;
            width: calc(85px - 10px);
            background-color: #2dbcbe;
            border-radius: 16px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            overflow: visible; }
            @media only screen and (max-width: 1100px) and (min-width: 700px) {
              .body-master.integration .main .section-2 .section-inner .content-wrapper .list .hexagon .hexagon-inner {
                width: calc(75px - 10px);
                height: 65px; } }
            @media only screen and (max-width: 700px) {
              .body-master.integration .main .section-2 .section-inner .content-wrapper .list .hexagon .hexagon-inner {
                width: calc(70px - 10px);
                height: 70px; } }
            .body-master.integration .main .section-2 .section-inner .content-wrapper .list .hexagon .hexagon-inner span {
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              font-size: 24px;
              color: #fff;
              font-family: "Avenir-Bold";
              line-height: 0;
              letter-spacing: 0px; }
              @media only screen and (max-width: 1100px) and (min-width: 700px) {
                .body-master.integration .main .section-2 .section-inner .content-wrapper .list .hexagon .hexagon-inner span {
                  font-size: 17px; } }
              @media only screen and (max-width: 700px) {
                .body-master.integration .main .section-2 .section-inner .content-wrapper .list .hexagon .hexagon-inner span {
                  font-size: 15px; } }
        .body-master.integration .main .section-2 .section-inner .content-wrapper .list .icon {
          margin-left: 75px;
          height: 75px; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.integration .main .section-2 .section-inner .content-wrapper .list .icon {
              margin-bottom: 20px;
              height: auto;
              width: 75px; } }
          @media only screen and (max-width: 700px) {
            .body-master.integration .main .section-2 .section-inner .content-wrapper .list .icon {
              margin-left: 50px;
              margin-bottom: 10px;
              height: auto;
              width: 75px; } }
        .body-master.integration .main .section-2 .section-inner .content-wrapper .list .text {
          margin-left: 75px; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.integration .main .section-2 .section-inner .content-wrapper .list .text {
              margin-bottom: 20px; } }
          @media only screen and (max-width: 700px) {
            .body-master.integration .main .section-2 .section-inner .content-wrapper .list .text {
              margin-left: 50px;
              margin-bottom: 10px; } }
          .body-master.integration .main .section-2 .section-inner .content-wrapper .list .text .title {
            font-size: 48px;
            color: #2A3348;
            font-family: "Avenir-Black";
            line-height: 1.4;
            letter-spacing: 1px; }
            @media only screen and (max-width: 1100px) and (min-width: 700px) {
              .body-master.integration .main .section-2 .section-inner .content-wrapper .list .text .title {
                font-size: 38px; } }
            @media only screen and (max-width: 700px) {
              .body-master.integration .main .section-2 .section-inner .content-wrapper .list .text .title {
                font-size: 28px; } }
          .body-master.integration .main .section-2 .section-inner .content-wrapper .list .text .subtitle {
            font-size: 16px;
            color: #b3b7bf;
            font-family: "Avenir-Light";
            line-height: 1.4;
            letter-spacing: 0.8px; }
            @media only screen and (max-width: 700px) {
              .body-master.integration .main .section-2 .section-inner .content-wrapper .list .text .subtitle {
                font-size: 14px;
                letter-spacing: 0; } }
  .body-master.integration .main .section-3 {
    padding: 0 0;
    overflow: visible; }
    .body-master.integration .main .section-3 .section-inner {
      padding-top: 0;
      position: relative;
      z-index: 1; }
      .body-master.integration .main .section-3 .section-inner .content-wrapper {
        position: relative;
        z-index: 9;
        display: flex;
        margin-bottom: 100px;
        flex-direction: column;
        align-items: flex-start; }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master.integration .main .section-3 .section-inner .content-wrapper {
            margin-bottom: 75px; } }
        @media only screen and (max-width: 700px) {
          .body-master.integration .main .section-3 .section-inner .content-wrapper {
            margin-bottom: 50px; } }
        .body-master.integration .main .section-3 .section-inner .content-wrapper .title {
          text-align: left;
          width: 100%;
          font-size: 48px;
          color: #2A3348;
          font-family: "Avenir-Black";
          line-height: 1.4;
          letter-spacing: 1px;
          width: 25%; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.integration .main .section-3 .section-inner .content-wrapper .title {
              font-size: 38px;
              margin-bottom: 15px;
              width: 100%; } }
          @media only screen and (max-width: 700px) {
            .body-master.integration .main .section-3 .section-inner .content-wrapper .title {
              font-size: 28px;
              margin-bottom: 15px;
              width: 100%; } }
        .body-master.integration .main .section-3 .section-inner .content-wrapper .illustration {
          width: 75%; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.integration .main .section-3 .section-inner .content-wrapper .illustration {
              width: 100%; } }
          @media only screen and (max-width: 700px) {
            .body-master.integration .main .section-3 .section-inner .content-wrapper .illustration {
              width: 100%; } }

@media only screen and (max-width: 1100px) and (min-width: 700px) {
  .body-master.contact .nav .logo {
    margin-top: -10px; }
    .body-master.contact .nav .logo img {
      background-color: #fff;
      padding: 25px;
      border-radius: 0 0 16px 16px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); } }
@media only screen and (max-width: 700px) {
  .body-master.contact .nav .logo {
    margin-top: -10px; }
    .body-master.contact .nav .logo img {
      background-color: #fff;
      padding: 25px;
      border-radius: 0 0 16px 16px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); } }
.body-master.contact .main {
  width: 100%;
  position: relative;
  max-width: 100%;
  min-width: auto;
  margin: 0 auto;
  z-index: 1; }
  .body-master.contact .main section {
    width: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    .body-master.contact .main section .section-inner {
      width: 100%;
      position: relative;
      max-width: 1400px;
      min-width: 330px;
      margin: 0 auto; }
      .body-master.contact .main section .section-inner .content-wrapper {
        width: 1200px;
        padding: 0;
        margin: 0 auto;
        position: relative; }
  .body-master.contact .main .header {
    position: relative;
    height: 75vh; }
    .body-master.contact .main .header .bg-image {
      position: absolute;
      right: 0;
      top: 0;
      width: 90%;
      height: 100%;
      background-image: url(../assets/images/full-menu-image.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 4px;
      z-index: 0; }
      .body-master.contact .main .header .bg-image:after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #2dbcbe;
        opacity: .5;
        position: absolute;
        left: 0;
        top: 0;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 4px; }
    .body-master.contact .main .header .section-inner {
      height: 100%; }
      .body-master.contact .main .header .section-inner .content-wrapper {
        height: 100%; }
    .body-master.contact .main .header .header-title {
      position: absolute;
      width: 100%;
      left: 10%;
      bottom: 50px;
      z-index: 1;
      font-size: 80px;
      color: #fff;
      font-family: "Avenir-Black";
      line-height: 1;
      letter-spacing: 2px; }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master.contact .main .header .header-title {
          font-size: 60px; } }
      @media only screen and (max-width: 700px) {
        .body-master.contact .main .header .header-title {
          font-size: 38px; } }
      .body-master.contact .main .header .header-title span {
        font-size: 18px;
        font-family: "Avenir-Light";
        display: block;
        margin-bottom: 20px;
        position: absolute;
        right: 10%;
        bottom: 25px; }
        .body-master.contact .main .header .header-title span:after {
          content: '';
          position: absolute;
          left: -65px;
          transform: translate(0, -50%);
          width: 50px;
          height: 2px;
          background-color: #fff;
          top: 50%; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.contact .main .header .header-title span:after span {
              bottom: -20px; } }
          @media only screen and (max-width: 700px) {
            .body-master.contact .main .header .header-title span:after span {
              bottom: -13px; } }
  .body-master.contact .main .section-2 {
    padding: 100px 0 50px;
    overflow: visible; }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .body-master.contact .main .section-2 {
        padding: 50px 0 150px; } }
    @media only screen and (max-width: 700px) {
      .body-master.contact .main .section-2 {
        padding: 50px 0 150px; } }
    .body-master.contact .main .section-2 .section-inner {
      padding-top: 0;
      position: relative;
      z-index: 1; }
      .body-master.contact .main .section-2 .section-inner .content-wrapper {
        position: relative;
        z-index: 9;
        display: flex;
        align-items: flex-start;
        margin-bottom: 100px; }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master.contact .main .section-2 .section-inner .content-wrapper {
            margin-bottom: 0; } }
        @media only screen and (max-width: 700px) {
          .body-master.contact .main .section-2 .section-inner .content-wrapper {
            flex-direction: column;
            margin-bottom: 0; } }
        .body-master.contact .main .section-2 .section-inner .content-wrapper .listQnA {
          width: 100%;
          margin-bottom: 35px;
          padding-left: 20px; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.contact .main .section-2 .section-inner .content-wrapper .listQnA {
              padding-left: 0; } }
          @media only screen and (max-width: 700px) {
            .body-master.contact .main .section-2 .section-inner .content-wrapper .listQnA {
              padding-left: 5px; } }
          .body-master.contact .main .section-2 .section-inner .content-wrapper .listQnA .Q {
            font-size: 28px;
            color: #2dbcbe;
            font-family: "Avenir-Black";
            line-height: 1.4;
            letter-spacing: 0;
            margin-bottom: 20px; }
            @media only screen and (max-width: 1100px) and (min-width: 700px) {
              .body-master.contact .main .section-2 .section-inner .content-wrapper .listQnA .Q {
                font-size: 24px; } }
            @media only screen and (max-width: 700px) {
              .body-master.contact .main .section-2 .section-inner .content-wrapper .listQnA .Q {
                font-size: 20px; } }
          .body-master.contact .main .section-2 .section-inner .content-wrapper .listQnA .A {
            font-size: 17px;
            color: #b3b7bf;
            font-family: "Avenir-Light";
            line-height: 1.8;
            letter-spacing: 0; }
            .body-master.contact .main .section-2 .section-inner .content-wrapper .listQnA .A ol {
              padding-left: 20px; }
              .body-master.contact .main .section-2 .section-inner .content-wrapper .listQnA .A ol li {
                list-style: lower-alpha;
                padding-left: 15px; }
            .body-master.contact .main .section-2 .section-inner .content-wrapper .listQnA .A ul {
              padding-left: 20px; }
              .body-master.contact .main .section-2 .section-inner .content-wrapper .listQnA .A ul li span {
                margin-left: 20px; }
              .body-master.contact .main .section-2 .section-inner .content-wrapper .listQnA .A ul li:before {
                content: "\2022";
                color: #2dbcbe;
                font-weight: bold;
                display: inline-block;
                width: 1em;
                margin-left: -15px; }
        .body-master.contact .main .section-2 .section-inner .content-wrapper .title {
          text-align: left;
          width: 100%;
          font-size: 48px;
          color: #2A3348;
          font-family: "Avenir-Black";
          line-height: 1.4;
          letter-spacing: 1px;
          width: calc(33.333% - 20px);
          padding-left: 20px; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.contact .main .section-2 .section-inner .content-wrapper .title.subcontact-title {
              font-size: 32px; } }
          @media only screen and (max-width: 700px) {
            .body-master.contact .main .section-2 .section-inner .content-wrapper .title.subcontact-title {
              font-size: 25px; } }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.contact .main .section-2 .section-inner .content-wrapper .title {
              width: 100%;
              padding-left: 5px;
              font-size: 42px; } }
          @media only screen and (max-width: 700px) {
            .body-master.contact .main .section-2 .section-inner .content-wrapper .title {
              width: 100%;
              padding-left: 5px;
              font-size: 38px; } }
        .body-master.contact .main .section-2 .section-inner .content-wrapper .address {
          padding-top: 20px;
          width: 33.333%;
          font-size: 16px;
          color: #b3b7bf;
          font-family: "Avenir-Light";
          line-height: 1.8;
          letter-spacing: 1px; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.contact .main .section-2 .section-inner .content-wrapper .address {
              width: 100%;
              padding-left: 5px; } }
          @media only screen and (max-width: 700px) {
            .body-master.contact .main .section-2 .section-inner .content-wrapper .address {
              width: 100%;
              padding-left: 5px; } }
          .body-master.contact .main .section-2 .section-inner .content-wrapper .address span {
            font-family: "Avenir-Bold";
            color: #2A3348;
            display: block; }
  .body-master.contact .main .section-3 {
    padding: 75px 0;
    margin-top: 175px;
    margin-bottom: 175px;
    overflow: visible; }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .body-master.contact .main .section-3 {
        margin-top: 125px;
        margin-bottom: 125px; } }
    @media only screen and (max-width: 700px) {
      .body-master.contact .main .section-3 {
        margin-top: 75px;
        margin-bottom: 75px; } }
    .body-master.contact .main .section-3 .section-map-wp {
      position: absolute;
      right: 0;
      top: calc(-350px/2);
      height: 350px;
      border-radius: 110px 0 0 110px;
      width: 90%;
      overflow: hidden;
      background-color: #ddd;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05); }
      @media only screen and (max-width: 700px) {
        .body-master.contact .main .section-3 .section-map-wp {
          width: 100%;
          border-radius: 0 50px 0 50px;
          top: calc(-350px/2);
          height: 350px; } }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master.contact .main .section-3 .section-map-wp {
          width: 100%;
          border-radius: 0 50px 0 50px;
          top: calc(-450px/2);
          height: 450px; } }
      .body-master.contact .main .section-3 .section-map-wp #contact-map {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
    .body-master.contact .main .section-3 .section-inner {
      padding-top: 175px; }
      .body-master.contact .main .section-3 .section-inner .content-wrapper .left-panel {
        width: 40%;
        float: left; }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master.contact .main .section-3 .section-inner .content-wrapper .left-panel {
            padding-top: 75px; } }
        @media only screen and (max-width: 700px) {
          .body-master.contact .main .section-3 .section-inner .content-wrapper .left-panel {
            width: 100%;
            float: none; } }
        .body-master.contact .main .section-3 .section-inner .content-wrapper .left-panel .title {
          font-size: 48px;
          color: #2A3348;
          font-family: "Avenir-Black";
          line-height: 1.4;
          letter-spacing: 1px;
          position: relative;
          padding-left: 20px; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.contact .main .section-3 .section-inner .content-wrapper .left-panel .title {
              font-size: 42px; } }
          @media only screen and (max-width: 700px) {
            .body-master.contact .main .section-3 .section-inner .content-wrapper .left-panel .title {
              font-size: 32px; } }
          .body-master.contact .main .section-3 .section-inner .content-wrapper .left-panel .title:after {
            content: '';
            display: none;
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 75px;
            background-color: #fff;
            height: 3px; }
      .body-master.contact .main .section-3 .section-inner .content-wrapper .right-panel {
        width: 60%;
        float: right; }
        @media only screen and (max-width: 700px) {
          .body-master.contact .main .section-3 .section-inner .content-wrapper .right-panel {
            width: 100%;
            float: none; } }
        .body-master.contact .main .section-3 .section-inner .content-wrapper .right-panel .form {
          position: relative;
          width: 100%; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.contact .main .section-3 .section-inner .content-wrapper .right-panel .form {
              margin-top: 75px; } }
          @media only screen and (max-width: 700px) {
            .body-master.contact .main .section-3 .section-inner .content-wrapper .right-panel .form {
              margin-top: 45px; } }
          .body-master.contact .main .section-3 .section-inner .content-wrapper .right-panel .form .form-control {
            width: 100%;
            margin-bottom: 25px; }
            .body-master.contact .main .section-3 .section-inner .content-wrapper .right-panel .form .form-control .input, .body-master.contact .main .section-3 .section-inner .content-wrapper .right-panel .form .form-control .textarea {
              width: 100%;
              padding: 15px 25px;
              border: none;
              outline: none;
              border-radius: 8px;
              background-color: #fff;
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
              font-size: 14px;
              color: #2A3348;
              font-family: "Avenir-Light";
              line-height: 1.4;
              letter-spacing: 0; }
              .body-master.contact .main .section-3 .section-inner .content-wrapper .right-panel .form .form-control .input::-webkit-input-placeholder, .body-master.contact .main .section-3 .section-inner .content-wrapper .right-panel .form .form-control .textarea::-webkit-input-placeholder {
                /* Edge */
                color: #b3b7bf;
                font-family: "Avenir-Light";
                font-size: 14px; }
              .body-master.contact .main .section-3 .section-inner .content-wrapper .right-panel .form .form-control .input:-ms-input-placeholder, .body-master.contact .main .section-3 .section-inner .content-wrapper .right-panel .form .form-control .textarea:-ms-input-placeholder {
                /* Internet Explorer 10-11 */
                color: #b3b7bf;
                font-family: "Avenir-Light";
                font-size: 14px; }
              .body-master.contact .main .section-3 .section-inner .content-wrapper .right-panel .form .form-control .input::placeholder, .body-master.contact .main .section-3 .section-inner .content-wrapper .right-panel .form .form-control .textarea::placeholder {
                color: #b3b7bf;
                font-family: "Avenir-Light";
                font-size: 14px; }
            .body-master.contact .main .section-3 .section-inner .content-wrapper .right-panel .form .form-control .button {
              padding: 8px 25px;
              border: none;
              outline: none;
              border-radius: 8px;
              background-color: #2dbcbe;
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
              font-size: 17px;
              color: #fff;
              font-family: "Avenir-Bold";
              line-height: 1.4;
              letter-spacing: 0;
              cursor: pointer;
              transition: all .32s; }
              .body-master.contact .main .section-3 .section-inner .content-wrapper .right-panel .form .form-control .button:hover {
                background-color: #28a8a9; }

@media only screen and (max-width: 1100px) and (min-width: 700px) {
  .body-master.career .nav .logo {
    margin-top: -10px; }
    .body-master.career .nav .logo img {
      background-color: #fff;
      padding: 25px;
      border-radius: 0 0 16px 16px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); } }
@media only screen and (max-width: 700px) {
  .body-master.career .nav .logo {
    margin-top: -10px; }
    .body-master.career .nav .logo img {
      background-color: #fff;
      padding: 25px;
      border-radius: 0 0 16px 16px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); } }
.body-master.career .main {
  width: 100%;
  position: relative;
  max-width: 100%;
  min-width: auto;
  margin: 0 auto;
  z-index: 1; }
  .body-master.career .main section {
    width: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    .body-master.career .main section .section-inner {
      width: 100%;
      position: relative;
      max-width: 1400px;
      min-width: 330px;
      margin: 0 auto; }
      .body-master.career .main section .section-inner .content-wrapper {
        width: 1200px;
        padding: 0;
        margin: 0 auto;
        position: relative; }
  .body-master.career .main .header {
    position: relative;
    height: 75vh; }
    .body-master.career .main .header .bg-image {
      position: absolute;
      right: 0;
      top: 0;
      width: 90%;
      height: 100%;
      background-image: url(../assets/images/full-menu-image.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 4px;
      z-index: 0; }
      .body-master.career .main .header .bg-image:after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #2dbcbe;
        opacity: .5;
        position: absolute;
        left: 0;
        top: 0;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 4px; }
    .body-master.career .main .header .section-inner {
      height: 100%; }
      .body-master.career .main .header .section-inner .content-wrapper {
        height: 100%; }
    .body-master.career .main .header .header-title {
      position: absolute;
      width: 100%;
      left: 10%;
      bottom: 50px;
      z-index: 1;
      font-size: 80px;
      color: #fff;
      font-family: "Avenir-Black";
      line-height: 1;
      letter-spacing: 2px; }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master.career .main .header .header-title {
          font-size: 60px; } }
      @media only screen and (max-width: 700px) {
        .body-master.career .main .header .header-title {
          font-size: 38px; } }
      .body-master.career .main .header .header-title span {
        font-size: 18px;
        font-family: "Avenir-Light";
        display: block;
        margin-bottom: 20px;
        position: absolute;
        right: 10%;
        bottom: 25px; }
        .body-master.career .main .header .header-title span:after {
          content: '';
          position: absolute;
          left: -65px;
          transform: translate(0, -50%);
          width: 50px;
          height: 2px;
          background-color: #fff;
          top: 50%; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.career .main .header .header-title span:after span {
              bottom: -20px; } }
          @media only screen and (max-width: 700px) {
            .body-master.career .main .header .header-title span:after span {
              bottom: -13px; } }
  .body-master.career .main .section-2 {
    padding: 0 0 50px;
    overflow: visible; }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .body-master.career .main .section-2 {
        padding: 0 0 100px 8px; } }
    @media only screen and (max-width: 700px) {
      .body-master.career .main .section-2 {
        padding: 0 0 50px 8px; } }
    .body-master.career .main .section-2 .section-inner {
      padding-top: 0; }
      .body-master.career .main .section-2 .section-inner .content-wrapper .list {
        width: 100%;
        display: flex;
        align-items: flex-end;
        position: relative;
        padding: 100px 50px 0; }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master.career .main .section-2 .section-inner .content-wrapper .list {
            padding: 50px 0 0;
            align-items: flex-start; } }
        @media only screen and (max-width: 700px) {
          .body-master.career .main .section-2 .section-inner .content-wrapper .list {
            padding: 50px 0 0;
            align-items: flex-start; } }
        .body-master.career .main .section-2 .section-inner .content-wrapper .list:not(:last-child):after {
          content: '';
          background-color: #2dbcbe;
          display: block;
          position: absolute;
          width: 4px;
          height: calc(100% + 130px);
          left: calc(95px - 3px);
          top: -10px;
          transform: translate(0, 0);
          z-index: -1; }
          @media only screen and (max-width: 700px) {
            .body-master.career .main .section-2 .section-inner .content-wrapper .list:not(:last-child):after {
              left: calc(41px - 5px);
              height: calc(100% + 75px); } }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.career .main .section-2 .section-inner .content-wrapper .list:not(:last-child):after {
              left: calc(41px - 5px);
              height: calc(100% + 75px); } }
        .body-master.career .main .section-2 .section-inner .content-wrapper .list .hexagon {
          clip-path: polygon(50% 0%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          background-color: rgba(51, 196, 198, 0.2);
          position: relative;
          height: 100px;
          width: calc(100px - 10px);
          border-radius: 16px;
          overflow: visible; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.career .main .section-2 .section-inner .content-wrapper .list .hexagon {
              width: calc(85px - 10px);
              height: 75px; } }
          @media only screen and (max-width: 700px) {
            .body-master.career .main .section-2 .section-inner .content-wrapper .list .hexagon {
              width: calc(85px - 10px);
              height: 85px; } }
          .body-master.career .main .section-2 .section-inner .content-wrapper .list .hexagon .hexagon-inner {
            position: absolute;
            clip-path: polygon(50% 0%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            height: 85px;
            width: calc(85px - 10px);
            background-color: #2dbcbe;
            border-radius: 16px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            overflow: visible; }
            @media only screen and (max-width: 1100px) and (min-width: 700px) {
              .body-master.career .main .section-2 .section-inner .content-wrapper .list .hexagon .hexagon-inner {
                width: calc(75px - 10px);
                height: 65px; } }
            @media only screen and (max-width: 700px) {
              .body-master.career .main .section-2 .section-inner .content-wrapper .list .hexagon .hexagon-inner {
                width: calc(70px - 10px);
                height: 70px; } }
            .body-master.career .main .section-2 .section-inner .content-wrapper .list .hexagon .hexagon-inner span {
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              font-size: 24px;
              color: #fff;
              font-family: "Avenir-Bold";
              line-height: 0;
              letter-spacing: 0px; }
              @media only screen and (max-width: 1100px) and (min-width: 700px) {
                .body-master.career .main .section-2 .section-inner .content-wrapper .list .hexagon .hexagon-inner span {
                  font-size: 17px; } }
              @media only screen and (max-width: 700px) {
                .body-master.career .main .section-2 .section-inner .content-wrapper .list .hexagon .hexagon-inner span {
                  font-size: 15px; } }
        .body-master.career .main .section-2 .section-inner .content-wrapper .list .text {
          margin-left: 35px;
          width: calc(100% - 35px - 100px); }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.career .main .section-2 .section-inner .content-wrapper .list .text {
              width: 65%; } }
          @media only screen and (max-width: 700px) {
            .body-master.career .main .section-2 .section-inner .content-wrapper .list .text {
              width: 65%; } }
          .body-master.career .main .section-2 .section-inner .content-wrapper .list .text .title {
            font-size: 48px;
            color: #2A3348;
            font-family: "Avenir-Black";
            line-height: 1.4;
            letter-spacing: 1px; }
            @media only screen and (max-width: 1100px) and (min-width: 700px) {
              .body-master.career .main .section-2 .section-inner .content-wrapper .list .text .title {
                font-size: 38px; } }
            @media only screen and (max-width: 700px) {
              .body-master.career .main .section-2 .section-inner .content-wrapper .list .text .title {
                font-size: 28px; } }
          .body-master.career .main .section-2 .section-inner .content-wrapper .list .text .subtitle {
            font-size: 16px;
            color: #b3b7bf;
            font-family: "Avenir-Light";
            line-height: 1.4;
            letter-spacing: 0.8px;
            width: 70%; }
            @media only screen and (max-width: 700px) {
              .body-master.career .main .section-2 .section-inner .content-wrapper .list .text .subtitle {
                font-size: 14px;
                width: 100%; } }
  .body-master.career .main .section-3 {
    padding: 100px 0 100px; }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .body-master.career .main .section-3 {
        padding: 50px 0; } }
    @media only screen and (max-width: 700px) {
      .body-master.career .main .section-3 {
        padding: 25px 0; } }
    .body-master.career .main .section-3 .available-position {
      width: 90%;
      margin-top: 0rem;
      margin-bottom: 25px;
      position: relative; }
      @media only screen and (max-width: 700px) {
        .body-master.career .main .section-3 .available-position {
          width: 100%; } }
      .body-master.career .main .section-3 .available-position-title {
        width: 100%;
        font-family: "Avenir-Regular";
        font-size: 23px;
        line-height: 42.19px;
        color: #2A3348;
        margin-bottom: 10px; }
        @media only screen and (max-width: 700px) {
          .body-master.career .main .section-3 .available-position-title {
            font-size: 20px; } }
      .body-master.career .main .section-3 .available-position .accordion-group {
        display: block;
        margin-bottom: 18px; }
        .body-master.career .main .section-3 .available-position .accordion-group .accordion {
          border: 1px solid rgba(0, 0, 0, 0.07);
          border-radius: 4px;
          overflow: hidden;
          margin-bottom: 5px; }
          .body-master.career .main .section-3 .available-position .accordion-group .accordion-header {
            background: 0 0;
            border-radius: 0;
            border-bottom: 0;
            padding: 15px 20px 7px;
            position: relative;
            color: #2A3348;
            letter-spacing: .06em;
            font-size: 12px;
            z-index: 3;
            min-height: 25px;
            cursor: pointer;
            user-select: none;
            text-transform: uppercase;
            font-family: "Avenir-Black"; }
            .body-master.career .main .section-3 .available-position .accordion-group .accordion-header i {
              font-size: 9px;
              padding: 3px;
              text-align: center;
              background-color: #2A3348;
              color: #fff;
              border-radius: 50px;
              float: right; }
          .body-master.career .main .section-3 .available-position .accordion-group .accordion-body {
            min-height: auto;
            padding: 0 20px 20px;
            transition: all .32s;
            color: #b3b7bf;
            font-family: "Avenir-Light"; }
            .body-master.career .main .section-3 .available-position .accordion-group .accordion-body span.title {
              font-family: "Avenir-Regular";
              margin-bottom: 8px;
              margin-top: 8px;
              font-size: 17px; }
            .body-master.career .main .section-3 .available-position .accordion-group .accordion-body ul {
              padding-left: 20px;
              margin-top: 0;
              font-size: 14px;
              list-style: disc !important; }
              .body-master.career .main .section-3 .available-position .accordion-group .accordion-body ul li {
                list-style: disc !important;
                margin-bottom: 8px; }
              .body-master.career .main .section-3 .available-position .accordion-group .accordion-body ul:not(:first-child) {
                margin-top: 10px;
                margin-bottom: 10px; }
      .body-master.career .main .section-3 .available-position .collapse {
        display: none; }
    @media only screen and (max-width: 700px) {
      .body-master.career .main .section-3 .left-panel {
        float: none !important;
        width: 100% !important; }
        .body-master.career .main .section-3 .left-panel .title {
          font-size: 38px !important; } }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .body-master.career .main .section-3 .left-panel {
        float: none !important;
        width: 100% !important; }
        .body-master.career .main .section-3 .left-panel .title {
          font-size: 42px !important; } }
    @media only screen and (max-width: 700px) {
      .body-master.career .main .section-3 .right-panel {
        float: none !important;
        width: calc(100% - 20px * 3) !important;
        padding: 0 20px !important; }
        .body-master.career .main .section-3 .right-panel p {
          font-size: 14px !important; } }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .body-master.career .main .section-3 .right-panel {
        float: none !important;
        width: calc(100% - 20px * 3) !important;
        padding: 0 20px !important; }
        .body-master.career .main .section-3 .right-panel p {
          font-size: 14px !important; } }
    .body-master.career .main .section-3 .left-panel {
      width: 50%;
      float: left; }
      .body-master.career .main .section-3 .left-panel .title {
        font-size: 48px;
        color: #2A3348;
        font-family: "Avenir-Black";
        line-height: 1.4;
        letter-spacing: 1px;
        position: relative;
        padding-top: 20px;
        padding-left: 20px; }
        .body-master.career .main .section-3 .left-panel .title:after {
          content: '';
          display: none;
          position: absolute;
          left: 0;
          bottom: -10px;
          width: 75px;
          background-color: #7fb9dd;
          height: 3px; }
      .body-master.career .main .section-3 .left-panel .circle-accent {
        height: 250px;
        float: left;
        opacity: .3;
        display: none; }
    .body-master.career .main .section-3 .right-panel {
      width: 50%;
      float: right; }
      .body-master.career .main .section-3 .right-panel p {
        padding-top: 20px;
        font-size: 16px;
        color: #b3b7bf;
        font-family: "Avenir-Light";
        line-height: 1.6;
        letter-spacing: 0.8px; }
  .body-master.career .main .section-3-1 {
    padding: 0 0 100px;
    width: 100%;
    display: flex; }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .body-master.career .main .section-3-1 {
        padding: 50px 0; } }
    @media only screen and (max-width: 700px) {
      .body-master.career .main .section-3-1 {
        padding: 25px 0; } }
    .body-master.career .main .section-3-1 .to-email {
      margin: 0 auto;
      display: flex;
      color: #2A3348; }
      .body-master.career .main .section-3-1 .to-email .icon {
        font-size: 45px; }
  .body-master.career .main .section-4 {
    padding: 50px 0;
    display: none;
    margin-top: 0;
    overflow: visible; }
    @media only screen and (max-width: 1100px) and (min-width: 700px) {
      .body-master.career .main .section-4 {
        margin-top: 125px;
        margin-bottom: 125px; } }
    @media only screen and (max-width: 700px) {
      .body-master.career .main .section-4 {
        margin-top: 75px;
        margin-bottom: 75px; } }
    .body-master.career .main .section-4 .section-map-wp {
      position: absolute;
      display: none;
      right: 0;
      top: calc(-350px/2);
      height: 350px;
      border-radius: 110px 0 0 110px;
      width: 90%;
      overflow: hidden;
      background-color: #ddd;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05); }
      @media only screen and (max-width: 700px) {
        .body-master.career .main .section-4 .section-map-wp {
          width: 100%;
          border-radius: 0 50px 0 50px;
          top: calc(-350px/2);
          height: 350px; } }
      @media only screen and (max-width: 1100px) and (min-width: 700px) {
        .body-master.career .main .section-4 .section-map-wp {
          width: 100%;
          border-radius: 0 50px 0 50px;
          top: calc(-450px/2);
          height: 450px; } }
      .body-master.career .main .section-4 .section-map-wp #contact-map {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
    .body-master.career .main .section-4 .section-inner {
      padding-top: 100px; }
      .body-master.career .main .section-4 .section-inner .content-wrapper .left-panel {
        width: 40%;
        float: left; }
        @media only screen and (max-width: 1100px) and (min-width: 700px) {
          .body-master.career .main .section-4 .section-inner .content-wrapper .left-panel {
            padding-top: 75px; } }
        @media only screen and (max-width: 700px) {
          .body-master.career .main .section-4 .section-inner .content-wrapper .left-panel {
            width: 100%;
            float: none; } }
        .body-master.career .main .section-4 .section-inner .content-wrapper .left-panel .title {
          font-size: 48px;
          color: #2A3348;
          font-family: "Avenir-Black";
          line-height: 1.4;
          letter-spacing: 1px;
          position: relative;
          padding-left: 20px; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.career .main .section-4 .section-inner .content-wrapper .left-panel .title {
              font-size: 42px; } }
          @media only screen and (max-width: 700px) {
            .body-master.career .main .section-4 .section-inner .content-wrapper .left-panel .title {
              font-size: 32px; } }
          .body-master.career .main .section-4 .section-inner .content-wrapper .left-panel .title:after {
            content: '';
            display: none;
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 75px;
            background-color: #fff;
            height: 3px; }
      .body-master.career .main .section-4 .section-inner .content-wrapper .right-panel {
        width: 60%;
        float: right; }
        @media only screen and (max-width: 700px) {
          .body-master.career .main .section-4 .section-inner .content-wrapper .right-panel {
            width: 100%;
            float: none; } }
        .body-master.career .main .section-4 .section-inner .content-wrapper .right-panel .form {
          position: relative;
          width: 100%; }
          @media only screen and (max-width: 1100px) and (min-width: 700px) {
            .body-master.career .main .section-4 .section-inner .content-wrapper .right-panel .form {
              margin-top: 75px; } }
          @media only screen and (max-width: 700px) {
            .body-master.career .main .section-4 .section-inner .content-wrapper .right-panel .form {
              margin-top: 45px; } }
          .body-master.career .main .section-4 .section-inner .content-wrapper .right-panel .form .form-control {
            width: 100%;
            margin-bottom: 25px; }
            .body-master.career .main .section-4 .section-inner .content-wrapper .right-panel .form .form-control .input, .body-master.career .main .section-4 .section-inner .content-wrapper .right-panel .form .form-control .textarea {
              width: 100%;
              padding: 15px 25px;
              border: none;
              outline: none;
              border-radius: 8px;
              background-color: #fff;
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
              font-size: 14px;
              color: #2A3348;
              font-family: "Avenir-Light";
              line-height: 1.4;
              letter-spacing: 0; }
              .body-master.career .main .section-4 .section-inner .content-wrapper .right-panel .form .form-control .input::-webkit-input-placeholder, .body-master.career .main .section-4 .section-inner .content-wrapper .right-panel .form .form-control .textarea::-webkit-input-placeholder {
                /* Edge */
                color: #b3b7bf;
                font-family: "Avenir-Light";
                font-size: 14px; }
              .body-master.career .main .section-4 .section-inner .content-wrapper .right-panel .form .form-control .input:-ms-input-placeholder, .body-master.career .main .section-4 .section-inner .content-wrapper .right-panel .form .form-control .textarea:-ms-input-placeholder {
                /* Internet Explorer 10-11 */
                color: #b3b7bf;
                font-family: "Avenir-Light";
                font-size: 14px; }
              .body-master.career .main .section-4 .section-inner .content-wrapper .right-panel .form .form-control .input::placeholder, .body-master.career .main .section-4 .section-inner .content-wrapper .right-panel .form .form-control .textarea::placeholder {
                color: #b3b7bf;
                font-family: "Avenir-Light";
                font-size: 14px; }
            .body-master.career .main .section-4 .section-inner .content-wrapper .right-panel .form .form-control .button {
              padding: 8px 25px;
              border: none;
              outline: none;
              border-radius: 8px;
              background-color: #2dbcbe;
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
              font-size: 17px;
              color: #fff;
              font-family: "Avenir-Bold";
              line-height: 1.4;
              letter-spacing: 0;
              cursor: pointer;
              transition: all .32s; }
              .body-master.career .main .section-4 .section-inner .content-wrapper .right-panel .form .form-control .button:hover {
                background-color: #28a8a9; }



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