*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid , 
.header_container,
.footer_container,
.page-center,
.container
{
  margin: 0 auto;
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width:100%;
}

.dnd-section .dnd-column {
  padding: 0 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'IDT Sans';
  src: url('https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/IDT_Corporation_February2023/fonts/IDTSans-Rg.eot') format('embedded-opentype'),
    url(https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/raw_assets/public/IDT_Corporation_February2023/fonts/IDTSans-Rg.ttf),
    url(https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/raw_assets/public/IDT_Corporation_February2023/fonts/IDTSans-Rg.woff),
    url(https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/raw_assets/public/IDT_Corporation_February2023/fonts/IDTSans-Rg.woff2);
  font-weight: 400;
  font-style: normal;
  font-display: fallback; 
}

@font-face {
  font-family: 'IDT Sans';
  src: url('https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/IDT_Corporation_February2023/fonts/IDTSans-Normal.eot') format('embedded-opentype'),
    url(https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/raw_assets/public/IDT_Corporation_February2023/fonts/IDTSans-Normal.ttf),
    url(https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/raw_assets/public/IDT_Corporation_February2023/fonts/IDTSans-Normal.woff),
    url(https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/raw_assets/public/IDT_Corporation_February2023/fonts/IDTSans-Normal.woff2);
  font-weight: 500;
  font-style: normal;
  font-display: fallback; 
}

@font-face {
  font-family: 'IDT Sans';
  src: url('https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/IDT_Corporation_February2023/fonts/IDTSans-DmBd.eot') format('embedded-opentype'),
    url(https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/raw_assets/public/IDT_Corporation_February2023/fonts/IDTSans-DmBd.ttf),
    url(https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/raw_assets/public/IDT_Corporation_February2023/fonts/IDTSans-DmBd.woff),
    url(https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/raw_assets/public/IDT_Corporation_February2023/fonts/IDTSans-DmBd.woff2);
  font-weight: 600;
  font-style: normal;
  font-display: fallback; 
}

@font-face {
  font-family: 'IDT Sans';
  src: url('https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/IDT_Corporation_February2023/fonts/IDTSans-Bd.eot') format('embedded-opentype'),
    url(https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/raw_assets/public/IDT_Corporation_February2023/fonts/IDTSans-Bd.ttf),
    url(https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/raw_assets/public/IDT_Corporation_February2023/fonts/IDTSans-Bd.woff),
    url(https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/raw_assets/public/IDT_Corporation_February2023/fonts/IDTSans-Bd.woff2);
  font-weight: 700;
  font-style: normal;
  font-display: fallback; 
}


body {
  line-height: 1.75;
  word-break: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}


:root {
  font-size: 16px
}

