www.pods.com Open in urlscan Pro
20.115.3.55  Public Scan

URL: https://www.pods.com/
Submission: On May 04 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

Name: quoteFlowWidgetFormPOST /booking

<form id="quoteFlowWidgetForm" name="quoteFlowWidgetForm" action="/booking" method="post" autocomplete="new-password" novalidate="novalidate">
  <div class="row border-bottom" id="divQuoteFlowHeader">
    <h4 class="col-12 font-weight-bold">Enter code SPRING30 for up to 30% off*</h4>
  </div>
  <div class="row gray-bg border-bottom pt-1">
    <label class="col-12 font-weight-bold">Residential or Business?</label>
    <div class="col-12" id="divBusinessTypeHeader">
      <label class="form-check form-check-inline form-check-label">
        <input class="form-check-input" type="radio" name="businessType" value="Residential" id="residential" checked="">For Home </label>
      <label class="form-check form-check-inline form-check-label" onclick="window.location.href = '/commercial-quote';">
        <input class="form-check-input" type="radio" name="businessType" value="Commercial" id="commercial">For Business </label>
    </div>
    <hr class="w-100">
    <label class="col-12 font-weight-bold">What can we help you with?</label>
    <div class="col-12" id="divServiceType">
      <label class="form-check form-check-inline form-check-label">
        <input class="form-check-input serviceType-radio moving-radio" type="radio" name="serviceType" value="1"> Moving </label>
      <label class="form-check form-check-inline form-check-label">
        <input class="form-check-input serviceType-radio storage-radio" type="radio" name="serviceType" value="2" checked=""> Storage </label>
      <label class="form-check form-check-inline form-check-label">
        <input class="form-check-input serviceType-radio moving-storage-radio" type="radio" name="serviceType" value="3"> Moving &amp; Storage </label>
    </div>
    <hr class="w-100">
    <div class="col-6" id="divZipCode">
      <div class="form-group">
        <label for="originZipCode" class="font-weight-bold">Current ZIP Code</label>
        <input id="originZipCode" name="originZipCode" type="text" class="form-control originZipCode-Input form-control-sm bg-white" placeholder="Current ZIP Code" autocomplete="new-password">
        <input name="originCity" class="originCity-Input" type="hidden" value="">
      </div>
    </div>
    <div class="col-6 Moving-Visable d-none" id="divDestinationZipCode">
      <div class="form-group">
        <label for="destinationZipCode" class="font-weight-bold">New ZIP Code</label>
        <input id="destinationZipCode" name="destinationZipCode" type="text" class="form-control destinationZipCode-Input form-control-sm bg-white" placeholder="New ZIP Code" autocomplete="new-password">
        <input name="destinationCity" class="destinationCity-Input form-control " type="hidden">
      </div>
    </div>
    <div class="col-12 pavedDriveway d-none" id="pavedDriveway">
      <fieldset>
        <legend>At {Zip}, do you have a driveway on your property for container placement?</legend>
        <div>
          <input type="radio" name="format" id="Yes" value="Yes">
          <label for="Yes">Yes</label>
        </div>
        <div>
          <input type="radio" name="format" id="No" value="No">
          <label for="No">No</label>
        </div>
        <div>
          <input type="radio" name="format" id="Not Sure" value="Not Sure">
          <label for="Not Sure">I'm not sure</label>
        </div>
      </fieldset>
    </div>
    <div class="col-6 datePicker" id="divQuoteCalender">
      <label class="font-weight-bold">Start date</label>
      <input id="selected-date-picker" name="selectedDate_display" autocomplete="new-password" class="selected-date-picker col-12 form-control form-control-sm" type="text" readonly="" disabled="">
      <div id="calendarCover"></div>
      <input name="selectedDate" class="selectedDate-Input" type="hidden" required="">
    </div>
    <div class="col-12 Storage-Visable Storage-Duration" id="divQuoteTimeFrame">
      <div class="form-group">
        <label class="Storage-Visable font-weight-bold" for="storage-duration">Estimated timeframe</label>
        <select name="duration" id="storage-duration" class="duration-Input Storage-Visable form-control">
          <option label="Select duration" value="">Please Select</option>
          <option value="1">1 Month</option>
          <option value="2">2 Months</option>
          <option value="3">3 Months</option>
          <option value="4">4 Months</option>
          <option value="5">5 Months</option>
          <option value="6">6 Months</option>
          <option value="7">7 Months</option>
          <option value="8">8 Months</option>
          <option value="9">9 Months</option>
          <option value="10">10 Months</option>
          <option value="11">11 Months</option>
          <option value="12">12 Months</option>
        </select>
      </div>
    </div>
    <hr class="w-100 Storage-Visable">
    <div class="Storage-Visable col-12 storage-location" data-warehouse-storage-status="0" id="divStorageLocation">
      <div class="form-group">
        <label class="font-weight-bold">Where will you keep your containers?</label>
        <div>
          <label class="form-check form-check-inline form-check-label" for="onsite" id="onsite-label" data-tooltip="">
            <input class="form-check-input" type="radio" name="storingLocation" value="onsite" id="onsite" checked="">My Location </label>
          <label class="form-check form-check-inline form-check-label" for="storagecenter" id="storagecenter-label" data-tooltip="">
            <input class="form-check-input" type="radio" name="storingLocation" value="storagecenter" id="storagecenter">PODS Facility </label>
        </div>
      </div>
    </div>
    <hr class="w-100">
    <div class="col-12" id="divEmailAddress">
      <div class="form-group">
        <label for="emailAddress" class="font-weight-bold">Email</label>
        <input class="email-Input form-control form-control-sm bg-white" autocomplete="email" type="text" placeholder="Enter Email" name="emailAddress" id="emailAddress">
      </div>
    </div>
    <div class="col-12" id="divPromoCode">
      <div>
        <label id="promoCodeToggle" for="promotionCode" aria-role="button" class="collapsed"> Promo </label>
        <input class="promotionCode-Input form-control bg-white mb-2" type="text" name="promotionCode" style="display: none">
      </div>
    </div>
    <div class="col-12" id="divErrorSummary">
      <div id="summary" class="w-100 text-danger" data-gtm-vis-polling-id-8817249_247="95"></div>
    </div>
  </div>
  <div class="row border-bottom no-gutters" id="divQuoteLabel">
    <div class="col-lg-6 col-md-12 py-2 justify-content-center">
      <input value="Get a Quote" type="submit" class="btn btn-sm btn-danger font-weight-bold w-100">
    </div>
    <input name="useCloudAPI" tabindex="-1" type="hidden" value="false">
    <input name="hdnSevenFootIsAvailable" id="hdnSevenFootIsAvailable" type="hidden">
    <input name="hdnTwelveFootIsAvailable" id="hdnTwelveFootIsAvailable" type="hidden">
    <input name="hdnSixteenFootIsAvailable" id="hdnSixteenFootIsAvailable" type="hidden">
    <input name="contactId" class="contactId-Input" type="hidden" value="de290fb0-8027-4500-bd56-eb7bd85eed30" placeholder="">
    <input name="contactIp" class="contactIp-Input" type="hidden" value="217.64.151.6" placeholder="">
    <input name="erpService" class="erpService-Input" type="hidden" value="locum" placeholder="">
    <input name="goalId" class="goalId-Input" type="hidden" value="3d185e8d-0f63-4f6f-b125-ebab7f42f48c" placeholder="">
    <input name="moveType" class="moveType-Input" type="hidden" value="Basic" placeholder="">
    <input name="podsPhone" class="podsPhone-Input" type="hidden" value="(855) 706-4758" placeholder="">
    <input name="quoteType" class="quoteType-Input" type="hidden" value="residential" placeholder="">
    <input name="quoteTypeLink" class="quoteTypeLink-Input" type="hidden" value="https://www.pods.com/get-a-quote" placeholder="">
    <input name="hdnLandingPageUrl" id="hdnLandingPageUrl" type="hidden">
  </div>
