body {
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
  }
  
  .squashheader-menureply ul.main-menu li a:hover,
  .squashheader-menureply ul.main-menu li:hover a,
  .squashpage-contentreply a:hover {
    color: #d26de8;
  }
  
  .squashheader-menureply ul.main-menu li a:hover,
  .squashheader-menureply ul.main-menu li:hover a {
    border-bottom: 2px solid #d26de8;
  }
  
  
  .squashpage-contentreply a,
  .squashpage-contentreply ul li:before {
    color: #ff6687;
  }
  
  
  .squashheader-heightreply .squashheader-wrapreply {
    background-color: #ffffff;
  }
  
  .squashheader-heightreply .squashheader-logo-insreply:after {
    background-color: #f8f9fc;
  }
  
  .squashheader-heightreply .squashheader-logoreply a {
    color: #6c7173;
  }
  
  .squashheader-heightreply .squashheader-menureply ul.main-menu li,
  .squashheader-heightreply .squashheader-menureply ul.main-menu li a {
    color: #5c5c5c;
  }
  
  .squashheader-heightreply .squashmobile-menu-iconreply div {
    background-color: #5c5c5c;
  }
  
  .squashheader-heightreply .squashheader-menureply ul.main-menu li a:hover,
  .squashheader-heightreply .squashheader-menureply ul.main-menu li:hover a {
    color: #d26de8;
    border-bottom: 2px solid #d26de8;
  }
  
  .squashmobile-menureply .squashmobile-menu-blockreply {
    background-color: #ffffff;
  }
  
  .squashmobile-menureply .squashmobile-menu-copyreply {
    border-top: 1px solid #f8f9fc;
  }
  
  .squashmobile-menureply .squashmobile-menu-copyreply {
    color: #a6afb0;
  }
  
  .squashmobile-menureply .squashmobile-menu-copyreply a {
    color: #a6afb0;
  }
  
  .squashmobile-menureply .squashmobile-menu-copyreply a:hover {
    color: #5c5c5c;
  }
  
  .squashmobile-menureply .squashmobile-menu-headerreply a {
    color: #6c7173;
  }
  
  .squashmobile-menureply .squashmobile-menu-listreply ul li {
    color: #5c5c5c;
  }
  
  .squashmobile-menureply .squashmobile-menu-listreply ul li a {
    color: #5c5c5c;
  }
  
  .squashmobile-menureply .squashclose-iconreply .to-right,
  .squashmobile-menureply .squashclose-iconreply .to-left {
    background-color: #5c5c5c;
  }
  
  .is-style-outline > :where(.wp-block-button__link),
  :where(.wp-block-button__link).is-style-outline {
  border: 2px solid;
  padding: 0.667em 1.333em;
  }
  :where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
  }
  @supports (-webkit-touch-callout: inherit) {
  }
  @supports (position: sticky) {
  }
  @supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none) {
  }
  ul {
  box-sizing: border-box;
  }
  .wp-block-navigation:where(:not([class*='has-text-decoration'])) a,
  .wp-block-navigation:where(:not([class*='has-text-decoration'])) a:active,
  .wp-block-navigation:where(:not([class*='has-text-decoration'])) a:focus {
  text-decoration: none;
  }
  .wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container) {
  background-color: inherit;
  color: inherit;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: normal;
  opacity: 0;
  transition: opacity 0.1s linear;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -1px;
  top: 100%;
  }
  .wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container)
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1;
  }
  .wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container)
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content
  .wp-block-navigation__submenu-icon {
  margin-right: 0;
  margin-left: auto;
  }
  .wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container)
  .wp-block-navigation-item__content {
  margin: 0;
  }
  @media (min-width: 782px) {
  .wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container)
  .wp-block-navigation__submenu-container {
  left: 100%;
  top: -1px;
  }
  .wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container)
  .wp-block-navigation__submenu-container:before {
  content: '';
  position: absolute;
  right: 100%;
  height: 100%;
  display: block;
  width: 0.5em;
  background: transparent;
  }
  .wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container)
  .wp-block-navigation__submenu-icon {
  margin-right: 0.25em;
  }
  .wp-block-navigation
  .has-child
  :where(.wp-block-navigation__submenu-container)
  .wp-block-navigation__submenu-icon
  svg {
  transform: rotate(-90deg);
  }
  }
  .wp-block-navigation
  .has-child:where(:not(.open-on-click)):hover
  > .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
  }
  .wp-block-navigation
  .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within
  > .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
  }
  .wp-block-navigation:where(.has-background),
  .wp-block-navigation:where(.has-background)
  .wp-block-navigation
  .wp-block-page-list,
  .wp-block-navigation:where(.has-background) .wp-block-navigation__container {
  gap: inherit;
  }
  .wp-block-navigation:where(.has-background) .wp-block-navigation-item__content,
  .wp-block-navigation
  :where(.wp-block-navigation__submenu-container)
  .wp-block-navigation-item__content {
  padding: 0.5em 1em;
  }
  .has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
  }
  :where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
  }
  .wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
  }
  .wp-block-post-comments-form[style*='font-weight']
  :where(.comment-reply-title) {
  font-weight: inherit;
  }
  .wp-block-post-comments-form[style*='font-family']
  :where(.comment-reply-title) {
  font-family: inherit;
  }
  .wp-block-post-comments-form[class*='-font-size'] :where(.comment-reply-title),
  .wp-block-post-comments-form[style*='font-size'] :where(.comment-reply-title) {
  font-size: inherit;
  }
  .wp-block-post-comments-form[style*='line-height']
  :where(.comment-reply-title) {
  line-height: inherit;
  }
  .wp-block-post-comments-form[style*='font-style'] :where(.comment-reply-title) {
  font-style: inherit;
  }
  .wp-block-post-comments-form[style*='letter-spacing']
  :where(.comment-reply-title) {
  letter-spacing: inherit;
  }
  .wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
  }
  @supports (position: sticky) {
  }
  :root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
  }
  html :where(.has-border-color),
  html :where([style*='border-width']) {
  border-style: solid;
  }
  html :where(img[class*='wp-image-']) {
  height: auto;
  max-width: 100%;
  }
  
  html,
  body,
  div,
  span,
  h1,
  h2,
  a,
  img,
  ul,
  li,
  table,
  tbody,
  tr,
  td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  }
  ul {
  list-style: none;
  }
  p {
  text-align: justify;
  }
  table {
  border-collapse: collapse;
  border-spacing: 0;
  }
  html {
  overflow-x: hidden;
  box-sizing: border-box;
  }
  *,
  *:before,
  *:after {
  box-sizing: inherit;
  }
  body {
  min-width: 320px;
  background-color: #ffffff;
  color: #6d707e;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  }
  ::-webkit-input-placeholder {
  color: #6c7173;
  }
  :-ms-input-placeholder {
  color: #6c7173;
  }
  ::-moz-placeholder {
  color: #6c7173;
  opacity: 1;
  }
  :-moz-placeholder {
  color: #6c7173;
  opacity: 1;
  }
  :focus::-webkit-input-placeholder,
  :focus::-moz-placeholder,
  :focus:-moz-placeholder,
  :focus:-ms-input-placeholder {
  color: transparent;
  }
  h1,
  h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  -webkit-backface-visibility: hidden;
  color: #5c5c5c;
  text-align:center;
  }
  h1 {
  font-size: 3.157em;
  line-height: 1.2em;
  }
  h2 {
  font-size: 2.369em;
  line-height: 1.2em;
  }
  img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  }
  :active,
  :hover,
  :focus {
  outline: 0 !important;
  outline-offset: 0 !important;
  }
  a,
  a:visited {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  }
  a:hover {
  text-decoration: none;
  }
  a:active,
  a:focus {
  outline: none;
  }
  div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  }
  div::-webkit-scrollbar {
  width: 0;
  }
  .squashwrapperreply {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  }
  .squashpage-wrapperreply {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  }
  .squashheader-insreply:after {
  content: '';
  display: table;
  clear: both;
  }
  .squashboxreply {
  background-color: #ffffff;
  }
  .relative {
  position: relative;
  }
  .absolute {
  position: absolute;
  }
  .fixed {
  position: fixed;
  }
  .left {
  float: left;
  }
  .right {
  float: right;
  }
  .text-center {
  text-align: center;
  }
  .box-100 {
  width: 100%;
  }
  .box-25 {
  width: 25%;
  }
  .box-50 {
  width: 50%;
  }
  .box-75 {
  width: 75%;
  }
  .squashclose-iconreply {
  top: 0;
  right: 0;
  width: 20px;
  height: 21px;
  cursor: pointer;
  }
  .squashclose-iconreply .to-right {
  top: 10px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #a6afb0;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  }
  .squashclose-iconreply .to-left {
  top: 10px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #a6afb0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  }
  .squashheader-heightreply {
  min-height: 80px;
  }
  .squashheader-wrapreply {
  width: 100%;
  background-color: #ffffff;
  z-index: 20;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  }
  .squashheaderreply {
  width: 100%;
  min-height: 80px;
  }
  .squashheader-logo-insreply {
  margin: 5px 15px 0;
  position: relative;
  }
  .squashheader-logo-insreply:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  right: 0;
  top: 25px;
  background-color: #f0f3f5;
  }
  .squashheader-logoreply a {
  padding-top: 15px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #6c7173;
  line-height: 0;
  }
  .squashheader-menureply ul.main-menu li {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  color: #6c7173;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  }
  .squashheader-menureply ul.main-menu li:last-child {
  margin-right: 0;
  }
  .squashheader-menureply ul.main-menu li a {
  font-family: 'Roboto', sans-serif;
  color: #5c5c5c;
  text-decoration: none;
  font-weight: 400;
  padding: 31px 16px;
  border-bottom: 2px solid transparent;
  display: block;
  }
  .squashheader-menureply ul.main-menu li a:hover,
  .squashheader-menu ul.main-menu li:hover a {
  color: #d26de8;
  border-bottom: 2px solid #d26de8;
  }
  .squashmobile-menu-iconreply {
  width: 24px;
  top: 20px;
  right: 0;
  cursor: pointer;
  overflow: hidden;
  display: none;
  }
  .squashmobile-menu-iconreply div:nth-child(1) {
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #6c7173;
  margin-bottom: 4px;
  }
  .squashmobile-menu-iconreply div:nth-child(2) {
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #6c7173;
  margin-bottom: 4px;
  }
  .squashmobile-menu-iconreply div:nth-child(3) {
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #6c7173;
  }
  .squashmobile-menureply {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(45, 52, 54, 0.95);
  z-index: 100000;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  width: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  }
  .squashmobile-menureply.active{
    opacity: 1;
    visibility: visible;
  }
  .squashmobile-menu-blockreply {
  overflow-y: auto;
  width: 100%;
  max-width: 320px;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  }
  .squashmobile-menu-block-insreply {
  padding: 45px 30px;
  }
  .squashmobile-menu-headerreply {
  overflow: hidden;
  margin-bottom: 45px;
  }
  .squashmobile-menu-headerreply a {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 0;
  color: #6c7173;
  }
  .squashmobile-menu-close-buttonreply {
  top: 20px;
  right: 20px;
  }
  .squashmobile-menu-listreply {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  }
  .squashmobile-menu-listreply ul {
  width: 100%;
  position: relative;
  }
  .squashmobile-menu-listreply ul li {
  width: 100%;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  color: #6c7173;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  }
  .squashmobile-menu-listreply ul li ul li:first-child {
  margin-top: 0;
  }
  .squashmobile-menu-listreply ul li a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  color: #6c7173;
  }
  .squashmobile-menu-copyreply {
  margin-top: 60px;
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.45em;
  color: #a6afb0;
  }
  .squashmobile-menu-copyreply a {
  color: #a6afb0;
  }
  .squashtitle-boxreply {
  background-color: #f1f3f4;
  }
  .squashtitle-box-h1reply {
  margin: 0 15px;
  }
  .squashtitle-box-h1reply h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 3.157em;
  line-height: 1.1em;
  color: #5c5c5c;
  text-align: center;
  }
  .squashtitle-box-h1reply a {
  display: block;
  margin-bottom: 20px;
  }
  .squashpage-contentreply.page-template {
  margin-bottom: 60px;
  }
  .squashpage-section-insreply {
  padding-top: 41px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  }
  .squashpage-content-wrapreply {
  margin: 0 15px;
  }
  .squashpage-contentreply {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.65em;
  color: #6d707e;
  }
  .squashpage-contentreply a {
  color: #ff6687;
  text-decoration: underline;
  }
  .squashpage-contentreply a:hover {
  color: #d26de8;
  }
  .squashpage-contentreply h2 {
  margin: 23.2px 0;
  }
  .squashpage-contentreply table {
  width: 100%;
  margin: 1.45em 0 2.9em;
  }
  .squashpage-contentreply table tr {
  border-bottom: 1px solid #f3f3f3;
  }
  .squashpage-contentreply table tbody tr td {
  padding: 10px 15px;
  }
  .squashpage-contentreply ul {
  margin-bottom: 1.45em;
  margin-left: 30px;
  list-style-type:"✔️ ";
  padding-left: 52px;
  }
  .squashpage-contentreply ul li {
  padding: 5px;
  }
  .squashpage-contentreply ul {
  margin-left: 0;
  }
  .squashpage-contentreply ul li {
  padding: 5px;
  position: relative;
  }
  .squashfooterreply {
  overflow: hidden;
  }
  .squashfooter-insreply {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1170px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  }
  .squashfooter-copyreply {
  padding: 30px 0;
  background-color: #595959;
  }
  .squashfooter-copy-leftreply {
  color: #ffffff;
  font-size: 0.75em;
  line-height: 1.25em;
  font-weight: 400;
  }
  .squashfooter-copy-leftreply a {
  color: #ffffff;
  text-decoration: underline;
  }
  .squashfooter-copy-leftreply a:hover {
  text-decoration: underline;
  }
  .language-select {
  position: relative;
  top: 19px;
  right: 50px;
  }
  .language-select ul {
  margin: 0;
  list-style: none;
  background: #eff1f1;
  cursor: pointer;
  }
  .language-select ul:first-child {
  padding: 5px;
  border-radius: 10px;
  }
  .language-select ul:nth-child(2) {
  display: none;
  padding: 0 5px 5px;
  border-radius: 0 0 10px 10px;
  }
  .language-select ul img {
  display: block;
  transition: all 0.3s ease-in-out;
  }
  .language-select ul img:hover {
  opacity: 0.8;
  }
  .language-select li {
  margin: 0;
  }
  .language-select li img {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 30px;
  border-radius: 5px;
  }
  .language-select li svg {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 8px 0;
  }
  .language-select li:not(:first-child) {
  margin-top: 5px;
  }
  .language-select:hover li.active svg {
  transform: rotate(-180deg);
  margin-bottom: 4px;
  }
  .language-select:hover ul:first-child {
  border-radius: 10px 10px 0;
  }
  .language-select:hover ul:nth-child(2) {
  position: absolute;
  z-index: 1000;
  right: 0;
  display: block;
  }
  @media (max-width: 1199px) {
  .language-select {
  top: 10px;
  right: 90px;
  }
  }
  @media screen and (max-width: 1199px) and (min-width: 1025px) {
  .squashheader-heightreply {
  min-height: 60px;
  }
  .squashheaderreply {
  min-height: 60px;
  }
  .squashheader-logo-insreply:after {
  background-color: transparent !important;
  }
  .squashheader-logoreply {
  width: 66.66666666%;
  }
  .squashheader-logoreply a {
  padding-top: 5px;
  }
  .squashheader-menureply {
  width: 33.33333333%;
  }
  .squashheader-menureply ul.main-menu {
  display: none;
  }
  .squashmobile-menu-iconreply {
  display: block;
  top: 20px;
  right: 15px;
  }
  .squashfooter-insreply {
  padding-left: 15px;
  padding-right: 15px;
  }
  }
  @media screen and (max-width: 1024px) and (min-width: 992px) {
  .squashcontent-sectionreply {
  width: 100%;
  float: none;
  margin-bottom: 60px;
  }
  .squashheader-heightreply {
  min-height: 60px;
  }
  .squashheaderreply {
  min-height: 60px;
  }
  .squashheader-logo-insreply:after {
  background-color: transparent !important;
  }
  .squashheader-logoreply {
  width: 66.66666666%;
  }
  .squashheader-logoreply a {
  padding-top: 5px;
  }
  .squashheader-menureply {
  width: 33.33333333%;
  }
  .squashheader-menureply ul.main-menu {
  display: none;
  }
  .squashmobile-menu-iconreply {
  display: block;
  top: 20px;
  right: 15px;
  }
  .squashtitle-box-insreply {
  padding: 45px 0;
  }
  .squashtitle-box-h1reply h1 {
  font-size: 2.369em;
  }
  .squashfooter-insreply {
  padding-left: 15px;
  padding-right: 15px;
  }
  .squashfooter-copyreply {
  padding: 30px 0;
  }
  .squashfooter-copy-leftreply {
  width: 100%;
  float: none;
  margin-bottom: 15px;
  text-align: center;
  }
  .squashfooter-copy-menureply {
  width: 100%;
  float: none;
  }
  }
  @media screen and (max-width: 991px) and (min-width: 768px) {
  .squashcontent-sectionreply {
  width: 100%;
  float: none;
  margin-bottom: 60px;
  }
  .squashheader-heightreply {
  min-height: 60px;
  }
  .squashheader {
  min-height: 60px;
  }
  .squashheader-logo-insreply:after {
  background-color: transparent !important;
  }
  .squashheader-logoreply {
  width: 66.66666666%;
  }
  .squashheader-logoreply a {
  padding-top: 5px;
  }
  .squashheader-menureply {
  width: 33.33333333%;
  }
  .squashheader-menureply ul.main-menu {
  display: none;
  }
  .squashmobile-menu-iconreply {
  display: block;
  top: 20px;
  right: 15px;
  }
  .squashtitle-box-insreply {
  padding: 45px 0;
  }
  .squashtitle-box-h1reply h1 {
  font-size: 2.369em;
  }
  .squashfooter-insreply {
  padding-left: 15px;
  padding-right: 15px;
  }
  .squashfooter-copyreply {
  padding: 30px 0;
  }
  .squashfooter-copy-leftreply {
  width: 100%;
  float: none;
  margin-bottom: 15px;
  text-align: center;
  }
  .squashfooter-copy-menureply {
  width: 100%;
  float: none;
  }
  }
  @media screen and (max-width: 767px) and (min-width: 480px) {
  h2 {
  font-size: 1.777em;
  }
  .squashcontent-sectionreply {
  width: 100%;
  float: none;
  margin-bottom: 60px;
  }
  .squashheader-heightreply {
  min-height: 60px;
  }
  .squashheaderreply {
  min-height: 60px;
  }
  .squashheader-logo-insreply:after {
  background-color: transparent !important;
  }
  .squashheader-logoreply {
  width: 66.66666666%;
  }
  .squashheader-logoreply a {
  padding-top: 5px;
  }
  .squashheader-menureply {
  width: 33.33333333%;
  }
  .squashheader-menureply ul.main-menu {
  display: none;
  }
  .squashmobile-menu-iconreply {
  display: block;
  top: 20px;
  right: 15px;
  }
  .squashtitle-box-insreply {
  padding: 45px 0;
  }
  .squashtitle-box-h1reply h1 {
  font-size: 1.777em;
  }
  .squashfooter-insreply {
  padding-left: 15px;
  padding-right: 15px;
  }
  .squashfooter-copyreply {
  padding: 30px 0;
  }
  .squashfooter-copy-leftreply {
  width: 100%;
  float: none;
  margin-bottom: 15px;
  text-align: center;
  }
  .squashfooter-copy-menureply {
  width: 100%;
  float: none;
  }
  }
  @media screen and (max-width: 479px) {
  h2 {
  font-size: 1.777em;
  }
  .squashcontent-sectionreply {
  width: 100%;
  float: none;
  margin-bottom: 60px;
  }
  .squashheader-heightreply {
  min-height: 60px;
  }
  .squashheaderreply {
  min-height: 60px;
  }
  .squashheader-logo-insreply:after {
  background-color: transparent !important;
  }
  .squashheader-logoreply {
  width: 66.66666666%;
  }
  .squashheader-logoreply a {
  padding-top: 5px;
  }
  .squashheader-menureply {
  width: 33.33333333%;
  }
  .squashheader-menureply ul.main-menu {
  display: none;
  }
  .squashmobile-menu-iconreply {
  display: block;
  top: 20px;
  right: 15px;
  }
  .squashtitle-box-insreply {
  padding: 30px 0 15px;
  }
  .squashtitle-box-h1reply h1 {
  font-size: 1.777em;
  }
  .squashpage-section-insreply {
  padding-top: 30px;
  }
  .squashfooter-insreply {
  padding-left: 15px;
  padding-right: 15px;
  }
  .squashfooter-copyreply {
  padding: 30px 0;
  }
  .squashfooter-copy-leftreply {
  width: 100%;
  float: none;
  margin-bottom: 15px;
  text-align: center;
  }
  .squashfooter-copy-menureply {
  width: 100%;
  float: none;
  }
  }
  .main-menu li{
  position: relative; 
  }
  .main-menu li ul{
  position: absolute;
  top: 45px; 
  left: 0;
  right: 0;
  filter: drop-shadow(0 4px 12px rgba(10,36,66,.1));
  background: #ffffff;
  display: none;
  }
  
  .main-menu li:hover  ul {
  display: block;
  }
  .main-menu li ul li{
  width: 100%;
  }
  .squashheader-menureply ul.main-menu li ul li a{
  width: 100%;
  padding: 10px;
  }
  .squashpage-contentreply table{
  width: 100%;
  margin: 1.45em 0 2.9em;
  }
  .squashpage-contentreply table tr {
  border-bottom: 1px solid #f3f3f3;
  }
  .squashpage-contentreply table tbody tr td {
  padding: 10px 15px;
  }
  .squashpage-contentreply a.ref-btn{
  background: #e7634d;
  padding: 10px 24px;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  }
  .guide-mobile-menu.active {
    opacity: 1;
    visibility: visible;
  }
.squashpage-contentreply table td,th {
	vertical-align: middle;border-collapse: collapse;border-style: solid;border-width: 1px;
}
@media screen and (max-width: 750px) {
	.squashpage-contentreply table td,th {
		vertical-align: middle;display: flex;
	}
}