@media (min-width: 321px) and (max-width: 1441px){
  :root {
    font-size: calc(14px + (16 - 14) * ((100vw - 321px) / (1441 - 321)))
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1rem;
}

/* Labels */

form label {
  font-size: 1.25rem;
  color: rgba(0,0,0,.5);
  line-height: 2.25;
  display: inline-block;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  border: 1px solid #d4d4d4;
  border-radius: 1rem;
  background: #fff;
  font-size: 1.25rem;
  padding: 0.75rem 1.5rem;
  color: #666;
  line-height: 1.7;
  width: 100%;
  outline: 0;
  box-shadow: 0 0 0 3px rgb(253 205 0 / 0%);
  transition: box-shadow 250ms ease-out;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #de3339;
}

.hs-input.invalid.error {
  border-color: #dc3232;
}

.hs-error-msg {
  color: #dc3232;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: #fff;
  border: 1px solid transparent;
  padding: 0.75rem 2rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  box-shadow: 0 12px 16px 0 rgb(51 51 51 / 4%), 0 4px 8px 0 rgb(51 51 51 / 8%);
  transition: box-shadow 250ms ease-out;
}

form input[type=submit]:hover,
form .hs-button:hover{
  box-shadow: 0 12px 16px 0 rgb(51 51 51 / 10%), 0 8px 12px 0 rgb(51 51 51 / 10%);
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  box-shadow: 0 0 0 3px rgb(24 153 213 / 50%) !important;
}

.hs-error-msg,
label.hs-main-font-element,
ul.no-list.hs-error-msgs label{
  color: #dc3232;
  margin-top: 0.35rem;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  padding: 10px 7px;
}

.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt,
.body-container .submitted-message,.blog-comments form,
.widget-type-email_simple_subscription,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset,
.widget-type-password_prompt{
  background-color: #fffae4;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  display:block;
  padding: 20px;
  max-width:700px;
}

form {
  margin-bottom: 25px;
}

form a.hs-button.large.primary , form a.hs-button.primary {
  margin: 1rem 0;
}

.body-container-wrapper .widget-type-form {
    background-color: transparent!important;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.custom-header {
  position: sticky;
  background-color: #fff;
  top: 0;
  transform: translateY(0);
  will-change: transform;
  transition: transform 150ms ease-out;
  z-index: 4;
  padding: 1.25rem 0;
  width: 100%;
  position: fixed;
}
.header-hide header.custom-header {
  transform: translateY(-100%);
}
.fixed .header-logo img {
 margin-bottom: -9px;
    transform: scale(.8) translateY(0.5rem);
}
.fixed.header-show header.custom-header {
  transform: translateY(-3rem);
  padding-bottom: 1.4rem;
  padding-top: 1.7rem;
  box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
}
.inner-header {
  align-items: center;
  justify-content: space-between;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1*var(--bs-gutter-y));
  margin-right: calc(-.5*var(--bs-gutter-x));
  margin-left: calc(-.5*var(--bs-gutter-x));
}

.header-logo {
  flex: 0 0 auto;
  width: 8.33333333%;
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  margin-top: var(--bs-gutter-y);
}

.header-menu-wrap {
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  margin-top: var(--bs-gutter-y);
  flex: 1 0 0%;
}

.header-logo img {
  transform: scale(1);
  transform-origin: bottom;
  transition: all 250ms ease-out;
  display: block;
  height: 70px;
}

.top-header-menu {
    margin-bottom: 1rem;
    opacity: 1;
    display: flex;
    position: relative;
    transition: opacity .25s ease-out;
    will-change: opacity;
    z-index: 3;
    flex-direction: row-reverse;
}

.top-header-menu .hs-menu-wrapper>ul , .main-header-menu .hs-menu-wrapper>ul {
  display: flex;
  column-gap: 2rem;
  justify-content: flex-end;
}

.top-header-menu .hs-menu-wrapper>ul>li {
  text-transform: capitalize;
  letter-spacing: unset;
  font-size: .875rem;
  font-weight: 500;
  position: relative;
}

.top-header-menu .hs-menu-wrapper>ul>li>a ,.main-header-menu .hs-menu-wrapper>ul>li>a {
  color: #333;
}

.top-header-menu .hs-menu-wrapper>ul ul li , .main-header-menu .hs-menu-wrapper>ul ul li {
  display: flex;
  width: 100%;
  font-size: .975rem;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
}


.top-header-menu .hs-menu-wrapper>ul ul li a , .main-header-menu .hs-menu-wrapper>ul ul li a {
  line-height: 1;
  width: 100%;
  display: block;
  padding: 1.2rem 1rem;
  color: #333;
}


.top-header-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  display: inline-block;
  content: " ";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJtMTIgOC4yNS02IDUuNjI1IDIgMS44NzVMMTIgMTJsNCAzLjc1IDItMS44NzV6IiBmaWxsPSIjMUQyMDM5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  width: 1rem;
  height: 1rem;
  opacity: .65;
  transform: rotate(90deg) translate(2px,0);
  will-change: transform;
  transition: all 250ms ease-out;
  margin-left: 0.2rem;
}
.main-header-menu .hs-menu-wrapper>ul>li.active>a:before,
.top-header-menu .hs-menu-wrapper>ul>li.active>a:before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: " ";
  height: 2px;
  border-radius: 3px;
  background-color: #1898d5;
}
.main-header-menu .hs-menu-wrapper>ul>li{
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  position: relative;
}
.top-header-menu .hs-menu-wrapper>ul>li.nav-active>a:after {
  transform: rotate(180deg) translate(1px,-1px)!important;
}
.main-header-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  display: inline-block;
  content: " ";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJtMTIgOC4yNS02IDUuNjI1IDIgMS44NzVMMTIgMTJsNCAzLjc1IDItMS44NzV6IiBmaWxsPSIjMUQyMDM5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  width: 1rem;
  height: 1rem;
  transform: rotate(90deg) translate(1px,0);
  opacity: .65;
  will-change: transform;
  transition: all 250ms ease-out;
  margin-left: 0.2rem;
}

.main-header-menu .hs-menu-wrapper>ul>li:hover.hs-item-has-children>a:after {
  transform: rotate(180deg) translate(2px,-4px);
  opacity: 1;
}

.mobile-menu-icon {
  display:none;
}

/* media query */

@media(min-width:768px){
  .top-header-menu .hs-menu-wrapper>ul ul , .main-header-menu .hs-menu-wrapper>ul ul {
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 50%;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 10px 14px rgb(0 0 0 / 6%);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) scaleY(.8);
    transform-origin: top;
    will-change: opacity,transform;
    transition: opacity 150ms ease-out,transform 250ms ease-out;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    min-width: 100%;
  }

  .top-header-menu .hs-menu-wrapper>ul>li:hover ul , .main-header-menu .hs-menu-wrapper>ul>li:hover ul {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
  }

  .top-header-menu .hs-menu-wrapper>ul ul li:hover , .main-header-menu .hs-menu-wrapper>ul ul li:hover{
    background-color: #f2f4f6;
  }

  .top-header-menu .hs-menu-wrapper>ul ul li:first-child , .main-header-menu .hs-menu-wrapper>ul ul li:first-child {
    border-radius: 0.5rem 0.5rem 0 0;
  }

  .top-header-menu .hs-menu-wrapper>ul>li:hover.hs-item-has-children>a:after {
    transform: rotate(180deg) translate(2px,-4px);
    opacity: 1;
  }

}