</form>

GET /get-a-quote

<form method="get" action="/get-a-quote">
  <div class="quoteFlowStep__options quoteFlowStep__radio-button-holder">
    <input id="PromotionCode" name="PromotionCode" type="hidden" value="">
    <ul class="quoteFlowRadios">
      <li>
        <label class="d-block radio-input-container">
          <input id="BusinessType1" name="BusinessType" type="radio" value="1">
          <span class="radio-input-inner">
            <span class="radio-checkmark"><img class="lazyload" data-src="/Assets/images/icon-radio-check.svg" alt="checkmark"></span> Moving </span>
        </label>
      </li>
      <li>
        <label class="d-block radio-input-container">
          <input checked="checked" id="BusinessType2" name="BusinessType" type="radio" value="2">
          <span class="radio-input-inner">
            <span class="radio-checkmark"><img class="lazyload" data-src="/Assets/images/icon-radio-check.svg" alt="checkmark"></span> Storage </span>
        </label>
      </li>
      <li>
        <label class="d-block radio-input-container">
          <input id="BusinessType3" name="BusinessType" type="radio" value="3">
          <span class="radio-input-inner">
            <span class="radio-checkmark"><img class="lazyload" data-src="/Assets/images/icon-radio-check.svg" alt="checkmark"></span> Moving &amp; Storage </span>
        </label>
      </li>
    </ul>
  </div>
  <div class="primary-action__action-holder col-xs-12">
    <input class="primary-action__cta btn light-on-dark-text btn-primary d-block" type="submit" value="Get a Quote">
  </div>