@media(max-width:767px){
  header.custom-header {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    overflow: hidden;
    transition: all 250ms ease-out;
    background-color: #fff;
    padding: 0.5rem 0;
  }

  .header-menu-wrap {
    display: block;
  }

  .header-logo img {
    height: 3.7rem !important;
    transform: translateY(3px);
  }

  .mobile-menu-icon {
    display: block;
    width: 1.125rem;
    height: 1rem;
    padding: 1rem;
    position: absolute;
    z-index: 2;
    top: 1.3rem;
    right: 1.15rem;
    cursor: pointer;
    z-index: 9;
    margin-top: 5px;
  }

  .mobile-menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 1.125rem;
    background: #333;
    opacity: 1;
    right: 0;
    will-change: transform;
    transform: rotate(0);
    transition: all 150ms ease-out;
  }

  .mobile-menu-icon span:first-child {
    top: 4px;
    transform-origin: left center;
  }

  .mobile-menu-icon span:nth-child(2) {
    width: 0.7rem;
    top: 9px;
    transform-origin: left center;
  }

  .mobile-menu-icon span:last-child {
    top: 14px;
    transform-origin: left center;
  }

  .custom-header.open-menu {
    background-color: #333;
    height: 100vh;
    overflow-y: auto;
  }

  .inner-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-header-menu {
    width: 100%;
    height: 100%;
    margin: 2rem 0 0 0;
    padding: 0 0.75rem;
    will-change: opacity;
    transition: opacity 150ms ease-out;
  }

  .main-header-menu {
    width: 100%;
    height: 100%;
    margin: 2rem 0 0 0;
    padding: 0 0.75rem;
    transition: opacity 150ms ease-out;
  }

  .main-header-menu .hs-menu-wrapper>ul, .top-header-menu .hs-menu-wrapper>ul {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 2rem;
  }

  .main-header-menu .hs-menu-wrapper>ul>li , .top-header-menu .hs-menu-wrapper>ul>li {
    text-transform: capitalize;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0;
    width: 100%;
  }

  .main-header-menu .hs-menu-wrapper>ul>li>a, .top-header-menu .hs-menu-wrapper>ul>li>a {
    color: #fff !important;
    display: block;
    font-size: 1.25rem;
  }

  .main-header-menu .hs-menu-wrapper>ul ul, .top-header-menu .hs-menu-wrapper>ul ul {
    display:none;
    position: static !important;
    opacity: 1 !important;
    visibility: visible;
    background: transparent !important;
    box-shadow: none;
  }

  .top-header-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    filter: brightness(10) grayscale(1);
    opacity: 1;
  }

  .main-header-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    filter: brightness(10) grayscale(1);
    opacity: 1;
  }

  header.custom-header.open-menu .mobile-menu-icon span {
    background: #fff;
  }

  header.custom-header.open-menu .mobile-menu-icon span:first-child {
    transform: rotate(45deg);
    top: 3px;
    right: 0;
  }

  header.custom-header.open-menu .mobile-menu-icon span:nth-child(2) {
    width: 0%;
  }

  header.custom-header.open-menu .mobile-menu-icon span:last-child {
    transform: rotate(-45deg);
    top: 14px;
    right: 0;
  }

  .child-trigger {
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    cursor: pointer;
  }

  .main-header-menu .hs-menu-wrapper>ul ul li a, .top-header-menu .hs-menu-wrapper>ul ul li a {
    line-height: 1;
    width: 100%;
    display: block;
    padding: 1.2rem 1rem;
    color: #fff !important;
  }

  .main-header-menu .hs-menu-wrapper>ul ul li, .top-header-menu .hs-menu-wrapper>ul ul li {
    font-size: 1.25rem;
  }

  .main-header-menu .hs-menu-wrapper>ul ul li a:hover, .top-header-menu .hs-menu-wrapper>ul ul li a:hover {
    background-color: transparent !important;
    color: #fff !important;
  }

  .main-header-menu .hs-menu-wrapper>ul ul li:hover, .top-header-menu .hs-menu-wrapper>ul ul li:hover {
    background-color: transparent !important;
  }

  .main-header-menu .hs-menu-wrapper>ul>li:hover>a, .top-header-menu .hs-menu-wrapper>ul>li:hover>a {
    color: #fdcd00 !important;
  }

  .child-trigger.nav-active .top-header-menu .hs-menu-wrapper>ul>li:hover.hs-item-has-children>a:after {
    transform: rotate(180deg) translate(2px,-4px);
    opacity: 1;
  }

  .header_container {
    max-width: 100% !important;
  }
  .fixed.header-show header.custom-header {
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
    padding-bottom: 1rem;
    transform: unset;
  }
  .fixed .header-logo img {
    height: 3rem;
    transform: translateY(3px);
    margin-top: -10px;
  }
  header.custom-header.open-menu {
    transform: unset;
  }
}



  .fixed .header-logo img {
        transform: scale(1) translateY(0rem) !important;
}

.fixed.header-show header.custom-header {
 
    transform: translateY(-1rem);
}



.header__language-switcher--label-current {
    display: inline-block;
  font-size: 13.5px;
 
}

div#hs_cos_wrapper_language-switcher {
    display: inline-block !important;
  vertical-align: sub;
  padding-right: 7px;
}

.header__language-switcher--label {
 padding-right: 30px; 
  margin-top: -2px;
}

.lang_list_class {
 width: 150px; 
  top: 27px !important;
}
@media only screen and (max-width: 767px) {
.header__language-switcher.header--element {
 display: none; 
}
  
}


.mobile-lang {
 display: none; 
}

@media only screen and (max-width: 767px) {
  .mobile-lang {
  display: block !important; 
    width: 110px;
    height: 30px;
    position: fixed;
    top: 25px;
    right: 50px;
    z-index: 100000000;
}
  
  .mobile-lang  .header__language-switcher.header--element {
    display: block !important; 
  }
  
  .custom-header.open-menu {
   z-index: 200000000;; 
  }
  
  .top-header-menu {
    flex-direction: row;
  }
  
  .header__language-switcher--label {
    margin-top: -2px;
    padding-right: 10px;
}
  
}
footer.custom_footer {
  background-color: #000;
  color: #fff;
  min-height: 200px;
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
  z-index: 99;
}

.top-footer .footer_container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 56px 0;
}

.top-footer-inner {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
}

.footer-contact-details-wrap {
  flex-basis: 17%;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  padding-right: 78px;
  border-right: 1px solid #666;
}

.footer-menu-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-basis: 83%;
  padding-left: 171px;
  flex-wrap: wrap;
}

.footer-contact-details{
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 21px;
  flex-direction: column;
}

.contacts-wrapper {
  margin-bottom: 1rem;
}

.footer_social ul {
  padding: 0;
  margin: 0;
  display: block;
}

.footer_social ul li {
  list-style: none;
}

.footer_social ul li a {
  width: 48px;
  height: 48px;
  background-color: rgba(0,0,0,0);
  border: 2px solid #e5bd42;
  border-radius: 100px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
  transition: background-color .2s;
  margin-right: 24px;
  margin-bottom: 17px;
}

.contacts-wrapper a:last-child {
  margin-bottom: 0;
}

.contacts-wrapper a {
  line-height: 28px;
  color: #fff;
  margin-bottom: 17px;
  font-size: 16px;
  display: block;
}

.footer-contact-details-wrap .hs-button {
  font-size: 16px;
  color: #fff;
  line-height: 19px;
  transition: color .5s;
  background-color: rgba(0,0,0,0);
  box-sizing: border-box;
  height: 48px;
  min-width: 279px;
  border: 2px solid #e5bd42;
  border-radius: 100px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 24px;
  font-weight: 600;
}

.footer-contact-details-wrap .hs-button:hover {
  background-color: rgba(229,189,66,.1);
  color: #e5bd42;
}

.footer-menu .hs-menu-wrapper>ul>li>a {
  text-transform: uppercase;
  color: #949494;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 17px;
  letter-spacing: 0;
  font-weight: 700;
  padding: 0;
  position: relative;
  display: block;
}

.footer-menu .hs-menu-wrapper>ul ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 19px;
  transition: color .5s;
  margin-bottom: 17px;
  display: block;
}

.footer-menu .hs-menu-wrapper>ul ul li:last-child a {
  margin-bottom: 0;
}

.footer-line {
  height: 1px;
  width: 100vw;
  position: relative;
  background-color: #666;
}

.bottom-footer .footer_container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}

.bottom-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copiright {
  font-size: 14px;
  color: #979797;
  padding: 41px 0;
}

.footer-links {
  display: flex;
}

.footer-links a {
  margin-right: 24px;
  font-size: 14px;
  color: #979797;
  line-height: 19px;
  transition: color .5s;
  margin-bottom: 17px;
  display: inline-block;
}

.footer-links a:last-child {
  margin: 0;
}

.footer-links a:last-child:before {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 0.25rem;
  content: " ";
  width: 29px;
  height: 14px;
  background: url(https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/raw_assets/public/IDT_Corporation_February2023/images/california_icon.svg);
  background-size: contain;
  filter: grayscale(1) brightness(1) opacity(.5);
  transition: all .1s ease-out;
}
footer.custom_footer.lp {
  min-height: unset;
}
.footer_social ul li:last-child a {
  margin: 0;
}

.footer_social ul li {
  display: inline-block;
}

.footer_heading {
  display:none;
}


.footer-contact-details-wrap h4 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .23px;
  line-height: 36px;
}

.footer-links a:hover:last-child:before {
  filter: none;
}


/* media query */