</form>

POST #

<form class="acsb-form" data-acsb-search="form" enctype="multipart/form-data" action="#" method="POST"> <input type="text" tabindex="0" name="acsb_search" autocomplete="off" placeholder="Unclear content? Search in dictionary..."
    aria-label="Unclear content? Search in dictionary..."> <i class="acsbi-search"></i> <i class="acsbi-chevron_down"></i> </form>

Text Content

Use Website In a Screen-Reader Mode
Skip to Content
↵ENTER
Skip to Menu
↵ENTER
Skip to Footer
↵ENTER

United States
 * United States
 * Canada (English)
 * Canada (French)
 * United Kingdom
 * Australia

Log In
United States
 * United States
 * Canada (English)
 * Canada (French)
 * United Kingdom
 * Australia

Log In
United States
 * United States
 * Canada (English)
 * Canada (French)
 * United Kingdom
 * Australia

Log In
United States
 * United States
 * Canada (English)
 * Canada (French)
 * United Kingdom
 * Australia

Log In
 * Moving
   * Back
   * Moving Overview
   * Local Moving
   * Long-Distance Moving
   * Moving Costs
   * Moving Checklist
   * Packing and Loading Assistance
   * Promotions
 * Storage
   * Back
   * Storage Overview
   * On-Site Self-Storage Containers
   * Storage Unit Facilities
   * Storage Costs
   * Storage Checklist
   * Packing and Loading Assistance
   * Promotions
 * Additional Services
   * Back
   * Additional Services Overview
   * Packing and Loading Assistance
   * Car Shipping
   * Boxes and Moving Supplies
   * Move-In Services
   * Moving Loans with Acorn Finance
 * Containers
   * Back
   * Container Sizes
   * Container Placement Tips
   * Moving and Storage Calculator
 * For Business
   * Back
   * PODS for Business
   * Containers & Storage
   * Moving Services
   * Industries & Solutions
   * GSA Schedule
   * Logistics Solutions
   * Resources & Promos
   * Contact Us
 * Locations
 * FAQs
   * Back
   * Most Popular FAQs
   * Containers & Storage
   * Scheduling & Delivery
   * Packing & Loading
   * Car Shipping
   * My Dashboard
   * Pricing & Billing
   * National Business Accounts
   * Industries Served
   * Everything Else
 * How PODS Works
   * Back
   * How PODS Works
   * PODS vs. Rental Trucks
   * PODS vs. Self-Storage
   * PODS vs. Traditional Moving Companies
   * Customer Reviews

(855) 706-4758 Get a Quote



ENTER CODE SPRING30 FOR UP TO 30% OFF*

Residential or Business?
For Home For Business

--------------------------------------------------------------------------------

What can we help you with?
Moving Storage Moving & Storage

--------------------------------------------------------------------------------

Current ZIP Code
New ZIP Code
At {Zip}, do you have a driveway on your property for container placement?
Yes
No
I'm not sure
Start date

Estimated timeframe Please Select 1 Month 2 Months 3 Months 4 Months 5 Months 6
Months 7 Months 8 Months 9 Months 10 Months 11 Months 12 Months

--------------------------------------------------------------------------------

Where will you keep your containers?
My Location PODS Facility

--------------------------------------------------------------------------------

Email
Promo




SAVE UP TO 30% ON MOVING AND STORAGE*


Ends May 9!
Use promo code: SPRING30