@media (max-width: 1919px){

  .footer-contact-details-wrap {
    border-right: 1px solid transparent;
    position: relative;
    padding-bottom: 72px;
    padding-right: 0;
    width: 100%;
    flex-basis: auto;
    flex-direction: row;
  }

  .footer-contact-details {
    flex-basis: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
    flex-direction: row;
  }

  .footer_button {
    flex-basis: 25%;
    min-width: auto;
  }

  .contacts-wrapper {
    flex-basis: 50%;
    margin-left: 1.5rem;
  }

  .footer_social {
    flex-basis: 50%;
  }

  .top-footer .footer_container {
    max-width: 1200px;
    padding: 80px 0 72px;
  }

  .footer-menu-wrap {
    width: 100%;
    flex-basis: auto;
    padding-left: 0;
  
  }

  .footer-menu {
    flex-basis: 15%;
  }

  .footer-contact-details-wrap:after {
    content: " ";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100vw;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    background-color: #666;
  }

  .bottom-footer .footer_container {
    max-width: 1200px;
  }

  .top-footer-inner {
    flex-wrap: wrap;
  }

  .footer_heading {
    flex-basis: 25%;
    display:block;
  }

  .footer-contact-details-wrap .hs-button {
    min-width: 210px;
  }
}

@media (max-width: 1439px){
  .top-footer .footer_container , .bottom-footer .footer_container {
    padding: 48px 20px;
  }

  .footer-contact-details-wrap h4 {
    font-size: 22px;
    letter-spacing: .15px;
    line-height: 24px;
  }

  .footer-contact-details-wrap {
    padding-bottom: 48px;
  }

  .footer-copiright {
    padding: 0;
  } 
  .footer-menu-wrap {
    margin-top: 48px;
  }
}

@media (max-width: 1023px){
  .footer_heading {
    display: none;
  }
  .footer-contact-details-wrap .hs-button {
    flex-basis: 50%;
    max-width: 234px;
  }

  .footer-menu {
    flex-basis: 50%;
  }

  .footer-menu:nth-last-child(-n+2) {
    margin-top: 32px;
  }

  .bottom-footer .footer_container, .top-footer .footer_container {
    max-width: 970px;
    margin: 0 auto;
    padding: 40px 20px;
  }

  .footer-menu-wrap {
    margin-top: 40px;
  }

  .footer_social ul li:nth-child(3) img {
    width: 26px;
  }
  .footer_social ul li:nth-child(4) img {
    width: 26px;
  }
  .footer_social ul li:nth-child(4) {
    position: relative;
    top: -2px;
  }
}

@media (max-width: 1024px) and (min-width: 768px){
  .footer-links>div>span, .footer-links>div>div {
    display: flex;
  }
  .footer-contact-details-wrap .hs-button {
    min-width: 234px;
  }
  .contacts-wrapper {
    flex-basis: 50%;
    margin-left: 1.5rem;
    margin-right: 48px;
  }
  .footer-contact-details-wrap {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px){
  .bottom-footer .footer_container, .top-footer .footer_container {
    max-width: 714px;
    margin: 0 auto;
    padding: 32px 0;
  }

  .footer-contact-details-wrap {
    padding-bottom: 40px;
  }

  .footer-menu-wrap {
    margin-top: 32px;
  }

  .bottom-footer-inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer-links a:last-child {
    margin-bottom: 17px;
  }

  .bottom-footer .footer_container, .top-footer .footer_container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a {
    text-transform: capitalize;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .42px;
    line-height: 22px;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: color .2s;
    margin-bottom: 0;
    padding: 8px 0;
  }

  .footer-menu .hs-menu-wrapper>ul ul li:last-child a {
    margin-bottom: 17px;
  }

  .footer-links a {
    display: block;
  }

  .footer-menu:nth-last-child(-n+2) {
    margin-top: 0;
  }

  .footer-contact-details-wrap {
    flex-direction: column;
    flex-basis: auto;
    align-items: center;
    justify-content: flex-start;
  }

  .footer-contact-details {
    margin-bottom: 16px;
    justify-content: space-between;
    width: 100%;
  }

  .contacts-wrapper {
    margin: 0 48px 0 0;
  }

  .footer_social ul li a {
    width: 40px;
    height: 40px;
  }

  .footer-contact-details-wrap .hs-button {
    height: 40px;
    max-width: 280px;
    min-width: 280px;
    padding: 0 16px;
    margin-bottom: 0;
    flex-basis: auto;
  }
  .footer--column--wrapper h4 {
    text-transform: uppercase;
  }
  .footer-contact-details-wrap .hs-button {
    height: 29px;
  }
  .contacts-wrapper a:last-child {
    margin-bottom: 17px;
  }
  .footer-contact-details {
    justify-content: space-between;
    margin-bottom: 25px;
    width: 100%;
  }
}

@media (max-width: 575px){
  .footer-menu {
    flex-basis: 100%;
  }
  .contacts-wrapper {
    margin: 0;
    text-align: center;
  }
}

@media (max-width: 400px){
  .footer-contact-details {
    display: block;
  }
  .footer_social ul li a {
    margin-right: 20px;
  }
  .footer_social {
    text-align: center;
  }
}

.contact-wrap {
 width: 30% ;
 border-right: 1px solid #4d4d4d; 
  margin-right: 5%;
}

.contact-wrap a {
color: #fff;
  display: block;
}
.contact-wrap a:hover {
color: #fff;
  font-weight: 700;
}

.contact-wrap .hs-button {
  font-size: 16px;
  color: #fff;
  line-height: 19px;
  transition: color .5s;
  background-color: rgba(0,0,0,0);
  box-sizing: border-box;
  height: 48px;
 max-width: 279px;
  border: 2px solid #1898d5;
  border-radius: 100px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 24px;
  font-weight: 600;
}

.contact-wrap .hs-button:hover {
  background-color: rgba(229,189,66,.1);
  color: #e5bd42;
}


.contact-wrap .footer_social ul {
 margin-top: 20px; 
}






@media (max-width: 1023px){
  .contact-wrap {

 border-right: 0px solid #4d4d4d; 
  margin-right: 0%;
    margin-bottom: 40px;
}
}

@media (max-width: 800px){
  .contact-wrap {
width: 100%;
}
}





#hs-button_footer_button:hover {
  color: #ececec !important;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.dnd-section[class*="force-full"] > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}
.payment-services:after,
.contact_pg_row1:after{
  background-image: url(https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/raw_assets/public/IDT_Corporation_February2023/images/down-arrow-blue.svg);
}
body.fixed .payment-services:after {
  visibility: hidden;
}
.about_pg_row1 .payment-services .payment-services-left {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.about_pg_row2 .hs-button {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: #fff;
  border: 1px solid transparent;
  padding: 0.75rem 2rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  border-radius: 2rem;
  box-shadow: 0 12px 16px 0 rgb(51 51 51 / 4%), 0 4px 8px 0 rgb(51 51 51 / 8%);
  transition: box-shadow 250ms ease-out;
  display: inline-block;
  margin-bottom: 1rem;
}
.fixed .contact_pg_row1:after{
  display: none; 
}

.about_pg_row4 {
  background-image: linear-gradient(225deg,#fafafa 0,#f4f4f4 100%);
}
.about_pg_row4 h2 {
  text-align: center;
}
.about_pg_row4 p {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
.about_pg_row4 .hs-button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: #fff;
  border: 1px solid transparent;
  padding: 0.75rem 2rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  border-radius: 2rem;
  box-shadow: 0 12px 16px 0 rgb(51 51 51 / 4%), 0 4px 8px 0 rgb(51 51 51 / 8%);
  transition: box-shadow 250ms ease-out;
}
.about_pg_row4 .hs-button:hover {
  color: #000;
  text-decoration: none;
  box-shadow: 0 12px 16px 0 rgb(51 51 51 / 10%), 0 8px 12px 0 rgb(51 51 51 / 10%);
}
.about-page {
  margin-bottom: 16px;
}
.careers_pg_row1 .payment-services .payment-services-left {
  flex: 1 0 0%;
}
.careers_pg_row1 .payment-services .payment-services-right {
  flex: 0 0 auto;
  width: 33.33333333%;
  margin-left: 16.66666667%;
  padding-right: 0;
}
.careers_pg_row1 .payment-services .payment-services-right img {
  width: 370px !important;
}
.careers_pg_row1 .payment-services .payment-services-items.item1 {
  margin: 0;
}
.careers_pg_row1 .payment-services .payment-services-items.item1 p {
  margin: 0;
}
.careers_pg_row1 .payment-services .payment-services-left h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.75;
}
.careers_pg_row1 .payment-services .payment-services-left p {
  font-weight: 400;
  line-height: 1.75;
  font-size: 1rem;
  margin: 0;
}
.current-openings div#currentOpeningsFilters select {
  background-image: url(https://25463116.fs1.hubspotusercontent-eu1.net/hubfs/25463116/raw_assets/public/IDT_Corporation_February2023/images/small-down-arrow.svg);
}
.careers_pg_row2 img {
  margin-top: 16px;
  vertical-align: bottom;
}
.careers_pg_row2 .dnd-section > .row-fluid>.dnd-column>div>.row-fluid {
  margin: 0 -12px;
  width: auto;
}
.careers_pg_row2 .span5 {
  padding: 0 12px;
  width: 41.66666667%!important;
}
.careers_pg_row2 .span7 {
  flex: 1 0 0%;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.careers_pg_row2 p {
  font-size: 1.25rem;
}
.careers_pg_row2 h1 {
  line-height: 1.16;
  letter-spacing: 0;
  margin: 0 0 1.5rem 0;
}

.services-page .careers_pg_row1 .payment-services .payment-services-right {
  flex: 0 0 auto;
  width: 41.66666667%;
  margin-left: 8.33333333%;
  padding-right: 12px;
}
.services-page .careers_pg_row1 .payment-services .payment-services-right img {
  width: 470px!important;
}
.services-page .careers_pg_row1 .payment-services .payment-services-left p {
  margin: 0 0 16px;
}  
.services-page .payment-services .payment-services-right{
  gap: 0 1.75rem;
}
.quickNav {
  position: sticky!important;
  z-index: 2;
  top: 1rem;
  transition: transform 250ms ease-out;
  transform: translateY(3rem);
  display: block;
  margin-bottom: 3rem;
  text-align: center;
}
.fixed .quickNav.container {
  transform: unset;
}
.quickNav ul {
  margin: 0;
  list-style: none;
  background: #f2f4f6;
  display: inline-block;
  border-radius: 2rem;
  padding: 2px;
}
.quickNav ul li {
  display: inline;
}
.quickNav ul li a {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: rgba(0,0,0,0);
  box-shadow: none;
  font-weight: 500;
  font-size: 1.25rem;
  border: 1px solid transparent;
  padding: 0.75rem 2rem;
  line-height: 1.2;
  color: #000;
  border-radius: 2rem;
  transition: box-shadow 250ms ease-out;
}
.quickNav ul li a.active,
.quickNav ul li a:hover{
  background-image: none;
  outline: 0;
  background: #fff;
  box-shadow: 0 12px 16px 0 rgb(51 51 51 / 8%), 0 8px 12px 0 rgb(51 51 51 / 16%);
}
div#reseller-partners:before {
  content: "";
  display: block;
  height: 9rem;
  margin-top: -9rem;
  visibility: hidden;
}
div#business:before {
  content: "";
  display: block;
  height: 9rem;
  margin-top: -9rem;
  visibility: hidden;
}
div#consumer:before {
  content: "";
  display: block;
  height: 9rem;
  margin-top: -9rem;
  visibility: hidden;
}