This may take up to 30 seconds.
This may take up to 30 seconds.
We're searching over 200,000 containers to find you the best price.
We're searching over 200,000 containers to find you the best price.
*Offer available for new orders only. Customer receives 30% off local delivery
and redelivery/final pick up fees and first month’s rental. Initial delivery of
container must take place prior to July 31, 2023 to qualify. Must mention
promotional code at time of order. Cannot be combined with any other offer.
Offer void where prohibited by law. Discount does not apply to any extended
delivery fees, if applicable.  Available for a limited time through 11:59 p.m.
ET on May 9, 2023, only at participating locations.


HOW PODS WORKS


GET IT & LOAD IT

We deliver your container, and to ensure your safety, PODS is a contactless
service so you don't need to meet your driver. Take your time loading on your
schedule, right in your driveway. If you want help, your PODS personal moving
and storage team will connect you with local packing and loading companies.


KEEP IT

At-home storage gives you the flexibility you need, whether you want easy
storage just steps away, or you want to take your time packing and loading.


STORE IT

If you need temporary storage, we'll pick up your loaded container and bring it
to a local PODS Storage Center, where it will be safe, secure, and easily
accessible until you need it again.


MOVE IT

We've got this, so you don't have to. We'll deliver your container to your new
home, whether you're moving across town or across the country.* If you need to
ship your car, we can connect you with one of our preferred car shipping
providers who will arrange professional services in your area.

1 / 1


Get pricing now


THREE PODS PORTABLE CONTAINERS FOR THE PERFECT FIT


LARGE CONTAINER 16-FOOT

 * Ideal for a 2-bedroom home, or up to 1,200 sq. ft.
 * About the length of a standard parking spot
 * Comparable to a 10'x15' storage unit or a 20' truck


MEDIUM CONTAINER 12-FOOT

 * Perfect for a 1-bedroom home, or a 500-800 sq. ft. space
 * Great for packing away things from 2 or 3 rooms
 * Compare to a 10'x10' storage unit or 15' truck


SMALL CONTAINER 8-FOOT

 * Great for a studio or room of 500 sq. ft. or less
 * A popular choice for college students
 * Comparable to a 5'x10' storage unit or 10' truck

1 / 1

Explore containers


SEE HOW PODS MAKES MOVING FLEXIBLE

1 / 1

 


MOVE. STORE. OR BOTH.


YOUR FULL-SERVICE PARTNER FOR MOVING AND STORAGE

Over twenty years ago, we decided to make moving and storage easier by
redesigning the experience around your needs. We take care of all the driving,
and you can take all the time you need. And when you team up with PODS, you're
not just getting a container. You're getting the full, personalized support of
our above-and-beyond crew.

 


STORAGE THAT FITS YOUR STUFF — AND YOUR NEEDS

We started out in 1998 as a portable storage company, so our roots in
storage run deep. PODS brings the storage to you, so you don't have to worry
about the hassle of driving, and you can store your container in your driveway
or at one of our private, secure facilities. We're here to help you, every step
of the way.

 


MOVING CAN GET COMPLICATED. WE'RE HERE FOR YOU.


FLEXIBLE MOVING SOLUTIONS

It's your move, and we're here to make it happen. Unlike traditional moving
companies, we have solutions for every situation, with storage built in. And if
anything changes, rescheduling is easy.


EXPERTS WHO CARE

We understand moving can be stressful. That's why we're here for you at every
step of your journey, so you can get excited about what's ahead.


SELF-MOVING TO FULL-SERVICE

Whether you're looking for a DIY or full-service solution - or something in
between - our team is here to help personalize your experience around your
needs. We always do the driving and delivery, and if you need a little extra
help, we can connect you with the pros to help with packing and loading, and car
shipping services.

1 / 1




MOVING YOUR BUSINESS FORWARD

Looking for commercial moving or storage options? We've got a solution, whether
you're looking for a little extra space or opening 60 new locations on the other
side of the country.
Visit PODS for Business


LET'S GET STARTED


CHOOSE THE SERVICE YOU NEED


 * Moving
 * Storage
 * Moving & Storage


Get a Price for Business

PODS is constantly upgrading its container fleet and container sizes may vary
slightly from one model to another. 
Limited delivery service areas may apply. Check
PODS.com/portable-container-sizes or call PODS for details.

*Move.org's rankings of Best Moving and Storage Container Companies released
1/06/2023. 