.contact_pg_row1 .row-fluid-wrapper {
  width: 100%;
}
.contact_pg_row1 p {
  margin-bottom: 3rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
}
.contact_pg_row1 h1 {
  line-height: 1.16;
  letter-spacing: 0;
  margin: 0 0 1.5rem 0;
}
.contact_pg_row1 .hs-button {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: #fff;
  border: 1px solid transparent;
  padding: 0.75rem 2rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  border-radius: 2rem;
  box-shadow: 0 12px 16px 0 rgb(51 51 51 / 4%), 0 4px 8px 0 rgb(51 51 51 / 8%);
  transition: box-shadow 250ms ease-out;
  display: inline-block;
}
.contact_pg_row1 .hs-button:hover {
  color: #000;
  text-decoration: none;
  box-shadow: 0 12px 16px 0 rgb(51 51 51 / 10%), 0 8px 12px 0 rgb(51 51 51 / 10%);
}
.contact_pg_row1 .span6 {
  width: auto;
  margin: 0;
}
.contact_pg_row1 img {
  max-width: 100%;
  vertical-align: bottom;
}
.contact_pg_row1 .span6:first-child {
  margin-right: 3rem;
}
.contact_pg_row1 .span4 {
  flex: 0 0 auto;
  margin-left: 8.33333333%;
  padding: 0 0 0 16px;
  width: 33.33333333%;
}
.contact_pg_row1 .span8 {
  flex: 0 0 auto;
  width: 58.33333333%;
  padding: 0 12px 0 0;
}
.contact_pg_row2 .widget-type-form {
  background: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  max-width: unset !important;
}
.contact-page .widget-type-form>span>div, 
.contact-page .widget-type-form>div>div {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  margin-top: 3rem!important;
  margin-bottom: 3rem!important;
  border-radius: 2rem;
  margin: 0 -12px;
  width: auto;
  background-color: #fffae4;
}

.contact-page form {
  margin: 0 auto;
    padding: 0 12px;
    width: 83.33333333%;
}
.body-container-wrapper .widget-type-form {
 max-width: unset !important; 
}
.contact_pg_row2 .widget-type-form form {
  width: 83.33333333%;
  margin: 0 auto;
  padding: 0 12px;
}
.contact_pg_row2 .widget-type-form form h2 {
  letter-spacing: 0;
  line-height: 1.2;
}
.contact_pg_row2 .widget-type-form form .hs-richtext {
  margin: 0;
}
.contact_pg_row2 .widget-type-form fieldset:first-child {
  margin-bottom: 33px;
}
.contact_pg_row2 .widget-type-form fieldset select {
  appearance: none;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 1rem;
  box-shadow: 0 0 0 3px rgb(253 205 0 / 0%);
  box-sizing: border-box;
  color: #333;
  font-family: IDT Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size: 18px;
  line-height: 1.2;
  list-style: none;
  margin: 0;
  padding: 1.15rem 1.5rem;
  position: relative;
  transition: box-shadow .25s ease-out;
  width: 100%!important;
}
.contact_pg_row2 .widget-type-form form .form-columns-2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.no-list.hs-error-msgs li {
  margin: 0;
}
.hs-error-msg {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
  margin: 0 !important;
  line-height: 28px;
}
.contact_pg_row2 .widget-type-form form .form-columns-2>div {
  flex-basis: calc(50% - 20px);
  flex-grow: 0;
}
.contact_pg_row2 .hs_error_rollup label {
  margin: 2rem 0 0 0!important;
  background-color: rgba(253,205,0,.25)!important;
  border: 1px solid transparent!important;
  border-radius: 0.5rem;
  width: 100%;
  display: block;
  padding: 0.2em 1em;
  color: #000000 !important;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px !important;
}
.contact_pg_row2 .hs-input.invalid.error {
  border-color: #d4d4d4;
}
.contact_pg_row2 .widget-type-form form .form-columns-2 .input {
  margin: 0;
}
.contact_pg_row2 .widget-type-form form .form-columns-2 .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}
.contact_pg_row2 .widget-type-form fieldset .input {
  margin: 0 !important;
}
.contact_pg_row2 .widget-type-form form textarea {
  min-height: 366px;
  width: 100%;
}
.contact_pg_row2 .widget-type-form form .hs-richtext p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.contact_pg_row2 .widget-type-form form .hs-button {
  margin-bottom: 1rem;
}
.contact_pg_row1:after {
  content: " ";
  position: fixed;
  bottom: 2.125rem;
  left: calc(50% - 1.0625rem);
  width: 2.125rem;
  height: 1.25rem;
  z-index: 2;
  transform: translateY(-5px);
  opacity: .5;
  animation: remind 1.7s infinite alternate;
  background-repeat: no-repeat;
  background-position: center center;
  visibility: visible;
}
.contact_pg_row2 .widget-type-form fieldset .hs_please_tell_us_why_you_are_contacting_idt_ .input,
.contact_pg_row2 .widget-type-form fieldset .hs_states .input{
  position: relative;
}
.contact_pg_row2 .widget-type-form fieldset .hs_please_tell_us_why_you_are_contacting_idt_ .input:after,
.contact_pg_row2 .widget-type-form fieldset .hs_states .input:after{
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #727273 transparent transparent;
}
.quickNav ul li a:hover {
  box-shadow: unset;
}
.services-page .payment-services .payment-services-items figure {
  text-align: left;
}