Give us a call (855) 706-4758
 * Resources
   * Resource Center
   * Moving and Storage Calculator
   * Moving Costs
   * Moving Checklist
   * Container Delivery Requirements
   * Packing and Loading Tips
   * PODS Blog
   * Military
   * PODS vs. Moving Companies
   * PODS vs. Self-Storage
   * PODS vs. Rental Trucks
   * Military
 * Services
   * Our Containers
   * Moving Services
   * Local Moving
   * Long-Distance Moving
   * Storage Services
   * Storage On-Site
   * Store at Our Facilities
   * Contents Protection
   * Packing & Loading Assistance
   * Moving Supplies
   * Car Shipping
   * Retrieve Previous Quote
 * Locations & About PODS
   * About Us
   * USA
   * Canada
   * Australia
   * United Kingdom
   * Not in PODS service area?
   * How PODS Works
   * Contact Us
   * Careers
   * Media Resources
   * FAQs
   * Customer Reviews
 * Business Moving & Storage
   * PODS for Business
   * Commercial Storage Units
   * Commercial Moving
   * All-Steel Container
   * Industries Served
   * Corporate Relocation
   * Government Solutions
   * Case Studies
   * PODS for Business Blog
   * Commercial FAQs
   * Contact PODS for Business

This website stores cookies on your computer to improve and customize your
browsing experience. These cookies help us remember you and collect information
about how you interact with our website. We use this information to show you
relevant advertising and for analytics about our visitors both on this website
and other media. By using this site, you consent to these cookies. For more
information on cookies including how to manage your consent visit our Privacy
Policy.
© 2006 - 2023 PODS Enterprises LLC. All rights reserved. PODS® is a registered
trademark of PODS Enterprises LLC.
 * Privacy Policy
 * Your Privacy Choices
 * California Privacy Notice
 * Terms & Conditions

 * Facebook
 * Twitter
 * YouTube

United States
 * United States
 * Canada (English)
 * Canada (French)
 * United Kingdom
 * Australia


Manage Cookie Preferences



DO NOT SELL MY PERSONAL INFORMATION

When you visit our website, we store cookies on your browser to collect
information. The information collected might relate to you, your preferences or
your device, and is mostly used to make the site work as you expect it to and to
provide a more personalized web experience. However, you can choose not to allow
certain types of cookies, which may impact your experience of the site and the
services we are able to offer. Click on the different category headings to find
out more and change our default settings according to your preference. You
cannot opt-out of our Strictly Necessary Cookies as they are deployed in order
to ensure the proper functioning of our website (such as prompting the cookie
banner and remembering your settings, to log into your account, to redirect you
when you log out, etc.).

We use cookies to collect information for analytics and to personalize your
experience with targeted ads. California Consumer Privacy Act (CCPA) and other
applicable laws may consider these activities as “sales,” “sharing,” or
“targeted advertising.”. You may opt out of the use of such cookies by using the
toggle switch. If you opt out, we will not be able to offer you personalized
ads.

You can also opt out of having your personal information used or disclosed for
the purposes via cookies on by visiting our website with a legally-recognized
opt-out preference signal such as the Global Privacy Control (“GPC”). This may
affect our ability to personalize ads according to your preferences. For more
information about the First and Third Party Cookies used please follow this link
More information
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

TARGETING COOKIES

Targeting Cookies

 * TARGETING COOKIES
   
   Switch Label label
   
   These cookies may be set through our site by our advertising partners. They
   may be used by those companies to build a profile of your interests and show
   you relevant adverts on other sites. They do not store directly personal
   information, but are based on uniquely identifying your browser and internet
   device. If you do not allow these cookies, you will experience less targeted
   advertising.

Back Button


COOKIE LIST



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Confirm My Choices




English
Accessibility Adjustments
Reset Settings Statement Hide Interface

Choose the right accessibility profile for you
OFF ON
Seizure Safe Profile Clear flashes & reduces color
This profile enables epileptic and seizure prone users to browse safely by
eliminating the risk of seizures that result from flashing or blinking
animations and risky color combinations.
OFF ON
Vision Impaired Profile Enhances website's visuals
This profile adjusts the website, so that it is accessible to the majority of
visual impairments such as Degrading Eyesight, Tunnel Vision, Cataract,
Glaucoma, and others.
OFF ON
ADHD Friendly Profile More focus & fewer distractions
This profile significantly reduces distractions, to help people with ADHD and
Neurodevelopmental disorders browse, read, and focus on the essential elements
of the website more easily.
OFF ON
Cognitive Disability Profile Assists with reading & focusing
This profile provides various assistive features to help users with cognitive
disabilities such as Autism, Dyslexia, CVA, and others, to focus on the
essential elements of the website more easily.
OFF ON
Keyboard Navigation (Motor) Use website with the keyboard
This profile enables motor-impaired persons to operate the website using the
keyboard Tab, Shift+Tab, and the Enter keys. Users can also use shortcuts such
as “M” (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics)
to jump to specific elements.

Note: This profile prompts automatically for keyboard users.
OFF ON
Blind Users (Screen Reader) Optimize website for screen-readers
This profile adjusts the website to be compatible with screen-readers such as
JAWS, NVDA, VoiceOver, and TalkBack. A screen-reader is software that is
installed on the blind user’s computer and smartphone, and websites should
ensure compatibility with it.

Note: This profile prompts automatically to screen-readers.
Content Adjustments
Content Scaling
Default

Readable Font
Highlight Titles
Highlight Links
Text Magnifier
Adjust Font Sizing
Default

Align Center
Adjust Line Height
Default

Align Left
Adjust Letter Spacing
Default

Align Right
Color Adjustments
Dark Contrast
Light Contrast
High Contrast
High Saturation
Adjust Text Colors
Cancel
Monochrome
Adjust Title Colors
Cancel
Low Saturation
Adjust Background Colors
Cancel
Orientation Adjustments
Mute Sounds
Hide Images
Read Mode
Reading Guide
Useful Links
Select an option Home Header Footer Main Content
Stop Animations
Reading Mask
Highlight Hover
Highlight Focus
Big Black Cursor
Big White Cursor
HIDDEN_ADJUSTMENTS
Keyboard Navigation
Accessible Mode
Screen Reader Adjustments
Read Mode
Web Accessibility By
Learn More
Choose the Interface Language
English
Español
Deutsch
Português
Français
Italiano
עברית
繁體中文
Pусский
عربى
عربى
Nederlands
繁體中文
日本語
Polski
Türk
Accessibility StatementCompliance status

We firmly believe that the internet should be available and accessible to anyone
and are committed to providing a website that is accessible to the broadest
possible audience, regardless of ability.

To fulfill this, we aim to adhere as strictly as possible to the World Wide Web
Consortium’s (W3C) Web Content Accessibility Guidelines 2.1 (WCAG 2.1) at the AA
level. These guidelines explain how to make web content accessible to people
with a wide array of disabilities. Complying with those guidelines helps us
ensure that the website is accessible to blind people, people with motor
impairments, visual impairment, cognitive disabilities, and more.

This website utilizes various technologies that are meant to make it as
accessible as possible at all times. We utilize an accessibility interface that
allows persons with specific disabilities to adjust the website’s UI (user
interface) and design it to their personal needs.

Additionally, the website utilizes an AI-based application that runs in the
background and optimizes its accessibility level constantly. This application
remediates the website’s HTML, adapts its functionality and behavior for
screen-readers used by blind users, and for keyboard functions used by
individuals with motor impairments.

If you wish to contact the website’s owner please use the website's form

Screen-reader and keyboard navigation

Our website implements the ARIA attributes (Accessible Rich Internet
Applications) technique, alongside various behavioral changes, to ensure blind
users visiting with screen-readers can read, comprehend, and enjoy the website’s
functions. As soon as a user with a screen-reader enters your site, they
immediately receive a prompt to enter the Screen-Reader Profile so they can
browse and operate your site effectively. Here’s how our website covers some of
the most important screen-reader requirements:

 1. Screen-reader optimization: we run a process that learns the website’s
    components from top to bottom, to ensure ongoing compliance even when
    updating the website. In this process, we provide screen-readers with
    meaningful data using the ARIA set of attributes. For example, we provide
    accurate form labels; descriptions for actionable icons (social media icons,
    search icons, cart icons, etc.); validation guidance for form inputs;
    element roles such as buttons, menus, modal dialogues (popups), and others. 
    
    Additionally, the background process scans all of the website’s images. It
    provides an accurate and meaningful image-object-recognition-based
    description as an ALT (alternate text) tag for images that are not
    described. It will also extract texts embedded within the image using an OCR
    (optical character recognition) technology. To turn on screen-reader
    adjustments at any time, users need only to press the Alt+1 keyboard
    combination. Screen-reader users also get automatic announcements to turn
    the Screen-reader mode on as soon as they enter the website.
    
    These adjustments are compatible with popular screen readers such as JAWS,
    NVDA, VoiceOver, and TalkBack.
    
    
 2. Keyboard navigation optimization: The background process also adjusts the
    website’s HTML and adds various behaviors using JavaScript code to make the
    website operable by the keyboard. This includes the ability to navigate the
    website using the Tab and Shift+Tab keys, operate dropdowns with the arrow
    keys, close them with Esc, trigger buttons and links using the Enter key,
    navigate between radio and checkbox elements using the arrow keys, and fill
    them in with the Spacebar or Enter key.
    
    Additionally, keyboard users will find content-skip menus available at any
    time by clicking Alt+2, or as the first element of the site while navigating
    with the keyboard. The background process also handles triggered popups by
    moving the keyboard focus towards them as soon as they appear, not allowing
    the focus to drift outside.
    
    Users can also use shortcuts such as “M” (menus), “H” (headings), “F”
    (forms), “B” (buttons), and “G” (graphics) to jump to specific elements.