@media(max-width: 1400px){
  .contact_pg_row1 .row-fluid {
    flex-wrap: wrap;
  }
  .contact_pg_row1 .hs-button {
    margin-bottom: 20px;
  }
}



@media screen and (min-height: 737px) and (min-width: 575px){
  .payment-services.container {
    min-height: calc(100vh - (75px + 8.125rem));
    display: flex;
    align-items: center;
  }
}
@media screen and (min-height: 765px) and (min-width: 1440px){
  .contact_pg_row1 {
    min-height: calc(100vh - (135px + 8.125rem));
    display: flex;
    align-items: center;
  }
  .about-page .payment-services.container {
    min-height: calc(100vh - (135px + 8.125rem)) !important;
  }
}

@media(max-width: 1680px) and (min-width: 768px){
  .services-page .careers_pg_row1 .payment-services .payment-services-right {
    display: block;
  }
}

@media(max-width: 1100px){
  .services-page {
    padding-top: 60px;
  }
  .contact-page {
    padding-top: 60px;
  }
}

@media(max-width: 767px){
  .about_pg_row1 .payment-services .payment-services-left {
    flex: 0 0 auto;
    width: 100%;
  }
  .about-page {
    padding-top: 30px;
  }
  .careers_pg_row1 .payment-services .payment-services-items figure {
    margin: 0;
    text-align: left;
  }
  .careers_pg_row1 .payment-services .payment-services-right {
    width: 100%;
    margin: 0;
  }
  .careers_pg_row1 .payment-services .payment-services-left p {
    margin-bottom: 20px;
  }
  .careers-page {
    padding-top: 60px;
  }
  .careers_pg_row2 .span5 {
    padding: 0 12px;
    width: 100%!important;
    margin-bottom: 20px;
  }
  .careers_pg_row2 .dnd-section>.row-fluid>.dnd-column>div>.row-fluid {
    margin: 0;
    width: auto;
  }
  .services-page .careers_pg_row1 .payment-services .payment-services-right {
    flex: 0 0 auto;
    margin-left: 0%;
    padding-right: 0;
    width: 100%;
  }
  .quickNav ul li {
    display: block;
    margin-bottom: 10px;
  }
  .quickNav.container {
    display: none !important;
  }
  .contact_pg_row1 .span8 {
    flex: 0 0 auto;
    padding: 0;
    width: 100%;
  }
  .contact_pg_row1 .span4 {
    flex: 0 0 auto;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  .contact_pg_row2 .widget-type-form form .form-columns-2 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact_pg_row2 .widget-type-form form .form-columns-2>div {
    flex-basis: 100%;
    flex-grow: 0;
    width: 100% !important;
  }
  .contact_pg_row2 .widget-type-form form .hs-input {
    width: 100% !important;
  }
  .contact_pg_row2 .widget-type-form form textarea {
    min-height: 136px;
  }
  .contact_pg_row2 .widget-type-form form {
    margin: 0 auto;
    padding: 0 12px;
    width: 95%;
  }
  .contact_pg_row1 .span6:first-child {
    margin-right: 0 !important;
  }
  .contact-page .widget-type-form>span>div,
  .contact-page .widget-type-form>div>div{
    margin: 0;
  }
  .contact_pg_row1 .hs-button {
    font-size: 14px;
  }
  .about_pg_row2 .hs-button {
    font-size: 0.95rem;
  }
}




@keyframes remind {
  0% {
    transform: translateY(-5px);
    opacity: .5
  }
  100% {
    transform: translateY(0);
    opacity: 1
  }
}