Disability profiles supported on our website
 * Epilepsy Safe Profile: this profile enables people with epilepsy to safely
   use the website by eliminating the risk of seizures resulting from flashing
   or blinking animations and risky color combinations.
 * Vision Impaired Profile: this profile adjusts the website so that it is
   accessible to the majority of visual impairments such as Degrading Eyesight,
   Tunnel Vision, Cataract, Glaucoma, and others.
 * Cognitive Disability Profile: this profile provides various assistive
   features to help users with cognitive disabilities such as Autism, Dyslexia,
   CVA, and others, to focus on the essential elements more easily.
 * ADHD Friendly Profile: this profile significantly reduces distractions and
   noise to help people with ADHD, and Neurodevelopmental disorders browse,
   read, and focus on the essential elements more easily.
 * Blind Users Profile (Screen-readers): this profile adjusts the website to be
   compatible with screen-readers such as JAWS, NVDA, VoiceOver, and TalkBack. A
   screen-reader is installed on the blind user’s computer, and this site is
   compatible with it.
 * Keyboard Navigation Profile (Motor-Impaired): this profile enables
   motor-impaired persons to operate the website using the keyboard Tab,
   Shift+Tab, and the Enter keys. Users can also use shortcuts such as “M”
   (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics) to
   jump to specific elements.

Additional UI, design, and readability adjustments
 1. Font adjustments – users can increase and decrease its size, change its
    family (type), adjust the spacing, alignment, line height, and more.
 2. Color adjustments – users can select various color contrast profiles such as
    light, dark, inverted, and monochrome. Additionally, users can swap color
    schemes of titles, texts, and backgrounds with over seven different coloring
    options.
 3. Animations – epileptic users can stop all running animations with the click
    of a button. Animations controlled by the interface include videos, GIFs,
    and CSS flashing transitions.
 4. Content highlighting – users can choose to emphasize essential elements such
    as links and titles. They can also choose to highlight focused or hovered
    elements only.
 5. Audio muting – users with hearing devices may experience headaches or other
    issues due to automatic audio playing. This option lets users mute the
    entire website instantly.
 6. Cognitive disorders – we utilize a search engine linked to Wikipedia and
    Wiktionary, allowing people with cognitive disorders to decipher meanings of
    phrases, initials, slang, and others.
 7. Additional functions – we allow users to change cursor color and size, use a
    printing mode, enable a virtual keyboard, and many other functions.

Assistive technology and browser compatibility

We aim to support as many browsers and assistive technologies as possible, so
our users can choose the best fitting tools for them, with as few limitations as
possible. Therefore, we have worked very hard to be able to support all major
systems that comprise over 95% of the user market share, including Google
Chrome, Mozilla Firefox, Apple Safari, Opera and Microsoft Edge, JAWS, and NVDA
(screen readers), both for Windows and MAC users.

Notes, comments, and feedback

Despite our very best efforts to allow anybody to adjust the website to their
needs, there may still be pages or sections that are not fully accessible, are
in the process of becoming accessible, or are lacking an adequate technological
solution to make them accessible. Still, we are continually improving our
accessibility, adding, updating, improving its options and features, and
developing and adopting new technologies. All this is meant to reach the optimal
level of accessibility following technological advancements. If you wish to
contact the website’s owner, please use the website's form

Hide Accessibility Interface? Please note: If you choose to hide the
accessibility interface, you won't be able to see it anymore, unless you clear
your browsing history and data. Are you sure that you wish to hide the
interface?
Accept Cancel

Continue



Processing the data, please give it a few seconds...
Press Alt+1 for screen-reader mode

Feedback